/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[10].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!./app/frontend/application.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/angular-ui-tour/app/styles/angular-ui-tour.css ***!
  \*******************************************************************************************************************************************/
.no-scrolling {
    height: 100%;
    overflow: hidden;
}

/*this might be an accessibility issue*/
.ui-tour-popup:focus {
    outline: none;
}

.popover.ui-tour-popup-orphan {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translateX(-50%) translateY(-50%);
}

.tourStep.ui-tour-popup.popover.left {
    left: unset;
}

/*improve popover arrows:*/
.ui-tour-popup.popover.bottom-left > .arrow,
.ui-tour-popup.popover.top-left > .arrow {
    left: 25px;
}

.ui-tour-popup.popover.bottom-right > .arrow,
.ui-tour-popup.popover.top-right > .arrow {
    left: auto;
    right: 25px;
}

.ui-tour-popup.popover.right-top > .arrow,
.ui-tour-popup.popover.left-top > .arrow {
    top: 25px;
}

.ui-tour-popup.popover.left-bottom > .arrow,
.ui-tour-popup.popover.right-bottom > .arrow {
    top: auto;
    bottom: 25px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[10].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!./app/frontend/application.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme=select2].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn, .custom-invoice .modal-body .elements .ui-select-bootstrap > .ui-select-match > li, .plan-card .card-footer .cta-button .ui-select-bootstrap > .ui-select-match > .subscribe-button {
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match, .plan-card .card-footer .cta-button .ui-select-bootstrap.ng-dirty.ng-invalid > button.ui-select-match.subscribe-button {
  border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle > a.btn, .ui-select-bootstrap .plan-card .card-footer .cta-button .ui-select-toggle > a.subscribe-button, .plan-card .card-footer .cta-button .ui-select-bootstrap .ui-select-toggle > a.subscribe-button {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

/*!
 * FullCalendar v3.10.2
 * Docs & License: https://fullcalendar.io/
 * (c) 2019 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.container-smooth {
  max-width: 1170px;
}

@media (min-width: 1px) {
  .container-smooth {
    width: auto;
  }
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: transparent;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.btn-label.btn-label-right {
  right: -12px;
  left: auto;
  border-radius: 0 3px 3px 0;
}

.btn-lg .btn-label, .btn-group-lg > .btn .btn-label, .custom-invoice .modal-body .elements .btn-group-lg > li .btn-label, .plan-card .card-footer .cta-button .btn-group-lg > .subscribe-button .btn-label {
  left: -16px;
  padding: 10px 16px;
  border-radius: 5px 0 0 5px;
}

.btn-lg .btn-label.btn-label-right, .btn-group-lg > .btn .btn-label.btn-label-right, .custom-invoice .modal-body .elements .btn-group-lg > li .btn-label.btn-label-right, .plan-card .card-footer .cta-button .btn-group-lg > .subscribe-button .btn-label.btn-label-right {
  right: -16px;
  left: auto;
  border-radius: 0 5px 5px 0;
}

.btn-sm .btn-label, .btn-group-sm > .btn .btn-label, .custom-invoice .modal-body .elements .btn-group-sm > li .btn-label, .plan-card .card-footer .cta-button .btn-group-sm > .subscribe-button .btn-label {
  left: -10px;
  padding: 5px 10px;
  border-radius: 2px 0 0 2px;
}

.btn-sm .btn-label.btn-label-right, .btn-group-sm > .btn .btn-label.btn-label-right, .custom-invoice .modal-body .elements .btn-group-sm > li .btn-label.btn-label-right, .plan-card .card-footer .cta-button .btn-group-sm > .subscribe-button .btn-label.btn-label-right {
  right: -10px;
  left: auto;
  border-radius: 0 2px 2px 0;
}

.btn-xs .btn-label, .btn-group-xs > .btn .btn-label, .custom-invoice .modal-body .elements .btn-group-xs > li .btn-label, .plan-card .card-footer .cta-button .btn-group-xs > .subscribe-button .btn-label {
  left: -5px;
  padding: 1px 5px;
  border-radius: 2px 0 0 2px;
}

.btn-xs .btn-label.btn-label-right, .btn-group-xs > .btn .btn-label.btn-label-right, .custom-invoice .modal-body .elements .btn-group-xs > li .btn-label.btn-label-right, .plan-card .card-footer .cta-button .btn-group-xs > .subscribe-button .btn-label.btn-label-right {
  right: -5px;
  left: auto;
  border-radius: 0 2px 2px 0;
}

.nav-tabs-bottom {
  border-top: 1px solid #ddd;
  border-bottom: 0;
}

.nav-tabs-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px;
}

.nav-tabs-bottom > li > a:hover,
.nav-tabs-bottom > li > a:focus,
.nav-tabs-bottom > li.active > a,
.nav-tabs-bottom > li.active > a:hover,
.nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent;
}

.nav-tabs-left {
  border-right: 1px solid #ddd;
  border-bottom: 0;
}

.nav-tabs-left > li {
  float: none;
  margin-right: -1px;
  margin-bottom: 0;
}

.nav-tabs-left > li > a {
  margin-right: 0;
  margin-bottom: 2px;
  border-radius: 4px 0 0 4px;
}

.nav-tabs-left > li > a:hover,
.nav-tabs-left > li > a:focus,
.nav-tabs-left > li.active > a,
.nav-tabs-left > li.active > a:hover,
.nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent;
}

.row > .nav-tabs-left {
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
}

.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd;
}

.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd;
}

.nav-tabs-right > li {
  float: none;
  margin-bottom: 0;
  margin-left: -1px;
}

.nav-tabs-right > li > a {
  margin-bottom: 2px;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}

.nav-tabs-right > li > a:hover,
.nav-tabs-right > li > a:focus,
.nav-tabs-right > li.active > a,
.nav-tabs-right > li.active > a:hover,
.nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent;
}

.row > .nav-tabs-right {
  padding-right: 15px;
  padding-left: 0;
}

.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1050;
  overflow-y: auto;
  border-radius: 0;
}

.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  right: auto;
  left: 0;
  border-width: 0 1px 0 0;
}

.navmenu-fixed-right,
.navbar-offcanvas {
  right: 0;
  left: auto;
  border-width: 0 0 0 1px;
}

.navmenu-nav {
  margin-bottom: 10px;
}

.navmenu-nav.dropdown-menu {
  position: static;
  float: none;
  padding-top: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-offcanvas .navbar-nav {
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  padding: 10px 15px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}

.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}

.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777;
}

.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777;
}

.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8;
}

.navmenu-default .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7;
}

.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777;
}

.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #080808;
}

.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999;
}

.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999;
}

.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}

.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222;
}

.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000;
}

.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999;
}

.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  left: 0;
  z-index: 1035;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

@media (min-width: 992px) {
  .alert-fixed-top,
.alert-fixed-bottom {
    left: 50%;
    width: 992px;
    margin-left: -496px;
  }
}
.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px 0;
}

@media (min-width: 992px) {
  .alert-fixed-top {
    border-width: 0 1px 1px 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0 0;
}

@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.offcanvas {
  display: none;
}

.offcanvas.in {
  display: block;
}

@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }

  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }

  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }

  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}

.offcanvas-lg.in {
  display: block;
}

.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}

.offcanvas-clone {
  position: absolute !important;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: none !important;
  opacity: 0 !important;
}

.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}

.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}

.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}

.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}

.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn, .fileinput .custom-invoice .modal-body .elements li, .custom-invoice .modal-body .elements .fileinput li, .fileinput .plan-card .card-footer .cta-button .subscribe-button, .plan-card .card-footer .cta-button .fileinput .subscribe-button {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

.fileinput.input-group > .btn-file {
  z-index: 1;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.fileinput-new.input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-group-xs > .btn-file.btn, .fileinput-new.input-group .custom-invoice .modal-body .elements .btn-group-xs > li.btn-file, .custom-invoice .modal-body .elements .fileinput-new.input-group .btn-group-xs > li.btn-file, .fileinput-new.input-group .plan-card .card-footer .cta-button .btn-group-xs > .btn-file.subscribe-button, .plan-card .card-footer .cta-button .fileinput-new.input-group .btn-group-xs > .btn-file.subscribe-button,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-group-xs > .btn-file.btn,
.fileinput-new .input-group .custom-invoice .modal-body .elements .btn-group-xs > li.btn-file,
.custom-invoice .modal-body .elements .fileinput-new .input-group .btn-group-xs > li.btn-file,
.fileinput-new .input-group .plan-card .card-footer .cta-button .btn-group-xs > .btn-file.subscribe-button,
.plan-card .card-footer .cta-button .fileinput-new .input-group .btn-group-xs > .btn-file.subscribe-button,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new.input-group .btn-group-sm > .btn-file.btn,
.fileinput-new.input-group .custom-invoice .modal-body .elements .btn-group-sm > li.btn-file,
.custom-invoice .modal-body .elements .fileinput-new.input-group .btn-group-sm > li.btn-file,
.fileinput-new.input-group .plan-card .card-footer .cta-button .btn-group-sm > .btn-file.subscribe-button,
.plan-card .card-footer .cta-button .fileinput-new.input-group .btn-group-sm > .btn-file.subscribe-button,
.fileinput-new .input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-group-sm > .btn-file.btn,
.fileinput-new .input-group .custom-invoice .modal-body .elements .btn-group-sm > li.btn-file,
.custom-invoice .modal-body .elements .fileinput-new .input-group .btn-group-sm > li.btn-file,
.fileinput-new .input-group .plan-card .card-footer .cta-button .btn-group-sm > .btn-file.subscribe-button,
.plan-card .card-footer .cta-button .fileinput-new .input-group .btn-group-sm > .btn-file.subscribe-button {
  border-radius: 0 3px 3px 0;
}

.fileinput-new.input-group .btn-file.btn-lg, .fileinput-new.input-group .btn-group-lg > .btn-file.btn, .fileinput-new.input-group .custom-invoice .modal-body .elements .btn-group-lg > li.btn-file, .custom-invoice .modal-body .elements .fileinput-new.input-group .btn-group-lg > li.btn-file, .fileinput-new.input-group .plan-card .card-footer .cta-button .btn-group-lg > .btn-file.subscribe-button, .plan-card .card-footer .cta-button .fileinput-new.input-group .btn-group-lg > .btn-file.subscribe-button,
.fileinput-new .input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-group-lg > .btn-file.btn,
.fileinput-new .input-group .custom-invoice .modal-body .elements .btn-group-lg > li.btn-file,
.custom-invoice .modal-body .elements .fileinput-new .input-group .btn-group-lg > li.btn-file,
.fileinput-new .input-group .plan-card .card-footer .cta-button .btn-group-lg > .btn-file.subscribe-button,
.plan-card .card-footer .cta-button .fileinput-new .input-group .btn-group-lg > .btn-file.subscribe-button {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

/*# sourceMappingURL=jasny-bootstrap.css.map */
/**
 * angular-growl-v2 - v0.7.8 - 2015-10-25
 * http://janstevens.github.io/angular-growl-2
 * Copyright (c) 2015 Marco Rinck,Jan Stevens,Silvan van Leeuwen; Licensed MIT
 */
/*
 *  growl-container styles
 */
.growl-container.growl-fixed {
  position: fixed;
  float: right;
  width: 90%;
  max-width: 400px;
  z-index: 9999;
}

.growl-container.growl-fixed.top-right {
  top: 10px;
  right: 15px;
}

.growl-container.growl-fixed.bottom-right {
  bottom: 10px;
  right: 15px;
}

.growl-container.growl-fixed.middle-right {
  top: 49%;
  right: 15px;
}

.growl-container.growl-fixed.top-left {
  top: 10px;
  left: 15px;
}

.growl-container.growl-fixed.bottom-left {
  bottom: 10px;
  left: 15px;
}

.growl-container.growl-fixed.middle-left {
  top: 49%;
  left: 15px;
}

.growl-container.growl-fixed.top-center {
  top: 10px;
  left: 50%;
  margin-left: -200px;
}

.growl-container.growl-fixed.bottom-center {
  bottom: 10px;
  left: 50%;
  margin-left: -200px;
}

.growl-container.growl-fixed.middle-center {
  top: 49%;
  left: 50%;
  margin-left: -200px;
}

/*
 * growl-item styles
 */
.growl-container > .growl-item {
  padding: 10px;
  padding-right: 35px;
  margin-bottom: 10px;
  cursor: pointer;
}

.growl-container > button {
  border: none;
  outline: none;
}

.growl-container > .growl-item.ng-enter,
.growl-container > .growl-item.ng-leave {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
}

.growl-container > .growl-item.ng-enter,
.growl-container > .growl-item.ng-leave.ng-leave-active {
  opacity: 0;
}

.growl-container > .growl-item.ng-leave,
.growl-container > .growl-item.ng-enter.ng-enter-active {
  opacity: 1;
}

.growl-container > div.growl-item {
  background-position: 12px center;
  background-repeat: no-repeat;
}

/*
 * growl-title styles
 */
.growl-title {
  font-size: 16px;
}

.growl-item.icon > .growl-title {
  margin: 0 0 0 40px;
}

/*
 * growl-message styles
 */
.growl-item.icon > .growl-message {
  margin: 0 0 0 40px;
}

/*
 * growl background images
 */
.growl-container > .alert-info.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
  */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAt9JREFUeNpi/P//PwMDAwMDIyMjAzbQsXpv2ePXH5Kevfsk9/3nL1YGBgYGAR6ub7Ii/JckBPmmFAc5rMSmD24uLgsmbzqsdv7e0wPn7z6VZMADLDTk72jLSbjk+No8JNqC1pV7GvddvF3z7vM3JgYigAgf918HPZXW6nCXeoIWtK/aU7Pq8MVmbAZxsrH+52Rn/Y/L4iAr3d7aSLcSZAtQFE7ZfET84OW79bhcGmilG+9hrJGAS37PhduFkzcdVkMWQ7HgzrM3219++MLCQCb49O0H08X7z/Yii8GDaOLGQ85L9p/b8/ffP5wG8HCy/+dmZ/1LyBERdoaFZSGOE1B88Pzd50p8hjMwMDB8+f6TkRgfPnr9PgPGhit++u6jIT5NxioyT1SlRHtZmJke7Dh7Y82bT1+Zcal98PKdEkYcvPn4hQ+fBWfvPJF58+lLcHGQwwZmJsb/+NQ+e/eJFWskEwJffvySIDXi4RawsrD8Y6AS4OPi+IdhgTAv13tqWSDEy/UTwwJ5McGd1LJAQUzwCoYFInzcrTyc7P+JMQBfcDIzMTEoiAsVYViQ62d7y0FXeQW+cJUS4tvIwMDAoCMvsZ+NFXt2MFGVuZ/vb3cEIyfDCruoriXvrz9+KYCuUVlC+CsbK8tvBgYGBn5ujjdP3nyUe/LmAxuyGnEBnj8+ZtoqOb42D2HmYjjDTE02+vGbD1u+fP+JUkHcffGWG4krgM2HzgZqmej1Atb6YOLGQ6anbz/ecfXhCyFi4kRGROCXs76KV0GA/V6iazQGBgaG6oXb1u+5eDvg1+8/eC0wV5e7PyMnVImkKhO5jnj7+WvD+8/fzX/++cPLysz8jZeT/d6fv/94D1+95/T9129GBgYGhhhH4wjk+ploC/CBiRsP2Zy982T95QfPRTRlxT8sK4sRRLeA4f///wgOmaBh6c45tmVT/nWs3luGbMH///+pYwGsFVI+b8sedAsAAwBDyFfm+mD7RwAAAABJRU5ErkJggg==);
}

.growl-container > .alert-error.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
  */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAwBJREFUeNqsll1IU2EYx5+zj7Ozdo477sOPuZiJ+Nlm2CRZ6yJKJcGICDRvEjY2+rg0EIkuxLzRC+lGEUZGRJd1EQahoikUiBVZF64hzAYqhlvbztzZOdvpavNsunOm9b96X97nfX7P877ned6DcBwHCIKAkNY8HlMkEHge9vutusbGSUyrfXS2ry8OIuI4DpB8gDWPx8RQVHd8b69rZ3X1IkNRGSOUIFKaurqfp0pK3spx/F2T2z0nCFgaHPzBJZNokqZVSZpWJsJhFbW9LYcCJVepOFV5eUSmVFJShYJi9/eJFMMork5MFMsAAP5sbNTs7+7KxBzJMIxj4/FD6TIUhYR8viIAKMpdkwAAKNTqmJBjRCqFM52dkzdnZiR1PT2XNPX1vwvNTgIAIJHJWCGjIpMp2tLffxcAwOJyLWtqa0fFHEtR9AAgx/E9wShyA0CQhBgAVatZfgYx+M9CCSKeAcgwbFfIOB4M4scG4HgoA0DV6gUh4xTDSPjzJE1XiQGUOt3XAwCOvxAypkOhLECKZXUF1MbnDMDscPjxioq4WLvgZWAQBRDEywwAAAA3GjcEj4llG9NjNhYrE7Ilq6vDFqfTmwVQarVzQpsSkUhXZhyNakUAbzLVz7uUxwqSvJ973mkFvd7eldFReZKmjZvz8zqhqsc0mieZOb+bfhwamv21sHDlX75/vcUSuDw+fjrdTbOiVRkM99IlfhJJURS0DQ23D/WitCxOp7fUav1y1ObimpqQqb39lcFm+yLDMO4om/LW1mWLy7WcFwAAoK6svKbU69ncyMpaWs5dGBjotQ8PNxtstve5+zCNJkkYjbeO7KZ8mZ3OnQq7/WFW5SYSwFBUNwDA9+lpMrq1dZ6/riDJlKmt7brZ6dw5dOn5nsxPIyOvN2dnb2SVv17PMpGIlP/oKEgyVdnR0dXkds8c603OB8mNPJ/zggAAACtjY08Di4sP+I++XKXiSq3WD4TReMfscPhP9FfB17epKXvQ53sWXF+vKmluXhJzzAf8HQAC8i1VVpW6ogAAAABJRU5ErkJggg==);
}

.growl-container > .alert-success.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
  */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAASZJREFUeNrs1bFKA0EQgOF/LyksrkgXi8wbpLTIFEICgnkACxGsbCzdzs5CxCZwvoGFhYUgNmJlJ2wgD6DIlSm0T382d3IkBnOX3S4DW9wsfMssszcmyzJCRkTgCH6A8Ymp1S3gFDgBxsBV0yPeBO6AgzzVBVrGI35fwouYRQFxgCcTEP8CdqOA+MAlLjUB8Y9abVoFBzBqtQWcAfvAM3DjEjfzgRcv+SJfPeAScGq14wMvDtiby3WBiVrdWRcHaIhKG+jP5WPgSFTeRSWtixcVjIC3P/Zi4AGY1MV/uyj/Sd0Chys200r4Qpuq1Wvg3BcO0Ch/TMfTV1H5BoZLZkUlfOlDU6vD/P7jdfCFCkqVpKLyAmwDHeAROHaJ+6w80TZD/7/4GQBAp3eJ4awpVwAAAABJRU5ErkJggg==);
}

.growl-container > .alert-warning.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
  */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAdhJREFUeNrUlr9LI0EUxz9RixRXWObQwsKAdhJksAjYWlpaeBgYAyciKCh3BzrCgMRf4Fml8Abs9OD+geu0k1GInQcpziLCFXtgkWKLQCx8QtjLHqtG0AfDsu/tzJvv9/vezKaazSYvaV28JjNajRqtJl8SwR6wY7RKdzyB0WoKyAODwGLSeamEi6eBKlCTMQFkrfN/OoXgM5ABisAC0ABKSSZ2J9j9AHAEbFvnv59Wburjub6/gBnP9f08rdzUnougBFwDGw8O6/w34EREfzpFRqs8MAXMWefDSHgOGDFaTT9JZKNVD3AOXFjni/J+IOEV63xgtFoF5kXw+mMRFETYFaGlIb4C8E6+2QQC4NOjKDJa9Qr3S9b525ZQvfUpSYvAshRDYgQl4Jd1/jjiD2ThoEXwM+AHUE6UwGg1BsxKvUetISNqX4C8dHt8ghYhD63zl20WugDOok7rfA3YAvaE3lgEy0A/sBZD3RLwISa2C4TRDu+KdOw6sNHujJGdVYHfRqvBNihCoeqj0PwPgrIcZF9jdhgCt1JBYbsPpChOgAOh+z6BiDMhZdmImRwCWeC9cM5/aBwSukkJ9CsgDex36PKbkSYd7hFRMhJY7/AtW069+b+KuwEAfk2f1A5JePkAAAAASUVORK5CYII=);
}

/* ==== editable-form ==== */
/* class for single editable element */
.editable-wrap {
  display: inline-block;
  white-space: pre;
  margin: 0;
}

/* remove bottom-margin for bootstrap */
.editable-wrap .editable-controls,
.editable-wrap .editable-error {
  margin-bottom: 0;
}

/* remove bottom-margin of inputs */
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
  margin-bottom: 0;
}

/* keep buttons on the same line */
.editable-wrap .editable-input {
  display: inline-block;
}

.editable-buttons {
  display: inline-block;
  vertical-align: top;
}

.editable-buttons button {
  margin-left: 5px;
}

/* in bootstrap width: 100% => buttons go outside the box */
.editable-input.editable-has-buttons {
  width: auto;
}

/* ==== editable-text ==== */
/* fix padding issue on typeahead */
.editable-text {
  white-space: nowrap;
}

/* ==== editable-bsdate ==== */
/* fix padding issue on bsdate popup */
.editable-bsdate {
  white-space: nowrap;
}

/* ==== editable-bstime ==== */
/* fix padding issue on bstime */
.editable-bstime {
  white-space: nowrap;
}

/* workaround for bootstrap that sets width: 100% and inputs become too wide */
.editable-bstime .editable-input input[type=text] {
  width: 46px;
}

/* less padding for .well */
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px;
}

/* ==== editable-range ==== */
.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center;
}

/* ==== editable-color ==== */
.editable-color input[type=color] {
  width: 50px;
}

/* ==== editable-checkbox ==== */
/* ==== editable-checklist ==== */
/* ==== editable-radiolist ==== */
.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px;
}

/* ==== element ==== */
/* hiding element */
.editable-hide {
  display: none !important;
}

.editable-click,
a.editable-click {
  text-decoration: none;
  color: #428bca;
  border-bottom: dashed 1px #428bca;
}

.editable-click:hover,
a.editable-click:hover {
  text-decoration: none;
  color: #2a6496;
  border-bottom-color: #2a6496;
}

/* editable-empty */
.editable-empty,
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  text-decoration: none;
}

/* ui-bootstrap editable popover */
.ui-popover-wrapper a {
  /* make the link always show up */
  display: inline !important;
}

.ui-popover-wrapper form {
  display: none !important;
}

/* editable popover */
.popover-wrapper > a {
  /* make the link always show up */
  display: inline !important;
}

.popover-wrapper {
  /* make absolutely positioned children constrained to this box*/
  display: inline;
  position: relative;
}

.popover-wrapper form {
  position: absolute;
  top: -53px;
  background: #FFF;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 7px;
  width: auto;
  display: inline-block;
  left: 50%;
  z-index: 101;
}

.popover-wrapper form:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #AAA;
  position: absolute;
  bottom: -10px;
}

.popover-wrapper form:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFF;
  position: absolute;
  bottom: -9px;
}

@media screen and (max-width: 750px) {
  .popover-wrapper form {
    margin-left: -60px;
  }

  .popover-wrapper form:before {
    left: 50px;
  }

  .popover-wrapper form:after {
    left: 51px;
  }
}
@media screen and (min-width: 750px) {
  .popover-wrapper form {
    margin-left: -110px;
  }

  .popover-wrapper form:before {
    left: 100px;
  }

  .popover-wrapper form:after {
    left: 101px;
  }
}
/*! 
 * angular-loading-bar v0.9.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2016 Wes Cruver
 * License: MIT
 */
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* nvd3 version 1.8.6 (https://github.com/novus/nvd3) 2017-08-23 */
.nvd3 .nv-axis {
  pointer-events: none;
  opacity: 1;
}

.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: 0.75;
  shape-rendering: crispEdges;
}

.nvd3 .nv-axis path.domain {
  stroke-opacity: 0.75;
}

.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0;
}

.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}

.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: 0.75;
}

.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold;
}

.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle;
}

.nvd3 .nv-axis.nv-disabled {
  opacity: 0;
}

.nvd3 .nv-bars rect {
  fill-opacity: 0.75;
  transition: fill-opacity 250ms linear;
}

.nvd3 .nv-bars rect.hover {
  fill-opacity: 1;
}

.nvd3 .nv-bars .hover rect {
  fill: lightblue;
}

.nvd3 .nv-bars text {
  fill: rgba(0, 0, 0, 0);
}

.nvd3 .nv-bars .hover text {
  fill: black;
}

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
}

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1;
}

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: black;
  stroke: rgba(0, 0, 0, 0);
}

/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}

.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1;
}

.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}

.nvd3 line.nv-boxplot-median {
  stroke: black;
}

.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}

/* bullet */
.nvd3.nv-bullet {
  font: 10px sans-serif;
}

.nvd3.nv-bullet .nv-measure {
  fill-opacity: 0.8;
}

.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1;
}

.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px;
}

.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px;
}

.nvd3.nv-bullet .nv-markerLine {
  stroke: #000;
  stroke-width: 1.5px;
}

.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: 0.5px;
}

.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee;
}

.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd;
}

.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc;
}

.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: bold;
}

.nvd3.nv-bullet .nv-subtitle {
  fill: #999;
}

.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: 0.4;
}

.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: 0.7;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
  stroke: #2ca02c;
  fill: #2ca02c;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
  stroke: #d62728;
  fill: #d62728;
}

.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-candlestickBar .nv-ticks line {
  stroke: #333;
}

.nv-force-node {
  stroke: #fff;
  stroke-width: 1.5px;
}

.nv-force-link {
  stroke: #999;
  stroke-opacity: 0.6;
}

.nv-force-node text {
  stroke-width: 0px;
}

.nvd3 .nv-legend .nv-disabled rect {
  /*fill-opacity: 0;*/
}

.nvd3 .nv-check-box .nv-box {
  fill-opacity: 0;
  stroke-width: 2;
}

.nvd3 .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-width: 4;
}

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-opacity: 0;
}

.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
  opacity: 0;
}

/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: 0.75;
}

.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1;
}

.nvd3 .nv-groups path.nv-line {
  fill: none;
}

.nvd3 .nv-groups path.nv-area {
  stroke: none;
}

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0;
}

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: 0.5 !important;
  stroke-opacity: 0.5 !important;
}

.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: 0.95 !important;
  stroke-opacity: 0.95 !important;
}

.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0;
}

.nvd3 .nv-indexLine {
  cursor: ew-resize;
}

/********************
 * SVG CSS
 */
/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%;
}

/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.nvd3 text {
  font: normal 12px Arial, sans-serif;
}

.nvd3 .title {
  font: bold 14px Arial, sans-serif;
}

.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0;
}

.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold;
}

/**********
*  Brush
*/
.nv-brush .extent {
  fill-opacity: 0.125;
  shape-rendering: crispEdges;
}

.nv-brush .resize path {
  fill: #eee;
  stroke: #666;
}

/**********
*  Legend
*/
.nvd3 .nv-legend .nv-series {
  cursor: pointer;
}

.nvd3 .nv-legend .nv-disabled circle {
  fill-opacity: 0;
}

/* focus */
.nvd3 .nv-brush .extent {
  fill-opacity: 0 !important;
}

.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: 0.4;
  fill: #fff;
  fill-opacity: 0.7;
}

/**********
*  Print
*/
@media print {
  .nvd3 text {
    stroke-width: 0;
    fill-opacity: 1;
  }
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728;
}

.nvd3 .background path {
  fill: none;
  stroke: #EEE;
  stroke-opacity: 0.4;
  shape-rendering: crispEdges;
}

.nvd3 .foreground path {
  fill: none;
  stroke-opacity: 0.7;
}

.nvd3 .nv-parallelCoordinates-brush .extent {
  fill: #fff;
  fill-opacity: 0.6;
  stroke: gray;
  shape-rendering: crispEdges;
}

.nvd3 .nv-parallelCoordinates .hover {
  fill-opacity: 1;
  stroke-width: 3px;
}

.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}

.nvd3.nv-pie path {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-pie .nv-pie-title {
  font-size: 24px;
  fill: rgba(19, 196, 249, 0.59);
}

.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0;
}

.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1;
}

.nvd3.nv-pie path {
  fill-opacity: 0.7;
}

.nvd3.nv-pie .hover path {
  fill-opacity: 1;
}

.nvd3.nv-pie .nv-label {
  pointer-events: none;
}

.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0;
}

/* scatter */
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: 0.5;
}

.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1;
}

.nv-noninteractive {
  pointer-events: none;
}

.nv-distx, .nv-disty {
  pointer-events: none;
}

/* sparkline */
.nvd3.nv-sparkline path {
  fill: none;
}

.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none;
}

.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px;
}

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all;
}

.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0;
}

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  stroke-width: 0;
  font-size: 0.9em;
  font-weight: normal;
}

.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66;
}

.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c;
}

.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728;
}

.nvd3.nv-sparklineplus .nv-currentValue {
  font-weight: bold;
  font-size: 1.1em;
}

/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: 0.7;
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: 0.9;
}

.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0;
}

.nvtooltip {
  position: absolute;
  background-color: white;
  color: black;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nvtooltip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
  transition: opacity 50ms linear;
  transition-delay: 200ms;
}

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px;
}

.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247, 247, 247, 0.75);
  color: black;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center;
}

.nvtooltip span {
  display: inline-block;
  margin: 2px 0;
}

.nvtooltip table {
  margin: 6px;
  border-spacing: 0;
}

.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle;
}

.nvtooltip table td.key {
  font-weight: normal;
}

.nvtooltip table td.key.total {
  font-weight: bold;
}

.nvtooltip table td.value {
  text-align: right;
  font-weight: bold;
}

.nvtooltip table td.percent {
  color: darkgray;
}

.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}

.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle;
}

.nvtooltip table td.legend-color-guide div {
  width: 12px;
  height: 12px;
  border: 1px solid #999;
}

.nvtooltip .footer {
  padding: 3px;
  text-align: center;
}

.nvtooltip-pending-removal {
  pointer-events: none;
  display: none;
}

/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
  pointer-events: none;
}

.nvd3 line.nv-guideline {
  stroke: #ccc;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

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

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

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

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

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

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

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

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

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

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-brands-400-bfcc3384b8a317dc5de3.eot);
  src: url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-brands-400-bfcc3384b8a317dc5de3.eot?#iefix) format("embedded-opentype"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-brands-400-37913cdf7cb0571dfac0.woff2) format("woff2"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-brands-400-28d8b8fcc41c3b7134ff.woff) format("woff"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-brands-400-1776173e3b1af55eb455.ttf) format("truetype"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-brands-400-63b566233f163d538cce.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-regular-400-0c6f12b9eaa2ad444a6b.eot);
  src: url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-regular-400-0c6f12b9eaa2ad444a6b.eot?#iefix) format("embedded-opentype"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-regular-400-c3c2ab4f63b8d9973c78.woff2) format("woff2"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-regular-400-fcaa6c135683a3fa1b50.woff) format("woff"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-regular-400-c9c57c0f1f4eb34dbf57.ttf) format("truetype"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-regular-400-1b536b782d09dd59dda8.svg#fontawesome) format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-solid-900-dfaa060a451d978c2565.eot);
  src: url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-solid-900-dfaa060a451d978c2565.eot?#iefix) format("embedded-opentype"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-solid-900-4055b0575d40bfb3c7e8.woff2) format("woff2"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-solid-900-22aa6d4357cf74671bc4.woff) format("woff"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-solid-900-a480ec972cb6bce30533.ttf) format("truetype"), url(/packs/static/@fortawesome/fontawesome-free/webfonts/fa-solid-900-3e2bc2ffd29f01066d23.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-expand:before {
  content: "\f424";
}

.fa.fa-compress:before {
  content: "\f422";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-dollar:before {
  content: "\f155";
}

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}

@-webkit-keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.medium-editor-anchor-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000;
}

.medium-editor-anchor-preview a {
  color: #fff;
  display: inline-block;
  margin: 5px 5px 10px;
}

.medium-editor-anchor-preview-active {
  visibility: visible;
}

.medium-editor-dragover {
  background: #ddd;
}

.medium-editor-image-loading {
  -webkit-animation: medium-editor-image-loading 1s infinite ease-in-out;
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
}

.medium-editor-placeholder {
  position: relative;
}

.medium-editor-placeholder:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

.medium-editor-placeholder-relative {
  position: relative;
}

.medium-editor-placeholder-relative:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: relative;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0 8px;
}

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px 8px;
  top: -8px;
}

.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000;
}

.medium-editor-toolbar ul {
  margin: 0;
  padding: 0;
}

.medium-editor-toolbar li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.medium-editor-toolbar li button {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.33;
  margin: 0;
  padding: 15px;
  text-decoration: none;
}

.medium-editor-toolbar li button:focus {
  outline: none;
}

.medium-editor-toolbar li .medium-editor-action-underline {
  text-decoration: underline;
}

.medium-editor-toolbar li .medium-editor-action-pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  font-weight: 100;
  padding: 15px 0;
}

.medium-editor-toolbar-active {
  visibility: visible;
}

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px;
}

.medium-editor-relative-toolbar {
  position: relative;
}

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  -webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
  animation: medium-editor-pop-upwards 160ms forwards linear;
}

.medium-editor-action-bold {
  font-weight: bolder;
}

.medium-editor-action-italic {
  font-style: italic;
}

.medium-editor-toolbar-form {
  display: none;
}

.medium-editor-toolbar-form input,
.medium-editor-toolbar-form a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
  line-height: 14px;
  margin-left: 5px;
  padding-bottom: 5px;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  width: 316px;
  display: inline-block;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  outline: 0;
}

.medium-editor-toolbar-form a {
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  margin: 0 10px;
  text-decoration: none;
}

.medium-editor-toolbar-form-active {
  display: block;
}

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table;
}

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px;
}

.medium-editor-element img {
  max-width: 100%;
}

.medium-editor-element sub {
  vertical-align: sub;
}

.medium-editor-element sup {
  vertical-align: super;
}

.medium-editor-hidden {
  display: none;
}

.medium-toolbar-arrow-under:after {
  border-color: #242424 transparent transparent transparent;
  top: 50px;
}

.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #242424 transparent;
  top: -8px;
}

.medium-editor-toolbar {
  background-color: #242424;
  background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.75));
  background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.75));
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 3px #000;
}

.medium-editor-toolbar li button {
  background-color: #242424;
  background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.89));
  background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.89));
  border: 0;
  border-right: 1px solid #000;
  border-left: 1px solid #333;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 50px;
  min-width: 50px;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

.medium-editor-toolbar li button:hover {
  background-color: #000;
  color: yellow;
}

.medium-editor-toolbar li .medium-editor-button-first {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.medium-editor-toolbar li .medium-editor-button-last {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.medium-editor-toolbar li .medium-editor-button-active {
  background-color: #000;
  background: -webkit-linear-gradient(top, #242424, rgba(0, 0, 0, 0.89));
  background: linear-gradient(to bottom, #242424, rgba(0, 0, 0, 0.89));
  color: #fff;
}

.medium-editor-toolbar-form {
  background: #242424;
  border-radius: 5px;
  color: #999;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input {
  background: #242424;
  box-sizing: border-box;
  color: #ccc;
  height: 50px;
}

.medium-editor-toolbar-form a {
  color: #fff;
}

.medium-editor-toolbar-anchor-preview {
  background: #242424;
  border-radius: 5px;
  color: #fff;
}

.medium-editor-placeholder:after {
  color: #b3b3b1;
}

/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v3.4.0
  * @homepage https://bttstrp.github.io/bootstrap-switch
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license MIT
  */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff;
}

.bootstrap-switch span::before {
  content: "​";
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch input[type=radio],
.bootstrap-switch input[type=checkbox] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/packs/static/summernote/src/styles/font/summernote-bd0d8be1fbad3612dfe1.eot);
  src: url(/packs/static/summernote/src/styles/font/summernote-bd0d8be1fbad3612dfe1.eot?#iefix) format("embedded-opentype"), url(/packs/static/summernote/src/styles/font/summernote-7c9436ed8d2deac04e37.woff2) format("woff2"), url(/packs/static/summernote/src/styles/font/summernote-08c343ff91f188dfc1a7.woff) format("woff"), url(/packs/static/summernote/src/styles/font/summernote-b293d601cf1cddd1a1b4.ttf) format("truetype");
}
[class^=note-icon]:before,
[class*=" note-icon"]:before {
  display: inline-block;
  font-family: summernote;
  font-style: normal;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

.note-icon-fw {
  text-align: center;
  width: 1.25em;
}

.note-icon-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.note-icon-pull-left {
  float: left;
}

.note-icon-pull-right {
  float: right;
}

.note-icon.note-icon-pull-left {
  margin-right: 0.3em;
}

.note-icon.note-icon-pull-right {
  margin-left: 0.3em;
}

.note-icon-align::before {
  content: "\ea01";
}

.note-icon-align-center::before {
  content: "\ea02";
}

.note-icon-align-indent::before {
  content: "\ea03";
}

.note-icon-align-justify::before {
  content: "\ea04";
}

.note-icon-align-left::before {
  content: "\ea05";
}

.note-icon-align-outdent::before {
  content: "\ea06";
}

.note-icon-align-right::before {
  content: "\ea07";
}

.note-icon-arrow-circle-down::before {
  content: "\ea08";
}

.note-icon-arrow-circle-left::before {
  content: "\ea09";
}

.note-icon-arrow-circle-right::before {
  content: "\ea0a";
}

.note-icon-arrow-circle-up::before {
  content: "\ea0b";
}

.note-icon-arrows-alt::before {
  content: "\ea0c";
}

.note-icon-arrows-h::before {
  content: "\ea0d";
}

.note-icon-arrows-v::before {
  content: "\ea0e";
}

.note-icon-bold::before {
  content: "\ea0f";
}

.note-icon-caret::before {
  content: "\ea10";
}

.note-icon-chain-broken::before {
  content: "\ea11";
}

.note-icon-circle::before {
  content: "\ea12";
}

.note-icon-close::before {
  content: "\ea13";
}

.note-icon-code::before {
  content: "\ea14";
}

.note-icon-col-after::before {
  content: "\ea15";
}

.note-icon-col-before::before {
  content: "\ea16";
}

.note-icon-col-remove::before {
  content: "\ea17";
}

.note-icon-eraser::before {
  content: "\ea18";
}

.note-icon-float-left::before {
  content: "\ea19";
}

.note-icon-float-none::before {
  content: "\ea1a";
}

.note-icon-float-right::before {
  content: "\ea1b";
}

.note-icon-font::before {
  content: "\ea1c";
}

.note-icon-frame::before {
  content: "\ea1d";
}

.note-icon-italic::before {
  content: "\ea1e";
}

.note-icon-link::before {
  content: "\ea1f";
}

.note-icon-magic::before {
  content: "\ea20";
}

.note-icon-menu-check::before {
  content: "\ea21";
}

.note-icon-minus::before {
  content: "\ea22";
}

.note-icon-orderedlist::before {
  content: "\ea23";
}

.note-icon-pencil::before {
  content: "\ea24";
}

.note-icon-picture::before {
  content: "\ea25";
}

.note-icon-question::before {
  content: "\ea26";
}

.note-icon-redo::before {
  content: "\ea27";
}

.note-icon-rollback::before {
  content: "\ea28";
}

.note-icon-row-above::before {
  content: "\ea29";
}

.note-icon-row-below::before {
  content: "\ea2a";
}

.note-icon-row-remove::before {
  content: "\ea2b";
}

.note-icon-special-character::before {
  content: "\ea2c";
}

.note-icon-square::before {
  content: "\ea2d";
}

.note-icon-strikethrough::before {
  content: "\ea2e";
}

.note-icon-subscript::before {
  content: "\ea2f";
}

.note-icon-summernote::before {
  content: "\ea30";
}

.note-icon-superscript::before {
  content: "\ea31";
}

.note-icon-table::before {
  content: "\ea32";
}

.note-icon-text-height::before {
  content: "\ea33";
}

.note-icon-trash::before {
  content: "\ea34";
}

.note-icon-underline::before {
  content: "\ea35";
}

.note-icon-undo::before {
  content: "\ea36";
}

.note-icon-unorderedlist::before {
  content: "\ea37";
}

.note-icon-video::before {
  content: "\ea38";
}

/* Theme Variables
 ------------------------------------------ */
/* Layout
 ------------------------------------------ */
.note-editor {
  position: relative;
}

.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: lightskyblue;
  background-color: #fff;
  opacity: 0.95;
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.note-editor .note-dropzone.hover {
  color: #098ddf;
}

.note-editor.dragover .note-dropzone {
  display: table;
}

.note-editor .note-editing-area {
  position: relative;
}

.note-editor .note-editing-area .note-editable {
  outline: none;
}

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px;
}

.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px;
}

/* Frame mode layout
 ------------------------------------------ */
.note-editor.note-frame,
.note-editor.note-airframe {
  border: 1px solid #00000032;
}

.note-editor.note-frame.codeview .note-editing-area .note-editable,
.note-editor.note-airframe.codeview .note-editing-area .note-editable {
  display: none;
}

.note-editor.note-frame.codeview .note-editing-area .note-codable,
.note-editor.note-airframe.codeview .note-editing-area .note-codable {
  display: block;
}

.note-editor.note-frame .note-editing-area,
.note-editor.note-airframe .note-editing-area {
  overflow: hidden;
}

.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
  background-color: #8080801d;
}

.note-editor.note-frame .note-editing-area .note-codable,
.note-editor.note-airframe .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  outline: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.note-editor.note-frame.fullscreen,
.note-editor.note-airframe.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1050;
}

.note-editor.note-frame.fullscreen .note-resizebar,
.note-editor.note-airframe.fullscreen .note-resizebar {
  display: none;
}

.note-editor.note-frame .note-status-output,
.note-editor.note-airframe .note-status-output {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  height: 20px;
  margin-bottom: 0;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.note-editor.note-frame .note-status-output:empty,
.note-editor.note-airframe .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

.note-editor.note-frame .note-status-output .pull-right,
.note-editor.note-airframe .note-status-output .pull-right {
  float: right !important;
}

.note-editor.note-frame .note-status-output .text-muted,
.note-editor.note-airframe .note-status-output .text-muted {
  color: #777;
}

.note-editor.note-frame .note-status-output .text-primary,
.note-editor.note-airframe .note-status-output .text-primary {
  color: #286090;
}

.note-editor.note-frame .note-status-output .text-success,
.note-editor.note-airframe .note-status-output .text-success {
  color: #3c763d;
}

.note-editor.note-frame .note-status-output .text-info,
.note-editor.note-airframe .note-status-output .text-info {
  color: #31708f;
}

.note-editor.note-frame .note-status-output .text-warning,
.note-editor.note-airframe .note-status-output .text-warning {
  color: #8a6d3b;
}

.note-editor.note-frame .note-status-output .text-danger,
.note-editor.note-airframe .note-status-output .text-danger {
  color: #a94442;
}

.note-editor.note-frame .note-status-output .alert,
.note-editor.note-airframe .note-status-output .alert {
  margin: -7px 0 0 0;
  padding: 7px 10px 2px 10px;
  border-radius: 0;
  color: #000;
  background-color: #f5f5f5;
}

.note-editor.note-frame .note-status-output .alert .note-icon,
.note-editor.note-airframe .note-status-output .alert .note-icon {
  margin-right: 5px;
}

.note-editor.note-frame .note-status-output .alert-success,
.note-editor.note-airframe .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

.note-editor.note-frame .note-status-output .alert-info,
.note-editor.note-airframe .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

.note-editor.note-frame .note-status-output .alert-warning,
.note-editor.note-airframe .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

.note-editor.note-frame .note-status-output .alert-danger,
.note-editor.note-airframe .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.note-editor.note-frame .note-statusbar,
.note-editor.note-airframe .note-statusbar {
  background-color: #8080801d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #00000032;
}

.note-editor.note-frame .note-statusbar .note-resizebar,
.note-editor.note-airframe .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 9px;
  width: 100%;
  cursor: ns-resize;
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #00000032;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar {
  cursor: default;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

.note-editor.note-frame .note-placeholder,
.note-editor.note-airframe .note-placeholder {
  padding: 10px;
}

.note-editor.note-airframe {
  border: 0;
}

.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0;
}

/* Popover
 ------------------------------------------ */
.note-popover.popover {
  display: none;
  max-width: none;
}

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.note-popover.popover .arrow {
  left: 20px !important;
}

/* Popover and Toolbar (Button container)
 ------------------------------------------ */
.note-toolbar {
  position: relative;
}

.note-popover .popover-content, .note-editor .note-toolbar {
  margin: 0;
  padding: 0 0 5px 5px;
}

.note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

.note-popover .popover-content .note-btn-group .note-table, .note-editor .note-toolbar .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;
}

.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;
}

.note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px;
}

.note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p {
  margin: 0;
  padding: 0;
}

.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-editor .note-toolbar .note-color-all .note-dropdown-menu {
  min-width: 337px;
}

.note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

.note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}

.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee;
}

.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

.note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px;
}

.note-popover .popover-content .note-para .note-dropdown-menu > div + div, .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {
  margin-left: 5px;
}

.note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {
  min-width: 160px;
}

.note-popover .popover-content .note-dropdown-menu.right, .note-editor .note-toolbar .note-dropdown-menu.right {
  right: 0;
  left: auto;
}

.note-popover .popover-content .note-dropdown-menu.right::before, .note-editor .note-toolbar .note-dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

.note-popover .popover-content .note-dropdown-menu.right::after, .note-editor .note-toolbar .note-dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
  color: deepskyblue;
  visibility: hidden;
}

.note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
  visibility: visible;
}

.note-popover .popover-content .note-fontsize-10, .note-editor .note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

.note-popover .popover-content .note-color-palette, .note-editor .note-toolbar .note-color-palette {
  line-height: 1;
}

.note-popover .popover-content .note-color-palette div .note-color-btn, .note-editor .note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}

/* Dialog
 ------------------------------------------ */
.note-modal .modal-dialog {
  outline: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.note-modal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.note-modal .note-modal-form {
  margin: 0;
}

.note-modal .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}

@-moz-document url-prefix() {
  .note-modal .note-image-input {
    height: auto;
  }
}
/* Placeholder
 ------------------------------------------ */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* Handle
 ------------------------------------------ */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

.note-handle .note-control-selection > div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}

.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-sizing {
  background-color: #000;
}

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

.note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}

.minicolors {
  position: relative;
}

.minicolors-sprite {
  background-image: url(/packs/static/@claviska/jquery-minicolors/jquery.minicolors-0e61411589c771c12035.png);
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}

/* Panel */
.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
  touch-action: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px;
  /* LTR */
  width: 150px;
  height: 150px;
  margin-bottom: 2px;
  background-position: -120px 0;
  cursor: crosshair;
}

[dir=rtl] .minicolors .minicolors-grid {
  right: 1px;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  /* LTR */
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}

[dir=rtl] .minicolors-slider,
[dir=rtl] .minicolors-opacity-slider {
  right: 152px;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px;
  /* LTR */
  background-position: -40px 0;
  display: none;
}

[dir=rtl] .minicolors-opacity-slider {
  right: 173px;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 3px;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  margin-top: -2px;
  margin-left: 1px;
  box-sizing: content-box;
}

/* Swatches */
.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px;
  /* LTR */
  padding: 0;
  list-style: none;
  overflow: hidden;
}

[dir=rtl] .minicolors-swatches,
[dir=rtl] .minicolors-swatches li {
  margin: 5px 5px 3px 0;
}

.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left;
  /* LTR */
  cursor: pointer;
  margin: 0 4px 0 0;
  /* LTR */
}

[dir=rtl] .minicolors-swatches .minicolors-swatch {
  float: right;
  margin: 0 0 0 4px;
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px;
  /* LTR */
}

[dir=rtl] .minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 0;
  margin-left: 7px;
}

.minicolors-swatch.selected {
  border-color: #000;
}

/* Inline controls */
.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  /* LTR */
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}

[dir=rtl] .minicolors-inline .minicolors-panel {
  right: auto;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  /* LTR */
  width: 18px;
  height: 18px;
}

[dir=rtl] .minicolors-theme-default .minicolors-swatch {
  right: 5px;
}

.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  /* LTR */
  width: 18px;
  height: 18px;
}

[dir=rtl] .minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  right: 0;
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  /* LTR */
  right: 5px;
  /* LTR */
}

[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-swatch {
  right: auto;
  left: 5px;
}

.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}

.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
  /* LTR */
}

[dir=rtl] .minicolors-theme-default .minicolors-input {
  text-align: right;
  unicode-bidi: plaintext;
  padding-left: 1px;
  padding-right: 26px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  /* LTR */
  padding-left: inherit;
  /* LTR */
}

[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-input {
  padding-right: inherit;
  padding-left: 26px;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  /* LTR */
  width: 28px;
  height: 28px;
  border-radius: 2px;
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatch {
  right: 3px;
}

.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  /* LTR */
  width: 20px;
  height: 20px;
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  right: 0;
}

.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}

.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
  left: auto;
  /* LTR */
  right: 3px;
  /* LTR */
}

[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left > .minicolors-swatch {
  right: auto;
  left: 3px;
}

.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
  /* LTR */
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-input {
  text-align: right;
  unicode-bidi: plaintext;
  padding-left: 12px;
  padding-right: 44px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  /* LTR */
  padding-left: 12px;
  /* LTR */
}

[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left .minicolors-input {
  padding-right: 12px;
  padding-left: 44px;
}

.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch, .minicolors-theme-bootstrap .input-group-lg > .minicolors-input.form-control + .minicolors-swatch,
.minicolors-theme-bootstrap .input-group-lg > .minicolors-input.input-group-addon + .minicolors-swatch,
.minicolors-theme-bootstrap .input-group-lg > .input-group-btn > .minicolors-input.btn + .minicolors-swatch,
.minicolors-theme-bootstrap .custom-invoice .modal-body .elements .input-group-lg > .input-group-btn > li.minicolors-input + .minicolors-swatch,
.custom-invoice .modal-body .elements .minicolors-theme-bootstrap .input-group-lg > .input-group-btn > li.minicolors-input + .minicolors-swatch,
.minicolors-theme-bootstrap .plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > .minicolors-input.subscribe-button + .minicolors-swatch,
.plan-card .card-footer .cta-button .minicolors-theme-bootstrap .input-group-lg > .input-group-btn > .minicolors-input.subscribe-button + .minicolors-swatch {
  top: 4px;
  left: 4px;
  /* LTR */
  width: 37px;
  height: 37px;
  border-radius: 5px;
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch, [dir=rtl] .minicolors-theme-bootstrap .input-group-lg > .minicolors-input.form-control + .minicolors-swatch,
[dir=rtl] .minicolors-theme-bootstrap .input-group-lg > .minicolors-input.input-group-addon + .minicolors-swatch,
[dir=rtl] .minicolors-theme-bootstrap .input-group-lg > .input-group-btn > .minicolors-input.btn + .minicolors-swatch,
[dir=rtl] .minicolors-theme-bootstrap .custom-invoice .modal-body .elements .input-group-lg > .input-group-btn > li.minicolors-input + .minicolors-swatch,
.custom-invoice .modal-body .elements [dir=rtl] .minicolors-theme-bootstrap .input-group-lg > .input-group-btn > li.minicolors-input + .minicolors-swatch,
[dir=rtl] .minicolors-theme-bootstrap .plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > .minicolors-input.subscribe-button + .minicolors-swatch,
.plan-card .card-footer .cta-button [dir=rtl] .minicolors-theme-bootstrap .input-group-lg > .input-group-btn > .minicolors-input.subscribe-button + .minicolors-swatch {
  right: 4px;
}

.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch, .minicolors-theme-bootstrap .input-group-sm > .minicolors-input.form-control + .minicolors-swatch,
.minicolors-theme-bootstrap .input-group-sm > .minicolors-input.input-group-addon + .minicolors-swatch,
.minicolors-theme-bootstrap .input-group-sm > .input-group-btn > .minicolors-input.btn + .minicolors-swatch,
.minicolors-theme-bootstrap .custom-invoice .modal-body .elements .input-group-sm > .input-group-btn > li.minicolors-input + .minicolors-swatch,
.custom-invoice .modal-body .elements .minicolors-theme-bootstrap .input-group-sm > .input-group-btn > li.minicolors-input + .minicolors-swatch,
.minicolors-theme-bootstrap .plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > .minicolors-input.subscribe-button + .minicolors-swatch,
.plan-card .card-footer .cta-button .minicolors-theme-bootstrap .input-group-sm > .input-group-btn > .minicolors-input.subscribe-button + .minicolors-swatch {
  width: 24px;
  height: 24px;
}

.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}

.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  /* LTR */
  border-bottom-left-radius: 0;
  /* LTR */
}

[dir=rtl] .input-group .minicolors-theme-bootstrap .minicolors-input {
  border-radius: 4px;
}

[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:last-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* bootstrap input-group rtl override */
[dir=rtl] .input-group .form-control,
[dir=rtl] .input-group-addon,
[dir=rtl] .input-group-btn > .btn,
[dir=rtl] .custom-invoice .modal-body .elements .input-group-btn > li,
.custom-invoice .modal-body .elements [dir=rtl] .input-group-btn > li,
[dir=rtl] .plan-card .card-footer .cta-button .input-group-btn > .subscribe-button,
.plan-card .card-footer .cta-button [dir=rtl] .input-group-btn > .subscribe-button,
[dir=rtl] .input-group-btn > .btn-group > .btn,
[dir=rtl] .custom-invoice .modal-body .elements .input-group-btn > .btn-group > li,
.custom-invoice .modal-body .elements [dir=rtl] .input-group-btn > .btn-group > li,
[dir=rtl] .plan-card .card-footer .cta-button .input-group-btn > .btn-group > .subscribe-button,
.plan-card .card-footer .cta-button [dir=rtl] .input-group-btn > .btn-group > .subscribe-button,
[dir=rtl] .input-group-btn > .dropdown-toggle {
  border: 1px solid #ccc;
  border-radius: 4px;
}

[dir=rtl] .input-group .form-control:first-child,
[dir=rtl] .input-group-addon:first-child,
[dir=rtl] .input-group-btn:first-child > .btn,
[dir=rtl] .custom-invoice .modal-body .elements .input-group-btn:first-child > li,
.custom-invoice .modal-body .elements [dir=rtl] .input-group-btn:first-child > li,
[dir=rtl] .plan-card .card-footer .cta-button .input-group-btn:first-child > .subscribe-button,
.plan-card .card-footer .cta-button [dir=rtl] .input-group-btn:first-child > .subscribe-button,
[dir=rtl] .input-group-btn:first-child > .btn-group > .btn,
[dir=rtl] .custom-invoice .modal-body .elements .input-group-btn:first-child > .btn-group > li,
.custom-invoice .modal-body .elements [dir=rtl] .input-group-btn:first-child > .btn-group > li,
[dir=rtl] .plan-card .card-footer .cta-button .input-group-btn:first-child > .btn-group > .subscribe-button,
.plan-card .card-footer .cta-button [dir=rtl] .input-group-btn:first-child > .btn-group > .subscribe-button,
[dir=rtl] .input-group-btn:first-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .custom-invoice .modal-body .elements .input-group-btn:last-child > li:not(:last-child):not(.dropdown-toggle),
.custom-invoice .modal-body .elements [dir=rtl] .input-group-btn:last-child > li:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .plan-card .card-footer .cta-button .input-group-btn:last-child > .subscribe-button:not(:last-child):not(.dropdown-toggle),
.plan-card .card-footer .cta-button [dir=rtl] .input-group-btn:last-child > .subscribe-button:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
[dir=rtl] .custom-invoice .modal-body .elements .input-group-btn:last-child > .btn-group:not(:last-child) > li,
.custom-invoice .modal-body .elements [dir=rtl] .input-group-btn:last-child > .btn-group:not(:last-child) > li,
[dir=rtl] .plan-card .card-footer .cta-button .input-group-btn:last-child > .btn-group:not(:last-child) > .subscribe-button,
.plan-card .card-footer .cta-button [dir=rtl] .input-group-btn:last-child > .btn-group:not(:last-child) > .subscribe-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

[dir=rtl] .input-group .form-control:last-child,
[dir=rtl] .input-group-addon:last-child,
[dir=rtl] .input-group-btn:last-child > .btn,
[dir=rtl] .custom-invoice .modal-body .elements .input-group-btn:last-child > li,
.custom-invoice .modal-body .elements [dir=rtl] .input-group-btn:last-child > li,
[dir=rtl] .plan-card .card-footer .cta-button .input-group-btn:last-child > .subscribe-button,
.plan-card .card-footer .cta-button [dir=rtl] .input-group-btn:last-child > .subscribe-button,
[dir=rtl] .input-group-btn:last-child > .btn-group > .btn,
[dir=rtl] .custom-invoice .modal-body .elements .input-group-btn:last-child > .btn-group > li,
.custom-invoice .modal-body .elements [dir=rtl] .input-group-btn:last-child > .btn-group > li,
[dir=rtl] .plan-card .card-footer .cta-button .input-group-btn:last-child > .btn-group > .subscribe-button,
.plan-card .card-footer .cta-button [dir=rtl] .input-group-btn:last-child > .btn-group > .subscribe-button,
[dir=rtl] .input-group-btn:last-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:first-child > .btn:not(:first-child),
[dir=rtl] .custom-invoice .modal-body .elements .input-group-btn:first-child > li:not(:first-child),
.custom-invoice .modal-body .elements [dir=rtl] .input-group-btn:first-child > li:not(:first-child),
[dir=rtl] .plan-card .card-footer .cta-button .input-group-btn:first-child > .subscribe-button:not(:first-child),
.plan-card .card-footer .cta-button [dir=rtl] .input-group-btn:first-child > .subscribe-button:not(:first-child),
[dir=rtl] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
[dir=rtl] .custom-invoice .modal-body .elements .input-group-btn:first-child > .btn-group:not(:first-child) > li,
.custom-invoice .modal-body .elements [dir=rtl] .input-group-btn:first-child > .btn-group:not(:first-child) > li,
[dir=rtl] .plan-card .card-footer .cta-button .input-group-btn:first-child > .btn-group:not(:first-child) > .subscribe-button,
.plan-card .card-footer .cta-button [dir=rtl] .input-group-btn:first-child > .btn-group:not(:first-child) > .subscribe-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Semantic Ui theme */
.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0;
  /* LTR */
  padding: 18px;
}

[dir=rtl] .minicolors-theme-semanticui .minicolors-swatch {
  right: 0;
}

.minicolors-theme-semanticui input {
  text-indent: 30px;
}

/*!
 * angular-aside - v1.3.2
 * https://github.com/dbtek/angular-aside
 * 2015-11-17
 * Copyright (c) 2015 İsmail Demirbilek
 * License: MIT
 */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/* Common */
.ng-aside {
  overflow-y: auto;
  overflow-x: hidden;
}

.ng-aside .modal-dialog {
  position: absolute;
  margin: 0;
  padding: 0;
}

.ng-aside.fade .modal-dialog {
  -o-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  transition: none;
  /*CSS transforms*/
  -o-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.ng-aside .modal-dialog .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  border-radius: 0;
}

/* Horizontal */
.ng-aside.horizontal {
  height: 100%;
}

.ng-aside.horizontal .modal-dialog .modal-content {
  height: 100%;
}

.ng-aside.horizontal .modal-dialog {
  position: absolute;
  top: 0;
  height: 100%;
}

.modal-open .ng-aside.horizontal.left .modal-dialog {
  animation: fadeOutLeft 250ms;
  -webkit-animation: fadeOutLeft 250ms;
  -moz-animation: fadeOutLeft 250ms;
  -o-animation: fadeOutLeft 250ms;
  -ms-animation: fadeOutLeft 250ms;
}

.ng-aside.horizontal.left.in .modal-dialog {
  animation: fadeInLeft 400ms;
  -webkit-animation: fadeInLeft 400ms;
  -moz-animation: fadeInLeft 400ms;
  -o-animation: fadeInLeft 400ms;
  -ms-animation: fadeInLeft 400ms;
}

.ng-aside.horizontal.left .modal-dialog {
  left: 0;
}

.ng-aside.horizontal.right .modal-dialog {
  animation: fadeOutRight 400ms;
  -webkit-animation: fadeOutRight 400ms;
  -moz-animation: fadeOutRight 400ms;
  -o-animation: fadeOutRight 400ms;
  -ms-animation: fadeOutRight 400ms;
}

.ng-aside.horizontal.right.in .modal-dialog {
  animation: fadeInRight 250ms;
  -webkit-animation: fadeInRight 250ms;
}

.ng-aside.horizontal.right .modal-dialog {
  right: 0;
}

/* Vertical */
.ng-aside.vertical {
  width: 100% !important;
  overflow: hidden;
}

.ng-aside.vertical .modal-dialog {
  left: 0;
  right: 0;
  width: 100% !important;
}

.ng-aside.vertical .modal-dialog .modal-content {
  max-height: 400px;
}

.ng-aside.vertical.top .modal-dialog {
  animation: fadeOutUp 250ms;
  -webkit-animation: fadeOutUp 250ms;
  -webkit-animation: fadeOutUp 250ms;
  -moz-animation: fadeOutUp 250ms;
  -o-animation: fadeOutUp 250ms;
  -ms-animation: fadeOutUp 250ms;
}

.ng-aside.vertical.top.in .modal-dialog {
  animation: fadeInTop 250ms;
  -webkit-animation: fadeInTop 250ms;
  -webkit-animation: fadeInTop 250ms;
  -moz-animation: fadeInTop 250ms;
  -o-animation: fadeInTop 250ms;
  -ms-animation: fadeInTop 250ms;
}

.ng-aside.vertical.bottom .modal-dialog {
  animation: fadeOutDown 250ms;
  -webkit-animation: fadeOutDown 250ms;
  -webkit-animation: fadeOutDown 250ms;
  -moz-animation: fadeOutDown 250ms;
  -o-animation: fadeOutDown 250ms;
  -ms-animation: fadeOutDown 250ms;
}

.ng-aside.vertical.bottom.in .modal-dialog {
  animation: fadeInBottom 250ms;
  -webkit-animation: fadeInBottom 250ms;
  -webkit-animation: fadeInBottom 250ms;
  -moz-animation: fadeInBottom 250ms;
  -o-animation: fadeInBottom 250ms;
  -ms-animation: fadeInBottom 250ms;
}

.ng-aside.vertical.bottom .modal-dialog {
  bottom: 0;
}

.ng-aside.vertical.top .modal-dialog {
  top: 0;
}

.ng-aside.vertical .modal-dialog .modal-content {
  width: 100%;
}

/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
  /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}

/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: black;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}

/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}

@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue;
}

.cm-s-default .cm-quote {
  color: #090;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header, .cm-strong {
  font-weight: bold;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-s-default .cm-keyword {
  color: #708;
}

.cm-s-default .cm-atom {
  color: #219;
}

.cm-s-default .cm-number {
  color: #164;
}

.cm-s-default .cm-def {
  color: #00f;
}

.cm-s-default .cm-variable-2 {
  color: #05a;
}

.cm-s-default .cm-variable-3, .cm-s-default .cm-type {
  color: #085;
}

.cm-s-default .cm-comment {
  color: #a50;
}

.cm-s-default .cm-string {
  color: #a11;
}

.cm-s-default .cm-string-2 {
  color: #f50;
}

.cm-s-default .cm-meta {
  color: #555;
}

.cm-s-default .cm-qualifier {
  color: #555;
}

.cm-s-default .cm-builtin {
  color: #30a;
}

.cm-s-default .cm-bracket {
  color: #997;
}

.cm-s-default .cm-tag {
  color: #170;
}

.cm-s-default .cm-attribute {
  color: #00c;
}

.cm-s-default .cm-hr {
  color: #999;
}

.cm-s-default .cm-link {
  color: #00c;
}

.cm-s-default .cm-error {
  color: #f00;
}

.cm-invalidchar {
  color: #f00;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px;
  margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}

.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}

.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
  /* Force widget margins to stay inside of the container */
}

.CodeMirror-rtl pre {
  direction: rtl;
}

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}

.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: "";
}

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none;
}

@keyframes show {
  100% {
    opacity: 1;
    transform: none;
  }
}
:root {
  --gray-soft-lightest: #FFFFFF;
  --gray-soft-light: #F5F5F5;
  --gray-soft: #E5E5E5;
  --gray-soft-dark: #D1D1D1;
  --gray-soft-darkest: #A3A3A3;
  --gray-hard-lightest: #757575;
  --gray-hard-light: #575757;
  --gray-hard: #383838;
  --gray-hard-dark: #1F1F1F;
  --gray-hard-darkest: #0F0F0F;
  --main-lightest: #FDF1F1;
  --main-light: #F6ACAC;
  --main: #E72223;
  --main-dark: #BC1415;
  --main-darkest: #57090A;
  --secondary-light: #FFF8B3;
  --secondary: #FDE500;
  --secondary-dark: #CCB800;
  --secondary-darkest: #3D3700;
  --success-lightest: #E3FCEC;
  --success-light: #88E8AA;
  --success: #259D58;
  --success-dark: #229051;
  --success-darkest: #155239;
  --alert-lightest: #FDF1F1;
  --alert-light: #EA8585;
  --alert: #DA3030;
  --alert-dark: #9F1D1D;
  --alert-darkest: #611818;
  --information-lightest: #EFF6FF;
  --information-light: #93C5FD;
  --information: #1A5DF9;
  --information-dark: #1E3A8A;
  --information-darkest: #122354;
  --notification-lightest: #FFFCF4;
  --notification-light: #FAE29F;
  --notification: #D6AE47;
  --notification-dark: #8C6D1F;
  --notification-darkest: #5C4813;
  --main-text-color: black;
  --secondary-text-color: black;
  --main-decoration-color: black;
}

:root {
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --shadow: 0 0 10px rgba(39, 32, 32, 0.25);
}

:root {
  --font-text: "Work Sans", sans-serif;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .custom-invoice .modal-body .elements li > .caret, .plan-card .card-footer .cta-button .subscribe-button > .caret,
.dropup > .btn > .caret,
.custom-invoice .modal-body .elements .dropup > li > .caret,
.plan-card .card-footer .cta-button .dropup > .subscribe-button > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/packs/static/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-5be1347c682810f199c7.eot);
  src: url(/packs/static/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-5be1347c682810f199c7.eot?#iefix) format("embedded-opentype"), url(/packs/static/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-be810be3a3e14c682a25.woff2) format("woff2"), url(/packs/static/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-82b1212e45a2bc35dd73.woff) format("woff"), url(/packs/static/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-4692b9ec53fd5972caa2.ttf) format("truetype"), url(/packs/static/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular-060b2710bdbbe3dfe48b.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.5;
  color: black;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #cb1117;
  text-decoration: none;
}

a:hover, a:focus {
  color: #840b0f;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle, .thumb-140-wrapper img, .thumb-128-wrapper img {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-text);
  font-weight: 400;
  line-height: 1.5;
  color: black;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 2.4rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.8rem;
}

h4, .h4 {
  font-size: 1.6rem;
}

h5, .h5 {
  font-size: 1.4rem;
}

h6, .h6 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 75%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #d92227;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #ad1b1f;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #d92227;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ad1b1f;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .custom-invoice .modal-body .elements ul {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: var(--font-text);
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #fdde3f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 222, 63, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 222, 63, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 38px;
  }

  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn,
.plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > input[type=date].subscribe-button, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > input[type=time].subscribe-button,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > input[type=datetime-local].subscribe-button,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > input[type=month].subscribe-button,
.input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn,
.plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > input[type=date].subscribe-button, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > input[type=time].subscribe-button,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > input[type=datetime-local].subscribe-button,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > input[type=month].subscribe-button,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.custom-invoice .modal-body .elements .input-group-lg > .input-group-btn > li.form-control-static,
.plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > .form-control-static.subscribe-button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.custom-invoice .modal-body .elements .input-group-sm > .input-group-btn > li.form-control-static,
.plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > .form-control-static.subscribe-button {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.custom-invoice .modal-body .elements .input-group-sm > .input-group-btn > li,
.plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > .subscribe-button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > select.subscribe-button {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > textarea.subscribe-button,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > select[multiple].subscribe-button {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.custom-invoice .modal-body .elements .input-group-lg > .input-group-btn > li,
.plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > .subscribe-button {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > select.subscribe-button {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > textarea.subscribe-button,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > select[multiple].subscribe-button {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.custom-invoice .modal-body .elements .input-group-lg > .input-group-btn > li + .form-control-feedback,
.plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > .subscribe-button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.custom-invoice .modal-body .elements .input-group-sm > .input-group-btn > li + .form-control-feedback,
.plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > .subscribe-button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn, .custom-invoice .modal-body .elements li, .plan-card .card-footer .cta-button .subscribe-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .custom-invoice .modal-body .elements li:focus, .plan-card .card-footer .cta-button .subscribe-button:focus, .btn.focus, .custom-invoice .modal-body .elements li.focus, .plan-card .card-footer .cta-button .focus.subscribe-button, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .custom-invoice .modal-body .elements li:hover, .plan-card .card-footer .cta-button .subscribe-button:hover, .btn:focus, .custom-invoice .modal-body .elements li:focus, .plan-card .card-footer .cta-button .subscribe-button:focus, .btn.focus, .custom-invoice .modal-body .elements li.focus, .plan-card .card-footer .cta-button .focus.subscribe-button {
  color: black;
  text-decoration: none;
}

.btn:active, .custom-invoice .modal-body .elements li:active, .plan-card .card-footer .cta-button .subscribe-button:active, .btn.active, .custom-invoice .modal-body .elements li.active, .plan-card .card-footer .cta-button .active.subscribe-button {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .custom-invoice .modal-body .elements li.disabled, .plan-card .card-footer .cta-button .disabled.subscribe-button, .btn[disabled], .custom-invoice .modal-body .elements li[disabled], .plan-card .card-footer .cta-button [disabled].subscribe-button, fieldset[disabled] .btn, fieldset[disabled] .custom-invoice .modal-body .elements li, .custom-invoice .modal-body .elements fieldset[disabled] li, fieldset[disabled] .plan-card .card-footer .cta-button .subscribe-button, .plan-card .card-footer .cta-button fieldset[disabled] .subscribe-button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .plan-card .card-footer .cta-button a.disabled.subscribe-button, fieldset[disabled] a.btn, fieldset[disabled] .plan-card .card-footer .cta-button a.subscribe-button, .plan-card .card-footer .cta-button fieldset[disabled] a.subscribe-button {
  pointer-events: none;
}

.btn-default, .custom-invoice .modal-body .elements li {
  color: black;
  background-color: #fbfbfb;
  border-color: #c9c9c9;
}

.btn-default:focus, .custom-invoice .modal-body .elements li:focus, .btn-default.focus, .custom-invoice .modal-body .elements li.focus {
  color: black;
  background-color: #e3e0e0;
  border-color: #898989;
}

.btn-default:hover, .custom-invoice .modal-body .elements li:hover {
  color: black;
  background-color: #e3e0e0;
  border-color: #aaaaaa;
}

.btn-default:active, .custom-invoice .modal-body .elements li:active, .btn-default.active, .custom-invoice .modal-body .elements li.active, .open > .btn-default.dropdown-toggle, .custom-invoice .modal-body .elements .open > li.dropdown-toggle {
  color: black;
  background-color: #e3e0e0;
  background-image: none;
  border-color: #aaaaaa;
}

.btn-default:active:hover, .custom-invoice .modal-body .elements li:active:hover, .btn-default:active:focus, .custom-invoice .modal-body .elements li:active:focus, .btn-default:active.focus, .custom-invoice .modal-body .elements li:active.focus, .btn-default.active:hover, .custom-invoice .modal-body .elements li.active:hover, .btn-default.active:focus, .custom-invoice .modal-body .elements li.active:focus, .btn-default.active.focus, .custom-invoice .modal-body .elements li.active.focus, .open > .btn-default.dropdown-toggle:hover, .custom-invoice .modal-body .elements .open > li.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .custom-invoice .modal-body .elements .open > li.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus, .custom-invoice .modal-body .elements .open > li.dropdown-toggle.focus {
  color: black;
  background-color: #d2cece;
  border-color: #898989;
}

.btn-default.disabled:hover, .custom-invoice .modal-body .elements li.disabled:hover, .btn-default.disabled:focus, .custom-invoice .modal-body .elements li.disabled:focus, .btn-default.disabled.focus, .custom-invoice .modal-body .elements li.disabled.focus, .btn-default[disabled]:hover, .custom-invoice .modal-body .elements li[disabled]:hover, .btn-default[disabled]:focus, .custom-invoice .modal-body .elements li[disabled]:focus, .btn-default[disabled].focus, .custom-invoice .modal-body .elements li[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .custom-invoice .modal-body .elements li:hover, .custom-invoice .modal-body .elements fieldset[disabled] li:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .custom-invoice .modal-body .elements li:focus, .custom-invoice .modal-body .elements fieldset[disabled] li:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .custom-invoice .modal-body .elements li.focus, .custom-invoice .modal-body .elements fieldset[disabled] li.focus {
  background-color: #fbfbfb;
  border-color: #c9c9c9;
}

.btn-default .badge, .custom-invoice .modal-body .elements li .badge {
  color: #fbfbfb;
  background-color: black;
}

.btn-primary {
  color: #fff;
  background-color: #d92227;
  border-color: #d92227;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #ad1b1f;
  border-color: #6b1113;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ad1b1f;
  border-color: #a41a1d;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ad1b1f;
  background-image: none;
  border-color: #a41a1d;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #8e161a;
  border-color: #6b1113;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #d92227;
  border-color: #d92227;
}

.btn-primary .badge {
  color: #d92227;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #7bca38;
  border-color: #7bca38;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #63a32c;
  border-color: #3e671b;
}

.btn-success:hover {
  color: #fff;
  background-color: #63a32c;
  border-color: #5e9b29;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #63a32c;
  background-image: none;
  border-color: #5e9b29;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #528724;
  border-color: #3e671b;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #7bca38;
  border-color: #7bca38;
}

.btn-success .badge {
  color: #7bca38;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #1d98ec;
  border-color: #1d98ec;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #117cc5;
  border-color: #0b507f;
}

.btn-info:hover {
  color: #fff;
  background-color: #117cc5;
  border-color: #1076bc;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117cc5;
  background-image: none;
  border-color: #1076bc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #0e67a4;
  border-color: #0b507f;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #1d98ec;
  border-color: #1d98ec;
}

.btn-info .badge {
  color: #1d98ec;
  background-color: #fff;
}

.btn-warning, .editable-buttons button[type=submit].btn-primary {
  color: #000;
  background-color: #fdde3f;
  border-color: #fdde3f;
}

.btn-warning:focus, .editable-buttons button[type=submit].btn-primary:focus, .btn-warning.focus, .editable-buttons button.focus[type=submit].btn-primary {
  color: #000;
  background-color: #fcd50d;
  border-color: #bb9c02;
}

.btn-warning:hover, .editable-buttons button[type=submit].btn-primary:hover {
  color: #000;
  background-color: #fcd50d;
  border-color: #fcd303;
}

.btn-warning:active, .editable-buttons button[type=submit].btn-primary:active, .btn-warning.active, .editable-buttons button.active[type=submit].btn-primary, .open > .btn-warning.dropdown-toggle, .editable-buttons .open > button.dropdown-toggle[type=submit].btn-primary {
  color: #000;
  background-color: #fcd50d;
  background-image: none;
  border-color: #fcd303;
}

.btn-warning:active:hover, .editable-buttons button[type=submit].btn-primary:active:hover, .btn-warning:active:focus, .editable-buttons button[type=submit].btn-primary:active:focus, .btn-warning:active.focus, .editable-buttons button[type=submit].btn-primary:active.focus, .btn-warning.active:hover, .editable-buttons button.active[type=submit].btn-primary:hover, .btn-warning.active:focus, .editable-buttons button.active[type=submit].btn-primary:focus, .btn-warning.active.focus, .editable-buttons button.active.focus[type=submit].btn-primary, .open > .btn-warning.dropdown-toggle:hover, .editable-buttons .open > button.dropdown-toggle[type=submit].btn-primary:hover, .open > .btn-warning.dropdown-toggle:focus, .editable-buttons .open > button.dropdown-toggle[type=submit].btn-primary:focus, .open > .btn-warning.dropdown-toggle.focus, .editable-buttons .open > button.dropdown-toggle.focus[type=submit].btn-primary {
  color: #000;
  background-color: #e3be02;
  border-color: #bb9c02;
}

.btn-warning.disabled:hover, .editable-buttons button.disabled[type=submit].btn-primary:hover, .btn-warning.disabled:focus, .editable-buttons button.disabled[type=submit].btn-primary:focus, .btn-warning.disabled.focus, .editable-buttons button.disabled.focus[type=submit].btn-primary, .btn-warning[disabled]:hover, .editable-buttons button[disabled][type=submit].btn-primary:hover, .btn-warning[disabled]:focus, .editable-buttons button[disabled][type=submit].btn-primary:focus, .btn-warning[disabled].focus, .editable-buttons button[disabled].focus[type=submit].btn-primary, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .editable-buttons button[type=submit].btn-primary:hover, .editable-buttons fieldset[disabled] button[type=submit].btn-primary:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .editable-buttons button[type=submit].btn-primary:focus, .editable-buttons fieldset[disabled] button[type=submit].btn-primary:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .editable-buttons button.focus[type=submit].btn-primary, .editable-buttons fieldset[disabled] button.focus[type=submit].btn-primary {
  background-color: #fdde3f;
  border-color: #fdde3f;
}

.btn-warning .badge, .editable-buttons button[type=submit].btn-primary .badge {
  color: #fdde3f;
  background-color: #000;
}

.btn-danger {
  color: #fff;
  background-color: #cb1117;
  border-color: #c9c9c9;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #9c0d12;
  border-color: #898989;
}

.btn-danger:hover {
  color: #fff;
  background-color: #9c0d12;
  border-color: #aaaaaa;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9c0d12;
  background-image: none;
  border-color: #aaaaaa;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #7b0a0e;
  border-color: #898989;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #cb1117;
  border-color: #c9c9c9;
}

.btn-danger .badge {
  color: #cb1117;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #cb1117;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #840b0f;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .custom-invoice .modal-body .elements .btn-group-lg > li, .plan-card .card-footer .cta-button .btn-group-lg > .subscribe-button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .custom-invoice .modal-body .elements .btn-group-sm > li, .plan-card .card-footer .cta-button .btn-group-sm > .subscribe-button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .custom-invoice .modal-body .elements .btn-group-xs > li, .plan-card .card-footer .cta-button .btn-group-xs > .subscribe-button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #eeeeee;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .custom-invoice .modal-body .elements .btn-group > li, .plan-card .card-footer .cta-button .btn-group > .subscribe-button,
.btn-group-vertical > .btn,
.custom-invoice .modal-body .elements .btn-group-vertical > li,
.plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .custom-invoice .modal-body .elements .btn-group > li:hover, .plan-card .card-footer .cta-button .btn-group > .subscribe-button:hover, .btn-group > .btn:focus, .custom-invoice .modal-body .elements .btn-group > li:focus, .plan-card .card-footer .cta-button .btn-group > .subscribe-button:focus, .btn-group > .btn:active, .custom-invoice .modal-body .elements .btn-group > li:active, .plan-card .card-footer .cta-button .btn-group > .subscribe-button:active, .btn-group > .btn.active, .custom-invoice .modal-body .elements .btn-group > li.active, .plan-card .card-footer .cta-button .btn-group > .active.subscribe-button,
.btn-group-vertical > .btn:hover,
.custom-invoice .modal-body .elements .btn-group-vertical > li:hover,
.plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button:hover,
.btn-group-vertical > .btn:focus,
.custom-invoice .modal-body .elements .btn-group-vertical > li:focus,
.plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button:focus,
.btn-group-vertical > .btn:active,
.custom-invoice .modal-body .elements .btn-group-vertical > li:active,
.plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button:active,
.btn-group-vertical > .btn.active,
.custom-invoice .modal-body .elements .btn-group-vertical > li.active,
.plan-card .card-footer .cta-button .btn-group-vertical > .active.subscribe-button {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .custom-invoice .modal-body .elements li + .btn, .custom-invoice .modal-body .elements .btn-group li + .btn, .btn-group .custom-invoice .modal-body .elements .btn + li, .custom-invoice .modal-body .elements .btn-group .btn + li, .btn-group .custom-invoice .modal-body .elements li + li, .custom-invoice .modal-body .elements .btn-group li + li, .btn-group .plan-card .card-footer .cta-button .subscribe-button + .btn, .btn-group .plan-card .card-footer .cta-button .custom-invoice .modal-body .elements .subscribe-button + li, .custom-invoice .modal-body .elements .btn-group .plan-card .card-footer .cta-button .subscribe-button + li, .plan-card .card-footer .cta-button .btn-group .subscribe-button + .btn, .plan-card .card-footer .cta-button .btn-group .custom-invoice .modal-body .elements .subscribe-button + li, .custom-invoice .modal-body .elements .plan-card .card-footer .cta-button .btn-group .subscribe-button + li, .btn-group .plan-card .card-footer .cta-button .btn + .subscribe-button, .btn-group .plan-card .card-footer .cta-button .custom-invoice .modal-body .elements li + .subscribe-button, .custom-invoice .modal-body .elements .btn-group .plan-card .card-footer .cta-button li + .subscribe-button, .plan-card .card-footer .cta-button .btn-group .btn + .subscribe-button, .plan-card .card-footer .cta-button .btn-group .custom-invoice .modal-body .elements li + .subscribe-button, .custom-invoice .modal-body .elements .plan-card .card-footer .cta-button .btn-group li + .subscribe-button, .btn-group .plan-card .card-footer .cta-button .subscribe-button + .subscribe-button, .plan-card .card-footer .cta-button .btn-group .subscribe-button + .subscribe-button,
.btn-group .btn + .btn-group,
.btn-group .custom-invoice .modal-body .elements li + .btn-group,
.custom-invoice .modal-body .elements .btn-group li + .btn-group,
.btn-group .plan-card .card-footer .cta-button .subscribe-button + .btn-group,
.plan-card .card-footer .cta-button .btn-group .subscribe-button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .custom-invoice .modal-body .elements .btn-group + li,
.custom-invoice .modal-body .elements .btn-group .btn-group + li,
.btn-group .plan-card .card-footer .cta-button .btn-group + .subscribe-button,
.plan-card .card-footer .cta-button .btn-group .btn-group + .subscribe-button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar .custom-invoice .modal-body .elements li, .custom-invoice .modal-body .elements .btn-toolbar li, .btn-toolbar .plan-card .card-footer .cta-button .subscribe-button, .plan-card .card-footer .cta-button .btn-toolbar .subscribe-button,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .custom-invoice .modal-body .elements .btn-toolbar > li, .plan-card .card-footer .cta-button .btn-toolbar > .subscribe-button,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .custom-invoice .modal-body .elements .btn-group > li:not(:first-child):not(:last-child):not(.dropdown-toggle), .plan-card .card-footer .cta-button .btn-group > .subscribe-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .custom-invoice .modal-body .elements .btn-group > li:first-child, .plan-card .card-footer .cta-button .btn-group > .subscribe-button:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .custom-invoice .modal-body .elements .btn-group > li:first-child:not(:last-child):not(.dropdown-toggle), .plan-card .card-footer .cta-button .btn-group > .subscribe-button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .custom-invoice .modal-body .elements .btn-group > li:last-child:not(:first-child), .plan-card .card-footer .cta-button .btn-group > .subscribe-button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .custom-invoice .modal-body .elements .btn-group > .btn-group:not(:first-child):not(:last-child) > li, .plan-card .card-footer .cta-button .btn-group > .btn-group:not(:first-child):not(:last-child) > .subscribe-button {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .custom-invoice .modal-body .elements .btn-group > .btn-group:first-child:not(:last-child) > li:last-child, .plan-card .card-footer .cta-button .btn-group > .btn-group:first-child:not(:last-child) > .subscribe-button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .custom-invoice .modal-body .elements .btn-group > .btn-group:last-child:not(:first-child) > li:first-child, .plan-card .card-footer .cta-button .btn-group > .btn-group:last-child:not(:first-child) > .subscribe-button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .custom-invoice .modal-body .elements .btn-group > li + .dropdown-toggle, .plan-card .card-footer .cta-button .btn-group > .subscribe-button + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .custom-invoice .modal-body .elements .btn-group-lg.btn-group > li + .dropdown-toggle, .plan-card .card-footer .cta-button .btn-group-lg.btn-group > .subscribe-button + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .custom-invoice .modal-body .elements li .caret, .plan-card .card-footer .cta-button .subscribe-button .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .custom-invoice .modal-body .elements .btn-group-lg > li .caret, .plan-card .card-footer .cta-button .btn-group-lg > .subscribe-button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .custom-invoice .modal-body .elements .btn-group-lg > li .caret, .custom-invoice .modal-body .elements .dropup .btn-group-lg > li .caret, .dropup .plan-card .card-footer .cta-button .btn-group-lg > .subscribe-button .caret, .plan-card .card-footer .cta-button .dropup .btn-group-lg > .subscribe-button .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .custom-invoice .modal-body .elements .btn-group-vertical > li, .plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.custom-invoice .modal-body .elements .btn-group-vertical > .btn-group > li,
.plan-card .card-footer .cta-button .btn-group-vertical > .btn-group > .subscribe-button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn, .custom-invoice .modal-body .elements .btn-group-vertical > .btn-group > li, .plan-card .card-footer .cta-button .btn-group-vertical > .btn-group > .subscribe-button {
  float: none;
}

.btn-group-vertical > .btn + .btn, .custom-invoice .modal-body .elements .btn-group-vertical > li + .btn, .custom-invoice .modal-body .elements .btn-group-vertical > .btn + li, .custom-invoice .modal-body .elements .btn-group-vertical > li + li, .plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button + .btn, .plan-card .card-footer .cta-button .custom-invoice .modal-body .elements .btn-group-vertical > .subscribe-button + li, .custom-invoice .modal-body .elements .plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button + li, .plan-card .card-footer .cta-button .btn-group-vertical > .btn + .subscribe-button, .plan-card .card-footer .cta-button .custom-invoice .modal-body .elements .btn-group-vertical > li + .subscribe-button, .custom-invoice .modal-body .elements .plan-card .card-footer .cta-button .btn-group-vertical > li + .subscribe-button, .plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button + .subscribe-button,
.btn-group-vertical > .btn + .btn-group,
.custom-invoice .modal-body .elements .btn-group-vertical > li + .btn-group,
.plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.custom-invoice .modal-body .elements .btn-group-vertical > .btn-group + li,
.plan-card .card-footer .cta-button .btn-group-vertical > .btn-group + .subscribe-button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .custom-invoice .modal-body .elements .btn-group-vertical > li:not(:first-child):not(:last-child), .plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .custom-invoice .modal-body .elements .btn-group-vertical > li:first-child:not(:last-child), .plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .custom-invoice .modal-body .elements .btn-group-vertical > li:last-child:not(:first-child), .plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .custom-invoice .modal-body .elements .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > li, .plan-card .card-footer .cta-button .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .subscribe-button {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .custom-invoice .modal-body .elements .btn-group-vertical > .btn-group:first-child:not(:last-child) > li:last-child, .plan-card .card-footer .cta-button .btn-group-vertical > .btn-group:first-child:not(:last-child) > .subscribe-button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .custom-invoice .modal-body .elements .btn-group-vertical > .btn-group:last-child:not(:first-child) > li:first-child, .plan-card .card-footer .cta-button .btn-group-vertical > .btn-group:last-child:not(:first-child) > .subscribe-button:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .custom-invoice .modal-body .elements .btn-group-justified > li, .plan-card .card-footer .cta-button .btn-group-justified > .subscribe-button,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .custom-invoice .modal-body .elements li, .custom-invoice .modal-body .elements .btn-group-justified > .btn-group li, .btn-group-justified > .btn-group .plan-card .card-footer .cta-button .subscribe-button, .plan-card .card-footer .cta-button .btn-group-justified > .btn-group .subscribe-button {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], .custom-invoice .modal-body .elements [data-toggle=buttons] > li input[type=radio], .plan-card .card-footer .cta-button [data-toggle=buttons] > .subscribe-button input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.custom-invoice .modal-body .elements [data-toggle=buttons] > li input[type=checkbox],
.plan-card .card-footer .cta-button [data-toggle=buttons] > .subscribe-button input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.custom-invoice .modal-body .elements .input-group-sm > .input-group-btn > li.input-group-addon,
.plan-card .card-footer .cta-button .input-group-sm > .input-group-btn > .input-group-addon.subscribe-button {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.custom-invoice .modal-body .elements .input-group-lg > .input-group-btn > li.input-group-addon,
.plan-card .card-footer .cta-button .input-group-lg > .input-group-btn > .input-group-addon.subscribe-button {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.custom-invoice .modal-body .elements .input-group-btn:first-child > li,
.plan-card .card-footer .cta-button .input-group-btn:first-child > .subscribe-button,
.input-group-btn:first-child > .btn-group > .btn,
.custom-invoice .modal-body .elements .input-group-btn:first-child > .btn-group > li,
.plan-card .card-footer .cta-button .input-group-btn:first-child > .btn-group > .subscribe-button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.custom-invoice .modal-body .elements .input-group-btn:last-child > li:not(:last-child):not(.dropdown-toggle),
.plan-card .card-footer .cta-button .input-group-btn:last-child > .subscribe-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.custom-invoice .modal-body .elements .input-group-btn:last-child > .btn-group:not(:last-child) > li,
.plan-card .card-footer .cta-button .input-group-btn:last-child > .btn-group:not(:last-child) > .subscribe-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.custom-invoice .modal-body .elements .input-group-btn:last-child > li,
.plan-card .card-footer .cta-button .input-group-btn:last-child > .subscribe-button,
.input-group-btn:last-child > .btn-group > .btn,
.custom-invoice .modal-body .elements .input-group-btn:last-child > .btn-group > li,
.plan-card .card-footer .cta-button .input-group-btn:last-child > .btn-group > .subscribe-button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.custom-invoice .modal-body .elements .input-group-btn:first-child > li:not(:first-child),
.plan-card .card-footer .cta-button .input-group-btn:first-child > .subscribe-button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.custom-invoice .modal-body .elements .input-group-btn:first-child > .btn-group:not(:first-child) > li,
.plan-card .card-footer .cta-button .input-group-btn:first-child > .btn-group:not(:first-child) > .subscribe-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, .custom-invoice .modal-body .elements .input-group-btn > li, .plan-card .card-footer .cta-button .input-group-btn > .subscribe-button {
  position: relative;
}

.input-group-btn > .btn + .btn, .custom-invoice .modal-body .elements .input-group-btn > li + .btn, .custom-invoice .modal-body .elements .input-group-btn > .btn + li, .custom-invoice .modal-body .elements .input-group-btn > li + li, .plan-card .card-footer .cta-button .input-group-btn > .subscribe-button + .btn, .plan-card .card-footer .cta-button .custom-invoice .modal-body .elements .input-group-btn > .subscribe-button + li, .custom-invoice .modal-body .elements .plan-card .card-footer .cta-button .input-group-btn > .subscribe-button + li, .plan-card .card-footer .cta-button .input-group-btn > .btn + .subscribe-button, .plan-card .card-footer .cta-button .custom-invoice .modal-body .elements .input-group-btn > li + .subscribe-button, .custom-invoice .modal-body .elements .plan-card .card-footer .cta-button .input-group-btn > li + .subscribe-button, .plan-card .card-footer .cta-button .input-group-btn > .subscribe-button + .subscribe-button {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .custom-invoice .modal-body .elements .input-group-btn > li:hover, .plan-card .card-footer .cta-button .input-group-btn > .subscribe-button:hover, .input-group-btn > .btn:focus, .custom-invoice .modal-body .elements .input-group-btn > li:focus, .plan-card .card-footer .cta-button .input-group-btn > .subscribe-button:focus, .input-group-btn > .btn:active, .custom-invoice .modal-body .elements .input-group-btn > li:active, .plan-card .card-footer .cta-button .input-group-btn > .subscribe-button:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .custom-invoice .modal-body .elements .input-group-btn:first-child > li, .plan-card .card-footer .cta-button .input-group-btn:first-child > .subscribe-button,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .custom-invoice .modal-body .elements .input-group-btn:last-child > li, .plan-card .card-footer .cta-button .input-group-btn:last-child > .subscribe-button,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #cb1117;
}

.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #eeeeee;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 13px 15px;
  font-size: 18px;
  line-height: 24px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .custom-invoice .modal-body .elements .btn-group-sm > li.navbar-btn, .plan-card .card-footer .cta-button .btn-group-sm > .navbar-btn.subscribe-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .custom-invoice .modal-body .elements .btn-group-xs > li.navbar-btn, .plan-card .card-footer .cta-button .btn-group-xs > .navbar-btn.subscribe-button {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #999999;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.5;
  color: #cb1117;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #840b0f;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #d92227;
  border-color: #d92227;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  text-align: center;
  list-style: none;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #424242;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label:empty {
  display: none;
}

.btn .label, .custom-invoice .modal-body .elements li .label, .plan-card .card-footer .cta-button .subscribe-button .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #cb1117;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #d92227;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #ad1b1f;
}

.label-success {
  background-color: #7bca38;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #63a32c;
}

.label-info {
  background-color: #1d98ec;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #117cc5;
}

.label-warning {
  background-color: #fdde3f;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #fcd50d;
}

.label-danger {
  background-color: #d92227;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #ad1b1f;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge, .custom-invoice .modal-body .elements li .badge, .plan-card .card-footer .cta-button .subscribe-button .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .custom-invoice .modal-body .elements .btn-group-xs > li .badge, .plan-card .card-footer .cta-button .btn-group-xs > .subscribe-button .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #cb1117;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
.jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: black;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #cb1117;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #d92227;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #7bca38;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #1d98ec;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #fdde3f;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d92227;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #1d98ec;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: white;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 18px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 18px 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 5px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 5px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 24px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 6px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #cbcbcb;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #fff;
  border-color: #cbcbcb;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cbcbcb;
}

.panel-primary > .panel-heading .badge {
  color: #fff;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cbcbcb;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.modal-header, .custom-invoice .modal-header {
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .custom-invoice .modal-header:before, .modal-header:after, .custom-invoice .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after, .custom-invoice .modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn, .modal-footer .custom-invoice .modal-body .elements li + .btn, .custom-invoice .modal-body .elements .modal-footer li + .btn, .modal-footer .custom-invoice .modal-body .elements .btn + li, .custom-invoice .modal-body .elements .modal-footer .btn + li, .modal-footer .custom-invoice .modal-body .elements li + li, .custom-invoice .modal-body .elements .modal-footer li + li, .modal-footer .plan-card .card-footer .cta-button .subscribe-button + .btn, .modal-footer .plan-card .card-footer .cta-button .custom-invoice .modal-body .elements .subscribe-button + li, .custom-invoice .modal-body .elements .modal-footer .plan-card .card-footer .cta-button .subscribe-button + li, .plan-card .card-footer .cta-button .modal-footer .subscribe-button + .btn, .plan-card .card-footer .cta-button .modal-footer .custom-invoice .modal-body .elements .subscribe-button + li, .custom-invoice .modal-body .elements .plan-card .card-footer .cta-button .modal-footer .subscribe-button + li, .modal-footer .plan-card .card-footer .cta-button .btn + .subscribe-button, .modal-footer .plan-card .card-footer .cta-button .custom-invoice .modal-body .elements li + .subscribe-button, .custom-invoice .modal-body .elements .modal-footer .plan-card .card-footer .cta-button li + .subscribe-button, .plan-card .card-footer .cta-button .modal-footer .btn + .subscribe-button, .plan-card .card-footer .cta-button .modal-footer .custom-invoice .modal-body .elements li + .subscribe-button, .custom-invoice .modal-body .elements .plan-card .card-footer .cta-button .modal-footer li + .subscribe-button, .modal-footer .plan-card .card-footer .cta-button .subscribe-button + .subscribe-button, .plan-card .card-footer .cta-button .modal-footer .subscribe-button + .subscribe-button {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .custom-invoice .modal-body .elements li + .btn, .custom-invoice .modal-body .elements .modal-footer .btn-group li + .btn, .modal-footer .btn-group .custom-invoice .modal-body .elements .btn + li, .custom-invoice .modal-body .elements .modal-footer .btn-group .btn + li, .modal-footer .btn-group .custom-invoice .modal-body .elements li + li, .custom-invoice .modal-body .elements .modal-footer .btn-group li + li, .modal-footer .btn-group .plan-card .card-footer .cta-button .subscribe-button + .btn, .modal-footer .btn-group .plan-card .card-footer .cta-button .custom-invoice .modal-body .elements .subscribe-button + li, .custom-invoice .modal-body .elements .modal-footer .btn-group .plan-card .card-footer .cta-button .subscribe-button + li, .plan-card .card-footer .cta-button .modal-footer .btn-group .subscribe-button + .btn, .plan-card .card-footer .cta-button .modal-footer .btn-group .custom-invoice .modal-body .elements .subscribe-button + li, .custom-invoice .modal-body .elements .plan-card .card-footer .cta-button .modal-footer .btn-group .subscribe-button + li, .modal-footer .btn-group .plan-card .card-footer .cta-button .btn + .subscribe-button, .modal-footer .btn-group .plan-card .card-footer .cta-button .custom-invoice .modal-body .elements li + .subscribe-button, .custom-invoice .modal-body .elements .modal-footer .btn-group .plan-card .card-footer .cta-button li + .subscribe-button, .plan-card .card-footer .cta-button .modal-footer .btn-group .btn + .subscribe-button, .plan-card .card-footer .cta-button .modal-footer .btn-group .custom-invoice .modal-body .elements li + .subscribe-button, .custom-invoice .modal-body .elements .plan-card .card-footer .cta-button .modal-footer .btn-group li + .subscribe-button, .modal-footer .btn-group .plan-card .card-footer .cta-button .subscribe-button + .subscribe-button, .plan-card .card-footer .cta-button .modal-footer .btn-group .subscribe-button + .subscribe-button {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 440px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 340px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 600px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #424242;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #424242;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #424242;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #424242;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #424242;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #424242;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #424242;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #424242;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: #424242;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption .custom-invoice .modal-body .elements li, .custom-invoice .modal-body .elements .carousel-caption li, .carousel-caption .plan-card .card-footer .cta-button .subscribe-button, .plan-card .card-footer .cta-button .carousel-caption .subscribe-button {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.no-upper {
  text-transform: none;
}

.font-felt {
  font-family: "felt-tip-roman", "Loved by the King", cursive, sans-serif;
}

p.font-felt, p .font-felt, .widget p.font-felt, .widget p .font-felt {
  font-size: 1.8rem !important;
}

p.fleche-left, .widget p.fleche-left {
  position: relative;
  padding-left: 5px;
}

p.fleche-left span.or, .widget p.fleche-left span.or {
  border: 2px solid #fd0;
  border-radius: 50%;
  padding: 10px 17px 10px 17px;
}

p img.fleche-left, .widget p img.fleche-left {
  position: absolute;
  left: -35px;
  top: 15px;
}

p img.fleche-right, .widget p img.fleche-right {
  position: absolute;
  right: -35px;
  top: 15px;
}

p img.fleche-left-from-top, .widget p img.fleche-left-from-top {
  transform: rotate(90deg) scaleX(-1);
}

p img.fleche-right-from-top, .widget p img.fleche-right-from-top {
  transform: rotate(270deg);
}

.pos-rlt {
  position: relative;
}

.pos-stc {
  position: static;
}

.pos-abt {
  position: absolute;
}

.line {
  *width: 100%;
  height: 2px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
}

.line-s {
  height: 1px;
}

.line-xs {
  margin: 0;
}

.line-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}

.line-dashed {
  border-style: dashed !important;
  background-color: transparent;
  border-width: 0;
}

.no-line {
  border-width: 0;
}

.no-border, .no-borders {
  border-color: transparent;
  border-width: 0;
}

.no-radius {
  border-radius: 0;
}

.block {
  display: block;
}

.block.hide {
  display: none;
}

.inline {
  display: inline-block !important;
}

.none {
  display: none;
}

.pull-left {
  float: left;
}

.pull-right-lg {
  float: right;
}

.pull-none {
  float: none;
}

.rounded, .plan-card .card-footer .cta-button .subscribe-button {
  border-radius: 500px;
}

.h480 {
  height: 480px;
}

.l-h-2x {
  line-height: 1.8rem;
}

.l-n {
  line-height: 1em;
}

.v-middle {
  vertical-align: middle !important;
}

.v-top {
  vertical-align: top !important;
}

.v-bottom {
  vertical-align: bottom !important;
}

.font-normal {
  font-weight: normal;
}

.font-thin {
  font-weight: 300;
}

.font-sbold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-ebold {
  font-weight: 900;
}

.text-xl {
  font-size: 3.2rem;
}

.text-lg {
  font-size: 2rem;
}

.text-md {
  font-size: 1.8rem;
}

.text-sm {
  font-size: 1.4rem;
}

.text-xs {
  font-size: 1.2rem;
}

.text-base {
  font-size: 16px;
}

.text-ellipsis, .trainings-content .trainings-list-item .associated-machines p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-u-c, .upper {
  text-transform: uppercase;
}

.text-l-t {
  text-decoration: line-through;
}

.text-u-l, .underline {
  text-decoration: underline;
}

.text-c {
  text-transform: capitalize;
}

.text-italic {
  font-style: italic;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-active, .active > .text, .active > .auto .text {
  display: none !important;
}

.active > .text-active, .active > .auto .text-active {
  display: inline-block !important;
}

.box-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.cover {
  background-size: cover;
}

.break-word {
  word-wrap: break-word;
}

.wrapper-xxs {
  padding: 4px 6px;
}

.wrapper-sm {
  padding: 5px 10px;
}

.wrapper {
  padding: 15px;
}

.wrapper-md {
  padding: 20px;
}

.wrapper-lg {
  padding: 30px;
}

.wrapper-xl {
  padding: 50px;
}

.padder {
  padding-left: 15px;
  padding-right: 15px;
}

.padder-icon {
  padding-left: 30px;
  padding-right: 0px;
  padding-top: 3px;
  height: 21px;
}

.padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}

.no-padder {
  padding: 0 !important;
}

.pull-in {
  margin-left: -15px;
  margin-right: -15px;
}

.pull-out {
  margin: -10px -15px;
}

.width-35 {
  width: 35% !important;
}

.width-70 {
  width: 70%;
}

.width-90 {
  width: 90%;
}

.b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.b-a {
  border: 1px solid #dddddd;
}

.b-t {
  border-top: 1px solid #dddddd;
}

.b-r {
  border-right: 1px solid #dddddd !important;
}

.b-b {
  border-bottom: 1px solid #dddddd;
}

.b-l {
  border-left: 1px solid #dddddd;
}

.b-light {
  border-color: #e8e6e6;
}

.b-dark {
  border-color: #2c3342;
}

.b-primary {
  border-color: #df353a;
}

.b-success {
  border-color: #88cf4c;
}

.b-info {
  border-color: #35a3ee;
}

.b-warning {
  border-color: #fde258;
}

.b-danger {
  border-color: #df353a;
}

.b-black {
  border-color: #1c1e29;
}

.b-white {
  border-color: #fff;
}

.b-dashed {
  border-style: dashed !important;
}

.b-2x {
  border-width: 2px;
}

.b-3x {
  border-width: 3px;
}

.b-4x {
  border-width: 4px;
}

.b-5x {
  border-width: 5px;
}

.no-b {
  border: none !important;
}

.r {
  border-radius: 4px 4px 4px 4px;
}

.r-l {
  border-radius: 4px 0 0 4px;
}

.r-r {
  border-radius: 0 4px 4px 0;
}

.r-t {
  border-radius: 4px 4px 0 0;
}

.r-b {
  border-radius: 0 0 4px 4px;
}

.r-n {
  border-radius: 0 0 0 0;
}

.p-xs {
  padding: 5px;
}

.p-s {
  padding: 10px;
}

.p-lg {
  padding: 30px;
}

.p-l {
  padding: 16px;
}

.p-l-sm {
  padding-left: 10px;
}

.p-h-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-h-xs {
  padding-left: 5px;
  padding-right: 5px;
}

.p-h-s {
  padding-left: 10px;
  padding-right: 10px;
}

.p-h-l {
  padding-left: 16px;
  padding-right: 16px;
}

.p-h-lg {
  padding-left: 30px;
  padding-right: 30px;
}

.m-xxs {
  margin: 2px 4px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m {
  margin: 15px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-t-none {
  margin-top: 0;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-r-none {
  margin-right: 0;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-n-xxs {
  margin-right: -1px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-b-none {
  margin-bottom: 0;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.m-h-none {
  margin-left: 0;
  margin-right: 0;
}

.m-h-xs {
  margin-left: 5px;
  margin-right: 5px;
}

.m-h-sm {
  margin-left: 10px;
  margin-right: 10px;
}

.m-h {
  margin-left: 15px;
  margin-right: 15px;
}

.m-h-md {
  margin-left: 20px;
  margin-right: 20px;
}

.m-h-lg {
  margin-left: 30px;
  margin-right: 30px;
}

.m-h-xl {
  margin-left: 40px;
  margin-right: 40px;
}

.m-auto {
  margin: auto;
}

.media-xs {
  min-width: 50px;
}

.media-sm {
  min-width: 80px;
}

.media-md {
  min-width: 90px;
}

.media-lg {
  min-width: 120px;
}

.thumb-38 {
  width: 38px !important;
  height: 38px;
}

.thumb-50 {
  width: 50px !important;
  height: 50px;
}

.thumb-128 {
  width: 128px !important;
  height: 128px;
}

.thumb-140 {
  width: 140px !important;
  height: 140px;
}

.thumb-128-wrapper img {
  width: 128px !important;
  height: 128px;
}

.thumb-140-wrapper img {
  width: 140px !important;
  height: 140px;
}

.thumb-lg {
  width: 128px;
  display: inline-block;
}

.thumb-md {
  width: 64px;
  display: inline-block;
}

.thumb {
  width: 50px;
  display: inline-block;
}

.thumb-sm {
  width: 34px;
  display: inline-block;
}

.thumb-xs {
  width: 24px;
  display: inline-block;
}

.thumb-wrapper {
  padding: 2px;
  border: 1px solid #ddd;
}

.thumb img,
.thumb-xs img,
.thumb-sm img,
.thumb-md img,
.thumb-lg img,
.thumb-btn img {
  vertical-align: middle;
}

.img-full {
  max-width: 100%;
}

.img-full > img {
  max-width: 100%;
}

.fa-img {
  display: inline-block;
  height: 0.9em;
  width: auto;
  vertical-align: sub;
}

.fa-stack-inside {
  font-size: 0.8em !important;
}

.fa-stack-outside {
  font-size: 1.3em !important;
  line-height: 1.7em !important;
}

.contrast-250 {
  -webkit-filter: contrast(250%);
  filter: contrast(250%);
}

.clear {
  display: block;
  overflow: hidden;
}

.scroll-x, .scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-x {
  overflow-x: auto;
}

.no-touch .scroll-x,
.no-touch .scroll-y {
  overflow: hidden;
}

.no-touch .scroll-x:hover, .no-touch .scroll-x:focus, .no-touch .scroll-x:active {
  overflow-x: auto;
}

.no-touch .scroll-y:hover, .no-touch .scroll-y:focus, .no-touch .scroll-y:active {
  overflow-y: auto;
}

.no-touch .hover-action {
  display: none;
}

.no-touch .hover:hover .hover-action {
  display: inherit;
}

.exponent {
  font-size: 0.7em;
  vertical-align: super;
}

.help-cursor {
  cursor: help;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.pointer {
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .b-r-lg {
    border-right: 1px solid #dddddd;
  }

  .hide-b-r-lg {
    border: none !important;
  }
}
/*desktop*/
@media screen and (min-width: 992px) {
  .b-r-md {
    border-right: 1px solid #dddddd;
  }

  .col-lg-2-4 {
    width: 20%;
    float: left;
  }

  .hide-b-md {
    border: none;
  }
}
/*phone*/
@media (max-width: 767px) {
  .shift {
    display: none !important;
  }

  .shift.in {
    display: block !important;
  }

  .row-2 [class*=col] {
    width: 50%;
    float: left;
  }

  .row-2 .col-0 {
    clear: none;
  }

  .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }

  .text-center-xs {
    text-align: center;
  }

  .text-left-xs {
    text-align: left;
  }

  .pull-none-xs {
    float: none !important;
  }

  .dropdown-menu.pull-none-xs {
    left: 0;
  }

  .hidden-xs.show {
    display: inherit !important;
  }

  .wrapper-lg {
    padding: 15px;
  }
}
.bg-light {
  background-color: #f4f3f3;
}

.bg-token {
  background-color: rgba(230, 208, 137, 0.49);
}

.bg-machine {
  background-color: #e4cd78;
}

.bg-space {
  background-color: #3fc7ff;
}

.bg-formation {
  background-color: #bd7ae9;
}

.bg-event {
  background-color: #dd7e6b;
}

.bg-atelier {
  background-color: #1d98ec;
}

.bg-stage {
  background-color: #bd7ae9;
}

.bg-success {
  background-color: #7bca38;
}

.bg-info {
  background-color: #1d98ec;
}

.border-machine {
  border-color: #e4cd78 !important;
}

.border-space {
  border-color: #3fc7ff !important;
}

.border-formation {
  border-color: #bd7ae9 !important;
}

.border-event {
  border-color: #dd7e6b !important;
}

.bg-black-light {
  background-color: #424242 !important;
}

.bg-white {
  background-color: #fff;
  color: black;
}

.bg-white a {
  color: #cb1117;
}

.bg-white a:hover {
  color: #9c0d12;
}

.bg-white .text-muted {
  color: #999999 !important;
}

.bg-white-only {
  background-color: #fff;
}

.bg-empty {
  background-color: transparent;
}

.text-black {
  color: #000 !important;
}

.text-black-light {
  color: #424242 !important;
}

.text-gray {
  color: #5a5a5a !important;
}

.text-white {
  color: #fff !important;
}

.text-blue {
  color: #1d98ec;
}

.text-muted {
  color: #999999;
}

.text-danger, .red {
  color: #cb1117 !important;
}

.text-red-only {
  color: #cb1117 !important;
}

.text-purple {
  color: #bd7ae9 !important;
}

.text-japonica {
  color: #dd7e6b !important;
}

.text-beige {
  color: #e4cd78 !important;
}

.text-cyan {
  color: #3fc7ff !important;
}

.text-green, .green {
  color: #79C84A !important;
}

html {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}

h1, .page-title {
  line-height: 2.4rem;
  text-transform: uppercase;
  font-weight: 900;
}

h2 {
  line-height: 2.4rem;
  font-weight: 900;
}

h3 {
  font-weight: 600;
}

h4 {
  font-weight: bold;
}

h5 {
  display: inline-block;
  position: relative;
  line-height: 1.8rem;
  font-size: 1.6rem;
}

h5:after {
  position: absolute;
  top: 18px;
  left: 0;
  content: "";
  width: 35%;
  height: 1px;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

label {
  font-weight: 600;
}

small, .small {
  font-size: 1.4rem;
}

pre {
  padding: 0;
}

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p.intro, p .intro {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 1.038em 0 30px 0;
}

dt {
  color: #444444;
}

dd {
  color: #444444;
  margin-bottom: 20px;
}

.col-0 {
  clear: left;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class*=col] {
  padding: 0;
}

/* centered columns styles */
.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: black;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black;
}

#content-main.ng-enter, #content-main.ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

[ui-view].ng-enter {
  opacity: 0;
}

[ui-view].ng-enter-active {
  opacity: 1;
}

[ui-view].ng-leave {
  opacity: 1;
  /*padding-left: 0px;*/
}

[ui-view].ng-leave-active {
  opacity: 0;
  /*padding-left: 100px;*/
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/*layout*/
.header,
.footer {
  min-height: 50px;
  padding: 0 15px;
}

.header > p,
.footer > p {
  margin-top: 15px;
  display: inline-block;
}

.header > .btn, .custom-invoice .modal-body .elements .header > li, .plan-card .card-footer .cta-button .header > .subscribe-button,
.header > .btn-group,
.header > .btn-toolbar,
.footer > .btn,
.custom-invoice .modal-body .elements .footer > li,
.plan-card .card-footer .cta-button .footer > .subscribe-button,
.footer > .btn-group,
.footer > .btn-toolbar {
  margin-top: 14px;
}

.header > .btn-lg, .btn-group-lg.header > .btn, .custom-invoice .modal-body .elements .btn-group-lg.header > li, .plan-card .card-footer .cta-button .btn-group-lg.header > .subscribe-button,
.footer > .btn-lg,
.btn-group-lg.footer > .btn,
.custom-invoice .modal-body .elements .btn-group-lg.footer > li,
.plan-card .card-footer .cta-button .btn-group-lg.footer > .subscribe-button {
  margin-top: 0;
}

.header .nav-tabs,
.footer .nav-tabs {
  border: none;
  margin-left: -15px;
  margin-right: -15px;
}

.header .nav-tabs > li a,
.footer .nav-tabs > li a {
  border: none !important;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}

.header .nav-tabs > li a:hover, .header .nav-tabs > li a:focus,
.footer .nav-tabs > li a:hover,
.footer .nav-tabs > li a:focus {
  background-color: transparent;
}

.header .nav-tabs > li.active a,
.footer .nav-tabs > li.active a {
  color: black;
}

.header .nav-tabs > li.active a, .header .nav-tabs > li.active a:hover,
.footer .nav-tabs > li.active a,
.footer .nav-tabs > li.active a:hover {
  background-color: #fff;
}

.header .nav-tabs.nav-white > li.active a, .header .nav-tabs.nav-white > li.active a:hover,
.footer .nav-tabs.nav-white > li.active a,
.footer .nav-tabs.nav-white > li.active a:hover {
  background-color: #fff;
}

.header.navbar,
.footer.navbar {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 0;
  position: relative !important;
  z-index: 1000;
}

.header {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 0px #cfcfcf;
  box-shadow: 0 1px 0px #cfcfcf;
}

.heading .heading-btn a {
  width: 100%;
  padding: 35px 40%;
  display: inline-block;
  cursor: pointer;
  color: black;
}

.heading .heading-btn a i:before {
  content: "\f30a";
}

.heading .heading-icon {
  width: 100%;
  padding: 35px 40%;
  display: inline-block;
  color: black;
}

.heading .heading-title {
  min-height: 94px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.heading .heading-title > *:not(:last-child) {
  margin-right: 3rem;
}

.heading .heading-title h1 {
  margin: 0;
  padding: 15px 0;
}

.heading .heading-actions {
  height: 94px;
  text-align: center;
}

body.container {
  padding: 0;
}

.aside-md {
  width: 250px;
}

@media (min-width: 768px) {
  body.container {
    -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 60px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
  }

  .app,
.app body {
    height: 100%;
    overflow: hidden;
  }

  .app .hbox.stretch {
    height: 100%;
  }

  .app .vbox > section,
.app .vbox > footer {
    position: absolute;
  }

  .app .vbox.flex > section > section {
    overflow: auto;
  }

  .hbox {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
  }

  .hbox > aside,
.hbox > section {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none;
  }

  .hbox > aside.show, .hbox > aside.hidden-sm,
.hbox > section.show,
.hbox > section.hidden-sm {
    display: table-cell !important;
  }

  .vbox {
    display: table;
    border-spacing: 0;
    position: relative;
    height: 100%;
    width: 100%;
  }

  .vbox > section,
.vbox > footer {
    top: 0;
    bottom: 0;
    width: 100%;
  }

  .vbox > header ~ section {
    top: 50px;
  }

  .vbox > header.header-md ~ section {
    top: 75px;
  }

  .vbox > section.w-f {
    bottom: 50px;
  }

  .vbox > footer {
    top: auto;
    z-index: 100;
  }

  .vbox > footer ~ section {
    bottom: 50px;
  }

  .vbox.flex > header,
.vbox.flex > section,
.vbox.flex > footer {
    position: inherit;
  }

  .vbox.flex > section {
    display: table-row;
    height: 100%;
  }

  .vbox.flex > section > section {
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .ie .vbox.flex > section > section {
    display: table-cell;
  }

  .vbox.flex > section > section > section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .aside-xs {
    width: 60px;
  }

  .aside-sm {
    width: 150px;
  }

  .aside {
    width: 200px;
  }

  .aside-md {
    width: 250px;
  }

  .aside-lg {
    width: 300px;
  }

  .aside-xl {
    width: 360px;
  }

  .aside-xxl {
    width: 480px;
  }

  .header-md {
    height: 73px;
  }

  .header-md .navbar-form {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .scrollable {
    -webkit-overflow-scrolling: touch;
  }

  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.25);
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: padding-box;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(50, 50, 50, 0.5);
  }

  ::-webkit-scrollbar-track {
    background-color: rgba(50, 50, 50, 0.05);
  }
}
.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}

.no-touch .scrollable.hover {
  overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
  overflow: visible;
  overflow-y: auto;
}

.no-touch ::-webkit-scrollbar-button {
  width: 10px;
  height: 6px;
  background-color: rgba(50, 50, 50, 0.05);
}

.slimScrollBar {
  border-radius: 5px;
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box !important;
}

@media print {
  html, body, .hbox, .vbox {
    height: auto;
  }

  .vbox > section,
.vbox > footer {
    position: relative;
  }
}
.datepicker-container {
  position: relative;
  z-index: 100;
}

.datepicker-dropdown {
  border: 1px solid #c7c5c5;
  border-radius: 0.3em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #ffffff;
}

.datepicker-dropdown li {
  padding-left: 0.8em;
  padding-right: 0.8em;
  margin-bottom: 1em;
  line-height: 2.4em;
  vertical-align: middle;
}

.datepicker-dropdown li div.input-group {
  float: right;
}

.datepicker-dropdown li div.input-group ul.dropdown-menu {
  left: -5em !important;
}

.customMenuButton {
  min-width: 15em;
  max-width: 15em;
  overflow-x: hidden;
}

.customMenuInput {
  width: 100% !important;
}

.reservations-locked {
  background-color: #f5f5f5;
}

.reservation-canceled {
  color: #606060;
  border-radius: 0.2em;
  background-color: #e4e4e4;
  padding: 0.7em 0.7em;
  font-size: 90%;
  display: inline-block;
  vertical-align: middle;
}

.reservation-canceled .reservation-time {
  color: #606060;
}

.reservation-canceled:before {
  content: attr(data-label);
  display: inline-block;
  background-color: #c44242;
  border-radius: 0.25em;
  padding: 0.1em 0.5em;
  font-weight: bold;
  color: #fff;
  float: left;
  margin-right: 1em;
}

.custom-logo-container {
  max-width: 240px;
  height: 100%;
}

.custom-logo-container .custom-logo {
  height: 100px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px dashed #c4c4c4;
  border-radius: 0.7em;
  padding: 1.6em;
  margin-left: 1em;
}

.custom-logo-container .custom-logo img {
  display: block;
  width: auto;
  max-height: 44px;
  max-width: 100%;
  margin: auto;
}

.custom-logo-container .custom-logo:hover .tools-box {
  opacity: 1;
}

.custom-logo-container .custom-logo .tools-box {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.custom-logo-container .bg-dark {
  background-color: #000;
  opacity: 0.9;
}

.custom-favicon-container {
  max-width: 70px;
  height: 100%;
}

.custom-favicon-container .custom-favicon {
  height: 70px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px dashed #c4c4c4;
  border-radius: 0.7em;
  padding: 1.6em;
  margin-left: 1em;
}

.custom-favicon-container .custom-favicon img {
  display: block;
  width: auto;
  max-height: 16px;
  max-width: 16px;
  margin: auto;
}

.custom-favicon-container .custom-favicon:hover .tools-box {
  opacity: 1;
}

.custom-favicon-container .custom-favicon .tools-box {
  opacity: 0;
  position: absolute;
  bottom: -7px;
  left: 51px;
  right: 0;
  text-align: center;
}

.custom-profile-image-container {
  max-width: 100%;
  height: 100%;
}

.custom-profile-image-container .custom-profile-image {
  height: 240px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px dashed #c4c4c4;
  border-radius: 0.7em;
  padding: 1.6em;
  margin-left: 1em;
}

.custom-profile-image-container .custom-profile-image img {
  display: block;
  width: auto;
  max-height: 185px;
  max-width: 100%;
  margin: auto;
}

.custom-profile-image-container .custom-profile-image:hover .tools-box {
  opacity: 1;
}

.custom-profile-image-container .custom-profile-image .tools-box {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.custom-profile-image-container .bg-dark {
  background-color: #000;
  opacity: 0.9;
}

.flash-message {
  position: absolute;
  top: 1%;
  z-index: 1001;
  width: 33%;
  left: 33%;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 1.6rem;
}

.social-icons > * {
  cursor: pointer;
  padding: 0.2em;
  width: 3em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}

.social-icons > svg {
  border: 1px solid var(--gray-soft-dark);
  background-color: var(--gray-soft-lightest);
}

.social-icons > svg:hover {
  opacity: 0.65;
}

.social-icons > a {
  transition: transform 200ms ease-in-out;
}

.social-icons > a:hover {
  transform: translateY(-4px);
}

.social-icons > a svg {
  max-width: 100%;
  height: inherit;
}

.social-inputs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  column-gap: 3rem;
}

.profile-top {
  background-size: cover !important;
}

.profile-top .profile-top-infos {
  padding: 30px 15px 30px 15px;
}

.profile-top .profile-top-infos .private-profile {
  color: #000;
  border: 1px solid #dddddd;
  background-color: #dddddd;
  border-radius: 3px;
  padding: 0 5px 0 5px;
  margin-left: 2em;
}

.profile-top .profile-top-infos .private-profile i {
  padding-right: 5px;
}

.profile-top .profile-top-pictos {
  padding: 43px 15px 15px 15px;
  text-align: center;
}

.profile-top .profile-top-pictos .avatar {
  display: inline-block;
  width: 140px;
}

.profile-top .profile-top-pictos .avatar img {
  border: 9px solid #fff;
  background-color: #fff;
  box-shadow: 1px 2px 2px 0 #1f1f1f;
}

.profile-top .profile-top-pictos .social-links {
  width: 133px;
  display: inline-block;
  text-align: left;
}

.profile-top .profile-top-pictos .social-links a {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  color: #555555;
  margin-bottom: 5px;
}

.profile-top .profile-top-pictos .social-links a i {
  vertical-align: middle;
}

.profile-top .profile-top-pictos .links-center {
  text-align: center !important;
}

.profile-bio .bio-title {
  display: inherit;
  height: 50px;
}

.profile-bio a {
  color: var(--gray-soft-lightest) !important;
  text-decoration: underline;
}

.calendar-filter h3 {
  line-height: 2.1rem !important;
}

.calendar-filter-aside {
  padding: 20px;
}

.home-events h4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1rem;
}

.home-events h4 i {
  margin-right: 1rem;
}

.home-events-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  margin-bottom: 5rem;
}

@media (max-width: 480px) {
  .home-events-list {
    grid-template-columns: 1fr;
  }
}
.home-events-list .Event {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.home-events-list .Event:hover {
  cursor: pointer;
}

.home-events-list .Event:hover .Event-picture {
  opacity: 0.7;
}

.home-events-list .Event-picture {
  height: 250px;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  transition: opacity 0.4s ease-out;
}

.home-events-list .Event-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-events-list .Event-desc {
  position: relative;
  padding: 15px;
}

.home-events-list .Event-desc h3 {
  max-width: 75%;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000 !important;
}

.home-events-list .Event-desc span {
  position: absolute;
  right: 15px;
  top: 15px;
}

.home-events-list .Event-info {
  display: grid;
  grid-template-rows: repeat(2, max-content);
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: auto;
  padding: 15px 30px 30px;
  border-top: 1px solid #eee;
}

.home-events-list .Event-info-item {
  height: 20px;
  display: flex;
  align-items: center;
}

.home-events-list .Event-info-item i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
  color: #cb1117;
}

.home-events-list .Event-info-item h6 {
  margin: 0 0 0 15px;
}

.month-events-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .month-events-list {
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  }
}
.month-events-list .Event {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.month-events-list .Event-desc {
  flex: 1;
  padding: 10px 15px 15px;
}

.month-events-list .Event-picture {
  width: 33%;
}

.month-events-list .Event-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 500px) {
  .month-events-list .Event-picture {
    display: none;
  }
}
.disabled-line {
  color: #555555;
  background-color: #eeeeee;
}

.disabled-line td:first-child:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f070";
  position: absolute;
  left: -4px;
}

.middle-of-inputs {
  line-height: 24px;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
}

.plan-description-input .medium-editor-input div[medium-editor] {
  max-height: 5.2em;
  overflow: hidden;
}

.plan-description-input .medium-editor-input div[medium-editor] p:nth-child(2n+3), .plan-description-input .medium-editor-input div[medium-editor] p:nth-child(2n+4) {
  display: none;
}

.close-modal-button {
  position: absolute;
  right: 13px;
  cursor: pointer;
}

/*primary nav*/
.navbar-header {
  position: relative;
}

.navbar-header > .btn, .custom-invoice .modal-body .elements .navbar-header > li, .plan-card .card-footer .cta-button .navbar-header > .subscribe-button {
  position: absolute;
  font-size: 1.3em;
  padding: 9px 16px;
  line-height: 30px;
  right: 0;
}

.navbar-header .navbar-brand + .btn, .navbar-header .custom-invoice .modal-body .elements .navbar-brand + li, .custom-invoice .modal-body .elements .navbar-header .navbar-brand + li, .navbar-header .plan-card .card-footer .cta-button .navbar-brand + .subscribe-button, .plan-card .card-footer .cta-button .navbar-header .navbar-brand + .subscribe-button {
  right: 0;
  top: 0;
  left: auto;
}

.navbar-brand {
  float: none;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: 50px;
  display: inline-block;
  padding: 0 15px;
}

.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand img {
  max-height: 20px;
  margin-top: -4px;
  vertical-align: middle;
  display: initial;
}

.nav-primary li > a > i {
  margin: -6px -10px;
  line-height: 36px;
  width: 36px;
  float: left;
  margin-right: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.nav-primary li > a > i:before {
  position: relative;
  z-index: 2;
}

.nav-primary ul.nav > li > a {
  padding: 6px 15px;
  position: relative;
  font-size: 14px;
  -webkit-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s;
}

.no-borders .nav-primary ul.nav > li > a {
  border-width: 0 !important;
}

.nav-primary ul.nav > li > a > .badge {
  font-size: 11px;
  padding: 2px 5px 2px 4px;
  margin-top: 2px;
}

.nav-primary ul.nav > li > a > .text-muted {
  margin: 0 3px;
}

.nav-primary ul.nav > li > a.active .text {
  display: none;
}

.nav-primary ul.nav > li > a.active .text-active {
  display: inline-block !important;
}

.nav-primary ul.nav > li li a {
  font-weight: normal;
  text-transform: none;
}

.nav-primary ul.nav > li.active > ul {
  display: block;
}

.nav-primary ul.nav > li.menu-spacer {
  height: 1px;
  margin: 6px 80% 6px 5px;
}

.nav-primary ul.nav ul {
  display: none;
}

.bg-black .nav-primary > ul.nav-main > li:hover > a, .bg-black .nav-primary > ul.nav-main > li:focus > a, .bg-black .nav-primary > ul.nav-main > li:active > a, .bg-black .nav-primary > ul.nav-main > li.active > a {
  background-color: #7bca38;
}

@media (min-width: 768px) {
  .visible-nav-xs {
    display: none;
  }

  .nav-xs {
    width: 90px;
  }

  .nav-xs > .nav-container {
    width: 90px;
  }

  .nav-xs .slimScrollDiv,
.nav-xs .slim-scroll {
    overflow: visible !important;
  }

  .nav-xs .slimScrollBar,
.nav-xs .slimScrollRail {
    display: none !important;
  }

  .nav-xs .scrollable {
    overflow: visible;
  }

  .nav-xs .nav-primary > ul > li > a {
    position: relative;
    padding: 0 !important;
    font-size: 11px;
    text-align: center;
    height: 50px;
    overflow-y: hidden;
    border: none !important;
  }

  .nav-xs .nav-primary > ul > li > a span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 90px;
  }

  .nav-xs .nav-primary > ul > li > a span.pull-right {
    display: none !important;
  }

  .nav-xs .nav-primary > ul > li > a i {
    width: auto;
    float: none;
    display: block;
    font-size: 16px;
    margin: 0;
    line-height: 50px;
    border: none !important;
    -webkit-transition: margin-top 0.2s;
    -o-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
  }

  .nav-xs .nav-primary > ul > li > a i b {
    left: 0 !important;
  }

  .nav-xs .nav-primary > ul > li > a .badge {
    position: absolute;
    right: 10px;
    top: 4px;
    z-index: 3;
  }

  .nav-xs .nav-primary > ul > li:hover > a i, .nav-xs .nav-primary > ul > li:focus > a i, .nav-xs .nav-primary > ul > li:active > a i, .nav-xs .nav-primary > ul > li.active > a i {
    margin-top: -50px;
  }

  .nav-xs .nav-primary > ul ul {
    display: none !important;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1050;
    width: 220px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .nav-xs .nav-primary li:hover > ul,
.nav-xs .nav-primary li:focus > ul,
.nav-xs .nav-primary li:active > ul {
    display: block !important;
  }

  .nav-xs.nav-xs-right .nav-primary > ul ul {
    left: auto;
    right: 100%;
  }

  .nav-xs > .vbox > .header,
.nav-xs > .vbox > .footer {
    padding: 0 30px;
  }

  .nav-xs .hidden-nav-xs {
    display: none;
  }

  .nav-xs .visible-nav-xs {
    display: inherit;
  }

  .nav-xs .text-center-nav-xs {
    text-align: center;
  }

  .nav-xs .nav-user {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-xs .nav-user .avatar {
    float: none !important;
    margin-right: 0;
  }

  .nav-xs .nav-user .dropdown > a {
    display: block;
    text-align: center;
  }

  .nav-xs .navbar-header {
    float: none;
  }

  .nav-xs .navbar-brand {
    display: block;
    padding: 0;
  }

  .nav-xs .navbar-brand img {
    margin-right: 0;
  }

  .nav-xs .navbar {
    padding: 0;
  }

  .header-md .navbar-brand {
    line-height: 73px;
  }

  .header-md .navbar-brand img {
    max-height: 44px;
  }

  .header-md .navbar-nav > li > a {
    padding: 23px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top-xs {
    position: fixed !important;
    left: 0;
    width: 100%;
    z-index: 1100;
  }

  .nav-bar-fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1100;
  }

  /* .off screen nav from left or right*/
  html, body {
    overflow-x: hidden;
    min-height: 100%;
  }

  .nav-primary .dropdown-menu {
    position: relative;
    float: none;
    left: 0;
    margin-left: 0;
    padding: 0;
  }

  .nav-primary .dropdown-menu a {
    padding: 15px;
    border-bottom: 1px solid #eee;
  }

  .nav-primary .dropdown-menu li:last-child a {
    border-bottom: none;
  }

  .navbar-header {
    text-align: center;
  }

  .nav-user {
    margin: 0;
    padding: 15px;
  }

  .nav-user.open {
    display: inherit !important;
  }

  .nav-user .dropdown-menu {
    display: block;
    position: static;
    float: none;
  }

  .nav-user .dropdown > a {
    display: block;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
  }

  .nav-user .avatar {
    width: 160px !important;
    float: none !important;
    display: block;
    margin: 20px auto;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
  }

  .nav-user .avatar:before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
    border: 4px solid #fff;
    border-radius: 500px;
  }

  .nav-off-screen {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 75%;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-off-screen .nav-primary {
    display: block !important;
  }

  .nav-off-screen .navbar-fixed-top-xs {
    width: 75%;
  }

  .nav-off-screen.push-right .navbar-fixed-top-xs {
    left: 25%;
  }

  .nav-off-screen.push-right {
    left: auto;
    right: 0;
  }

  .nav-off-screen.push-right + * {
    -webkit-transform: translate3d(-75%, 0px, 0px);
    transform: translate3d(-75%, 0px, 0px);
  }

  .nav-off-screen + * {
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(75%, 0px, 0px);
    transform: translate3d(75%, 0px, 0px);
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .nav-off-screen + * .nav-off-screen-block {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1950;
  }

  .navbar + section .nav-off-screen {
    top: 50px;
  }

  .navbar + section .nav-off-screen + * {
    top: 50px;
  }

  .slimScrollDiv,
.slim-scroll {
    overflow: visible !important;
    height: auto !important;
  }

  .slimScrollBar,
.slimScrollRail {
    display: none !important;
  }
}
#nav .nav > li > a {
  padding: 13px 17px;
  font-weight: 600;
  color: white;
}

#nav .nav > li > a:hover, #nav .nav > li > a:focus, #nav .nav > li > a.active {
  color: white;
}

#nav .nav > li > a.active {
  border-left: 3px solid;
}

.nav.nav-tabs {
  display: flex;
}

.nav.nav-tabs > li {
  flex: 1;
  width: auto;
  display: block;
  float: none;
}

.nav.nav-tabs > li a {
  height: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  cursor: pointer;
}

.user-profile-nav > a {
  display: inline-block !important;
  padding: 11px 44px !important;
}

li.level-2-tab > a {
  line-height: 14px;
  font-size: 12px;
}

li.active.level-2-tab > a {
  background: linear-gradient(#eee, #fff);
}

.btn-default:hover, .custom-invoice .modal-body .elements li:hover, .btn-default:focus, .custom-invoice .modal-body .elements li:focus, .btn-default:active, .custom-invoice .modal-body .elements li:active, .btn-default.active, .custom-invoice .modal-body .elements li.active, .open > .btn-default.dropdown-toggle, .custom-invoice .modal-body .elements .open > li.dropdown-toggle {
  background-color: #f2f2f2;
}

.btn > i.pull-left, .custom-invoice .modal-body .elements li > i.pull-left, .plan-card .card-footer .cta-button .subscribe-button > i.pull-left, .btn > i.pull-right, .custom-invoice .modal-body .elements li > i.pull-right, .plan-card .card-footer .cta-button .subscribe-button > i.pull-right {
  line-height: 1.428571429;
}

.btn-warning-full {
  outline: 0;
  text-transform: uppercase;
}

.btn-warning-full:hover {
  background-color: white;
}

.btn-facebook {
  border: 1px solid #8b9dc3;
  background-color: #3b5998;
  color: white;
}

.btn-facebook:hover {
  border: 1px solid #7d8fb4;
  background-color: #394c89;
  color: white;
}

.btn-twitter {
  border: 1px solid #ccd6dd;
  background-color: #55acee;
  color: white;
}

.btn-twitter:hover {
  border: 1px solid #bdc7ce;
  background-color: #539fdf;
  color: white;
}

.btn-block {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .custom-invoice .modal-body .elements .btn-group-vertical > li:first-child:not(:last-child), .plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .custom-invoice .modal-body .elements .btn-group-vertical > li:last-child:not(:first-child), .plan-card .card-footer .cta-button .btn-group-vertical > .subscribe-button:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
}

.btn-inactive {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-loading:after {
  margin-left: 1em;
  display: inline-block;
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

.btn-no-overflow {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.widget h1, .widget h2, .widget h3 {
  margin: 0;
  line-height: 1.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: black;
}

.widget h1 {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.widget h2 {
  font-weight: bold;
}

.widget h4 {
  font-size: 1.2rem;
  margin: 8px 0;
}

.widget p {
  font-size: 1.4rem;
  margin-top: 15px;
}

.widget a {
  color: #444444;
}

.widget a:hover {
  color: #cb1117;
}

.widget .widget-content {
  font-size: 1.4rem;
}

.widget .list-group-item.no-b {
  padding: 10px 15px;
}

.modal-dialog {
  top: 90px;
}

.modal-header .modal-logo {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 44px;
}

.modal-header h1, .custom-invoice .modal-header h1 {
  margin: 25px 0 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.modal-backdrop {
  height: 100%;
}

.modal-xl {
  width: 900px;
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  height: 325px;
  overflow: hidden;
  margin-bottom: 3rem;
  cursor: pointer;
}

.card .card-overlay {
  margin: 1.25rem;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(43, 46, 56, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  height: 180px;
  cursor: pointer;
}

.card .card-overlay .btn-group {
  margin-top: 70px;
}

.card .card-overlay .btn, .card .card-overlay .custom-invoice .modal-body .elements li, .custom-invoice .modal-body .elements .card .card-overlay li, .card .card-overlay .plan-card .card-footer .cta-button .subscribe-button, .plan-card .card-footer .cta-button .card .card-overlay .subscribe-button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}

.card:hover .card-overlay {
  opacity: 1;
}

.card .card-header {
  width: 100%;
  display: block;
  padding: 1.25rem;
}

.card .card-header .card-header-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
}

.card .card-block {
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.card .card-block .card-title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  text-align: center;
  margin-top: 5px;
}

.card .card-block .card-meta {
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}

.article {
  max-width: 992px;
  margin: 0 auto;
}

.article h2, .article h3, .article h4, .article h5 {
  margin: 1.8em 0 1em 0;
}

.article h2, .article h3 {
  color: #cb1117;
  font-size: 1.8rem;
  font-weight: bold;
}

.article h2 {
  text-transform: uppercase;
}

.article h4 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #686868;
}

.article .article-thumbnail {
  overflow: hidden;
}

.article .article-thumbnail img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.article img {
  display: block;
  max-width: 100%;
  height: auto;
}

.label-staging {
  position: absolute;
  top: 50px;
}

.notification-open a {
  position: relative;
}

.notification-open a .badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 3px 6px 1px 6px;
}

.notification-open a .menu-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 4px 1px 3px;
  border: 2px solid white;
}

.notification-open .fa {
  color: black;
  font-size: 2.4rem;
}

.panel {
  margin-bottom: 30px;
}

.panel .panel-heading.small {
  padding: 15px 15px;
}

.panel .panel-heading.picture {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
  padding: 0;
}

.panel .panel-heading.picture img {
  -webkit-border-top-right-radius: 6px 6px 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px 6px 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px 6px 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.panel .panel-heading.picture:hover {
  opacity: 0.8;
}

.panel .panel-heading .align {
  position: relative;
  top: -7px;
}

.well.well-warning {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
}

.well.well-disabled {
  border-color: #eeeeee;
  background-color: #eeeeee;
  color: #999999;
}

.read {
  opacity: 0.7;
  background: #F2F2F2;
}

.badge.inverse {
  color: black;
  background-color: #fd0;
  font-weight: 400;
}

.avatar {
  position: relative;
  display: block;
  border-radius: 500px;
  white-space: nowrap;
}

.avatar.avatar-block {
  white-space: inherit;
  width: 100%;
  height: 76px;
}

.avatar.avatar-block .user-name {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.avatar img {
  border-radius: 500px;
  width: 100%;
}

.avatar i {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
}

.avatar i.md {
  width: 12px;
  height: 12px;
  margin: 1px;
}

.avatar i.right {
  left: auto;
  right: 0;
}

.avatar i.bottom {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}

.avatar i.on {
  background-color: #7bca38;
}

.avatar i.off {
  background-color: #999999;
}

.avatar i.busy {
  background-color: #d92227;
}

.avatar i.away {
  background-color: #fdde3f;
}

.block-link {
  cursor: pointer;
}

.form-control .ui-select-choices, .form-control .ui-select-match {
  font-size: 85% !important;
}

.about-link .label {
  font-size: 2.6rem;
  padding: 0 10px 0 11px;
  vertical-align: bottom;
}

.about-link .label.label-icon {
  font-size: 2.2rem;
  padding: 4px 9px 1px 10px;
}

.about-fablab {
  position: relative;
  z-index: 100;
  height: 100%;
  background-color: white;
  -webkit-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
  opacity: 1;
}

.about-fablab img {
  max-width: 100%;
}

.about-fablab .about-picture {
  padding: 70px 0;
  height: 326px;
  background-size: cover;
  margin-bottom: 30px;
}

.about-fablab .about-title, .about-fablab .about-title p {
  margin: 0;
  font-size: 5rem;
  line-height: 5.6rem;
  color: #fff;
  font-weight: 900;
  text-align: left;
}

.about-fablab .about-title-aside {
  margin-top: 0;
  font-size: 1.8rem;
}

.about-fablab.ng-hide {
  opacity: 0;
  -webkit-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
}

.about-fablab.ng-hide-add, .about-fablab.ng-hide-remove {
  display: block !important;
}

.about-fablab .last-update {
  text-align: right;
  margin-bottom: 2em;
}

.event {
  transition: all 0.07s linear;
  overflow: hidden;
}

.event:hover {
  color: white;
}

.event:hover * {
  color: #eee !important;
  border-color: #eee;
}

.box-h-m {
  height: 175px;
  max-height: 175px;
}

.half-w {
  width: 50%;
}

.b-light-dark {
  border-color: #d0d0d0;
}

.p-sm {
  padding: 10px;
}

.crop-155 {
  height: 155px;
  width: 155px;
  max-width: 155px;
  max-height: 155px;
  overflow: hidden;
  vertical-align: bottom;
}

.crop-155 img {
  height: 155px;
  width: auto;
}

@media only screen and (max-width: 1375px) and (min-width: 770px) {
  .crop-155 {
    height: 90px;
    width: 90px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1375px) and (min-width: 1125px) {
  .half-w {
    width: 60%;
  }
}
.light-accordion > .panel-heading {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.light-accordion > .panel-heading > .panel-title {
  font-size: 12pt;
}

.app-generator {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 300;
  padding: 3px 15px;
  border: 1px solid #dddddd;
  border-top-left-radius: 8px;
  background: #f5f5f5;
}

@media only screen and (max-width: 768px) {
  .app-generator {
    display: none;
  }
}
.app-generator .app-version {
  margin-right: 10px;
  color: #999;
}

.disabling-overlay:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(230, 230, 230, 0.7);
  position: absolute;
  z-index: 10;
  border-radius: 3px;
}

.wallet-amount-container {
  padding: 20px 0;
  border-top: 2px dotted #dddddd;
  border-bottom: 2px dotted #dddddd;
  margin-bottom: 20px;
  text-align: center;
}

.wallet-amount-container .wallet-amount {
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  color: #616161;
}

.wallet-amount-container .wallet-amount span {
  font-weight: 500;
  font-size: 0.7em;
}

.wallet-amount-container .wallet-amount.cr-green {
  color: #7bca38;
}

.amountGroup input {
  display: inline-block;
  width: 100px;
  margin-left: 5px;
  padding-right: 6px;
  font-weight: bold;
  color: #7bca38;
  font-size: 1.2em;
  line-height: 0;
}

.amountGroup .afterAmount {
  margin-left: -35px;
  font-weight: bold;
  color: #7bca38;
  font-size: 1.2em;
  line-height: 0;
}

.checkbox-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.checkbox-group input[type=checkbox] {
  flex-shrink: 0;
  width: 2em;
  height: 2rem;
  margin-right: 0.5rem;
  font-size: 16px;
}

.checkbox-group label {
  margin: 0;
  font-weight: 500;
}

.link-icon {
  color: #1c94c4;
}

.link-icon i {
  margin: 0 5px 0 10px;
}

.link-icon span {
  border-bottom: 1px dashed #00b3ee;
  text-decoration: none;
  cursor: pointer;
}

.description-hover span {
  display: inline-block;
  border-bottom: 1px dashed #00b3ee;
  cursor: help;
}

@media only screen and (min-width: 768px) {
  .reservable-card {
    height: 24em;
  }
}
.disabled-reservable {
  opacity: 0.5 !important;
}

.fileinput.input-group > div.form-control {
  display: inline-flex;
  align-items: center;
}

.fileinput.input-group > div.form-control > i.fileinput-exists {
  margin-right: 5px;
}

.help-block.error {
  color: #ff565d;
}

.disabled {
  background-color: #eeeeee;
  color: #999999;
}

.disabled a {
  color: #555555;
}

.disabled .canceled-marker {
  float: right;
  top: -13px;
  position: relative;
  color: red;
  text-transform: uppercase;
}

input[type=date].form-control {
  line-height: 25px;
}

.select-schedule {
  margin-top: 0.5em;
}

.select-schedule .schedule-switch {
  vertical-align: middle;
  margin-left: 1em;
}

.medium-editor-input {
  display: table-cell;
  border: 1px solid #c0c0c0;
  border-radius: 0.2em;
  padding: 0.5em;
  width: 100%;
}

.medium-editor-input p {
  margin-bottom: 0;
}

.medium-editor-placeholder {
  min-height: 30px;
}

.note-editor .note-editable {
  background-color: white;
}

.note-editor .form-group {
  margin-left: 0;
  margin-right: 0;
}

.note-editor .modal-header {
  padding: 15px;
}

.note-editor .note-group-select-from-files {
  display: none;
}

.growl {
  top: 90px;
  z-index: 1100;
}

.fc-view-container .fc-body tr {
  height: 40px !important;
}

.fc-toolbar {
  height: 40px;
  background-color: #fff;
}

.fc-toolbar .fc-button {
  background: #F2F2F2;
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
  margin-right: 0.5rem;
  height: 40px;
  line-height: 18px;
  padding: 10px;
}

.fc-button-group .fc-button {
  margin: 0;
}

.fc-toolbar h2 {
  font-size: 15px;
  line-height: 40px;
  margin: 0;
}

.fc-view-container .fc-widget-header,
.fc-view-container .fc-widget-content {
  border-color: #e8e8e8;
  font-weight: normal;
}

.fc-content-skeleton .fc-event {
  padding: 2px;
  border-left: solid 3px;
}

.fc-event {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-event .fc-time span, .fc-event .fc-title {
  font-size: 1rem;
  line-height: 1.2rem;
}

.fc-event .fc-time span.label {
  font-size: 0.8rem;
  margin-left: 0.7em;
}

.remove-event {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  padding: 0;
  font-size: 11px;
  color: black;
  cursor: pointer;
  z-index: 9999;
  text-align: right;
}

.training-reserve .remove-event, .machine-reserve .remove-event, .public-calendar .remove-event {
  display: none;
}

.fc-v-event.fc-end {
  border-bottom-width: 2px;
}

.fc-divider {
  display: none !important;
}

.calendar-filter .badge {
  cursor: pointer;
}

.calendar-filter .badge.inactive {
  opacity: 0.2;
}

.fc-selected {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.editable-input label {
  display: block;
}

/* ==========================================================================
   Slider
   ========================================================================== */
.carousel-caption {
  left: 0 !important;
  right: 0 !important;
  bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  background: rgba(29, 29, 29, 0.5);
}

.carousel-caption .title {
  font-size: 3rem;
  line-height: 2.4rem;
  color: white;
  font-weight: 800;
  text-align: center;
}

.carousel-caption .title a {
  color: white;
}

.carousel-caption .title a:hover {
  color: #fd0;
}

.carousel-caption .description {
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: white;
}

.carousel-control {
  cursor: pointer;
  background: none;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.carousel-control .glyphicon-chevron-left {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.carousel-control .glyphicon-chevron-left:before {
  content: "\f053" !important;
}

.carousel-control .glyphicon-chevron-right {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.carousel-control .glyphicon-chevron-right:before {
  content: "\f054" !important;
}

.carousel-indicators {
  display: none;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider.slider-min .slider-arrows {
  bottom: 40%;
  position: relative;
}

.slider.slider-min .slider-arrow {
  margin-bottom: 0;
  color: black;
  border: none;
}

.slider.slider-min .slider-arrow.slider-arrow--left {
  left: -16px;
}

.slider.slider-min .slider-arrow.slider-arrow--right {
  right: -16px;
}

.slider.slider-min .slider-arrow .icon {
  font-size: 24px;
}

.slider.slider-min .slider-arrow .icon.icon-angle-left {
  width: 18px;
}

.slider.slider-min .slider-arrow .icon:hover {
  color: #fd0;
}

.slider.slider-actu .slider-arrows .slider-arrow--left {
  display: none;
}

.slider.slider-actu .slider-arrows .slider-arrow--right {
  bottom: 41px;
}

.slides {
  width: 100%;
  height: 100%;
  /* Clear fix */
  overflow: hidden;
  *zoom: 1;
  /**
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.slide {
  height: 100%;
  float: left;
  clear: none;
}

.slide.content_article {
  height: 620px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  text-align: center;
  position: relative;
}

.slide .content_article-wrapper {
  position: absolute;
  bottom: 0;
  top: 215px;
  width: 45%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.slide .content_article-wrapper .content_article-h {
  font-weight: 900;
  color: white;
  font-size: 50px;
  letter-spacing: 0.5px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 50px;
}

.slide .content_article-wrapper .content_article-c {
  color: #cb1117;
  font-size: 20px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}

.slide .content_article-wrapper .content_article-p {
  font-size: 20px;
  color: white;
  margin: 0;
  line-height: 30px;
}

.slide .content_article-wrapper .content_article-btns {
  margin-top: 40px;
  clear: both;
}

.slide .content_article-wrapper .content_article-btns .header_nav-item-a {
  color: #fff;
  text-decoration: none;
}

.slide .content_article-wrapper .content_article-btns .header_nav-item-a--btn {
  padding: 12px 20px;
  border-radius: 5px;
  border: 2px solid #fd0;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.slide .content_article-wrapper .content_article-btns .header_nav-item-a--btn:hover {
  background-color: #fd0;
  color: black;
}

.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
  color: white;
  width: 58px;
  height: 58px;
  border: 3px solid white;
  border-radius: 50%;
}

.slider-arrow:hover {
  border-color: #fd0;
  color: #fd0;
}

.slider-arrow .icon {
  text-decoration: none;
  display: inline-block;
  font-size: 40px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 12px;
}

.slider-arrow .icon.icon-angle-left {
  width: 18px;
}

.slider-arrow .icon:hover {
  color: #fd0;
}

.home .nav-branding {
  display: none;
}

.slider-arrow--right {
  bottom: 50%;
  right: 30px;
}

.slider-arrow--left {
  bottom: 50%;
  left: 30px;
}

.slider-nav {
  position: absolute;
  bottom: 30px;
}

.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}

.slider-nav__item:hover {
  background: #ccc;
}

.slider-nav__item--current {
  background: #ccc;
}

#twitter ul {
  margin: 0px 15px;
  padding-left: 0;
}

#twitter ul li {
  display: block;
}

#twitter .timePosted {
  margin-top: 0;
}

/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2) format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2) format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suD8SL2V6As.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suD8Qb2V6As.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suD8Sb2V6As.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suD8Rr2V6As.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suD8Sr2V6As.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suD8S72V6As.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suD8Rb2V.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDujMR6WR.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuHMR6WR.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDunMR6WR.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDubMR6WR.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDurMR6WR.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuvMR6WR.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMRw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDujMR6WR.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuHMR6WR.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDunMR6WR.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDubMR6WR.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDurMR6WR.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuvMR6WR.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMRw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Loved by the King";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lovedbytheking/v22/Gw6gwdP76VDVJNXerebZxUMeRXUF2MiEn3Be2Q.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Loved by the King";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lovedbytheking/v22/Gw6gwdP76VDVJNXerebZxUMeRXUF2MiKn3A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.accounting-codes-settings .cards, .accounting-codes-settings .wallets, .accounting-codes-settings .others, .accounting-codes-settings .vat, .accounting-codes-settings .subscriptions, .accounting-codes-settings .machine, .accounting-codes-settings .training, .accounting-codes-settings .events, .accounting-codes-settings .space,
.accounting-codes-settings .prepaid_pack, .accounting-codes-settings .product, .accounting-codes-settings .error {
  display: flex;
  flex-direction: row;
}

.accounting-codes-settings .cards .form-item, .accounting-codes-settings .wallets .form-item, .accounting-codes-settings .others .form-item, .accounting-codes-settings .vat .form-item, .accounting-codes-settings .subscriptions .form-item, .accounting-codes-settings .machine .form-item, .accounting-codes-settings .training .form-item, .accounting-codes-settings .events .form-item, .accounting-codes-settings .space .form-item,
.accounting-codes-settings .prepaid_pack .form-item, .accounting-codes-settings .product .form-item, .accounting-codes-settings .error .form-item {
  margin-right: 32px;
}

.accounting-codes-settings .cards .form-item:last-child, .accounting-codes-settings .wallets .form-item:last-child, .accounting-codes-settings .others .form-item:last-child, .accounting-codes-settings .vat .form-item:last-child, .accounting-codes-settings .subscriptions .form-item:last-child, .accounting-codes-settings .machine .form-item:last-child, .accounting-codes-settings .training .form-item:last-child, .accounting-codes-settings .events .form-item:last-child, .accounting-codes-settings .space .form-item:last-child,
.accounting-codes-settings .prepaid_pack .form-item:last-child, .accounting-codes-settings .product .form-item:last-child, .accounting-codes-settings .error .form-item:last-child {
  margin-right: 0;
}

.accounting-codes-settings .actions {
  background-color: transparent;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}

.accounting-codes-settings .actions > .no-header {
  background-color: transparent;
}

.accounting-codes-settings .submit-btn {
  float: right;
}

.advanced-accounting-form .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.array-mapping-form .mapping-actions {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 1rem;
}

.array-mapping-form .mapping-item {
  margin: 1rem 1rem 2rem;
  border: 1px solid var(--gray-soft-dark);
  border-radius: 8px;
  padding: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.array-mapping-form .mapping-item .inputs {
  width: 85%;
}

.array-mapping-form .mapping-item .actions {
  padding: 1em;
}

.array-mapping-form .mapping-item .actions .delete-button {
  background-color: #cb1117;
  color: white;
}

.array-mapping-form .mapping-item.destroyed-item {
  display: none;
}

.array-mapping-form .mapping-item.new-item {
  background-color: var(--information-lightest);
}

.data-mapping-form .mapping-item .inputs .form-item {
  margin-left: 20px;
}

.data-mapping-form .local-data,
.data-mapping-form .remote-data > * {
  display: flex;
  flex-direction: row;
}

.openid-connect-data-mapping-form .auto-configure-button {
  align-self: center;
  margin-top: 0.8rem;
  margin-left: 20px;
}

.provider-form .main-actions {
  display: flex;
  flex-direction: row-reverse;
}

.provider-form .main-actions .submit-button {
  margin-top: 2em;
  border-color: var(--information-light);
  background-color: var(--information);
  color: white;
}

.provider-form .main-actions .submit-button:hover {
  border-color: var(--information);
  background-color: var(--information-dark);
  color: white;
}

.type-mapping-modal .fab-modal-footer .modal-btn--confirm {
  border-color: var(--information-light);
  background-color: var(--information);
  color: white;
}

.type-mapping-modal .fab-modal-footer .modal-btn--confirm:hover {
  border-color: var(--information);
  background-color: var(--information-dark);
  color: white;
}

.edit-destroy-buttons {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.edit-destroy-buttons button {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  color: var(--gray-soft-lightest);
}

.edit-destroy-buttons button:active {
  color: currentColor;
  box-shadow: none;
}

.edit-destroy-buttons button.edit-btn {
  background: var(--gray-hard-darkest);
}

.edit-destroy-buttons button.delete-btn {
  background: var(--main);
}

.edit-destroy-buttons button:hover, .edit-destroy-buttons button:focus {
  opacity: 0.75;
  color: var(--gray-soft-lightest);
}

.editorial-block {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.editorial-block *:first-child {
  margin-top: 0;
}

.editorial-block h3 {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  margin: 0 0 1rem;
  color: var(--gray-hard-darkest) !important;
}

.editorial-block ul {
  padding-inline-start: 2.2rem;
}

.editorial-block blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 0.3rem 1.2rem;
  border: none;
  font-style: italic;
}

.editorial-block blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 2px;
  background-color: var(--gray-hard-darkest);
}

.editorial-block p {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
}

.editorial-block p:last-of-type {
  margin: 0;
}

.editorial-block p.is-editor-empty:first-child:before {
  content: attr(data-placeholder);
  height: 0;
  float: left;
  pointer-events: none;
  color: var(--gray-soft-darkest);
}

.editorial-block strong {
  font-weight: 600;
}

.editorial-block em {
  font-style: italic;
}

.editorial-block u {
  text-decoration: underline;
}

.editorial-block a {
  color: var(--main-dark);
  text-decoration: underline;
}

.editorial-block button {
  white-space: normal;
}

@media (min-width: 540px) {
  .editorial-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .editorial-block button {
    white-space: nowrap;
  }

  .editorial-block.long-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .editorial-block.long-cta button {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .editorial-block {
    width: 50%;
  }
}
.fab-alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: var(--border-radius);
}

.fab-alert--info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.fab-alert--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.fab-alert--danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.fab-button, .cookies-consent .cookies-actions button, .payment-schedules-table .download-button, .store-cart-list-item .ref .error .refresh-btn {
  min-height: 38px;
  margin-bottom: 0;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background-color: #fbfbfb;
  background-image: none;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  color: black;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
}

.fab-button:hover, .cookies-consent .cookies-actions button:hover, .payment-schedules-table .download-button:hover, .store-cart-list-item .ref .error .refresh-btn:hover {
  background-color: #f2f2f2;
  color: black;
  border-color: #aaaaaa;
  text-decoration: none;
}

.fab-button:active, .cookies-consent .cookies-actions button:active, .payment-schedules-table .download-button:active, .store-cart-list-item .ref .error .refresh-btn:active {
  color: black;
  background-color: #f2f2f2;
  border-color: #aaaaaa;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.fab-button[disabled], .cookies-consent .cookies-actions button[disabled], .payment-schedules-table [disabled].download-button, .store-cart-list-item .ref .error [disabled].refresh-btn {
  color: #3a3a3a;
}

.fab-button[disabled]:hover, .cookies-consent .cookies-actions button[disabled]:hover, .payment-schedules-table [disabled].download-button:hover, .store-cart-list-item .ref .error [disabled].refresh-btn:hover {
  color: #3a3a3a;
}

.fab-button--icon {
  margin-right: 0.5em;
  display: flex;
}

.fab-button--icon-only {
  display: flex;
}

.fab-button.is-info, .cookies-consent .cookies-actions button.is-info, .payment-schedules-table .is-info.download-button, .store-cart-list-item .ref .error .is-info.refresh-btn {
  border-color: var(--information);
  background-color: var(--information);
  color: var(--gray-soft-lightest);
}

.fab-button.is-info:hover, .cookies-consent .cookies-actions button.is-info:hover, .payment-schedules-table .is-info.download-button:hover, .store-cart-list-item .ref .error .is-info.refresh-btn:hover {
  border-color: var(--information);
  background-color: var(--information);
  color: var(--gray-soft-lightest);
  opacity: 0.75;
}

.fab-button.is-secondary, .cookies-consent .cookies-actions button.is-secondary, .payment-schedules-table .is-secondary.download-button, .store-cart-list-item .ref .error .is-secondary.refresh-btn {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--gray-hard-darkest);
}

.fab-button.is-secondary:hover, .cookies-consent .cookies-actions button.is-secondary:hover, .payment-schedules-table .is-secondary.download-button:hover, .store-cart-list-item .ref .error .is-secondary.refresh-btn:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--gray-hard-darkest);
  opacity: 0.75;
}

.fab-button.is-black, .cookies-consent .cookies-actions button.is-black, .payment-schedules-table .is-black.download-button, .store-cart-list-item .ref .error .refresh-btn {
  border-color: var(--gray-hard-darkest);
  background-color: var(--gray-hard-darkest);
  color: var(--gray-soft-lightest);
}

.fab-button.is-black:hover, .cookies-consent .cookies-actions button.is-black:hover, .payment-schedules-table .is-black.download-button:hover, .store-cart-list-item .ref .error .refresh-btn:hover {
  border-color: var(--gray-hard-darkest);
  background-color: var(--gray-hard-darkest);
  color: var(--gray-soft-lightest);
  opacity: 0.75;
}

.fab-button.is-main, .cookies-consent .cookies-actions button.is-main, .payment-schedules-table .is-main.download-button, .store-cart-list-item .ref .error .is-main.refresh-btn {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--gray-soft-lightest);
}

.fab-button.is-main:hover, .cookies-consent .cookies-actions button.is-main:hover, .payment-schedules-table .is-main.download-button:hover, .store-cart-list-item .ref .error .is-main.refresh-btn:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--gray-soft-lightest);
  opacity: 0.75;
}

.fab-input .input-wrapper {
  position: relative;
  display: table;
  border-collapse: separate;
}

.fab-input--icon {
  min-width: 40px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #c4c4c4;
  border-radius: 4px 0 0 4px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.fab-input--icon:first-child {
  border-right: 0;
}

.fab-input--input, .free-extend-modal .fab-modal-content .configuration-form .free-days {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.fab-input--input[disabled], .free-extend-modal .fab-modal-content .configuration-form [disabled].free-days, .fab-input--input[readonly], .free-extend-modal .fab-modal-content .configuration-form [readonly].free-days {
  background-color: #eee;
  opacity: 1;
}

.fab-input--addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #c4c4c4;
  border-radius: 0 4px 4px 0;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.fab-input--addon:last-child, .fab-input--addon:not(:first-child) {
  border-left: 0;
}

.fab-input .input-error .fab-input--icon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.fab-input .input-error .fab-input--input, .fab-input .input-error .free-extend-modal .fab-modal-content .configuration-form .free-days, .free-extend-modal .fab-modal-content .configuration-form .fab-input .input-error .free-days {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

.fab-input--error {
  display: block;
  color: #a94442;
  margin-top: 5px;
  margin-bottom: 10px;
}

@keyframes slideInFromTop {
  0% {
    transform: translate(0, -25%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
.fab-modal-overlay {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  animation: 0.15s linear fadeIn;
  overflow-x: hidden;
  overflow-y: auto;
}

.fab-modal-sm {
  width: 340px;
}

.fab-modal-md {
  width: 440px;
}

.fab-modal-lg {
  width: 600px;
}

.fab-modal {
  animation: 0.3s ease-out slideInFromTop;
  position: relative;
  top: 90px;
  margin: auto;
  opacity: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
}

.fab-modal .modal-btn--close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(calc(-100% + 4px));
  padding-bottom: 1rem;
  color: var(--gray-soft-lightest);
  background-color: transparent;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fab-modal .modal-btn--close:hover {
  color: var(--gray-hard-darkest);
  background-color: var(--gray-soft-lightest);
  cursor: pointer;
}

.fab-modal .fab-modal-header {
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
}

.fab-modal .fab-modal-header .modal-logo {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 44px;
}

.fab-modal .fab-modal-header h1 {
  margin: 25px 0 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.fab-modal .fab-modal-content {
  position: relative;
  padding: 15px;
}

.fab-modal .fab-modal-content .subtitle {
  margin-bottom: 3.2rem;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest);
}

.fab-modal .fab-modal-content form {
  display: flex;
  flex-direction: column;
}

.fab-modal .fab-modal-content form button[type=submit] {
  margin-left: auto;
  background-color: var(--secondary);
  border: none;
  color: var(--secondary-text-color);
}

.fab-modal .fab-modal-content form button[type=submit]:hover {
  background-color: var(--secondary-dark);
}

.fab-modal .fab-modal-footer {
  position: relative;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.fab-modal .fab-modal-footer .modal-btn--confirm {
  margin-left: 0.5em;
  background-color: var(--secondary);
  color: var(--secondary-text-color);
  border-color: var(--secondary);
}

.fab-modal .fab-modal-footer .modal-btn--confirm:hover {
  background-color: var(--secondary-dark);
  border-color: var(--secondary-dark);
  color: var(--secondary-text-color);
}

.fab-modal .fab-modal-footer .modal-btn--confirm[disabled] {
  background-color: var(--secondary-light);
  color: var(--secondary-lightest);
  border-color: var(--secondary-lightest);
}

.fab-modal .fab-modal-footer .modal-btn--confirm[disabled]:hover {
  background-color: var(--secondary-light);
  color: var(--secondary-lightest);
  border-color: var(--secondary-lightest);
}

.fab-output-copy .form-item-field > input {
  background-color: var(--gray-soft-dark);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fab-output-copy .form-item-field > .addon > button.copied {
  position: relative;
}

.fab-output-copy .form-item-field > .addon > button.copied:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  width: 100%;
  background-color: #EFEFEF;
}

.fab-pagination {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(9, min-content);
  justify-content: center;
  gap: 1.6rem;
}

.fab-pagination button {
  min-width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: var(--border-radius-sm);
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: normal;
}

.fab-pagination button:hover:not(.is-active) {
  background-color: var(--gray-soft);
}

.fab-pagination .is-active {
  background-color: var(--main);
  color: var(--main-text-color);
}

.fab-panel {
  background-color: var(--gray-soft-lightest);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 30px 30px 30px 0;
  min-height: 1px;
  position: relative;
  display: block;
  border-spacing: 0;
  overflow: hidden;
}

.fab-panel .panel-header {
  background-color: var(--gray-soft-light);
  padding: 18px 15px;
  border-bottom: 1px solid var(--gray-soft-dark);
  border-top-right-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
}

.fab-panel .panel-header.small {
  padding: 24px;
}

.fab-panel .panel-content {
  padding: 15px;
}

.fab-panel.no-header {
  padding: 15px;
  background-color: var(--gray-soft-light);
  border-radius: var(--border-radius);
}

@media (min-width: 768px) {
  .fab-panel {
    width: 100%;
    float: left;
  }
}
@media (min-width: 992px) {
  .fab-panel {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .fab-panel {
    width: 75%;
    float: left;
    margin-left: 30px;
  }
}
.fab-popover {
  position: absolute;
  width: 276px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  top: 35px;
  left: -125px;
  z-index: 1;
}

.fab-popover::before {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 132px;
  top: -7px;
  height: 7px;
  width: 12px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.fab-popover::after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 133px;
  top: -6px;
  height: 6px;
  width: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f0f0f0;
}

.fab-popover__right {
  left: -243px;
}

.fab-popover__right::before {
  left: 250px;
}

.fab-popover__right::after {
  left: 251px;
}

.fab-popover__left {
  left: -7px;
}

.fab-popover__left::before {
  left: 14px;
}

.fab-popover__left::after {
  left: 15px;
}

.fab-popover .popover-title {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.fab-popover .popover-title > h3 {
  margin: 2px;
}

.fab-popover .popover-content {
  padding: 1rem 1rem;
  color: #212529;
  background-color: white;
}

.fab-state-label {
  --status-color: var(--gray-hard-darkest);
  display: flex;
  align-items: center;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  line-height: 1.714;
  color: var(--status-color);
}

.fab-state-label.bg {
  width: fit-content;
  padding: 0.4rem 0.8rem;
  justify-content: center;
  background-color: var(--gray-soft-light);
  border-radius: var(--border-radius);
  color: var(--gray-hard-darkest);
}

.fab-state-label::before {
  flex-shrink: 0;
  content: "";
  margin-right: 0.8rem;
  width: 1rem;
  height: 1rem;
  background-color: var(--status-color);
  border-radius: 50%;
}

.fab-tabs .tabs {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}

.fab-tabs .tabs li {
  flex: 1;
  margin-bottom: 4rem;
  padding: 0.8rem;
  text-align: center;
  color: var(--main);
  border-bottom: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}

.fab-tabs .tabs li:hover {
  background-color: var(--gray-soft-light);
  cursor: pointer;
}

.fab-tabs .tabs li.react-tabs__tab--selected {
  color: var(--gray-hard-dark);
  border: 1px solid var(--gray-soft-dark);
  border-bottom: none;
}

.fab-tabs .tabs li.react-tabs__tab--selected:hover {
  background-color: var(--gray-soft-lightest);
  cursor: default;
}

.fab-tabs .tabs li.react-tabs__tab--selected:focus {
  outline: none;
}

.fab-text-editor {
  position: relative;
  padding-bottom: 1.6rem;
  background-color: var(--gray-soft-lightest);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.fab-text-editor-label {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  display: block;
  margin-bottom: 0.8rem;
}

.fab-text-editor-menu {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  border-bottom: 1px solid var(--gray-soft-darkest);
}

.fab-text-editor-menu > *:not(:last-child) {
  margin-right: 4px;
}

.fab-text-editor-menu button {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: var(--gray-hard-darkest);
  background-color: transparent;
  border: none;
}

.fab-text-editor-menu button.is-active {
  color: var(--information);
}

.fab-text-editor-menu button:hover {
  background-color: var(--gray-soft);
  cursor: pointer;
}

.fab-text-editor-menu .menu-divider {
  width: 2px;
  height: 2.4rem;
  background-color: var(--gray-soft-dark);
  border-radius: 1px;
}

.fab-text-editor-menu--disabled {
  opacity: 0.5;
}

.fab-text-editor-menu--disabled button:hover {
  background-color: transparent;
}

.fab-text-editor .ProseMirror {
  max-height: 40vh;
  padding: 1.6rem 1.6rem 1.2rem;
  overflow: auto;
  resize: vertical;
}

.fab-text-editor .ProseMirror:focus {
  outline: none;
}

.fab-text-editor .ProseMirror *:first-child {
  margin-top: 0;
}

.fab-text-editor .ProseMirror h3 {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  margin: 0 0 1rem;
  color: var(--gray-hard-darkest) !important;
}

.fab-text-editor .ProseMirror ul {
  padding-inline-start: 2.2rem;
}

.fab-text-editor .ProseMirror blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 0.3rem 1.2rem;
  border: none;
  font-style: italic;
}

.fab-text-editor .ProseMirror blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 2px;
  background-color: var(--gray-hard-darkest);
}

.fab-text-editor .ProseMirror p {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
}

.fab-text-editor .ProseMirror p:last-of-type {
  margin: 0;
}

.fab-text-editor .ProseMirror p.is-editor-empty:first-child:before {
  content: attr(data-placeholder);
  height: 0;
  float: left;
  pointer-events: none;
  color: var(--gray-soft-darkest);
}

.fab-text-editor .ProseMirror strong {
  font-weight: 600;
}

.fab-text-editor .ProseMirror em {
  font-style: italic;
}

.fab-text-editor .ProseMirror u {
  text-decoration: underline;
}

.fab-text-editor .ProseMirror a {
  color: var(--main-dark);
  text-decoration: underline;
}

.fab-text-editor-character-count {
  padding-right: 1.6rem;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  text-align: right;
  color: var(--gray-hard-lightest);
}

.fab-text-editor-subMenu {
  position: absolute;
  top: 4.5rem;
  right: 0;
  left: 0;
  max-width: 50ch;
  margin: 0 0.8rem;
  padding: 1.2rem;
  background-color: var(--gray-soft-lightest);
  border: 1px solid var(--gray-soft-darkest);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
  z-index: 10;
}

.fab-text-editor-subMenu.is-active {
  opacity: 1;
  pointer-events: all;
}

.fab-text-editor-subMenu > div {
  display: flex;
  align-items: center;
}

.fab-text-editor-subMenu > div:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

.fab-text-editor-subMenu h6 {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  margin-top: 0;
}

.fab-text-editor-subMenu input[type=text],
.fab-text-editor-subMenu select {
  width: 100%;
  height: 4rem;
  padding: 0.4rem 0.8rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--secondary);
  border-radius: var(--border-radius);
  font-size: var(--text-base);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fab-text-editor-subMenu input[type=text] {
  margin-right: 1.2rem;
}

.fab-text-editor-subMenu input[type=text]::placeholder {
  color: var(--gray-soft-darkest);
}

.fab-text-editor-subMenu select {
  margin-bottom: 0.8rem;
}

.fab-text-editor-subMenu button {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: var(--gray-hard-darkest);
  background-color: transparent;
  border: none;
  margin-left: auto;
}

.fab-text-editor-subMenu button.is-active {
  color: var(--information);
}

.fab-text-editor-subMenu button:hover {
  background-color: var(--gray-soft);
  cursor: pointer;
}

.fab-text-editor-subMenu .tab {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

.fab-text-editor-subMenu .tab p {
  margin: 0 1.2rem 0 0;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: var(--gray-hard);
}

.fab-text-editor-subMenu .tab input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.fab-text-editor-subMenu .tab .switch {
  position: relative;
  width: 3.6rem;
  height: 2rem;
  background-color: var(--gray-soft);
  border-radius: 2rem;
}

.fab-text-editor-subMenu .tab .switch::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: var(--gray-soft-lightest);
  border: 2px solid var(--gray-soft);
  border-radius: 2rem;
}

.fab-text-editor-subMenu .tab input:checked + .switch {
  background-color: var(--information);
}

.fab-text-editor-subMenu .tab input:checked + .switch::after {
  left: auto;
  right: 0;
  border-color: var(--information);
}

.fab-text-editor-video {
  position: relative;
  height: 0;
  width: 100%;
  margin: 1rem 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.fab-text-editor-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.fab-text-editor-image {
  height: auto;
  max-width: 100%;
  max-height: min(75vh, 600px);
  margin: 1rem 0;
}

.fab-text-editor-image.ProseMirror-selectednode {
  box-shadow: 0 0 0 2px var(--secondary);
}

.fab-text-editor-error {
  position: absolute;
  top: 4.5rem;
  right: 0;
  left: 0;
  display: flex;
  max-width: 50ch;
  margin: 0 0.8rem;
  padding: 1.2rem;
  color: var(--main-dark);
  background-color: var(--main-lightest);
  border: 1px solid var(--main-light);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}

.fab-text-editor-error svg {
  flex-shrink: 0;
  margin-right: 1.2rem;
}

.fab-text-editor-error p {
  margin: 0;
}

.fab-text-editor.is-disabled .ProseMirror {
  resize: none;
}

.fab-text-editor.is-disabled button {
  cursor: not-allowed;
}

.fab-tooltip {
  position: relative;
  cursor: help;
}

.fab-tooltip .trigger i {
  display: block;
}

.fab-tooltip .content {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: max-content;
  max-width: min(75vw, 30ch);
  padding: 1rem;
  transform: translate(-50%, -50%);
  background-color: var(--information-lightest);
  color: var(--information);
  border: 1px solid var(--information);
  border-radius: var(--border-radius);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  z-index: 1;
}

.fab-tooltip .content > span {
  display: block;
}

.fab-tooltip .content a {
  color: var(--gray-hard);
  text-decoration: underline;
}

.fab-tooltip:hover .content {
  display: block;
}

.labelled-input {
  position: relative;
  display: inline-table;
  border-collapse: separate;
  box-sizing: border-box;
}

.labelled-input label {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c4c4c4;
  border-radius: 4px 0 0 4px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  box-sizing: border-box;
  border-right: 0;
}

.labelled-input input {
  padding: 6px 12px;
  height: 38px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #c4c4c4;
  border-radius: 0 4px 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.labelled-input input:focus {
  border-color: #fdde3f;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 222, 63, 0.6);
}

.calendar-admin-header {
  margin: 10px 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
}

.calendar-admin-header .calendar-actions {
  display: flex;
}

.calendar-admin-info {
  display: contents;
}

.calendar-admin-info input[type=checkbox] {
  display: none;
}

.calendar-admin-info .content {
  padding: 0 15px;
}

.calendar-admin-info .content .placeholder {
  display: none;
  position: absolute;
  font-weight: 400;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .calendar-admin-header {
    margin-bottom: -20px;
  }

  .calendar-admin-info .content {
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .calendar-admin-section {
    position: relative;
    padding-right: 40px;
  }

  .calendar-admin-info {
    position: absolute;
    top: 0;
    left: calc(100% - 40px);
    width: 40px;
    height: 100%;
    display: block;
    z-index: 1;
    transition: opacity 500ms ease-in-out;
  }

  .calendar-admin-info.is-empty {
    opacity: 0;
  }

  .calendar-admin-info .content {
    position: relative;
    min-width: 220px;
    width: fit-content;
    height: 100%;
    padding: 1px 20px 0 40px;
    border-left: 1px solid #dddddd;
    background: linear-gradient(to right, var(--secondary) 0 40px, var(--gray-soft-lightest) 40px 100%);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    transition: transform 500ms ease-in-out;
    cursor: pointer;
  }

  .calendar-admin-info .content::before {
    position: sticky;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    content: "\f30a";
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateX(-40px);
    transition: transform 300ms ease-in-out;
    cursor: pointer;
  }

  .calendar-admin-info .content .placeholder {
    display: block;
  }

  .calendar-admin-info input[type=checkbox]:checked ~ .content {
    background: var(--gray-soft-lightest);
    transform: translateX(calc(-100% + 40px));
    cursor: default;
  }

  .calendar-admin-info input[type=checkbox]:checked ~ .content::before {
    transform: translateX(-40px) rotateZ(-180deg);
  }
}
.calendar-legend {
  display: flex;
  align-items: center;
}

.calendar-legend h4 {
  margin-right: 1rem;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}

.calendar-legend-group {
  display: flex;
  flex-wrap: wrap;
}

.calendar-legend-item {
  display: inline-block;
  padding: 2px;
  border: 1px solid;
  border-left: 3px solid;
  border-radius: 3px;
  font-size: 10px;
}

.calendar-legend-item:not(:first-of-type) {
  margin-left: 1rem;
}

.cart-button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.8rem 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: var(--secondary);
}

.cart-button:hover {
  cursor: pointer;
}

.cart-button span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  min-width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-text-color);
  border-radius: 10rem;
  color: var(--secondary);
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: normal;
}

.cart-button i {
  margin-bottom: 0.8rem;
  font-size: 2.6rem;
  columns: var(--secondary-text-color);
}

.cart-button p {
  margin: 0;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  text-align: center;
  color: var(--secondary-text-color);
}

.cart-order-reservation .actions:before {
  content: " ";
}

.cart-order-reservation .ref > ul > li > span {
  margin-left: 1em;
}

.store-cart {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: grid;
  gap: 3.2rem;
  align-items: flex-start;
}

.store-cart-list {
  display: grid;
  gap: 1.6rem;
}

.store-cart-list-item {
  padding: 0.8rem;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: min-content 1fr;
  align-items: center;
  background-color: var(--gray-soft-lightest);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.store-cart-list-item .picture {
  grid-area: 1/1/2/2;
  width: 10rem !important;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 76%;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.store-cart-list-item .picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-cart-list-item .ref {
  grid-area: 1/2/2/3;
  display: flex;
  flex-direction: column;
}

.store-cart-list-item .ref span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: var(--gray-hard-lightest);
  text-transform: uppercase;
}

.store-cart-list-item .ref p {
  max-width: 60ch;
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.store-cart-list-item .ref .min, .store-cart-list-item .ref .error p {
  margin-top: 0.8rem;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: var(--alert);
  text-transform: none;
}

.store-cart-list-item .ref .error .refresh-btn {
  height: auto;
  margin-top: 0.4rem;
  padding: 0.4rem 0.8rem;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
}

.store-cart-list-item .actions {
  grid-area: 2/1/3/3;
  align-self: stretch;
  padding: 0.8rem;
  display: grid;
  grid-template-columns: min-content min-content;
  justify-content: space-evenly;
  justify-items: flex-end;
  align-items: center;
  gap: 2.4rem;
  background-color: var(--gray-soft-light);
  border-radius: var(--border-radius);
}

.store-cart-list-item .offer {
  grid-area: 3/1/4/3;
  justify-self: flex-end;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1.6rem;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.store-cart-list-item .offer label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
  cursor: pointer;
}

.store-cart-list-item .offer label span {
  margin-right: 0.8rem;
}

.store-cart-list-item .quantity {
  padding: 0.8rem 1.6rem 0.8rem 1.2rem;
  display: grid;
  grid-auto-flow: column;
  gap: 0 0.8rem;
  background-color: var(--gray-soft);
  border-radius: var(--border-radius-sm);
}

.store-cart-list-item .quantity input[type=number] {
  grid-area: 1/1/3/2;
  min-width: 4ch;
  background-color: transparent;
  border: none;
  text-align: right;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.store-cart-list-item .quantity input[type=number]::-webkit-inner-spin-button,
.store-cart-list-item .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.store-cart-list-item .quantity button {
  padding: 0;
  display: flex;
  background-color: transparent;
  border: none;
}

.store-cart-list-item .price,
.store-cart-list-item .total {
  min-width: 10rem;
}

.store-cart-list-item .price p,
.store-cart-list-item .total p {
  margin: 0;
  display: flex;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
}

.store-cart-list-item .price span,
.store-cart-list-item .total span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
}

.store-cart-list-item .count {
  padding: 0.8rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gray-soft);
  border-radius: var(--border-radius-sm);
}

.store-cart-list-item .total span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: var(--main);
  text-transform: uppercase;
}

.store-cart-list-item.error {
  border-color: var(--alert);
}

.store-cart .group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}

.store-cart-info, .store-cart-coupon {
  padding: 2.4rem;
  background-color: var(--gray-soft-light);
  border-radius: var(--border-radius);
}

.store-cart-info h3, .store-cart-info label, .store-cart-coupon h3, .store-cart-coupon label {
  margin: 0 0 1.6rem;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.store-cart-info .fab-input .input-wrapper, .store-cart-coupon .fab-input .input-wrapper {
  width: 100%;
}

.store-cart-info .fab-input .input-wrapper .fab-input--input, .store-cart-info .fab-input .input-wrapper .free-extend-modal .fab-modal-content .configuration-form .free-days, .free-extend-modal .fab-modal-content .configuration-form .store-cart-info .fab-input .input-wrapper .free-days, .store-cart-coupon .fab-input .input-wrapper .fab-input--input, .store-cart-coupon .fab-input .input-wrapper .free-extend-modal .fab-modal-content .configuration-form .free-days, .free-extend-modal .fab-modal-content .configuration-form .store-cart-coupon .fab-input .input-wrapper .free-days {
  border-radius: var(--border-radius);
}

.store-cart-info p {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
}

.store-cart aside > div {
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  background-color: var(--gray-soft-lightest);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.store-cart aside > div h3 {
  margin: 0 0 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--gray-hard);
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  color: var(--gray-hard-dark) !important;
}

.store-cart aside .checkout .list {
  margin: 0.8rem 0 2.4rem;
  padding: 2.4rem 0;
  border-top: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
}

.store-cart aside .checkout .list p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.store-cart aside .checkout .list p span {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
}

.store-cart aside .checkout .list .gift {
  color: var(--gray-hard-dark);
}

.store-cart aside .checkout .total {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.store-cart aside .checkout .total span {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
}

.store-cart aside .checkout-btn {
  width: 100%;
  height: auto;
  padding: 1.6rem 0.8rem;
  background-color: var(--main);
  border: none;
  color: var(--gray-soft-lightest);
  justify-content: center;
  text-transform: uppercase;
}

.store-cart aside .checkout-btn:hover {
  color: var(--gray-soft-lightest);
  opacity: 0.75;
  cursor: pointer;
}

@media (min-width: 640px) {
  .store-cart .actions {
    grid-auto-flow: column;
    grid-template-columns: 1fr min-content 1fr min-content;
    justify-content: stretch;
    justify-items: flex-end;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .store-cart-list-item .ref {
    grid-area: 1/2/2/3;
  }

  .store-cart-list-item .actions {
    grid-area: 2/1/3/3;
  }

  .store-cart .group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .store-cart-list-item {
    grid-auto-flow: row;
    grid-template-columns: min-content 1fr 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .store-cart-list-item .picture {
    grid-area: 1/1/2/2;
  }

  .store-cart-list-item .ref {
    grid-area: 1/2/2/3;
  }

  .store-cart-list-item .actions {
    grid-area: 1/3/2/4;
  }

  .store-cart-list-item .offer {
    grid-area: 2/1/3/4;
    justify-self: flex-end;
  }
}
@media (min-width: 1440px) {
  .store-cart {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: minmax(0, min-content);
  }

  .store-cart-list {
    grid-area: 1/1/2/10;
  }

  .store-cart .group {
    grid-area: 2/1/3/10;
  }

  .store-cart aside {
    grid-area: 1/10/3/13;
  }
}
.credits-panel {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.credits-panel.no-header > * {
  margin: 0;
}

.credits-panel .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.credits-panel .credits-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.8rem;
}

.credits-panel .credits-list-item {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem 2.4rem;
  background-color: var(--gray-soft-lightest);
  border-radius: var(--border-radius);
}

.credits-panel .credits-list-item .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.credits-panel .credits-list-item p {
  margin: 0;
}

@media (min-width: 640px) {
  .credits-panel .credits-list-item {
    flex-direction: row;
  }
}
.prepaid-packs-panel {
  display: flex;
  flex-direction: column;
  overflow: visible;
  gap: 1.6rem;
}

.prepaid-packs-panel .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.prepaid-packs-panel p {
  margin: 0;
}

.prepaid-packs-panel .prepaid-packs {
  padding: 1.6rem;
  background-color: var(--gray-soft-lightest);
  border-radius: var(--border-radius);
}

.prepaid-packs-panel .prepaid-packs.is-low {
  border: 1px solid var(--alert);
}

.prepaid-packs-panel .prepaid-packs.is-low .countdown span {
  color: var(--alert);
}

.prepaid-packs-panel .prepaid-packs-list {
  display: grid;
  grid-template-columns: 2fr 1fr minmax(25%, max-content);
  gap: 0 1.6rem;
}

.prepaid-packs-panel .prepaid-packs-list .name {
  grid-column: 1/2;
}

.prepaid-packs-panel .prepaid-packs-list .end {
  grid-column: 2/3;
}

.prepaid-packs-panel .prepaid-packs-list .countdown, .prepaid-packs-panel .prepaid-packs-list .date {
  grid-column: 3/4;
}

.prepaid-packs-panel .prepaid-packs-list-label {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  color: var(--gray-soft-darkest);
}

.prepaid-packs-panel .prepaid-packs-list-item {
  display: contents;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.prepaid-packs-panel .prepaid-packs-list.is-history {
  margin-top: 2.4rem;
}

.prepaid-packs-panel .prepaid-packs-list.is-history .prepaid-packs-list-label {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  grid-column: 1/-1;
  border-bottom: 1px solid var(--gray-soft-dark);
}

.prepaid-packs-panel .prepaid-packs-list.is-history .prepaid-packs-list-item {
  font-weight: 400;
}

.prepaid-packs-panel .prepaid-packs-cta {
  padding: 1.6rem;
  background-color: var(--gray-soft-lightest);
  border-radius: var(--border-radius);
}

.prepaid-packs-panel .prepaid-packs-cta > form {
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}

.reservations-dashboard {
  max-width: 1600px;
  margin: 0 auto 6rem;
  padding: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}

.reservations-dashboard .section {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.reservations-dashboard .section-title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin-bottom: 0;
}

.reservations-dashboard .fab-panel {
  width: 100%;
  float: none;
  margin: 0;
}

@media (min-width: 1440px) {
  .reservations-dashboard {
    grid-template-columns: repeat(2, 1fr);
  }
}
.reservations-panel {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.reservations-panel .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.reservations-panel p {
  margin: 0;
}

.reservations-panel .reservations {
  padding: 1.6rem;
  background-color: var(--gray-soft-lightest);
  border-radius: var(--border-radius);
}

.reservations-panel .reservations-list {
  display: grid;
  grid-template-columns: 1fr minmax(25%, max-content);
  gap: 0 1.6rem;
}

.reservations-panel .reservations-list .name {
  grid-column: 1/2;
}

.reservations-panel .reservations-list .date {
  grid-column: 2/3;
}

.reservations-panel .reservations-list-label {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  color: var(--gray-soft-darkest);
}

.reservations-panel .reservations-list-item {
  display: contents;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.reservations-panel .reservations-list-item .date {
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.reservations-panel .reservations-list-item.canceled {
  text-decoration: line-through;
}

.reservations-panel .reservations-list.is-history {
  margin-top: 2.4rem;
}

.reservations-panel .reservations-list.is-history .reservations-list-label {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  grid-column: 1/-1;
  border-bottom: 1px solid var(--gray-soft-dark);
}

.reservations-panel .reservations-list.is-history .reservations-list-item {
  font-weight: 400;
}

.reservations-panel .reservations-list.is-history .reservations-list-item.cancelled {
  color: var(--gray-soft-darkest);
}

.reservations-panel .reservations-list.is-history .reservations-list-item .date p.cancelled {
  color: var(--gray-soft-darkest);
}

.reservations-panel .no-reservations {
  display: block;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  font-style: italic;
  text-align: center;
  color: var(--gray-soft-darkest);
}

.reservations-panel .show-more {
  width: fit-content;
  margin-top: 1rem;
}

.event-card {
  border: 1px solid var(--gray-soft-dark);
  border-radius: 5px;
  overflow: hidden;
  color: var(--gray-hard-darkest);
}

.event-card:hover {
  color: var(--gray-hard-darkest);
  border-color: var(--gray-hard);
  cursor: pointer;
}

.event-card:hover .event-card-picture,
.event-card:hover .event-card-info {
  border-color: var(--gray-hard);
}

.event-card-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 8rem;
  color: var(--gray-soft-light);
}

.event-card-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-card-desc {
  padding: 15px 15px 30px;
}

.event-card-desc header {
  margin-bottom: 1rem;
}

.event-card-desc header p {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.event-card-desc header .badge {
  min-width: auto;
  max-width: min(16ch, 33%);
  white-space: normal;
  word-break: break-word;
  margin: 0 0 10px 15px;
  float: right;
}

.event-card-desc p {
  margin: 0;
}

.event-card-info {
  padding: 15px 20px;
}

.event-card-info > p {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--main);
}

.event-card-info > p span {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.2;
  text-transform: lowercase;
}

.event-card-info .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: baseline;
  gap: 15px;
}

.event-card-info .grid-item {
  min-height: 20px;
  display: flex;
  align-items: center;
}

.event-card-info .grid-item i {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  font-size: 16px;
  text-align: center;
  color: var(--main);
}

.event-card-info .grid-item h6 {
  margin: 0;
}

.event-card--sm {
  display: grid;
  grid-template-rows: max-content 1fr;
  grid-template-columns: 1fr max-content;
}

.event-card--sm .event-card-desc {
  grid-area: 1/1/2/2;
  padding-bottom: 10px;
}

.event-card--sm .event-card-desc header {
  margin-bottom: 0;
}

.event-card--sm .event-card-desc header p {
  font-size: 1.6rem;
}

.event-card--sm .event-card-picture {
  grid-area: 1/2/3/3;
  width: 160px;
  display: none;
  border-left: 1px solid var(--gray-soft-dark);
}

@media (min-width: 500px) {
  .event-card--sm .event-card-picture {
    display: flex;
  }
}
.event-card--sm .event-card-info {
  grid-area: 2/1/3/2;
  padding: 0 15px 15px;
}

.event-card--sm .event-card-info .grid {
  gap: 10px 15px;
}

.event-card--sm .event-card-info .grid-item i {
  width: 12px;
  height: 12px;
  font-size: 12px;
  text-align: center;
}

.event-card--md {
  display: grid;
  grid-template-rows: min-content 1fr min-content;
}

.event-card--md .event-card-picture {
  height: 250px;
  border-bottom: 1px solid var(--gray-soft-dark);
}

.event-card--md .event-card-info {
  margin-top: auto;
  padding-bottom: 30px;
  border-top: 1px solid var(--gray-soft-dark);
}

.event-card--lg {
  border: 1px solid var(--gray-hard);
}

.event-card--lg .event-card-info {
  padding-top: 0;
}

.event-card--lg .event-card-picture {
  border-bottom: 1px solid var(--gray-hard);
}

.event-card--lg .event-card-picture img {
  max-height: 300px;
}

@media (min-width: 992px) {
  .event-card--lg {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 3fr 2fr;
  }

  .event-card--lg .event-card-desc {
    grid-area: 1/1/2/2;
  }

  .event-card--lg .event-card-info {
    grid-area: 2/1/3/2;
  }

  .event-card--lg .event-card-picture {
    grid-area: 1/2/3/3;
    border-bottom: none;
    border-left: 1px solid var(--gray-hard);
  }

  .event-card--lg .event-card-picture img {
    max-height: none;
  }
}
.event-home h4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1rem;
}

.event-home h4 i {
  margin-right: 1rem;
}

.event-home-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 5rem;
}

@media (min-width: 480px) {
  .event-home-list {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }
}
.event-focus {
  display: grid;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .event-focus {
    grid-template-columns: repeat(auto-fill, minmax(425px, 1fr));
    gap: 15px;
  }
}
.event-monthList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .event-monthList {
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
  }
}
.events-list-page {
  max-width: 1600px;
  margin: 2rem;
  padding-bottom: 6rem;
  display: grid;
  gap: 2.4rem;
}

.event-form {
  max-width: 1260px;
  margin: 2.4rem auto 0;
  padding: 0 3rem 6rem;
  display: flex;
  flex-direction: column;
}

.event-form > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: 1px;
  padding: 2.4rem 0 4rem;
  background: linear-gradient(180deg, var(--gray-soft-lightest) 80%, transparent);
  z-index: 1;
  gap: 2.4rem;
}

.event-form > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.event-form > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.event-form > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.event-form-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.event-form-content section {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.event-form-content section:last-of-type {
  padding-bottom: 0;
  border: none;
}

.event-form-content section > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.event-form-content section > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.event-form-content section > header .description {
  color: var(--gray-hard-lightest);
}

.event-form-content section > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.event-form-content section > .content > * {
  margin-bottom: 0;
}

.event-form-content section > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.event-form-content section > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .event-form-content section {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .event-form-content section > header {
    grid-area: header;
  }
}
.event-form-content .save-btn {
  align-self: flex-start;
}

.event-form .additional-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.6rem 2.4rem;
}

.event-form .additional-prices .add-price {
  max-width: fit-content;
}

.event-form .additional-prices .price-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0 2.4rem;
}

.event-form .additional-prices .price-item .form-item {
  margin: 0;
}

.event-form .additional-prices .price-item .remove-price {
  align-items: center;
  display: flex;
  margin: 0;
  cursor: pointer;
}

@media (min-width: 640px) {
  .event-form .additional-prices .price-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .event-form .additional-prices .price-item .remove-price {
    margin: 2.6rem 0 0;
  }
}
.event-form .additional-prices .price-item.destroyed-item {
  display: none;
}

.event-form .grp {
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  .event-form .grp {
    flex-direction: row;
  }
}
.event-form .grp .form-item {
  margin: 0;
}

.event-form .grp .form-item:first-child {
  margin-right: 2.4rem;
}

.update-recurrent-modal label {
  margin-left: 2rem;
}

.update-recurrent-modal label span {
  margin-left: 1rem;
}

.events-settings {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
}

.events-settings > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: 1px;
  padding: 2.4rem 0 4rem;
  background: linear-gradient(180deg, var(--gray-soft-lightest) 80%, transparent);
  z-index: 1;
  gap: 2.4rem;
}

.events-settings > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.events-settings > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.events-settings > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.events-settings-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.events-settings-content .settings-section {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.events-settings-content .settings-section:last-of-type {
  padding-bottom: 0;
  border: none;
}

.events-settings-content .settings-section > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.events-settings-content .settings-section > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.events-settings-content .settings-section > header .description {
  color: var(--gray-hard-lightest);
}

.events-settings-content .settings-section > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.events-settings-content .settings-section > .content > * {
  margin-bottom: 0;
}

.events-settings-content .settings-section > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.events-settings-content .settings-section > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .events-settings-content .settings-section {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .events-settings-content .settings-section > header {
    grid-area: header;
  }
}
.events-settings-content .save-btn {
  align-self: flex-start;
}

.form-item {
  width: 100%;
  margin-bottom: 1.6rem;
}

.form-item-header {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  position: relative;
}

.form-item-header > *:not(:first-child) {
  margin-left: 1.5rem;
}

.form-item-header p {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  margin: 0;
  cursor: pointer;
}

.form-item-header p::first-letter {
  text-transform: uppercase;
}

.form-item.is-hidden {
  display: none;
}

.form-item.is-required .form-item-header p::after {
  content: "*";
  margin-left: 0.5ch;
  color: var(--alert);
}

.form-item-field {
  min-height: 4rem;
  display: grid;
  grid-template-areas: "icon field countdown addon";
  grid-template-columns: min-content minmax(0, 1fr) max-content min-content;
  background-color: var(--gray-soft-lightest);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  transition: border-color ease-in-out 0.15s;
  font-weight: 400;
}

.form-item-field .icon,
.form-item-field .addon {
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gray-hard-light);
  background-color: var(--gray-soft);
}

.form-item-field .icon {
  grid-area: icon;
  border-right: 1px solid var(--gray-soft-dark);
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.form-item-field .icon > * {
  max-width: 24px;
  max-height: 24px;
}

.form-item-field .addon {
  grid-area: addon;
  border-left: 1px solid var(--gray-soft-dark);
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.form-item-field .addon.is-btn {
  color: var(--gray-soft-lightest);
  background-color: var(--gray-hard-darkest);
}

.form-item-field .addon.is-btn:hover {
  cursor: pointer;
  background-color: var(--gray-hard-light);
}

.form-item-field .countdown {
  grid-area: countdown;
  padding: 0 1.6rem 0 0.8rem;
  display: flex;
  align-items: center;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: var(--gray-hard-lightest);
}

.form-item-field button.addon {
  border: 0;
}

.form-item-field > input {
  grid-area: field;
  border: none;
  border-radius: var(--border-radius);
  padding: 0 0.8rem;
  color: var(--gray-hard-darkest);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-item-field > input::placeholder {
  font-weight: 400;
  color: var(--gray-soft-darkest);
}

.form-item-field > input:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--information);
}

.form-item-field .rs {
  grid-area: field;
}

.form-item-field .rs__control {
  border: none;
  border-radius: var(--border-radius);
}

.form-item-field .rs__control--is-focused {
  box-shadow: 0 0 0 2px var(--information);
}

.form-item-field .rs__menu {
  margin-top: 1px;
  border: 1px solid var(--gray-soft-dark);
  box-shadow: var(--shadow);
}

.form-item-field .rs__option {
  color: #000000;
}

.form-item-field .rs__option:hover {
  background-color: var(--information-lightest);
}

.form-item-field .rs__option--is-selected, .form-item-field .rs__option--is-selected:hover {
  background-color: var(--information-light);
}

.form-item-field .rs__placeholder {
  font-weight: 400;
  color: var(--gray-soft-darkest);
}

.form-item.is-incorrect .form-item-field {
  border-color: var(--alert);
}

.form-item.is-incorrect .form-item-field input:focus {
  box-shadow: 0 0 0 2px var(--alert);
}

.form-item.is-incorrect .form-item-field .icon {
  color: var(--alert);
  border-color: var(--alert);
  background-color: var(--alert-lightest);
}

.form-item.is-warned .form-item-field {
  border-color: var(--notification);
}

.form-item.is-warned .form-item-field .icon {
  color: var(--notification);
  border-color: var(--notification);
  background-color: var(--notification-lightest);
}

.form-item.is-disabled .form-item-field input, .form-item.is-readOnly .form-item-field input {
  background-color: var(--gray-soft-light);
}

.form-item-error {
  margin-top: 0.4rem;
  color: var(--alert);
  font-weight: normal;
}

.form-item-warning {
  margin-top: 0.4rem;
  color: var(--notification);
}

.form-item input[type=file] {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.form-item .file-placeholder {
  border: none;
}

.form-input.is-hidden {
  display: none;
}

.form-multi-file-upload {
  display: flex;
  flex-direction: column;
}

.form-multi-file-upload .list {
  margin-bottom: 2.4rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  gap: 2.4rem;
}

.form-multi-file-upload button {
  margin-left: auto;
}

.form-multi-image-upload {
  display: flex;
  flex-direction: column;
}

.form-multi-image-upload .list {
  margin-bottom: 2.4rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  gap: 2.4rem;
}

.form-multi-image-upload button {
  margin-left: auto;
}

.form-rich-text .form-item-field {
  border: 0;
  display: block;
}

.form-rich-text.is-disabled {
  opacity: 0.5;
}

.form-rich-text.is-incorrect .fab-text-editor {
  border-color: var(--alert);
}

.form-select .rs__menu .rs__menu-list .rs__option--is-disabled {
  color: var(--gray-hard-lightest);
}

.form-switch .form-item-header {
  margin-bottom: 0;
  cursor: pointer;
}

.form-switch .form-item-header .fab-tooltip .content {
  max-width: min(75vw, 30ch);
}

.form-switch .form-item-field {
  display: flex;
  padding: 16px;
  background-color: white;
}

.form-switch .form-item-field > *:not(:first-child) {
  margin-left: 2rem;
}

.form-checklist .form-item-field {
  display: flex;
  flex-direction: column;
  border: none;
}

.form-checklist .checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.6rem 3.2rem;
}

.form-checklist .checklist .checklist-item {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.form-checklist .actions {
  align-self: flex-end;
  margin: 2.4rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.form-checklist .actions > *:not(:first-child) {
  margin-left: 1.6rem;
}

.form-file-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  background-color: var(--gray-soft-lightest);
}

.form-file-upload.with-label {
  margin-top: 2.6rem;
  position: relative;
  margin-bottom: 1.6rem;
}

.form-file-upload .actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.form-file-upload .actions > *:not(:first-child) {
  margin-left: 1rem;
}

.form-file-upload .actions a {
  display: flex;
}

.form-file-upload .actions .image-file-input {
  margin-bottom: 0;
}

.form-file-upload .actions .form-item-header {
  position: absolute;
  top: -1.5em;
  left: 0;
  margin-bottom: 0.8rem;
}

.form-image-upload--small, .form-image-upload--medium, .form-image-upload--large {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  background-color: var(--gray-soft-lightest);
}

.form-image-upload.with-label {
  margin-top: 2.6rem;
  position: relative;
  margin-bottom: 1.6rem;
}

.form-image-upload .image {
  flex-shrink: 0;
  display: flex;
  object-fit: cover;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.form-image-upload .image--small {
  width: 8rem;
  height: 8rem;
}

.form-image-upload .image--medium {
  width: 20rem;
  height: 20rem;
}

.form-image-upload .image--large {
  width: 40rem;
  height: 40rem;
}

.form-image-upload .image img {
  width: 100%;
  object-fit: contain;
}

.form-image-upload .actions {
  display: flex;
  align-items: center;
}

.form-image-upload .actions > *:not(:first-child) {
  margin-left: 1rem;
}

.form-image-upload .actions input[type=radio] {
  margin-left: 0.5rem;
}

.form-image-upload .actions .image-file-input {
  margin-bottom: 0;
}

.form-image-upload .actions .form-item-header {
  position: absolute;
  top: -1.5em;
  left: 0;
  margin-bottom: 0.8rem;
}

.form-unsaved-list .save-notice {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  margin-left: 1rem;
  color: var(--alert);
}

.form-unsaved-list .unsaved-field {
  background-color: var(--gray-soft-light);
  border: 0;
  padding: 1.2rem;
  margin-top: 1rem;
  width: 100%;
  display: flex;
  gap: 4.8rem;
  justify-items: flex-start;
  align-items: center;
  border-radius: var(--border-radius);
}

.form-unsaved-list .unsaved-field > * {
  flex: 1 1 45%;
}

.form-unsaved-list .unsaved-field p {
  margin: 0;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
}

.form-unsaved-list .unsaved-field .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
  flex: 1 1 100%;
}

.form-unsaved-list .unsaved-field .group span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  color: var(--gray-hard-light);
}

.form-unsaved-list .unsaved-field .group p {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.form-unsaved-list .unsaved-field .cancel-action:hover {
  text-decoration: underline;
  cursor: pointer;
}

.form-unsaved-list .unsaved-field .cancel-action svg {
  margin-left: 1rem;
  vertical-align: middle;
}

.change-group {
  border: 1px solid #dddddd;
  border-radius: var(--border-radius);
  margin: 30px 15px;
}

.change-group h3 {
  margin: 0;
  padding: 18px 15px;
  line-height: 1.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
}

.change-group .display,
.change-group .change-group-form {
  padding: 15px;
}

.change-group .display .current-group {
  background-color: #999;
  color: #000;
  min-height: 20px;
  border: 1px solid #999;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: var(--border-radius);
  font-size: 1.4rem;
  font-weight: bold;
}

.change-group .display .request-change-btn {
  width: 100%;
}

.change-group .change-group-form .actions {
  display: flex;
  justify-content: space-between;
}

.change-group .change-group-form .actions .validate-btn, .change-group .change-group-form .actions .payment-modal .payment-pending, .payment-modal .change-group .change-group-form .actions .payment-pending {
  border-color: var(--information-light);
  background-color: var(--information);
  color: white;
}

.invoices-settings-panel {
  margin: 24px 0 0 0;
  background-color: var(--gray-soft-light);
  border-radius: var(--border-radius);
  padding: 32px;
}

.invoices-settings-panel .setting-section {
  background-color: white;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  margin-bottom: 32px;
  padding: 24px;
}

.invoices-settings-panel .setting-section .section-title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.invoices-settings-panel .setting-section .example {
  background-color: var(--gray-soft-light);
  border-radius: var(--border-radius);
  padding: 8px;
}

.invoices-settings-panel .setting-section .example .title {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.invoices-settings-panel .setting-section .example .content {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.invoices-settings-panel .actions {
  display: flex;
  justify-content: flex-end;
}

.invoices-settings-panel .actions .save-btn {
  background-color: var(--main);
  color: var(--main-text-color);
}

.invoices-settings-panel .actions .save-btn:hover {
  background-color: var(--main-light);
}

.vat-settings-modal .panes {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.vat-settings-modal .panes-one > .pane {
  width: 100%;
}

.vat-settings-modal .panes-both > .pane {
  width: 50%;
}

.vat-settings-modal .panes-both > .pane:first-child {
  margin-right: 0.5em;
}

.vat-settings-modal .panes-both > .pane:last-child {
  margin-left: 0.5em;
  animation: show 200ms linear forwards;
  opacity: 0;
  transform: translateX(-20%);
  transform-origin: left;
}

.vat-settings-modal .actions {
  display: flex;
  justify-content: space-between;
}

.vat-settings-modal .actions .save-btn {
  background-color: var(--main);
  color: var(--main-text-color);
}

.vat-settings-modal .actions .save-btn:hover {
  background-color: var(--main-light);
}

.header-page {
  width: 100%;
  min-height: 9rem;
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  background-color: var(--gray-soft-lightest);
  border-bottom: 1px solid var(--gray-soft-dark);
}

.header-page .back {
  width: 9rem;
  border-right: 1px solid var(--gray-soft-dark);
}

.header-page .back a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gray-hard-darkest) !important;
}

.header-page .back a:hover {
  cursor: pointer;
  background-color: var(--secondary);
}

.header-page .center {
  padding: 3.2rem;
}

.header-page .center h1 {
  margin: 0;
}

.header-page .right {
  min-width: 9rem;
  border-left: 1px solid var(--gray-soft-dark);
}

.header-page .right .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.machines {
  max-width: 1600px;
  margin: 2rem auto;
  padding-bottom: 6rem;
  display: grid;
  gap: 2.4rem;
}

.machine-card {
  background-color: var(--gray-soft-lightest);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
}

.machine-card.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 29, 29, 0.5);
  border-radius: 6px;
  margin: -1px;
  z-index: 1;
}

.machine-card.loading::after {
  content: "\f1ce";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: 900;
  position: absolute;
  width: 100%;
  font-size: 4em;
  top: 110px;
  color: white;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.machine-card .machine-picture {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease;
  cursor: pointer;
  padding: 0;
  color: #333333;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}

.machine-card .machine-picture.no-picture {
  background-image: url(/packs/static/default-image-839d8f09a4ad14ae4088.png);
}

.machine-card .machine-name {
  text-align: center;
  padding: 15px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin: 0;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.machine-card .machine-actions {
  padding: 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
  display: flex;
}

.machine-card .machine-actions > span {
  width: 50%;
}

.machine-card .machine-actions > span > button {
  border: none !important;
  padding: 15px 12px;
  display: block;
  width: 100%;
  background-color: #fbfbfb;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  color: var(--main);
}

.machine-card .machine-actions > span > button > i {
  margin-right: 5px;
}

.machine-card .machine-actions > span > button.reserve-button {
  border-right: 1px solid #dddddd !important;
}

.machine-card.disabled {
  opacity: 0.5;
}

.machine-card.disabled .machine-actions > span, .machine-card.unreservable .machine-actions > span {
  width: 100%;
}

.machine-categories-list {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
}

.machine-categories-list > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}

.machine-categories-list > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.machine-categories-list > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.machine-categories-list > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.machine-categories-list .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.machine-categories-list .machine-categories-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  border-collapse: collapse;
  border-spacing: 0;
}

.machine-categories-list .machine-categories-table thead:first-child > tr:first-child > th {
  border-top: 0;
}

.machine-categories-list .machine-categories-table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.machine-categories-list .machine-categories-table th {
  text-align: left;
}

.machine-categories-list .machine-categories-table thead > tr > th, .machine-categories-list .machine-categories-table tbody > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.machine-category-form .form-checklist .actions {
  align-self: flex-start;
  margin: 1rem 0;
}

.machine-category-form .form-checklist .checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.3rem 3.2rem;
}

.machine-category-form .main-actions {
  align-self: flex-end;
}

.machine-form {
  max-width: 1260px;
  margin: 2.4rem auto 0;
  padding: 0 3rem 6rem;
  display: flex;
  flex-direction: column;
}

.machine-form > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: 1px;
  padding: 2.4rem 0 4rem;
  background: linear-gradient(180deg, var(--gray-soft-lightest) 80%, transparent);
  z-index: 1;
  gap: 2.4rem;
}

.machine-form > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.machine-form > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.machine-form > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.machine-form-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.machine-form-content section {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.machine-form-content section:last-of-type {
  padding-bottom: 0;
  border: none;
}

.machine-form-content section > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.machine-form-content section > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.machine-form-content section > header .description {
  color: var(--gray-hard-lightest);
}

.machine-form-content section > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.machine-form-content section > .content > * {
  margin-bottom: 0;
}

.machine-form-content section > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.machine-form-content section > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .machine-form-content section {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .machine-form-content section > header {
    grid-area: header;
  }
}
.machine-form-content .save-btn {
  align-self: flex-start;
}

.machine-form .machine-files-header.form-item-header p {
  cursor: default;
}

.machine-form .machine-files {
  margin-bottom: 1.4rem;
}

.machines-filters {
  width: 100%;
  padding: 0.8rem 2.4rem;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--gray-soft);
  border-radius: var(--border-radius);
}

@media (min-width: 1024px) {
  .machines-filters {
    justify-content: flex-end;
  }

  .machines-filters > *:not(:first-child)::before {
    content: "";
    margin: 0 2rem;
    width: 1px;
    height: 2rem;
    background-color: var(--gray-hard-darkest);
  }
}
.machines-filters .filter-item {
  display: flex;
  align-items: center;
}

.machines-filters .filter-item p {
  margin: 0 0.8rem 0 0;
}

.machines-list {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.machines-list-container {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
}

.machines-list-container > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}

.machines-list-container > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.machines-list-container > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.machines-list-container > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.machines-list .all-machines {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 3.2rem;
}

.machines-list .all-machines .store-ad {
  display: flex;
  flex-direction: column;
  background-color: var(--main);
  border-radius: var(--border-radius);
  overflow: hidden;
  color: var(--main-text-color);
}

.machines-list .all-machines .store-ad .content {
  flex: 1;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
}

.machines-list .all-machines .store-ad .content h3 {
  margin: 0 0 2.4rem;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--main-text-color) !important;
}

.machines-list .all-machines .store-ad .content p {
  margin: 0;
}

.machines-list .all-machines .store-ad .content .sell {
  margin-top: auto;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: normal;
}

.machines-list .all-machines .store-ad .cta {
  margin-top: auto;
  width: 100%;
  height: 5.4rem;
  justify-content: center;
  border: none;
  border-radius: 0;
  background-color: var(--gray-hard-darkest);
  color: var(--main-text-color);
}

.machines-settings {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
}

.machines-settings > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: 1px;
  padding: 2.4rem 0 4rem;
  background: linear-gradient(180deg, var(--gray-soft-lightest) 80%, transparent);
  z-index: 1;
  gap: 2.4rem;
}

.machines-settings > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.machines-settings > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.machines-settings > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.machines-settings-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.machines-settings-content .settings-section {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.machines-settings-content .settings-section:last-of-type {
  padding-bottom: 0;
  border: none;
}

.machines-settings-content .settings-section > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.machines-settings-content .settings-section > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.machines-settings-content .settings-section > header .description {
  color: var(--gray-hard-lightest);
}

.machines-settings-content .settings-section > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.machines-settings-content .settings-section > .content > * {
  margin-bottom: 0;
}

.machines-settings-content .settings-section > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.machines-settings-content .settings-section > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .machines-settings-content .settings-section {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .machines-settings-content .settings-section > header {
    grid-area: header;
  }
}
.machines-settings-content .save-btn {
  align-self: flex-start;
}

.required-training-modal .user-info {
  text-align: center;
  padding: 15px 0;
}

.required-training-modal .user-info .avatar img {
  width: 50px;
}

.required-training-modal .user-info .user-name {
  margin-left: 10px;
}

.required-training-modal .training-info {
  text-align: center;
}

.required-training-modal .not-now {
  text-align: center;
}

.required-training-modal .not-now > a {
  cursor: pointer;
}

.notifications-list {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
}

.notifications-list .notifications-header {
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.notifications-list .notifications-header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.notifications-list .notifications-header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.notifications-list .notifications-header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.notifications-list .archives {
  margin: 2rem 0;
  padding: 1rem 3rem;
  border-radius: 5px;
  background-color: var(--gray-soft-light);
}

.notifications-list .archives .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.notifications-list .notifications-loader {
  width: fit-content;
  margin-top: 2rem;
}

.notification-inline {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray-soft-darkest);
}

.notification-inline:last-child {
  border-bottom: none;
}

.notification-inline .date {
  width: 160px;
  flex-shrink: 0;
}

.notification-inline .message {
  margin: 0 4rem;
  flex-grow: 1;
  text-align: left;
}

@media (max-width: 1054px) {
  .notification-inline {
    flex-direction: column;
    gap: 2rem;
  }

  .notification-inline .message {
    margin: 0;
  }
}
.notifications-category {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.notifications-category .category-name {
  width: 288px;
  flex-shrink: 0;
  color: var(--gray-hard-darkest) !important;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
}

.notifications-category .category-content {
  max-width: 800px;
  flex-grow: 1;
  margin-top: 24px;
  padding: 20px;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: 5px;
}

.notifications-category .category-actions {
  display: flex;
  justify-content: end;
  gap: 6px;
}

.notifications-category .category-action {
  background-color: #f5f5f5;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  margin-bottom: 3rem;
}

.notifications-category .category-action:hover {
  background-color: var(--gray-soft-dark);
}

@media (max-width: 1200px) {
  .notifications-category {
    flex-direction: column;
    gap: 0px;
  }

  .notifications-category .category-name {
    width: fit-content;
  }

  .notifications-category .category-content {
    margin-bottom: 32px;
  }
}
.notification-form {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--gray-soft-dark);
}

.notification-form:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.notification-form .notification-type {
  flex-grow: 1;
}

.notification-form .form-actions {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}

.notification-form .form-action {
  width: 144px;
}

@media (max-width: 1024px) {
  .notification-form {
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
  }
}
.payment-schedules-dashboard {
  margin: 30px 15px 15px;
}

.payment-schedules-dashboard .schedules-list {
  text-align: center;
}

.payment-schedules-dashboard .schedules-list .load-more {
  margin-top: 2em;
}

.payment-schedule-summary h4 {
  margin-left: 2em;
}

.payment-schedule-summary ul {
  list-style: none;
  padding-left: 2em;
}

.payment-schedule-summary ul li {
  position: relative;
  margin-bottom: 0.75em;
}

.payment-schedule-summary ul li .schedule-item-info {
  display: inline;
  border-bottom: 1px solid #ddd;
}

.payment-schedule-summary ul li .schedule-item-price {
  display: inline;
  border-bottom: 1px solid #ddd;
}

.payment-schedule-summary ul li .schedule-item-date {
  display: block;
  font-size: 0.8em;
}

.payment-schedule-summary .view-full-schedule {
  margin-left: 1em;
  font-size: 0.8em;
  border: 0;
  background: transparent;
  margin-bottom: 2em;
}

.payment-schedule-summary .view-full-schedule:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1em;
}

.full-schedule {
  list-style: none;
}

.full-schedule li {
  border-bottom: 1px solid #ddd;
  margin-right: 3em;
}

.full-schedule .schedule-item-price {
  color: #5a5a5a;
  float: right;
}

.schedules-filters {
  margin-bottom: 2em;
}

.schedules-list {
  text-align: center;
}

.schedules-list .load-more {
  margin-top: 2em;
}

.payment-schedules-table {
  table-layout: fixed;
  border: 1px solid #e9e9e9;
  border-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.payment-schedules-table > thead {
  border-top: 1px solid #e9e9e9;
}

.payment-schedules-table > thead > tr > th {
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  padding: 2rem 1rem;
  line-height: 1.5;
  border: 1px solid #f0f0f0;
  border-top: 0;
}

.payment-schedules-table .w-35 {
  width: 35px;
}

.payment-schedules-table .w-120 {
  width: 120px;
}

.payment-schedules-table .w-200 {
  width: 200px;
}

.payment-schedules-table .schedules-table-body {
  table-layout: fixed;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.payment-schedules-table .schedules-table-body > tbody {
  background: #f7f7f9;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

.payment-schedules-table .schedules-table-body > tbody > tr > td {
  padding: 12px 10px;
  border: 1px solid #f0f0f0;
  border-top: 0;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.5;
}

.payment-schedules-table .schedules-table-body > tbody > tr > td.row-header {
  text-align: center;
  cursor: pointer;
}

.payment-schedules-table .schedules-table-body > tbody .schedule-items-table {
  table-layout: fixed;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e9e9e9;
  border-top: 0;
}

.payment-schedules-table .schedules-table-body > tbody .schedule-items-table > thead {
  border-top: 1px solid #e9e9e9;
  font-size: 1.4rem;
  line-height: 1.5;
}

.payment-schedules-table .schedules-table-body > tbody .schedule-items-table > thead > tr > th {
  border: 1px solid #f0f0f0;
  border-top: 0;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  font-size: 1.1rem;
  padding: 2rem 1rem;
  text-transform: uppercase;
}

.payment-schedules-table .schedules-table-body > tbody .schedule-items-table > tbody > tr > td {
  vertical-align: middle;
  border: 1px solid #f0f0f0;
  border-top: 0;
  padding: 12px 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.payment-schedules-table .download-button > i {
  margin-right: 0.5em;
}

.payment-schedules-table .state-new {
  color: #3a3a3a;
}

.payment-schedules-table .state-pending,
.payment-schedules-table .state-requires_payment_method,
.payment-schedules-table .state-requires_action {
  color: #d43333;
}

.payment-schedules-table .state-paid,
.payment-schedules-table .state-error {
  color: black;
}

.local-payment-modal .local-payment-form .payment-schedule {
  display: flex;
}

.local-payment-modal .local-payment-form .payment-schedule .schedule-method,
.local-payment-modal .local-payment-form .payment-schedule .full-schedule {
  width: 50%;
}

.local-payment-modal .local-payment-form .payment-schedule .schedule-method p {
  margin-top: 12px;
}

.local-payment-modal .local-payment-form .payment-schedule .full-schedule ul {
  list-style: none;
}

.local-payment-modal .local-modal-icons {
  text-align: center;
}

.local-payment-modal .local-modal-icons .fas.fa-lock {
  color: #9edd78;
}

.payment-modal .fab-modal-content {
  padding-bottom: 0;
}

.payment-modal .gateway-form {
  background-color: #f4f3f3;
  border: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
}

.payment-modal .gateway-form .payment-errors {
  padding: 4px 0;
  color: #9e2146;
  overflow: auto;
  margin-bottom: 1.2em;
}

.payment-modal .terms-of-sales {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.4rem;
  font-weight: 600;
}

.payment-modal .terms-of-sales input {
  display: inline;
  margin-right: 0.5em;
}

.payment-modal .terms-of-sales label {
  display: inline;
}

.payment-modal .stripe-modal-icons {
  text-align: center;
}

.payment-modal .stripe-modal-icons .fa.fa-lock {
  top: 7px;
  color: #9edd78;
}

.payment-modal .stripe-modal-icons img {
  margin-right: 10px;
}

.payment-modal .payment-schedule-info {
  border: 1px solid #faebcc;
  border-radius: 4px;
  padding: 15px;
  background-color: #fcf8e3;
  color: #8a6d3b;
  margin-top: 1em;
}

.payment-modal .payment-schedule-info p {
  font-size: small;
  margin-bottom: 0.5em;
}

.payment-modal .validate-btn, .payment-modal .payment-pending {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  padding: 16px;
  color: #fff;
  background-color: #1d98ec;
  margin-bottom: 15px;
}

.payment-modal .validate-btn[disabled], .payment-modal [disabled].payment-pending {
  background-color: #7bc3f4;
}

.payment-modal .payment-pending {
  background-color: #7bc3f4;
  text-align: center;
  padding: 4px;
}

.payzen-card-update-modal .card-form {
  background-color: #f4f3f3;
  border: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
}

.payzen-card-update-modal .card-form .payzen-errors {
  padding: 4px 0;
  color: #9e2146;
  overflow: auto;
}

.payzen-card-update-modal .card-form .hidden {
  display: none;
}

.payzen-card-update-modal .card-form .loader {
  text-align: center;
}

.payzen-card-update-modal .card-form .loader-overlay {
  position: absolute;
  top: 65px;
  left: 190px;
  z-index: 1;
}

.payzen-card-update-modal .card-form .payzen-container {
  display: flex;
  justify-content: center;
  width: inherit;
}

.payzen-card-update-modal .card-form .payzen-container .kr-payment-button {
  display: none;
}

.payzen-card-update-modal .card-form .payzen-container .kr-form-error {
  display: none;
}

.payzen-card-update-modal .fab-modal-content .submit-card .submit-card-btn, .payzen-card-update-modal .fab-modal-content .submit-card .payment-pending {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  padding: 16px;
  color: #fff;
  background-color: #1d98ec;
  margin-bottom: 15px;
}

.payzen-card-update-modal .fab-modal-content .submit-card .submit-card-btn[disabled], .payzen-card-update-modal .fab-modal-content .submit-card [disabled].payment-pending {
  background-color: #7bc3f4;
}

.payzen-card-update-modal .fab-modal-content .submit-card .payment-pending {
  background-color: #7bc3f4;
  text-align: center;
  padding: 4px;
}

.payzen-card-update-modal .payzen-modal-icons {
  text-align: center;
}

.payzen-card-update-modal .payzen-modal-icons img {
  margin-right: 10px;
}

.payzen-keys-form {
  margin-top: 1em;
}

.payzen-keys-form .payzen-keys-info {
  border: 1px solid #bce8f1;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  padding: 15px;
}

.payzen-keys-form fieldset {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  margin-top: 1em;
  padding: 7px;
}

.payzen-keys-form fieldset > legend {
  padding: 3px 6px;
  width: fit-content;
  font-size: 1em;
  border-radius: 4px;
  margin-left: 1em;
  margin-bottom: 0;
  position: relative;
  background-color: var(--secondary);
  color: var(--secondary-text-color);
}

.payzen-keys-form fieldset > legend.with-addon {
  border-radius: 4px 0 0 4px;
}

.payzen-keys-form fieldset .fieldset-legend--addon {
  display: block;
  position: absolute;
  top: 0;
  font-size: 1em;
  padding: 3px 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 0 4px 4px 0;
  vertical-align: middle;
}

.payzen-keys-form fieldset .fieldset-legend--addon.key-invalid {
  right: -35px;
}

.payzen-keys-form fieldset .fieldset-legend--addon.key-valid {
  right: -40px;
}

.payzen-keys-form .key-valid {
  background-color: #7bca38;
}

.payzen-keys-form .key-invalid {
  background-color: #d92227;
  color: white;
}

.payzen-modal .payzen-form .hidden {
  display: none;
}

.payzen-modal .payzen-form .loader {
  text-align: center;
}

.payzen-modal .payzen-form .loader-overlay {
  position: absolute;
  top: 65px;
  left: 190px;
  z-index: 1;
}

.payzen-modal .payzen-form .payzen-container {
  display: flex;
  justify-content: center;
  width: inherit;
}

.payzen-modal .payzen-form .payzen-container .kr-payment-button {
  display: none;
}

.payzen-modal .payzen-form .payzen-container .kr-form-error {
  display: none;
}

.payzen-modal .payzen-modal-icons {
  text-align: center;
}

.payzen-modal .payzen-modal-icons img {
  margin-right: 10px;
}

.payzen-settings {
  margin: 15px;
}

.payzen-settings .payzen-keys {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.payzen-settings .payzen-keys .key-wrapper {
  padding: 5px 15px;
}

.payzen-settings .edit-keys {
  margin: 5px 15px;
  padding-top: 28px;
}

.payzen-settings .payzen-currency .currency-info {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid #faebcc;
  border-radius: 4px;
  color: #8a6d3b;
  background-color: #fcf8e3;
}

.payzen-settings .payzen-currency .payzen-currency-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.payzen-settings .payzen-currency .payzen-currency-form .currency-wrapper {
  padding: 5px 15px;
}

.payzen-settings .payzen-currency .payzen-currency-form .save-currency {
  margin: 34px 15px 5px;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--secondary-text-color);
}

.getnet-keys-form {
  margin-top: 1em;
}

.getnet-keys-form .getnet-keys-info {
  border: 1px solid #bce8f1;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  padding: 15px;
}

.getnet-keys-form fieldset {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  margin-top: 1em;
  padding: 7px;
}

.getnet-keys-form fieldset > legend {
  padding: 3px 6px;
  width: fit-content;
  font-size: 1em;
  border-radius: 4px;
  margin-left: 1em;
  margin-bottom: 0;
  position: relative;
  background-color: var(--secondary);
  color: var(--secondary-text-color);
}

.getnet-keys-form fieldset > legend.with-addon {
  border-radius: 4px 0 0 4px;
}

.getnet-keys-form fieldset .fieldset-legend--addon {
  display: block;
  position: absolute;
  top: 0;
  font-size: 1em;
  padding: 3px 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 0 4px 4px 0;
  vertical-align: middle;
}

.getnet-keys-form fieldset .fieldset-legend--addon.key-invalid {
  right: -35px;
}

.getnet-keys-form fieldset .fieldset-legend--addon.key-valid {
  right: -40px;
}

.getnet-keys-form .key-valid {
  background-color: #7bca38;
}

.getnet-keys-form .key-invalid {
  background-color: #d92227;
  color: white;
}

.getnet-modal .getnet-form .hidden {
  display: none;
}

.getnet-modal .getnet-form .loader {
  text-align: center;
}

.getnet-modal .getnet-form .loader-overlay {
  position: absolute;
  top: 65px;
  left: 190px;
  z-index: 1;
}

.getnet-modal .getnet-form .getnet-container {
  display: flex;
  justify-content: center;
  width: inherit;
}

.getnet-modal .getnet-form .getnet-container .kr-payment-button {
  display: none;
}

.getnet-modal .getnet-form .getnet-container .kr-form-error {
  display: none;
}

.getnet-modal .getnet-modal-icons {
  text-align: center;
}

.getnet-modal .getnet-modal-icons img {
  margin-right: 10px;
  max-width: 150px;
}

.getnet-container {
  display: flex;
  flex-direction: column;
}

.getnet-line-cvv-expiration {
  display: flex;
  gap: 1rem;
}

.getnet-card-name-input input[name=name] {
  text-transform: uppercase;
}

.stripe-card-update-modal .fab-modal-content .card-form {
  background-color: #f4f3f3;
  border: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
}

.stripe-card-update-modal .fab-modal-content .card-form .stripe-errors {
  padding: 4px 0;
  color: #9e2146;
  overflow: auto;
}

.stripe-card-update-modal .fab-modal-content .submit-card .submit-card-btn, .stripe-card-update-modal .fab-modal-content .submit-card .payment-pending {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  padding: 16px;
  color: #fff;
  background-color: #1d98ec;
  margin-bottom: 15px;
}

.stripe-card-update-modal .fab-modal-content .submit-card .submit-card-btn[disabled], .stripe-card-update-modal .fab-modal-content .submit-card [disabled].payment-pending {
  background-color: #7bc3f4;
}

.stripe-card-update-modal .fab-modal-content .submit-card .payment-pending {
  background-color: #7bc3f4;
  text-align: center;
  padding: 4px;
}

.stripe-card-update-modal .fab-modal-footer .stripe-modal-icons {
  text-align: center;
}

.stripe-card-update-modal .fab-modal-footer .stripe-modal-icons .fa.fa-lock {
  top: 7px;
  color: #9edd78;
  margin-right: 10px;
  position: relative;
}

.stripe-card-update-modal .fab-modal-footer .stripe-modal-icons img {
  margin-right: 10px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.stripe-confirm .message--success:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #3c763d;
  margin-right: 0.5em;
}

.stripe-confirm .message--error:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: #840b0f;
  margin-right: 0.5em;
}

.stripe-confirm .message--info:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ce";
  color: #a0a0a0;
  margin-right: 2em;
  animation: spin 2s linear infinite;
  position: absolute;
}

.stripe-confirm .message--info .message-text {
  margin-left: 1.5em;
}

.stripe-confirm .message-text {
  margin-left: 0.5em;
}

.stripe-keys-form {
  margin-top: 1em;
}

.stripe-keys-form .stripe-keys-info {
  border: 1px solid #bce8f1;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  padding: 15px;
}

.stripe-keys-form .stripe-public-input, .stripe-keys-form .stripe-secret-input {
  display: block;
  margin: 7px;
}

.stripe-keys-form .stripe-public-input .key-valid, .stripe-keys-form .stripe-secret-input .key-valid {
  background-color: #7bca38;
}

.stripe-keys-form .stripe-public-input .key-invalid, .stripe-keys-form .stripe-secret-input .key-invalid {
  background-color: #d92227;
  color: white;
}

.stripe-modal .stripe-modal-icons {
  text-align: center;
}

.stripe-modal .stripe-modal-icons .fa.fa-lock {
  top: 7px;
  color: #9edd78;
  margin-right: 10px;
  position: relative;
}

.stripe-modal .stripe-modal-icons img {
  margin-right: 10px;
}

.pagseguro-keys-form {
  margin-top: 1em;
}

.pagseguro-keys-form .pagseguro-keys-info {
  border: 1px solid #bce8f1;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  padding: 15px;
}

.pagseguro-keys-form .pagseguro-public-input, .pagseguro-keys-form .pagseguro-secret-input {
  display: block;
  margin: 7px;
}

.pagseguro-keys-form .pagseguro-public-input .key-valid, .pagseguro-keys-form .pagseguro-secret-input .key-valid {
  background-color: #7bca38;
}

.pagseguro-keys-form .pagseguro-public-input .key-invalid, .pagseguro-keys-form .pagseguro-secret-input .key-invalid {
  background-color: #d92227;
  color: white;
}

.pagseguro-modal .pagseguro-modal-icons {
  text-align: center;
}

.pagseguro-modal .pagseguro-modal-icons .fa.fa-lock {
  top: 7px;
  color: #9edd78;
  margin-right: 10px;
  position: relative;
}

.pagseguro-modal .pagseguro-modal-icons img {
  margin-right: 10px;
}

.pagseguro-modal .pagseguro-container {
  text-align: center;
}

.pagseguro-card-update-modal .card-form {
  background-color: #f4f3f3;
  border: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
}

.pagseguro-card-update-modal .card-form .pagseguro-errors {
  padding: 4px 0;
  color: #9e2146;
  overflow: auto;
}

.pagseguro-card-update-modal .card-form .hidden {
  display: none;
}

.pagseguro-card-update-modal .card-form .loader {
  text-align: center;
}

.pagseguro-card-update-modal .card-form .loader-overlay {
  position: absolute;
  top: 65px;
  left: 190px;
  z-index: 1;
}

.pagseguro-card-update-modal .card-form .pagseguro-container {
  display: flex;
  justify-content: center;
  width: inherit;
}

.pagseguro-card-update-modal .card-form .pagseguro-container .kr-payment-button {
  display: none;
}

.pagseguro-card-update-modal .card-form .pagseguro-container .kr-form-error {
  display: none;
}

.pagseguro-card-update-modal .fab-modal-content .submit-card .submit-card-btn, .pagseguro-card-update-modal .fab-modal-content .submit-card .payment-pending {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  padding: 16px;
  color: #fff;
  background-color: #1d98ec;
  margin-bottom: 15px;
}

.pagseguro-card-update-modal .fab-modal-content .submit-card .submit-card-btn[disabled], .pagseguro-card-update-modal .fab-modal-content .submit-card [disabled].payment-pending {
  background-color: #7bc3f4;
}

.pagseguro-card-update-modal .fab-modal-content .submit-card .payment-pending {
  background-color: #7bc3f4;
  text-align: center;
  padding: 4px;
}

.pagseguro-card-update-modal .pagseguro-modal-icons {
  text-align: center;
}

.pagseguro-card-update-modal .pagseguro-modal-icons img {
  max-width: 300px;
}

.delete-plan-category {
  display: inline;
}

.manage-plan-category {
  display: inline;
  margin-right: 5px;
}

.manage-plan-category .create-button {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--secondary-text-color);
}

.manage-plan-category .create-button:hover {
  background-color: var(--secondary-dark);
  border-color: var(--secondary-dark);
}

.plan-categories-list {
  padding: 1.5em;
}

.plan-categories-list .categories-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.plan-categories-list .categories-table > tbody > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.plan-categories-list .categories-table .delete-button {
  color: #fff;
  background-color: #cb1117;
  border-color: #c9c9c9;
}

.plan-categories-list .categories-table .category-weight {
  width: 13ch;
}

.plan-categories-list .categories-table .category-actions {
  width: 110px;
  text-align: right;
}

.plan-categories-list .add-category,
.plan-categories-list .add-category:hover {
  background-color: var(--secondary-dark);
  border-color: var(--secondary-dark);
  color: var(--secondary-text-color);
}

.plan-card {
  display: block;
  height: 100%;
  width: 100%;
}

.plan-card .title {
  margin: 10px 0;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.plan-card .content {
  padding: 15px 0;
  background-color: #f5f5f5;
}

.plan-card .content .wrap, .plan-card .content .wrap-monthly {
  width: 130px;
  height: 130px;
  display: inline-block;
  background: white;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid;
}

.plan-card .content .wrap .price, .plan-card .content .wrap-monthly .price {
  width: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.plan-card .content .wrap-monthly > .price > .amount {
  padding-top: 4px;
  line-height: 1.2em;
}

.plan-card .content .wrap-monthly > .price > .period {
  padding-top: 4px;
}

.plan-card .content .price {
  position: relative;
  top: 5px;
  left: 5px;
  height: 114px;
  background-color: black;
}

.plan-card .content .price .amount {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
  font-size: 1.7rem;
  color: white;
}

.plan-card .content .price .period {
  position: relative;
  top: -6px;
  font-size: 1.4rem;
  color: white;
}

.plan-card .card-footer .plan-description p:nth-child(2n+3), .plan-card .card-footer .plan-description p:nth-child(2n+4) {
  display: none;
}

.plan-card .card-footer .cta-button {
  margin: 20px 0;
}

.plan-card .card-footer .cta-button .subscribe-button {
  outline: 0;
  font-weight: 600;
  font-size: 1.6rem;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  border-color: var(--secondary);
}

.plan-card .card-footer .cta-button .subscribe-button.selected-card {
  background-color: var(--secondary);
}

.plan-card .card-footer .cta-button button.subscribe-button:focus, .plan-card .card-footer .cta-button button.subscribe-button:hover {
  outline: 0;
}

.plan-card .card-footer .info-link {
  margin-top: 1em;
}

.plan-form {
  max-width: 1260px;
  margin: 2.4rem auto 0;
  padding: 0 3rem 6rem;
  display: flex;
  flex-direction: column;
}

.plan-form > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: 1px;
  padding: 2.4rem 0 4rem;
  background: linear-gradient(180deg, var(--gray-soft-lightest) 80%, transparent);
  z-index: 1;
  gap: 2.4rem;
}

.plan-form > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.plan-form > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.plan-form > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.plan-form-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.plan-form-content section {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.plan-form-content section:last-of-type {
  padding-bottom: 0;
  border: none;
}

.plan-form-content section > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.plan-form-content section > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.plan-form-content section > header .description {
  color: var(--gray-hard-lightest);
}

.plan-form-content section > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.plan-form-content section > .content > * {
  margin-bottom: 0;
}

.plan-form-content section > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.plan-form-content section > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .plan-form-content section {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .plan-form-content section > header {
    grid-area: header;
  }
}
.plan-form-content .grp {
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  .plan-form-content .grp {
    flex-direction: row;
  }
}
.plan-form-content .grp .form-item {
  margin: 0;
}

.plan-form-content .grp .form-item:first-child {
  margin-right: 2.4rem;
}

.plan-form-content .partner {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 0 2.4rem;
}

@media (min-width: 640px) {
  .plan-form-content .partner {
    flex-direction: row;
  }

  .plan-form-content .partner button {
    margin-bottom: 1.6rem;
  }
}
.plan-limit-form {
  display: flex;
  flex-direction: column;
  gap: 3.2rem 0;
}

.plan-limit-form section {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.plan-limit-form section:last-of-type {
  padding-bottom: 0;
  border: none;
}

.plan-limit-form section > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.plan-limit-form section > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.plan-limit-form section > header .description {
  color: var(--gray-hard-lightest);
}

.plan-limit-form section > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.plan-limit-form section > .content > * {
  margin-bottom: 0;
}

.plan-limit-form section > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.plan-limit-form section > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .plan-limit-form section {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .plan-limit-form section > header {
    grid-area: header;
  }
}
.plan-limit-form .plan-limit-grp header {
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.plan-limit-form .plan-limit-grp header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.plan-limit-form .plan-limit-grp header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.plan-limit-form .plan-limit-grp header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.plan-limit-form .plan-limit-grp header p {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.plan-limit-form .plan-limit-grp .form-unsaved-list {
  margin-bottom: 6.4rem;
}

.plan-limit-form .plan-limit-grp .plan-limit-list {
  max-height: 65vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.plan-limit-form .plan-limit-grp .plan-limit-list > .title {
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
}

.plan-limit-form .plan-limit-grp .plan-limit-list .plan-limit-item {
  width: 100%;
  margin-bottom: 2.4rem;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  background-color: var(--gray-soft-lightest);
}

.plan-limit-form .plan-limit-grp .plan-limit-list .plan-limit-item span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  color: var(--gray-hard-light);
}

.plan-limit-form .plan-limit-grp .plan-limit-list .plan-limit-item p {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.plan-limit-form .plan-limit-grp .plan-limit-list .plan-limit-item .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 540px) {
  .plan-limit-form .plan-limit-grp .plan-limit-list .plan-limit-item .grp {
    flex: 1;
    display: flex;
    justify-content: space-between;
  }

  .plan-limit-form .plan-limit-grp .plan-limit-list .plan-limit-item .grp > * {
    flex: 1;
  }
}
.plan-limit-form .plan-limit-grp .plan-limit-list .plan-limit-item.is-destroying {
  background-color: var(--alert-lightest);
}

.plan-limit-form .plan-limit-grp .plan-limit-list .plan-limit-item.is-destroying .marker {
  text-align: center;
  font-weight: 500;
  color: var(--alert-dark);
  margin: auto;
}

.plan-limit-form .plan-limit-grp .plan-limit-list .plan-limit-item.is-destroying .actions > .cancel-action {
  font-weight: normal;
}

.plan-limit-form .plan-limit-grp .plan-limit-list .plan-limit-item.is-destroying .actions > .cancel-action svg {
  vertical-align: middle;
  margin-left: 1rem;
}

.plan-limit-form .plan-limit-grp .plan-limit-list .plan-limit-item.is-destroying .actions > .cancel-action:hover {
  text-decoration: underline;
  cursor: pointer;
}

.plan-limit-modal .grp {
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-limit-modal .grp button {
  flex: 1;
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gray-soft-lightest);
  border: 1px solid var(--gray-soft-dark);
  color: var(--gray-soft-darkest);
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
}

.plan-limit-modal .grp button.is-active {
  border: 1px solid var(--gray-soft-darkest);
  background-color: var(--gray-hard-darkest);
  color: var(--gray-soft-lightest);
}

.plan-limit-modal .grp button:first-of-type {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.plan-limit-modal .grp button:last-of-type {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.plan-pricing-form .fab-tabs .tabs li {
  margin-bottom: 1.6rem;
}

.plan-pricing-form .fab-tabs .tabs li:hover {
  background-color: var(--gray-soft);
}

.plan-pricing-form .fab-tabs .tabs li.react-tabs__tab--selected:hover {
  background-color: transparent;
}

.plan-pricing-form .react-tabs__tab-panel {
  max-height: 50vh;
  overflow-y: auto;
}

.plans-filter {
  margin: 1.5em;
}

.plans-filter .group-filter {
  padding-right: 1.5em;
}

.plans-filter .duration-filter,
.plans-filter .group-filter {
  display: inline-flex;
  width: 50%;
}

.plans-filter .duration-filter > label,
.plans-filter .group-filter > label {
  white-space: nowrap;
  line-height: 2em;
}

.plans-filter .duration-filter > *,
.plans-filter .group-filter > * {
  display: inline-block;
}

.plans-filter .duration-filter .duration-select,
.plans-filter .duration-filter .group-select,
.plans-filter .group-filter .duration-select,
.plans-filter .group-filter .group-select {
  width: 100%;
  margin-left: 10px;
}

@media screen and (max-width: 720px) {
  .plans-filter .group-filter {
    padding-right: 0;
  }

  .plans-filter .group-filter, .plans-filter .duration-filter {
    display: inline-block;
    width: 100%;
  }
}
.plans-list .plans-per-group ~ .plans-per-group .group-title {
  /* select all groups but the first (the first have no margin at the top) */
  margin: 5em auto 1em;
}

.plans-list .group-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2em;
  width: 83.33%;
  box-sizing: border-box;
  margin: 1em auto 1em;
  background: #FFF;
  background-clip: padding-box;
  border: solid 5px transparent;
}

.plans-list .group-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(to left, white, var(--main), white);
}

.plans-list .plans-per-category {
  text-align: center;
  margin-top: 3em;
}

.plans-list .plans-per-category .category-title {
  width: 50%;
  margin: 2em auto;
  line-height: 3em;
  background-color: var(--main);
  color: var(--main-text-color) !important;
}

.plans-list .list-of-plans {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid transparent;
}

.plans-list .list-of-plans > * {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .plans-list .list-of-plans > * {
    width: 100%;
  }
}
.packs-summary {
  border: 1px solid #ddd;
  margin: 15px;
  padding: 0;
  border-radius: 6px;
}

.packs-summary h3 {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  margin: 0;
  line-height: 1.8rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.packs-summary .content {
  padding: 15px;
}

.packs-summary .content .remaining-hours .fab-alert {
  margin-top: 15px;
  margin-bottom: 15px;
}

.packs-summary .content .button-wrapper {
  text-align: center;
}

.packs-summary .content .button-wrapper .buy-button {
  margin-top: 5px;
}

.propose-packs-modal .list-of-packs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.propose-packs-modal .list-of-packs .pack {
  border-width: 3px;
  border-style: solid;
  border-radius: 10px 3px;
  border-color: var(--secondary);
  padding: 5px 15px;
  width: 264px;
  margin: 5px 10px;
  text-align: center;
}

.propose-packs-modal .list-of-packs .pack::before {
  content: "\f466";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 30px;
  vertical-align: middle;
  line-height: 38px;
  display: block;
}

.propose-packs-modal .list-of-packs .pack .duration {
  margin-right: 1em;
}

.propose-packs-modal .list-of-packs .pack .amount {
  font-weight: bold;
}

.propose-packs-modal .list-of-packs .pack .crossed-out-price {
  display: block;
  text-decoration: line-through;
}

.propose-packs-modal .list-of-packs .pack .validity {
  display: block;
  font-style: italic;
}

.propose-packs-modal .list-of-packs .pack .buy-button {
  margin-top: 10px;
  margin-bottom: 5px;
}

.editable-price .display-price {
  text-decoration: none;
  color: #428bca;
  border-bottom: dashed 1px #428bca;
}

.editable-price .display-price:hover {
  text-decoration: none;
  color: #2a6496;
  border-bottom-color: #2a6496;
}

.configure-packs-button {
  display: inline-block;
  margin-left: 6px;
  position: relative;
}

.configure-packs-button .packs-button {
  border: 1px solid #d0cccc;
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 2px 6px;
  box-shadow: 0 1px 1px 0 #abaaaa;
}

.configure-packs-button .packs-button:hover {
  background-color: #b9b9b9;
  color: white;
}

.configure-packs-button .popover-content ul {
  padding-left: 19px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
}

.configure-packs-button .popover-content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.configure-packs-button .popover-content ul li::before {
  content: "\f466";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 11px;
  font-weight: 800;
  font-size: 12px;
  vertical-align: middle;
  line-height: 24px;
}

.configure-packs-button .popover-content ul li .pack-actions {
  overflow: hidden;
  display: flex;
  border-radius: var(--border-radius-sm);
}

.configure-packs-button .popover-content ul li.disabled {
  background-color: #eeeeee;
  color: #999999;
}

.create-pack .add-pack-button {
  position: absolute;
  right: 5px;
  top: 10px;
}

.edit-pack {
  display: inline-block;
}

.machines-pricing .fab-alert {
  margin: 15px 0;
}

.machines-pricing table {
  overflow-y: scroll;
}

.machines-pricing table thead > tr > th:first-child {
  width: 20%;
}

.machines-pricing table thead > tr > th.group-name {
  width: 20%;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.machines-pricing table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 8px;
  line-height: 1.5;
}

.machines-pricing table tbody > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.pack-form .interval-inputs {
  display: flex;
}

.pack-form .interval-inputs .select-interval {
  min-width: 49%;
  margin-left: 4px;
}

.pack-form .duration {
  margin-bottom: 1.6rem;
}

.pack-form .duration label {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  cursor: pointer;
}

.pack-form .duration label::after {
  content: "*";
  margin-left: 0.5ch;
  color: var(--alert);
}

.pack-form .validity {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  cursor: pointer;
}

.configure-extended-prices-button {
  display: inline-block;
  margin-left: 6px;
  position: relative;
}

.configure-extended-prices-button .extended-prices-button {
  border: 1px solid #d0cccc;
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 2px 6px;
  box-shadow: 0 1px 1px 0 #abaaaa;
}

.configure-extended-prices-button .extended-prices-button:hover {
  background-color: #b9b9b9;
  color: white;
}

.configure-extended-prices-button .popover-content ul {
  padding-left: 19px;
}

.configure-extended-prices-button .popover-content ul li {
  display: flex;
  justify-content: space-between;
}

.configure-extended-prices-button .popover-content ul li::before {
  content: "\f466";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 11px;
  font-weight: 800;
  font-size: 12px;
  vertical-align: middle;
  line-height: 24px;
}

.configure-extended-prices-button .popover-content ul li .extended-prices-actions button {
  font-size: 10px;
  vertical-align: middle;
  line-height: 10px;
  height: auto;
}

.create-extended-price .add-price-button {
  position: absolute;
  right: 5px;
  top: 10px;
}

.delete-extended-price {
  display: inline;
}

.delete-extended-price .remove-price-button {
  background-color: #cb1117;
  color: white;
}

.edit-extended-price {
  display: inline-block;
}

.spaces-pricing .fab-alert {
  margin: 15px 0;
}

.spaces-pricing table {
  overflow-y: scroll;
}

.spaces-pricing table thead > tr > th:first-child {
  width: 20%;
}

.spaces-pricing table thead > tr > th.group-name {
  width: 20%;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.spaces-pricing table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 8px;
  line-height: 1.5;
}

.spaces-pricing table tbody > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.completion-header-info {
  padding: 15px;
  background-color: #f4f3f3;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: var(--border-radius);
}

.completion-header-info .provider-name {
  font-weight: bold;
  display: block;
  margin-left: 40px;
}

.completion-header-info .provider-name .user-email {
  margin-left: 5px;
}

.profile-form-option .disabled-fields-info,
.profile-form-option .duplicate-info {
  font-style: italic;
}

.profile-form-option .after-edition-info {
  margin-top: 20px;
}

.profile-custom-fields-list {
  width: 100%;
  margin-bottom: 20px;
}

.profile-custom-fields-list .edit-field-button {
  margin-right: 5px;
  float: right;
}

.profile-custom-fields-list .edit-field-label-input {
  width: 80%;
  height: 38px;
}

.profile-custom-fields-list .buttons {
  float: right;
}

.profile-custom-fields-list .buttons .save-field-label {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  margin-right: 5px;
}

.profile-custom-fields-list .buttons .cancel-field-edition {
  margin-right: 5px;
}

.profile-custom-fields-list td.activated > label,
.profile-custom-fields-list td.required > label {
  margin-right: 15px;
}

.profile-custom-fields-list td.activated > .switch,
.profile-custom-fields-list td.required > .switch {
  vertical-align: middle;
}

.project-card {
  display: flex;
  flex-direction: column;
  background-color: var(--gray-soft-lightest);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  overflow: hidden;
}

.project-card:hover {
  border-color: var(--gray-hard);
  cursor: pointer;
}

.project-card .project-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--gray-soft-dark);
}

.project-card .project-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card .project-info {
  flex: 1;
  position: relative;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.project-card .project-info .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-card .project-info .name {
  margin: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.project-card .project-info .openlab {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  color: var(--main);
}

.projects-setting {
  width: 100%;
}

.projects-setting .error-msg {
  color: var(--alert);
}

.projects-setting table {
  width: inherit;
}

.projects-setting th {
  padding: 8px;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.projects-setting tr td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.projects-setting .action-buttons .delete-btn {
  background-color: #cb1117;
  color: white;
  padding: 6px 8px;
}

.projects-setting .action-buttons .delete-btn:hover {
  background-color: var(--alert-dark);
}

.projects-setting .action-buttons .edit-btn {
  gap: 6px;
  margin-right: 4px;
}

.projects-setting .action-buttons .save-btn {
  margin-right: 4px;
  background-color: var(--secondary);
}

.projects-setting .action-buttons .save-btn:hover {
  background-color: var(--secondary-dark);
}

.projects-setting .add-btn {
  margin: 15px 0;
  background-color: var(--secondary);
  border: none;
}

.projects-setting .add-btn:hover {
  background-color: var(--secondary-dark);
}

.projects-setting input {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  padding: 6px 12px;
}

.projects-setting input:focus {
  border-color: #fdde3f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 222, 63, 0.6);
  outline: none;
}

@media (max-width: 1054px) {
  .projects-setting .action-buttons span {
    display: none;
  }
}
.projects {
  max-width: calc(1600px + 6rem);
  margin: 0 auto;
  padding: 3rem 3rem 6rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 2.4rem 3.2rem;
}

.projects-filters,
.projects .grp {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.projects-filters header,
.projects .grp header {
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
}

.projects-filters header h2,
.projects .grp header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.projects-filters header h3,
.projects .grp header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.projects-filters header .grpBtn,
.projects .grp header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.projects-filters .switch,
.projects .grp .switch {
  display: flex;
  justify-content: space-between;
}

.projects-filters .keywords,
.projects .grp .keywords {
  display: flex;
}

.projects-filters .keywords input,
.projects .grp .keywords input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.projects-filters .keywords button,
.projects .grp .keywords button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.projects-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 3.2rem;
}

.projects-list > span {
  grid-column: 1/-1;
}

@media (min-width: 1200px) {
  .projects {
    grid-template-columns: 1fr 3fr;
  }

  .projects-list {
    grid-column: 2/-1;
  }
}
.select-gateway-modal .info-gateway {
  border: 1px solid #bce8f1;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  padding: 15px;
}

.select-gateway-modal .select-gateway {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.boolean-setting {
  margin-bottom: 15px;
}

.boolean-setting label {
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 15px;
}

.boolean-setting .switch {
  vertical-align: middle;
}

.boolean-setting .save-btn {
  margin-left: 15px;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--secondary-text-color);
}

.boolean-setting .save-btn:hover {
  background-color: var(--secondary-dark);
  border-color: var(--secondary-dark);
}

.check-list-setting .check-list-title {
  font-weight: 600;
}

.check-list-setting label {
  margin-left: 1em;
}

.check-list-setting .save {
  background-color: #999;
  border-color: #999;
}

.setting-history-modal table {
  width: 100%;
}

.user-validation-setting .save-btn {
  margin-top: 15px;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--secondary-text-color);
}

.user-validation-setting .save-btn:hover {
  background-color: var(--secondary-dark);
  border-color: var(--secondary-dark);
}

.fab-socials .save-btn {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--secondary-text-color);
}

.fab-socials .save-btn:hover {
  background-color: var(--secondary-dark);
  border-color: var(--secondary-dark);
}

.space-form {
  max-width: 1260px;
  margin: 2.4rem auto 0;
  padding: 0 3rem 6rem;
  display: flex;
  flex-direction: column;
}

.space-form > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: 1px;
  padding: 2.4rem 0 4rem;
  background: linear-gradient(180deg, var(--gray-soft-lightest) 80%, transparent);
  z-index: 1;
  gap: 2.4rem;
}

.space-form > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.space-form > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.space-form > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.space-form-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.space-form-content section {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.space-form-content section:last-of-type {
  padding-bottom: 0;
  border: none;
}

.space-form-content section > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.space-form-content section > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.space-form-content section > header .description {
  color: var(--gray-hard-lightest);
}

.space-form-content section > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.space-form-content section > .content > * {
  margin-bottom: 0;
}

.space-form-content section > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.space-form-content section > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .space-form-content section {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .space-form-content section > header {
    grid-area: header;
  }
}
.space-form-content .save-btn {
  align-self: flex-start;
}

.space-form .space-files-header.form-item-header p {
  cursor: default;
}

.space-form .space-files {
  margin-bottom: 1.4rem;
}

.spaces {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: grid;
  gap: 2.4rem;
}

.spaces-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 3.2rem;
}

.spaces-grid .panel {
  margin-bottom: 0;
}

.back-btn {
  margin: 2.4rem 0;
  padding: 0.4rem 0.8rem;
  display: inline-flex;
  align-items: center;
  background-color: var(--gray-soft-darkest);
  border-radius: var(--border-radius-sm);
  color: var(--gray-soft-lightest);
}

.back-btn i {
  margin-right: 0.8rem;
}

.back-btn:hover {
  color: var(--gray-soft-lightest);
  background-color: var(--gray-hard-lightest);
  cursor: pointer;
}

.main-action-btn {
  background-color: var(--main);
  color: var(--gray-soft-lightest);
  border: none;
}

.main-action-btn:hover {
  background-color: var(--main);
  color: var(--gray-soft-lightest);
  opacity: 0.75;
}

.u-scrollbar::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #d9d9d9;
}

.u-scrollbar::-webkit-scrollbar {
  width: 12px;
  background-color: #ffffff;
}

.u-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #2d2d2d;
  border: 2px solid #d9d9d9;
}

.u-leading-space {
  display: flex;
  padding-left: 2em;
}

.order-actions-confirmation-modal .fab-text-editor,
.order-actions-confirmation-modal span > p {
  margin-top: 1rem;
}

.order-item {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(3, min-content);
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 2.4rem;
  align-items: center;
  padding: 1.6rem;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  background-color: var(--gray-soft-lightest);
}

.order-item p {
  margin: 0;
}

.order-item .ref {
  grid-area: 1/1/2/2;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.order-item .fab-state-label {
  --status-color: var(--success);
  grid-area: 1/2/2/3;
}

.order-item .fab-state-label.cart {
  --status-color: var(--information);
}

.order-item .fab-state-label.paid {
  --status-color: var(--success);
}

.order-item .fab-state-label.ready {
  --status-color: var(--success);
}

.order-item .fab-state-label.error {
  --status-color: var(--alert);
}

.order-item .fab-state-label.canceled {
  --status-color: var(--alert-light);
}

.order-item .fab-state-label.pending {
  --status-color: var(--information);
}

.order-item .fab-state-label.normal {
  --status-color: var(--success);
}

.order-item .client {
  grid-area: 2/1/3/2;
  display: flex;
  flex-direction: column;
}

.order-item .client span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  color: var(--gray-hard-light);
}

.order-item .client p {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
}

.order-item .date {
  grid-area: 2/2/3/3;
}

.order-item .date > span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  color: var(--gray-hard-light);
}

.order-item .date p {
  display: flex;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
}

.order-item .date p .fab-tooltip {
  margin-left: 1rem;
  color: var(--information);
}

.order-item .price {
  grid-area: 3/1/4/2;
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
}

.order-item .price span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  color: var(--gray-hard-light);
}

.order-item .price p {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.order-item button {
  grid-area: 3/2/4/3;
  justify-self: flex-end;
  width: 4rem;
  padding: 0;
  display: flex;
  justify-content: center;
}

@media (min-width: 640px) {
  .order-item {
    grid-template-rows: repeat(2, min-content);
    grid-template-columns: 2fr 1fr 10ch;
  }

  .order-item .ref {
    grid-area: 1/1/2/2;
  }

  .order-item .fab-state-label {
    grid-area: 1/2/2/3;
  }

  .order-item .client {
    grid-area: 2/1/3/2;
  }

  .order-item .date {
    grid-area: 2/2/3/3;
  }

  .order-item .price {
    grid-area: 1/3/3/4;
  }

  .order-item button {
    grid-area: 1/4/3/5;
  }
}
@media (min-width: 1440px) {
  .order-item {
    grid-auto-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(max-content, 1fr) 2fr 12ch 12ch;
    gap: 2.4rem;
  }

  .order-item .ref,
.order-item .fab-state-label,
.order-item .client,
.order-item .date,
.order-item .price,
.order-item button {
    grid-area: auto;
  }

  .order-item .fab-state-label {
    justify-self: center;
  }
}
.orders-dashboard {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 6rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3.2rem;
  align-items: flex-start;
}

.orders-dashboard header {
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  grid-column: 2/-2;
}

.orders-dashboard header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.orders-dashboard header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.orders-dashboard header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.orders-dashboard .store-list {
  grid-column: 2/-2;
}

.orders,
.show-order {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 6rem;
}

.orders header,
.show-order header {
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  grid-column: 1/-1;
}

.orders header h2,
.show-order header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.orders header h3,
.show-order header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.orders header .grpBtn,
.show-order header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.orders-list,
.show-order-list {
  padding-bottom: 6rem;
}

.orders-list > *:not(:first-child),
.show-order-list > *:not(:first-child) {
  margin-top: 1.6rem;
}

.orders {
  display: grid;
  grid-template-rows: min-content 8rem 1fr;
  align-items: flex-start;
}

.orders > header {
  margin-bottom: 2.4rem;
}

.orders .store-filters {
  grid-area: 2/1/4/2;
  background-color: var(--gray-soft-lightest);
  z-index: 1;
}

.orders .store-list {
  grid-area: 3/1/4/2;
}

@media (min-width: 1200px) {
  .orders {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.4rem 3.2rem;
    align-items: flex-start;
  }

  .orders > header {
    margin-bottom: 0;
  }

  .orders .store-filters {
    position: static;
    grid-area: 2/1/3/4;
  }

  .orders .store-list {
    grid-area: 2/4/3/-1;
  }
}
.show-order {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3.2rem;
  align-items: flex-start;
}

.show-order-nav {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3.2rem;
  justify-items: flex-start;
}

.show-order-nav > * {
  grid-column: 2/-2;
}

.show-order header {
  grid-column: 2/-2;
}

.show-order .client-info,
.show-order .cart {
  grid-column: 2/-2;
}

.show-order .client-info label,
.show-order .cart label {
  margin-bottom: 1.6rem;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
}

.show-order .client-info .content,
.show-order .cart .content {
  display: flex;
  align-items: center;
}

.show-order .client-info .content > *:not(:last-child),
.show-order .cart .content > *:not(:last-child) {
  margin-right: 2.4rem;
  padding-right: 2.4rem;
  border-right: 1px solid var(--gray-hard-dark);
}

.show-order .client-info p,
.show-order .cart p {
  margin: 0;
  line-height: 1.18;
}

.show-order .client-info .group,
.show-order .cart .group {
  display: flex;
  flex-direction: column;
}

.show-order .client-info .group span,
.show-order .cart .group span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  color: var(--gray-hard-light);
}

.show-order .client-info .actions,
.show-order .cart .actions {
  grid-template-columns: auto;
  grid-auto-flow: column;
}

.show-order .subgrid {
  grid-column: 2/-2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  align-items: flex-start;
}

.show-order .subgrid .payment-info,
.show-order .subgrid .amount,
.show-order .subgrid .withdrawal-instructions {
  padding: 2.4rem;
  border: 1px solid var(--gray-soft);
  border-radius: var(--border-radius);
}

.show-order .subgrid .payment-info label,
.show-order .subgrid .amount label,
.show-order .subgrid .withdrawal-instructions label {
  margin: 0 0 2.4rem;
  padding: 0 0 0.8rem;
  width: 100%;
  border-bottom: 1px solid var(--gray-hard);
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
}

.show-order .subgrid .payment-info {
  grid-area: 1/1/2/2;
}

.show-order .subgrid .amount {
  grid-area: 1/2/3/3;
}

.show-order .subgrid .amount p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.show-order .subgrid .amount p span {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
}

.show-order .subgrid .amount .gift {
  color: var(--gray-hard-dark);
}

.show-order .subgrid .amount .total {
  padding: 1.6rem 0 0;
  align-items: flex-start;
  border-top: 1px solid var(--main);
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.show-order .subgrid .amount .total span {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
}

.show-order .subgrid .withdrawal-instructions {
  grid-area: 2/1/3/2;
}

.show-order .fab-state-label {
  --status-color: var(--success);
}

.show-order .fab-state-label.cart {
  --status-color: var(--secondary-dark);
}

.show-order .fab-state-label.paid {
  --status-color: var(--success-light);
}

.show-order .fab-state-label.ready {
  --status-color: var(--success);
}

.show-order .fab-state-label.error {
  --status-color: var(--alert);
}

.show-order .fab-state-label.canceled {
  --status-color: var(--alert-light);
}

.show-order .fab-state-label.pending {
  --status-color: var(--information);
}

.show-order .fab-state-label.normal {
  --status-color: var(--success);
}

.product-categories {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
}

.product-categories > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: 1px;
  padding: 2.4rem 0 4rem;
  background: linear-gradient(180deg, var(--gray-soft-lightest) 80%, transparent);
  z-index: 1;
  gap: 2.4rem;
}

.product-categories > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.product-categories > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.product-categories > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.product-categories-tree > *:not(:first-child) {
  margin-top: 1.6rem;
}

.product-categories-item {
  display: flex;
  pointer-events: all;
}

.product-categories-item.is-collapsed {
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  pointer-events: none;
}

.product-categories-item .offset {
  width: 4.8rem;
}

.product-categories-item .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1.6rem;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  background-color: var(--gray-soft-lightest);
}

.product-categories-item .wrap.is-child {
  margin-left: 4.8rem;
}

.product-categories-item .wrap .itemInfo {
  display: flex;
  align-items: center;
}

.product-categories-item .wrap .itemInfo-name {
  margin: 0;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 600;
  color: var(--gray-hard-darkest);
}

.product-categories-item .wrap .itemInfo-count {
  margin-left: 2.4rem;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 500;
  color: var(--gray-hard-dark);
}

.product-categories-item .wrap .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-categories-item .wrap .actions .manage {
  overflow: hidden;
  display: flex;
  border-radius: var(--border-radius-sm);
}

.product-categories-item .wrap .actions .manage button {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  color: var(--gray-soft-lightest);
}

.product-categories-item .wrap .actions .manage button:active {
  color: currentColor;
  box-shadow: none;
}

.product-categories-item .wrap .actions .manage button:hover {
  opacity: 0.75;
}

.product-categories-item .wrap .actions .manage .edit-btn {
  background: var(--gray-hard-darkest);
}

.product-categories-item .wrap .actions .manage .delete-btn {
  background: var(--main);
}

.product-categories-item .collapse-handle {
  width: 4rem;
  margin: 0 0 0 -1rem;
}

.product-categories-item .collapse-handle button {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  background: none;
  border-radius: 0;
  transition: transform 250ms ease-in-out;
}

.product-categories-item .collapse-handle button:active {
  color: currentColor;
  box-shadow: none;
}

.product-categories-item .collapse-handle button.rotate {
  transform: rotateZ(-180deg);
}

.product-categories-item .drag-handle button {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  cursor: grab;
}

.product-categories-item .drag-handle button:active {
  color: currentColor;
  box-shadow: none;
}

.product-category-form span {
  margin-bottom: 2.4rem;
}

.product-form {
  grid-column: 2/-2;
}

.product-form-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.product-form-content section {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.product-form-content section:last-of-type {
  padding-bottom: 0;
  border: none;
}

.product-form-content section > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.product-form-content section > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.product-form-content section > header .description {
  color: var(--gray-hard-lightest);
}

.product-form-content section > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.product-form-content section > .content > * {
  margin-bottom: 0;
}

.product-form-content section > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.product-form-content section > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .product-form-content section {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .product-form-content section > header {
    grid-area: header;
  }
}
.product-form-content .form-checklist {
  margin: 0;
}

.product-form-content .form-checklist .form-item-field {
  background: none;
}

.product-form-content .form-checklist .form-item-field .checklist {
  max-height: max(170px, 25vh);
  overflow-y: auto;
  padding: 1.6rem;
  border: 1px solid var(--gray-soft-dark);
  background-color: var(--gray-soft-lightest);
  border-radius: var(--border-radius);
}

.product-form-content .form-checklist .form-item-field .actions {
  margin-bottom: 0;
}

@media (max-width: 539px) {
  .product-form-content .form-multi-image-upload .list {
    grid-template-columns: 1fr;
  }
}
.product-stock-form h4 span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
}

.product-stock-form .ongoing-stocks {
  margin: 2.4rem 0;
}

.product-stock-form .store-list {
  margin-top: 2.4rem;
}

.product-stock-form .store-list h4 {
  margin: 0;
}

.product-stock-form .store-list-header > *:not(:first-child)::before {
  content: "";
  margin: 0 2rem;
  width: 1px;
  height: 2rem;
  background-color: var(--gray-hard-darkest);
}

.product-stock-form .store-list-header .sort-events {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.product-stock-form .store-list-header .sort-stocks {
  display: flex;
  align-items: center;
}

.product-stock-form .threshold-data {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.product-stock-form .threshold-data:last-of-type {
  padding-bottom: 0;
  border: none;
}

.product-stock-form .threshold-data > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.product-stock-form .threshold-data > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.product-stock-form .threshold-data > header .description {
  color: var(--gray-hard-lightest);
}

.product-stock-form .threshold-data > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.product-stock-form .threshold-data > .content > * {
  margin-bottom: 0;
}

.product-stock-form .threshold-data > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.product-stock-form .threshold-data > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .product-stock-form .threshold-data {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .product-stock-form .threshold-data > header {
    grid-area: header;
  }
}
.product-stock-form .threshold-data-content {
  margin-top: 1.6rem;
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3.2rem;
  border: 1px solid var(--gray-soft);
  border-radius: var(--border-radius);
}

.product-stock-form .threshold-data-content label {
  flex: 0 1 fit-content;
}

.product-stock-form .fab-state-label {
  --status-color: var(--alert-light);
}

.product-stock-form .stock-item {
  width: 100%;
  display: flex;
  gap: 4.8rem;
  justify-items: flex-start;
  align-items: center;
  padding: 1.6rem;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  background-color: var(--gray-soft-lightest);
}

.product-stock-form .stock-item > * {
  flex: 1 1 45%;
}

.product-stock-form .stock-item button {
  flex: 0;
}

.product-stock-form .stock-item p {
  margin: 0;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
}

.product-stock-form .stock-item .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
  flex: 1 1 100%;
}

.product-stock-form .stock-item .group span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  color: var(--gray-hard-light);
}

.product-stock-form .stock-item .group p {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.product-stock-modal .movement {
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-stock-modal .movement button {
  flex: 1;
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gray-soft-lightest);
  border: 1px solid var(--gray-soft-dark);
  color: var(--gray-soft-darkest);
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
}

.product-stock-modal .movement button.is-active {
  border: 1px solid var(--gray-soft-darkest);
  background-color: var(--gray-hard-darkest);
  color: var(--gray-soft-lightest);
}

.product-stock-modal .movement button:first-of-type {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.product-stock-modal .movement button:last-of-type {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 3.2rem;
}

.products-grid .store-product-item {
  --status-color: var(--success);
  padding: 1.6rem 2.4rem;
  display: grid;
  grid-template-areas: "image image" "name name" "min min" "price btn" "stock btn";
  grid-template-columns: auto min-content;
  grid-template-rows: repeat(2, min-content) auto repeat(2, min-content);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  cursor: pointer;
}

.products-grid .store-product-item.low {
  --status-color: var(--alert-light);
}

.products-grid .store-product-item.out-of-stock {
  --status-color: var(--alert);
}

.products-grid .store-product-item .picture {
  grid-area: image;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.products-grid .store-product-item .picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-grid .store-product-item .picture img {
  object-fit: contain;
}

.products-grid .store-product-item .name {
  margin: 1.6rem 0 0.8rem;
  grid-area: name;
  align-self: flex-start;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.products-grid .store-product-item .min {
  grid-area: min;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: var(--alert);
}

.products-grid .store-product-item .price {
  grid-area: price;
  display: flex;
  align-items: baseline;
}

.products-grid .store-product-item .price p {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
}

.products-grid .store-product-item .price span {
  margin-left: 0.8rem;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  word-break: break-all;
}

.products-grid .store-product-item .fab-state-label {
  --status-color: var(--success);
  grid-area: stock;
}

.products-grid .store-product-item .fab-state-label.low {
  --status-color: var(--alert-light);
}

.products-grid .store-product-item .fab-state-label.out-of-stock {
  --status-color: var(--alert);
}

.products-grid .store-product-item button {
  grid-area: btn;
  align-self: flex-end;
  margin-left: 1rem;
}

.products-grid .store-product-item button i {
  margin-right: 0.8rem;
}

.products-list > *:not(:first-child) {
  margin-top: 1.6rem;
}

.products-list .product-item {
  --status-color: var(--gray-hard-darkest);
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr min-content;
  gap: 1.6rem;
  align-items: center;
  padding: 1.6rem 0.8rem;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  background-color: var(--gray-soft-lightest);
}

.products-list .product-item.low {
  --status-color: var(--alert-light);
}

.products-list .product-item.out-of-stock {
  --status-color: var(--alert);
}

.products-list .product-item.out-of-stock .stock {
  color: var(--alert) !important;
}

.products-list .product-item .itemInfo {
  grid-area: 1/1/2/2;
  display: flex;
  align-items: center;
}

.products-list .product-item .itemInfo-thumbnail {
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 1.6rem;
  object-fit: contain;
  border-radius: var(--border-radius);
}

.products-list .product-item .itemInfo-name {
  margin: 0;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 600;
  color: var(--gray-hard-darkest);
}

.products-list .product-item .details {
  grid-area: 2/1/3/3;
  display: grid;
  grid-template-columns: repeat(4, minmax(min-content, 12ch));
  justify-items: center;
  align-items: center;
  gap: 1.6rem;
}

.products-list .product-item .details p {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.products-list .product-item .details .fab-state-label.is-active {
  --status-color: var(--success);
}

.products-list .product-item .details .stock {
  display: flex;
  flex-direction: column;
  color: var(--gray-hard-darkest);
}

.products-list .product-item .details .stock span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
}

.products-list .product-item .details .stock.low {
  color: var(--alert-light);
}

.products-list .product-item .details .stock.out-of-stock {
  color: var(--alert);
}

.products-list .product-item .details .price {
  justify-self: flex-end;
}

.products-list .product-item .actions {
  grid-area: 1/2/2/3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.products-list .product-item .actions .manage {
  overflow: hidden;
  display: flex;
  border-radius: var(--border-radius-sm);
}

.products-list .product-item .actions .manage button {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  color: var(--gray-soft-lightest);
}

.products-list .product-item .actions .manage button:active {
  color: currentColor;
  box-shadow: none;
}

.products-list .product-item .actions .manage button:hover {
  opacity: 0.75;
}

.products-list .product-item .actions .manage .edit-btn {
  background: var(--gray-hard-darkest);
}

.products-list .product-item .actions .manage .delete-btn {
  background: var(--main);
}

@media (min-width: 1024px) {
  .products-list .product-item {
    grid-template-columns: 1fr auto min-content;
  }

  .products-list .product-item .itemInfo,
.products-list .product-item .details,
.products-list .product-item .actions {
    grid-area: auto;
  }
}
.products,
.new-product,
.edit-product {
  margin: 0 auto;
  padding-bottom: 6rem;
}

.products {
  max-width: 1600px;
  display: grid;
  grid-template-rows: min-content 8rem 1fr;
  align-items: flex-start;
}

.products > header {
  grid-column: 1/-1;
  margin-bottom: 2.4rem;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}

.products > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.products > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.products > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.products .store-filters {
  grid-area: 2/1/4/2;
  background-color: var(--gray-soft-lightest);
  z-index: 1;
}

.products .store-list {
  grid-area: 3/1/4/2;
}

@media (min-width: 1200px) {
  .products {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: min-content 1fr;
    gap: 2.4rem 3.2rem;
    align-items: flex-start;
  }

  .products > header {
    margin-bottom: 0;
  }

  .products .store-filters {
    position: static;
    grid-area: 2/1/3/4;
  }

  .products .store-list {
    grid-area: 2/4/3/-1;
  }
}
.new-product,
.edit-product {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}

.new-product-nav,
.edit-product-nav {
  max-width: 1200px;
  margin: 0 auto;
}

.new-product > header,
.edit-product > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: 1px;
  padding: 2.4rem 0 4rem;
  background: linear-gradient(180deg, var(--gray-soft-lightest) 80%, transparent);
  z-index: 1;
  gap: 2.4rem;
}

.new-product > header h2,
.edit-product > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.new-product > header h3,
.edit-product > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.new-product > header .grpBtn,
.edit-product > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.store-filters {
  margin: 0 -30px;
  padding: 0 30px;
  box-shadow: 0 10px 10px 0 rgba(39, 32, 32, 0.12);
}

.store-filters .grp {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms ease-in-out;
}

.store-filters.collapsed header .grpBtn .filters-toggle {
  transform: rotateZ(-180deg);
}

.store-filters.collapsed header .grpBtn button {
  display: flex;
}

.store-filters.collapsed .grp {
  max-height: 100vh;
  padding-bottom: 2.4rem;
}

.store-filters header {
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0 0 2.4rem 0;
}

.store-filters header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.store-filters header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.store-filters header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.store-filters header .grpBtn button {
  display: none;
}

.store-filters header .grpBtn .filters-toggle {
  cursor: pointer;
  transition: transform 250ms ease-in-out;
}

.store-filters .categories {
  margin-bottom: 1.6rem;
}

.store-filters .categories h3 {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.store-filters .categories .list {
  max-height: 30vh;
  overflow: auto;
}

.store-filters .categories p {
  display: flex;
  align-items: baseline;
  cursor: pointer;
}

.store-filters .categories p span {
  margin-left: 0.8rem;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  color: var(--gray-hard-dark);
}

.store-filters .categories .parent > p {
  margin-bottom: 2.4rem;
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  color: var(--gray-hard);
}

.store-filters .categories .parent.is-active > p {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
  color: var(--primary);
}

.store-filters .categories .parent.is-active > p .children {
  max-height: 1000px;
}

.store-filters .categories .parent.is-active .children {
  max-height: 1000px;
  margin: -0.8rem 0 1.6rem;
  transition: max-height 500ms ease-in-out;
}

.store-filters .categories .children {
  max-height: 0;
  overflow: hidden;
}

.store-filters .categories .children p {
  margin-bottom: 1.6rem;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  color: var(--gray-hard-light);
}

.store-filters .categories .children p.is-active {
  background-color: var(--gray-soft-light);
}

.store-filters .filters {
  padding-top: 1.6rem;
  border-top: 1px solid var(--gray-soft-dark);
}

.store-filters .accordion-item:not(:last-of-type) {
  margin-bottom: 1.6rem;
  border-bottom: 1px solid var(--gray-soft-darkest);
}

.store-filters .accordion-item {
  position: relative;
  padding-bottom: 1.6rem;
}

.store-filters .accordion-item.collapsed header svg {
  transform: rotateZ(180deg);
}

.store-filters .accordion-item.collapsed .content {
  max-height: 0;
  overflow: hidden;
}

.store-filters .accordion-item.collapsed .content * {
  opacity: 0;
}

.store-filters .accordion-item header {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
  cursor: pointer;
}

.store-filters .accordion-item header svg {
  transition: transform 250ms ease-in-out;
}

.store-filters .accordion-item .content {
  max-height: 24rem;
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: max-height 500ms ease-in-out;
}

.store-filters .accordion-item .content * {
  transition: opacity 250ms ease-in-out 300ms;
}

.store-filters .accordion-item .content .group {
  display: flex;
  flex-direction: column;
  opacity: 1;
}

.store-filters .accordion-item .content .group.u-scrollbar {
  overflow: hidden auto;
}

.store-filters .accordion-item .content .group.u-scrollbar label {
  margin: 0 0.8rem 0 0;
  padding: 0.6rem;
}

.store-filters .accordion-item .content .group.u-scrollbar label:hover {
  background-color: var(--gray-soft-light);
}

.store-filters .accordion-item .content .group > label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.store-filters .accordion-item .content .group > label input[type=checkbox] {
  margin: 0 0.8rem 0 0;
}

.store-filters .accordion-item .content .group > label p {
  margin: 0;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
}

.store-filters .accordion-item .content .group > label.offset {
  margin-left: 1.6rem;
}

.store-filters .accordion-item .content .group .form-item-field {
  width: 100%;
}

.store-filters .accordion-item .content input[type=text] {
  width: 100%;
  width: 100%;
  min-height: 4rem;
  padding: 0 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius-sm);
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
}

.store-filters .accordion-item .content button {
  opacity: 100;
  margin-top: 0.8rem;
  justify-content: center;
}

.store-filters .range {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}

.store-filters .range label {
  margin: 0;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .store-filters {
    margin: 0;
    padding: 0 0 2.4rem;
    box-shadow: none;
  }

  .store-filters .filters-toggle {
    display: none;
  }

  .store-filters .grp {
    max-height: 100vh;
  }

  .store-filters header .grpBtn button {
    display: flex;
  }
}
.store-list-header {
  padding: 0.8rem 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: var(--gray-soft);
  border-radius: var(--border-radius);
}

.store-list-header p {
  margin: 0;
}

.store-list-header .count {
  margin-right: 2.4rem;
  display: flex;
  align-items: center;
}

.store-list-header .count p {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
}

.store-list-header .count p span {
  margin-left: 1.6rem;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
}

.store-list-header .display {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1024px) {
  .store-list-header .display {
    width: auto;
  }

  .store-list-header .display > *:not(:first-child)::before {
    content: "";
    margin: 0 2rem;
    width: 1px;
    height: 2rem;
    background-color: var(--gray-hard-darkest);
  }
}
.store-list-header .display .sort {
  display: flex;
  align-items: center;
}

.store-list-header .display .sort p {
  margin-right: 0.8rem;
}

.store-list-header .display .visibility {
  display: flex;
  align-items: center;
}

.store-list-header .display .visibility label {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
}

.store-list-header .display .visibility label span {
  margin-right: 1rem;
}

.store-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 0;
}

.store-list .features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem 2.4rem;
}

.store-list .features-item {
  padding-left: 1.6rem;
  display: flex;
  align-items: center;
  background-color: var(--secondary-light);
  border-radius: 100px;
  color: var(--gray-hard-dark);
  overflow: hidden;
}

.store-list .features-item p {
  margin: 0;
}

.store-list .features-item button {
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 0.8rem;
  display: flex;
  align-items: center;
  background: none;
  border: none;
}

.store-settings {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
}

.store-settings > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: 1px;
  padding: 2.4rem 0 4rem;
  background: linear-gradient(180deg, var(--gray-soft-lightest) 80%, transparent);
  z-index: 1;
  gap: 2.4rem;
}

.store-settings > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.store-settings > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.store-settings > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.store-settings-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.store-settings-content .settings-section {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.store-settings-content .settings-section:last-of-type {
  padding-bottom: 0;
  border: none;
}

.store-settings-content .settings-section > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.store-settings-content .settings-section > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.store-settings-content .settings-section > header .description {
  color: var(--gray-hard-lightest);
}

.store-settings-content .settings-section > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.store-settings-content .settings-section > .content > * {
  margin-bottom: 0;
}

.store-settings-content .settings-section > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.store-settings-content .settings-section > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .store-settings-content .settings-section {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .store-settings-content .settings-section > header {
    grid-area: header;
  }
}
.store-settings-content .save-btn {
  align-self: flex-start;
}

.store {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: grid;
  grid-template-rows: min-content 8rem 1fr;
  align-items: flex-start;
}

.store .breadcrumbs {
  display: none;
  padding: 0.8rem 1.6rem;
  list-style: none;
  border-radius: var(--border-radius-sm);
  background-color: var(--gray-soft-light);
}

.store .breadcrumbs li:not(:last-of-type)::after {
  margin: 0 2.4rem;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--gray-hard-darkest);
}

.store .breadcrumbs li:last-of-type:not(:first-of-type) span {
  color: var(--gray-hard-dark);
}

.store .breadcrumbs span {
  color: var(--gray-hard-light);
  cursor: pointer;
}

.store-filters {
  grid-area: 2/1/4/2;
  background-color: var(--gray-soft-lightest);
  z-index: 1;
}

.store-list {
  grid-area: 3/1/4/2;
}

@media (min-width: 768px) {
  .store .breadcrumbs {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .store {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: min-content 1fr;
    gap: 2.4rem 3.2rem;
    align-items: flex-start;
  }

  .store .breadcrumbs {
    grid-column: 1/-1;
  }

  .store-filters {
    position: static;
    grid-area: 2/1/3/4;
  }

  .store-list {
    grid-area: 2/4/3/-1;
  }
}
.store-product {
  --status-color: var(--success);
  max-width: 1600px;
  margin: 0 auto;
  padding: 4rem 0 6rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: flex-start;
  align-items: flex-start;
  gap: 0 3.2rem;
}

.store-product.low {
  --status-color: var(--alert-light);
}

.store-product.out-of-stock {
  --status-color: var(--alert);
}

.store-product .ref {
  grid-row: 1/2;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: var(--gray-hard-lightest);
  text-transform: uppercase;
}

.store-product .name {
  grid-row: 2/3;
  margin: 0.8rem 0 3.2rem;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.store-product .gallery {
  grid-row: 3/4;
  width: 100%;
  max-width: 50rem;
}

.store-product .gallery .picture {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-sm);
  border: 1px solid var(--gray-soft-darkest);
}

.store-product .gallery .picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-product .gallery .picture img {
  object-fit: contain;
  cursor: pointer;
}

.store-product .gallery .thumbnails {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}

.store-product .gallery .thumbnails .is-active {
  border-color: transparent;
  box-shadow: 0 0 0 2px var(--gray-hard-darkest);
}

.store-product .description {
  grid-row: 5/6;
}

.store-product .description-text {
  padding-bottom: 4rem;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.store-product .description-text *:first-child {
  margin-top: 0;
}

.store-product .description-text h3 {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  margin: 0 0 1rem;
  color: var(--gray-hard-darkest) !important;
}

.store-product .description-text ul {
  padding-inline-start: 2.2rem;
}

.store-product .description-text blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 0.3rem 1.2rem;
  border: none;
  font-style: italic;
}

.store-product .description-text blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 2px;
  background-color: var(--gray-hard-darkest);
}

.store-product .description-text p {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
}

.store-product .description-text p:last-of-type {
  margin: 0;
}

.store-product .description-text p.is-editor-empty:first-child:before {
  content: attr(data-placeholder);
  height: 0;
  float: left;
  pointer-events: none;
  color: var(--gray-soft-darkest);
}

.store-product .description-text strong {
  font-weight: 600;
}

.store-product .description-text em {
  font-style: italic;
}

.store-product .description-text u {
  text-decoration: underline;
}

.store-product .description-text a {
  color: var(--main-dark);
  text-decoration: underline;
}

.store-product .description-text h3 {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.store-product .description-text p {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: var(--gray-hard-lightest);
}

.store-product .description-toggle {
  position: relative;
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(0deg, white 0%, transparent 100%);
  border: none;
  transform: translateY(-4rem);
}

.store-product .description-toggle::before {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--gray-hard-dark);
  z-index: -1;
}

.store-product .description-toggle span {
  padding: 0 1.6rem;
  color: var(--gray-hard-dark);
  background-color: var(--gray-soft-lightest);
}

.store-product .description-document {
  padding: 2.4rem;
  background-color: var(--gray-soft-light);
  border-radius: var(--border-radius-sm);
}

.store-product .description-document p {
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: normal;
}

.store-product .description-document .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
}

.store-product .description-document .list a {
  display: flex;
  align-items: center;
}

.store-product .description-document .list a svg {
  margin-right: 0.8rem;
}

.store-product aside {
  justify-self: stretch;
  margin: 2.4rem 0;
  grid-row: 4/5;
  top: 4rem;
  padding: 4rem;
  background-color: var(--gray-soft-light);
  border-radius: var(--border-radius-sm);
}

.store-product aside .fab-state-label {
  --status-color: var(--success);
}

.store-product aside .fab-state-label.low {
  --status-color: var(--alert-light);
}

.store-product aside .fab-state-label.out-of-stock {
  --status-color: var(--alert);
}

.store-product aside .price p {
  margin: 0;
  display: flex;
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.175;
}

.store-product aside .price p sup {
  margin: 0.8rem 0 0 0.8rem;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.175;
}

.store-product aside .price span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
}

.store-product aside .to-cart {
  margin-top: 1.6rem;
  padding-top: 3.2rem;
  display: grid;
  grid-template-areas: "min min min" "minus input plus" "btn btn btn";
  grid-template-columns: min-content 1fr min-content;
  justify-content: center;
  gap: 1.6rem;
  border-top: 1px solid var(--gray-soft-dark);
}

.store-product aside .to-cart .min {
  grid-area: min;
  display: flex;
  justify-content: center;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  color: var(--alert);
}

.store-product aside .to-cart .minus {
  grid-area: minus;
  color: var(--gray-hard-darkest);
}

.store-product aside .to-cart .plus {
  grid-area: plus;
  color: var(--gray-hard-darkest);
}

.store-product aside .to-cart input {
  grid-area: input;
  text-align: center;
}

.store-product aside .to-cart .main-action-btn {
  grid-area: btn;
  justify-content: center;
}

@media (min-width: 1024px) {
  .store-product .ref {
    grid-area: 1/1/2/3;
  }

  .store-product .name {
    grid-area: 2/1/3/3;
  }

  .store-product .gallery {
    grid-area: 3/1/4/2;
  }

  .store-product .description {
    margin-top: 2.4rem;
    grid-area: 4/1/5/3;
  }

  .store-product aside {
    margin: 0;
    grid-area: 3/2/4/3;
  }
}
@media (min-width: 1200px) {
  .store-product {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, min-content) 1fr;
    align-items: flex-start;
  }

  .store-product .ref {
    grid-area: 1/1/2/9;
  }

  .store-product .name {
    grid-area: 2/1/3/9;
  }

  .store-product .gallery {
    grid-area: 3/1/4/4;
  }

  .store-product .description {
    grid-area: 3/4/4/9;
  }

  .store-product aside {
    grid-area: 1/9/4/-1;
    position: sticky;
  }
}
@media (min-width: 1600px) {
  .store-product aside {
    grid-area: 1/10/4/-1;
  }
}
.free-extend-modal .fab-modal-content {
  padding: 30px;
}

.free-extend-modal .fab-modal-content .configuration-form {
  padding: 15px;
}

.free-extend-modal .fab-modal-content .configuration-form .input-wrapper {
  display: block;
}

.free-extend-modal .fab-modal-content .configuration-form .free-days {
  display: block;
}

.renew-modal .fab-modal-content {
  padding: 30px;
}

.renew-modal .fab-modal-content .form-and-payment {
  display: flex;
}

.renew-modal .fab-modal-content .form-and-payment .configuration-form {
  padding-right: 15px;
}

.renew-modal .fab-modal-content .form-and-payment .configuration-form .input-wrapper {
  display: block;
}

.renew-modal .fab-modal-content .form-and-payment .payment {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 10px;
  width: 50%;
}

.renew-modal .fab-modal-content .form-and-payment .payment .one-go-payment {
  text-align: center;
}

.supporting-documents-files .info-area {
  color: #000;
  font-weight: 600;
}

.supporting-documents-files .files-list {
  font-size: 1.4rem;
  background: unset;
}

.supporting-documents-files .file-item.has-error {
  color: var(--alert);
}

.supporting-documents-files .file-item label {
  margin-right: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  max-width: 100%;
}

.supporting-documents-files .file-item .fileinput {
  display: table;
  border-collapse: separate;
  position: relative;
  margin-bottom: 9px;
}

.supporting-documents-files .file-item .fileinput .filename-container {
  align-items: center;
  display: inline-flex;
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  height: 38px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

.supporting-documents-files .file-item .fileinput .filename-container .fileinput-filename {
  vertical-align: bottom;
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
}

.supporting-documents-files .file-item .fileinput .filename-container .file-download {
  position: absolute;
  right: 10px;
}

.supporting-documents-files .file-item .fileinput .filename-container .file-download i {
  color: black;
}

.supporting-documents-files .file-item .fileinput .fileinput-button {
  z-index: 1;
  border: 1px solid #c4c4c4;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  position: relative;
  vertical-align: middle;
  background-color: #eee;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  display: table-cell;
  background-image: none;
  touch-action: manipulation;
  overflow: hidden;
  cursor: pointer;
  border-collapse: separate;
  border-spacing: 0;
}

.supporting-documents-files .file-item .fileinput .fileinput-button input[type=file] {
  display: block;
  cursor: pointer;
  direction: ltr;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.supporting-documents-files .file-item .errors-area {
  display: block;
  margin-bottom: 10px;
  color: #404040;
}

.supporting-documents-files .save-btn {
  float: right;
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--secondary-text-color);
}

.supporting-documents-files .save-btn:hover {
  background-color: var(--secondary-dark);
  border-color: var(--secondary-dark);
}

.supporting-documents-refusal-form input {
  float: right;
}

.supporting-documents-refusal-form .refusal-comment {
  margin-top: 15px;
}

.supporting-documents-validation .info-area {
  color: #000;
  font-weight: 600;
}

.supporting-documents-validation .document-type {
  margin-bottom: 15px;
}

.supporting-documents-validation .document-type .type-name {
  margin-bottom: 5px;
}

.supporting-documents-validation .document-type .filename {
  margin-right: 15px;
}

.supporting-documents-validation .document-type .missing-file {
  color: var(--alert);
}

.supporting-documents-validation .refuse-btn {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--secondary-text-color);
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .supporting-documents-validation .fab-panel {
    width: 56.33%;
  }

  .supporting-documents-validation .fab-panel.refusal {
    width: 33.33%;
  }
}
.supporting-documents-type-form .field {
  margin-top: 15px;
}

.supporting-documents-types-list {
  margin: 20px 0 30px;
  width: 100%;
}

.supporting-documents-types-list .panel-header span {
  font-weight: 600;
}

.supporting-documents-types-list .types-list {
  display: flex;
  flex-direction: column;
}

.supporting-documents-types-list .types-list .groups p {
  margin-left: 15px;
  margin-right: 15px;
}

.supporting-documents-types-list .types-list .groups .fab-alert {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.supporting-documents-types-list .types-list .groups .fab-alert span {
  margin-left: 20px;
  margin-right: 20px;
  width: 66.6666666667%;
}

.supporting-documents-types-list .types-list .groups .fab-alert .fab-button, .supporting-documents-types-list .types-list .groups .fab-alert .cookies-consent .cookies-actions button, .cookies-consent .cookies-actions .supporting-documents-types-list .types-list .groups .fab-alert button, .supporting-documents-types-list .types-list .groups .fab-alert .store-cart-list-item .ref .error .refresh-btn, .store-cart-list-item .ref .error .supporting-documents-types-list .types-list .groups .fab-alert .refresh-btn, .supporting-documents-types-list .types-list .groups .fab-alert .payment-schedules-table .download-button, .payment-schedules-table .supporting-documents-types-list .types-list .groups .fab-alert .download-button {
  margin-top: 15px;
  margin-right: 20px;
  max-width: 200px;
  background-color: var(--secondary-dark);
  border-color: var(--secondary-dark);
  color: var(--secondary-text-color);
}

.supporting-documents-types-list .types-list .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.supporting-documents-types-list .types-list .title h3 {
  margin-left: 15px;
  display: inline-block;
}

.supporting-documents-types-list .types-list .title .fab-button, .supporting-documents-types-list .types-list .title .cookies-consent .cookies-actions button, .cookies-consent .cookies-actions .supporting-documents-types-list .types-list .title button, .supporting-documents-types-list .types-list .title .store-cart-list-item .ref .error .refresh-btn, .store-cart-list-item .ref .error .supporting-documents-types-list .types-list .title .refresh-btn, .supporting-documents-types-list .types-list .title .payment-schedules-table .download-button, .payment-schedules-table .supporting-documents-types-list .types-list .title .download-button {
  margin-top: 15px;
  margin-right: 20px;
  background-color: var(--secondary-dark);
  border-color: var(--secondary-dark);
  color: var(--secondary-text-color);
}

.supporting-documents-types-list .types-list table thead > tr th.group-name,
.supporting-documents-types-list .types-list table thead > tr th.name {
  width: 40%;
}

.supporting-documents-types-list .types-list table thead > tr th.actions {
  width: 20%;
}

.supporting-documents-types-list .types-list table tbody .buttons .edit-btn {
  margin-right: 5px;
}

.supporting-documents-types-list .types-list .no-types-info {
  text-align: center;
}

.training-form {
  max-width: 1260px;
  margin: 2.4rem auto 0;
  padding: 0 3rem 6rem;
  display: flex;
  flex-direction: column;
}

.training-form > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: 1px;
  padding: 2.4rem 0 4rem;
  background: linear-gradient(180deg, var(--gray-soft-lightest) 80%, transparent);
  z-index: 1;
  gap: 2.4rem;
}

.training-form > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.training-form > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.training-form > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.training-form-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.training-form-content section {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.training-form-content section:last-of-type {
  padding-bottom: 0;
  border: none;
}

.training-form-content section > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.training-form-content section > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.training-form-content section > header .description {
  color: var(--gray-hard-lightest);
}

.training-form-content section > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.training-form-content section > .content > * {
  margin-bottom: 0;
}

.training-form-content section > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.training-form-content section > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .training-form-content section {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .training-form-content section > header {
    grid-area: header;
  }
}
.training-form-content .save-btn {
  align-self: flex-start;
}

.trainings-settings {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
}

.trainings-settings > header {
  padding-bottom: 0;
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  margin-top: 1px;
  padding: 2.4rem 0 4rem;
  background: linear-gradient(180deg, var(--gray-soft-lightest) 80%, transparent);
  z-index: 1;
  gap: 2.4rem;
}

.trainings-settings > header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.trainings-settings > header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.trainings-settings > header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.trainings-settings-content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.trainings-settings-content .settings-section {
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 3.2rem;
  border-bottom: 1px solid var(--gray-soft);
}

.trainings-settings-content .settings-section:last-of-type {
  padding-bottom: 0;
  border: none;
}

.trainings-settings-content .settings-section > header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.trainings-settings-content .settings-section > header .title {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  margin: 0;
}

.trainings-settings-content .settings-section > header .description {
  color: var(--gray-hard-lightest);
}

.trainings-settings-content .settings-section > .content {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--gray-soft-light);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.trainings-settings-content .settings-section > .content > * {
  margin-bottom: 0;
}

.trainings-settings-content .settings-section > .content > *:not(:last-child) {
  margin-bottom: 3.2rem;
}

.trainings-settings-content .settings-section > .content .fab-alert {
  margin: 0 0 1.6rem;
}

@media (min-width: 1024px) {
  .trainings-settings-content .settings-section {
    grid-template-areas: "header content";
    grid-template-columns: 1fr 2fr;
  }

  .trainings-settings-content .settings-section > header {
    grid-area: header;
  }
}
.trainings-settings-content .save-btn {
  align-self: flex-start;
}

.trainings {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 6rem;
  display: grid;
  gap: 2.4rem;
}

.trainings header {
  padding: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.6rem;
}

.trainings header h2 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.175;
  color: var(--gray-hard-darkest) !important;
}

.trainings header h3 {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
  color: var(--gray-hard-darkest) !important;
}

.trainings header .grpBtn {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.trainings-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 3.2rem;
}

.trainings-grid .panel {
  margin-bottom: 0;
}

.trainings-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.trainings-content .display {
  padding: 0.8rem 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background-color: var(--gray-soft);
  border-radius: var(--border-radius);
}

.trainings-content .display .filter {
  display: flex;
  align-items: center;
}

.trainings-content .display .filter p {
  margin: 0 0.8rem 0 0;
}

.trainings-content .trainings-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.trainings-content .trainings-list-item {
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  padding: 1.6rem;
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
  background-color: var(--gray-soft-lightest);
}

.trainings-content .trainings-list-item.is-override {
  border-color: var(--gray-hard-darkest);
}

.trainings-content .trainings-list-item span {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.18;
  color: var(--gray-hard-light);
}

.trainings-content .trainings-list-item p {
  margin: 0;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: normal;
}

.trainings-content .trainings-list-item p span {
  margin: 0 1ch;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
}

.trainings-content .trainings-list-item .name,
.trainings-content .trainings-list-item .associated-machines {
  grid-column: 1/-1;
}

.trainings-content .trainings-list-item .associated-machines {
  overflow: hidden;
}

.trainings-content .trainings-list-item .override {
  margin-left: 1ch;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  font-style: italic;
  color: var(--alert-light);
}

.trainings-content .trainings-list-item .actions {
  grid-column-end: -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.trainings-content .trainings-list-item .actions .grpBtn {
  overflow: hidden;
  display: flex;
  border-radius: var(--border-radius-sm);
}

@media (min-width: 1024px) {
  .trainings-content .trainings-list-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .trainings-content .trainings-list-item {
    grid-template-columns: 2fr 1fr 1fr max-content;
    grid-auto-flow: column;
    gap: 1.6rem 3.2rem;
  }

  .trainings-content .trainings-list-item .name {
    grid-area: 1/1/2/2;
  }

  .trainings-content .trainings-list-item .associated-machines {
    grid-area: 2/1/3/2;
  }

  .trainings-content .trainings-list-item .actions {
    grid-row: 1/3;
  }
}
.avatar {
  display: inline-block;
}

.avatar img {
  border-radius: 50%;
  object-fit: cover;
}

.avatar--small img {
  width: 50px;
  height: 50px;
}

.avatar--large img {
  width: 180px;
  height: 180px;
}

.avatar-input {
  margin-right: 20px;
}

.avatar-input .avatar {
  background-color: #fff;
  border: 1px solid var(--gray-soft);
  padding: 4px;
}

.avatar-input .buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.avatar-input .buttons .select-button {
  position: relative;
}

.avatar-input .buttons .select-button .avatar-file-input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 0;
  left: 0;
}

.avatar-input .buttons .delete-avatar {
  background-color: var(--alert);
  color: white;
}

.avatar-input--large {
  margin: 80px 40px;
}

.avatar-input--small {
  text-align: center;
}

.change-password .password-input {
  animation: show 600ms 100ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
  opacity: 0;
  transform: rotateX(-90deg);
  transform-origin: top center;
}

.gender-input {
  margin-bottom: 1.6rem;
}

.gender-input legend {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  margin: 0 0 0.8rem;
  border: none;
  cursor: pointer;
}

.gender-input legend::first-letter {
  text-transform: uppercase;
}

.gender-input legend.is-required::after {
  content: "*";
  margin-left: 0.5ch;
  color: var(--alert);
}

.gender-input label {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  background-color: #fbfbfb;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  padding: 7px 12px 6px;
  margin-right: 16px;
}

.gender-input label p {
  margin: 0 8px;
}

.gender-input label input {
  margin: 5px 0 0;
}

.member-select {
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  background-color: var(--gray-soft-lightest);
  border: 1px solid var(--gray-soft-dark);
  border-radius: var(--border-radius);
}

.member-select-title {
  margin: 0 0 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--gray-hard);
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.175;
  color: var(--gray-hard-dark) !important;
}

.member-select.error .select-input > div:first-of-type {
  border-color: var(--alert);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  animation-name: buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.password-strength {
  margin-top: -1rem;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
}

.password-strength .requirements-error {
  color: var(--alert);
}

.password-strength .strength-bar {
  width: 100%;
  height: 1rem;
  border: 1px solid var(--gray-soft);
  border-radius: 0.5rem;
}

.password-strength .strength-bar.strength-0 {
  background: linear-gradient(to right, var(--alert), white 20%);
}

.password-strength .strength-bar.strength-1 {
  background: linear-gradient(to right, var(--alert), orange 20%, white 40%);
}

.password-strength .strength-bar.strength-2 {
  background: linear-gradient(to right, var(--alert), orange 20%, yellow 40%, white 60%);
}

.password-strength .strength-bar.strength-3 {
  background: linear-gradient(to right, var(--alert), orange 20%, yellow 40%, #5e790f 60%, white 80%);
}

.password-strength .strength-bar.strength-4 {
  background: linear-gradient(to right, var(--alert), orange 20%, yellow 40%, #5e790f 60%, var(--success) 80%);
}

.password-strength span {
  margin-left: 2rem;
  min-width: fit-content;
  white-space: nowrap;
}

.user-profile-form {
  display: flex;
  flex-direction: row;
}

.user-profile-form .fields-group {
  width: 100%;
}

.user-profile-form .fields-group > * {
  margin-top: 1.5rem;
}

.user-profile-form .fields-group .names,
.user-profile-form .fields-group .website-job,
.user-profile-form .fields-group .interests-CAD,
.user-profile-form .fields-group .social-name-gender,
.user-profile-form .fields-group .mothers-name,
.user-profile-form .fields-group .responsible-data,
.user-profile-form .fields-group .occupacional-education-level,
.user-profile-form .fields-group .birth-state-city-origin,
.user-profile-form .fields-group .rg-data,
.user-profile-form .fields-group .zipcode-street-neighborhood,
.user-profile-form .fields-group .number-complement,
.user-profile-form .fields-group .rg-cpf,
.user-profile-form .fields-group .number-complement {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.user-profile-form .fields-group .names .social-name,
.user-profile-form .fields-group .website-job .social-name,
.user-profile-form .fields-group .interests-CAD .social-name,
.user-profile-form .fields-group .social-name-gender .social-name,
.user-profile-form .fields-group .mothers-name .social-name,
.user-profile-form .fields-group .responsible-data .social-name,
.user-profile-form .fields-group .occupacional-education-level .social-name,
.user-profile-form .fields-group .birth-state-city-origin .social-name,
.user-profile-form .fields-group .rg-data .social-name,
.user-profile-form .fields-group .zipcode-street-neighborhood .social-name,
.user-profile-form .fields-group .number-complement .social-name,
.user-profile-form .fields-group .rg-cpf .social-name,
.user-profile-form .fields-group .number-complement .social-name {
  width: 47%;
}

.user-profile-form .fields-group .names .form-item:first-child,
.user-profile-form .fields-group .website-job .form-item:first-child,
.user-profile-form .fields-group .interests-CAD .form-item:first-child,
.user-profile-form .fields-group .social-name-gender .form-item:first-child,
.user-profile-form .fields-group .mothers-name .form-item:first-child,
.user-profile-form .fields-group .responsible-data .form-item:first-child,
.user-profile-form .fields-group .occupacional-education-level .form-item:first-child,
.user-profile-form .fields-group .birth-state-city-origin .form-item:first-child,
.user-profile-form .fields-group .rg-data .form-item:first-child,
.user-profile-form .fields-group .zipcode-street-neighborhood .form-item:first-child,
.user-profile-form .fields-group .number-complement .form-item:first-child,
.user-profile-form .fields-group .rg-cpf .form-item:first-child,
.user-profile-form .fields-group .number-complement .form-item:first-child {
  margin-right: 32px;
}

.user-profile-form .fields-group .organization-toggle p {
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
  margin: 0;
}

.user-profile-form .main-actions {
  display: flex;
  flex-direction: row-reverse;
}

.user-profile-form .main-actions .submit-button {
  margin-top: 2em;
  border-color: var(--information-light);
  background-color: var(--information);
  color: white;
}

.user-profile-form .main-actions .submit-button:hover {
  border-color: var(--information);
  background-color: var(--information-dark);
  color: white;
}

.user-profile-form--small {
  flex-direction: column;
}

.user-profile-form--small .names,
.user-profile-form--small .website-job,
.user-profile-form--small .interests-CAD,
.user-profile-form--small .social-name-gender,
.user-profile-form--small .mothers-name,
.user-profile-form--small .responsible-data,
.user-profile-form--small .occupacional-education-level,
.user-profile-form--small .birth-state-city-origin,
.user-profile-form--small .rg-data,
.user-profile-form--small .zipcode-street-neighborhood,
.user-profile-form--small .number-complement,
.user-profile-form--small .rg-cpf,
.user-profile-form--small .number-complement {
  flex-direction: column;
}

.user-profile-form--small .names .form-item:first-child,
.user-profile-form--small .website-job .form-item:first-child,
.user-profile-form--small .interests-CAD .form-item:first-child,
.user-profile-form--small .social-name-gender .form-item:first-child,
.user-profile-form--small .mothers-name .form-item:first-child,
.user-profile-form--small .responsible-data .form-item:first-child,
.user-profile-form--small .occupacional-education-level .form-item:first-child,
.user-profile-form--small .birth-state-city-origin .form-item:first-child,
.user-profile-form--small .rg-data .form-item:first-child,
.user-profile-form--small .zipcode-street-neighborhood .form-item:first-child,
.user-profile-form--small .number-complement .form-item:first-child,
.user-profile-form--small .rg-cpf .form-item:first-child,
.user-profile-form--small .number-complement .form-item:first-child {
  margin-right: 0;
}

.user-validation label {
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 15px;
}

.user-validation .switch {
  vertical-align: middle;
}

li.abuse {
  list-style: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 2em;
}

li.abuse .signaled {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 1em;
  position: relative;
}

li.abuse .signaled button {
  position: absolute;
  right: 1em;
  top: 0.5em;
}

li.abuse .report {
  padding: 2em;
}

li.abuse .report cite {
  display: block;
  border-left: 4px solid #ddd;
  padding-left: 1em;
  margin-top: 1em;
}

.cookies-consent {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  padding: 3rem;
  flex-direction: column;
  z-index: 100;
  -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.25);
}

.cookies-consent .cookies-actions {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.cookies-consent .cookies-actions button {
  flex: 1;
}

.cookies-consent .cookies-actions button.decline {
  background-color: transparent;
  border: 0;
}

.cookies-consent .cookies-actions button.accept {
  background-color: red;
  border: 0;
  font-size: 17px;
}

@media (min-width: 480px) {
  .cookies-consent {
    bottom: 3rem;
    left: 3rem;
    width: 40rem;
  }
}
.dashboard .dashboard-change-group {
  border: 0;
  margin: 0;
}

.dashboard .dashboard-change-group h3 {
  padding: 0;
  text-transform: uppercase;
  border: 0;
}

.dashboard .dashboard-change-group .display,
.dashboard .dashboard-change-group .change-group-form {
  padding: 10px 0 0;
  margin-bottom: 10px;
}

.dashboard .dashboard-change-group .display .current-group {
  margin-bottom: 10px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.dashboard .dashboard-change-group .display .request-change-btn {
  width: auto;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  height: 30px;
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.dashboard .dashboard-change-group .display .request-change-btn:hover {
  background-color: white;
}

.dashboard .dashboard-change-group .actions .fab-button, .dashboard .dashboard-change-group .actions .store-cart-list-item .ref .error .refresh-btn, .store-cart-list-item .ref .error .dashboard .dashboard-change-group .actions .refresh-btn, .dashboard .dashboard-change-group .actions .payment-schedules-table .download-button, .payment-schedules-table .dashboard .dashboard-change-group .actions .download-button, .dashboard .dashboard-change-group .actions .cookies-consent .cookies-actions button, .cookies-consent .cookies-actions .dashboard .dashboard-change-group .actions button {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  height: 30px;
}

.document-filters {
  display: flex;
  justify-content: space-between;
}

.document-filters > * {
  width: 31%;
}

.event-themes--panel {
  border: 1px solid #dddddd;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 30px 15px;
}

.event-themes--panel h3 {
  padding: 15px 15px;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  font-size: 1.4rem;
}

.event-themes--panel .content {
  font-size: 1.4rem;
  padding: 15px;
}

.calendar-form {
  margin: 2em;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1em;
}

.calendar-form > .input-group, .calendar-form > .minicolors {
  margin-top: 1em;
}

.calendar-name {
  font-weight: 600;
  font-style: italic;
}

.calendar-url {
  overflow: hidden;
}

.external-calendar-legend {
  border-left: 3px solid;
  border-radius: 3px;
}

.chained {
  color: green;
}

.broken {
  color: red;
}

.invoice-file {
  text-align: center;
  line-height: 4em;
  margin-top: 2em;
}

.invoice-file .fa-file-pdf-o {
  font-size: 4em;
  vertical-align: middle;
}

.invoice-file .filename {
  font-size: 1.1em;
  vertical-align: middle;
  margin-left: 1em;
}

.invoice-file .filename .prefix:hover {
  background-color: #fd0;
  overflow-x: hidden;
}

.schedule-file {
  text-align: center;
  line-height: 4em;
  margin-top: 2em;
}

.schedule-file .fa-stack {
  position: relative;
  width: 60px;
  height: 75px;
}

.schedule-file .fa-stack .fa-file-pdf {
  font-size: 4em;
  vertical-align: middle;
  position: absolute;
  background-color: white;
  text-shadow: 0 0 2px white;
}

.schedule-file .filename {
  font-size: 1.1em;
  vertical-align: middle;
  margin-left: 1em;
}

.schedule-file .filename .prefix:hover {
  background-color: #fd0;
  overflow-x: hidden;
}

.invoice-placeholder {
  width: 95%;
  max-width: 800px;
  height: 100%;
  margin: 2em auto auto;
  border-width: 1px;
  border-style: solid;
  border-color: #aeaeae #979797 #7b7b7b;
  box-shadow: 2px 3px 6px 0 #898989, -2px 3px 6px 0 #898989;
  padding: 2em;
}

.invoice-placeholder .invoice-buyer-infos {
  float: right;
  text-align: right;
  margin-left: 1em;
}

.invoice-placeholder .invoice-logo {
  height: 6em;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.invoice-placeholder .invoice-logo img {
  display: block;
  width: auto;
  max-height: 100%;
  max-width: 60%;
}

.invoice-placeholder .invoice-logo:hover .tools-box {
  opacity: 1;
}

.invoice-placeholder .invoice-logo .tools-box {
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.invoice-placeholder .invoice-object, .invoice-placeholder .invoice-data, .invoice-placeholder .invoice-data p, .invoice-placeholder .invoice-text, .invoice-placeholder .invoice-legals {
  margin-top: 2em;
}

.invoice-placeholder .invoice-data table {
  width: 100%;
}

.invoice-placeholder .invoice-data tr, .invoice-placeholder .invoice-data th, .invoice-placeholder .invoice-data td {
  border: 1px solid;
  padding: 4px;
}

.invoice-placeholder .invoice-text {
  font-weight: bold;
}

.invoice-placeholder .invoice-legals {
  text-align: right;
}

.invoice-placeholder .invoice-editable:hover {
  background-color: #fd0;
  overflow-x: hidden;
}

.invoice-placeholder .invoice-activable {
  font-style: italic;
  color: #c4c4c4;
  overflow-x: hidden;
}

.invoice-placeholder .invoice-activable:hover {
  background-color: #fd0;
  border: 1px dashed #c4c4c4;
}

.invoice-placeholder:after {
  content: "";
  display: block;
  margin-top: 30%;
}

.invoice-placeholder .vat-line {
  background-color: #e4e4e4;
  text-align: right;
}

.invoice-placeholder .bold {
  font-weight: bold;
}

.invoice-placeholder .italic {
  font-style: italic;
}

.invoice-placeholder .right {
  text-align: right;
}

.custom-invoice .modal-header {
  text-align: center;
  background-color: #e6e6e6;
}

.custom-invoice .modal-body .elements li {
  width: 100%;
}

.custom-invoice .modal-body table.invoice-element-legend {
  min-width: 15em;
}

.custom-invoice .modal-body .invoice-element-legend tr, .custom-invoice .modal-body .invoice-element-legend th, .custom-invoice .modal-body .invoice-element-legend td {
  border: 1px solid;
  padding: 4px;
}

.custom-invoice .modal-body .bottom-notes {
  font-style: italic;
}

.partial-avoir-table tr {
  float: left;
}

.partial-avoir-table tr .input-col {
  min-width: 2em;
}

.partial-avoir-table tr .label-col {
  min-width: 18em;
}

.partial-avoir-table tr .amount-col {
  min-width: 6em;
}

.partial-avoir-selected-item {
  background-color: #fd0;
  display: block;
  position: relative;
}

.partial-avoir-selected-item:after {
  content: "Rembourser";
  display: inline-block;
  position: absolute;
  right: 0.8em;
  top: 1.8em;
  color: #cb1117;
  width: 6.7em;
  transform: rotate(-22.5deg);
  overflow: visible;
  font-weight: bold;
  border: 1px solid;
  padding: 0 4px;
  border-radius: 5px;
  font-size: small;
}

.no-user-label {
  font-style: italic;
  color: #5a5a5a;
}

table.closings-table tbody .actions {
  padding-left: 2em;
}

table.closings-table tbody .actions > span {
  margin-left: 2em;
  cursor: pointer;
}

table.closings-table tbody .actions > span.no-pointer {
  cursor: default;
}

table.closings-table tbody .show-more {
  color: #00b3ee;
}

table.closings-table tbody .download-archive {
  width: 32px;
  height: 32px;
}

table.closings-table tbody .download-archive:hover i {
  display: none;
}

table.closings-table tbody .download-archive:hover:after {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

table.scrollable-3-cols, table.closings-table {
  width: 100%;
  border-spacing: 0;
}

table.scrollable-3-cols thead, table.closings-table thead, table.scrollable-3-cols tbody, table.closings-table tbody, table.scrollable-3-cols tr, table.closings-table tr, table.scrollable-3-cols th, table.closings-table th, table.scrollable-3-cols td, table.closings-table td {
  display: block;
}

table.scrollable-3-cols thead tr, table.closings-table thead tr {
  /* fallback */
  width: 97%;
  /* minus scroll bar width */
  width: -webkit-calc(100% - 16px);
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px);
}

table.scrollable-3-cols thead tr th, table.closings-table thead tr th {
  border-bottom: 0;
}

table.scrollable-3-cols tr:after, table.closings-table tr:after {
  /* clearing float */
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

table.scrollable-3-cols tbody, table.closings-table tbody {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

table.scrollable-3-cols tbody td, table.closings-table tbody td, table.scrollable-3-cols thead th, table.closings-table thead th {
  width: 32%;
  /* 32% is less than (100% / 3 cols) = 33.33% */
  float: left;
}

.period-info-title {
  font-weight: bold;
}

input.form-control.as-writable {
  background-color: white;
}

.accounting-codes .row {
  margin-top: 2rem;
}

.accounting-codes .row button {
  margin-top: 1em;
}

table.export-table-template {
  margin-top: 10px;
}

table.export-table-template thead td {
  width: 20px;
  background-color: #227447;
  color: white;
  border-bottom: 2px solid black;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 5px;
  line-height: 12px;
}

table.export-table-template tbody td {
  border-right: 1px solid #d4d4d4;
  height: 30px;
}

.multi-vat-rate-input {
  width: 90% !important;
}

.promote-member img {
  width: 16px;
  height: 21px;
}

.admin-settings .home-page-settings .home-page-content .note-editor .note-toolbar .note-btn-group .note-btn .nugget {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.admin-settings .home-page-settings .home-page-content .note-editor .note-editing-area .note-editable #news, .admin-settings .home-page-settings .home-page-content .note-editor .note-editing-area .note-editable #events, .admin-settings .home-page-settings .home-page-content .note-editor .note-editing-area .note-editable #members, .admin-settings .home-page-settings .home-page-content .note-editor .note-editing-area .note-editable #twitter, .admin-settings .home-page-settings .home-page-content .note-editor .note-editing-area .note-editable #projects {
  width: 100%;
  background-color: #b1b1b1;
  color: white;
  border: 1px dashed #8f9091;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 10rem;
  font-size: 2em;
}

.admin-settings .home-page-settings .home-page-content .note-editor .note-editing-area .note-editable #projects {
  line-height: 523px;
}

.admin-settings .home-page-settings .home-page-content .note-editor .note-editing-area .note-editable #twitter {
  line-height: 162px;
}

.admin-settings .home-page-settings .home-page-content .note-editor .note-editing-area .note-editable #members {
  line-height: 320px;
}

.admin-settings .home-page-settings .home-page-content .note-editor .note-editing-area .note-editable #events {
  line-height: 621px;
}

.admin-settings .home-page-settings .home-page-style .panel {
  border: 0;
}

.admin-settings .home-page-settings .home-page-style .panel .panel-heading {
  background: none;
}

.admin-settings .home-page-settings .home-page-style .panel .panel-heading .panel-title {
  font-size: 12px;
  font-style: italic;
}

.admin-settings .home-page-settings .home-page-style .panel .CodeMirror {
  border: 1px solid #ddd;
  font-size: 12px;
  height: 400px;
}

.admin-settings .section-separator {
  background: radial-gradient(#dddddd, transparent);
  height: 1px;
  margin: 24px 33% 12px 33%;
}

.signup-form .names-row > div {
  display: flex;
}

.signup-form .required-row div.input-group {
  width: 95%;
  display: inline-table;
}

.signup-form .required-row select.form-control {
  width: 95%;
  display: inline-block;
}

.signup-form .required-row .exponent {
  position: relative;
  top: -14px;
  right: -4px;
}

.signup-form .required-row .exponent-select {
  top: -1px;
}

.signup-form .info-required {
  color: #5a5a5a;
  font-size: 8pt;
  font-style: italic;
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

#card-errors {
  height: 20px;
  padding: 4px 0;
  color: #fa755a;
  margin-bottom: 1.2em;
}

.ui-tour-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  fill: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.ui-tour-popup.popover {
  max-width: 414px;
}

.tour-step-navigation.popover-navigation .btn-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 14px;
}

.tour-step-navigation.popover-navigation .btn-group .button-placekeeper {
  width: 90px;
  height: 30px;
  background-color: transparent;
}

.shift-right-40 {
  margin-left: 40px;
}

.shift-left-40 {
  margin-left: -40px;
}

.shift-left-50 {
  margin-left: -50px;
}

.shift-left-80 {
  margin-left: -80px;
}

.width-350 {
  width: 350px;
}

.wallet-info {
  margin-left: 15px;
  margin-right: 15px;
}

.wallet-info h3 {
  margin-top: 5px;
}

.wallet-info p {
  font-style: italic;
}

.wallet-info .info-deadlines {
  border: 1px solid #faebcc;
  padding: 15px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-radius: 4px;
  font-style: normal;
  display: flex;
}

.wallet-info .info-deadlines i {
  vertical-align: middle;
  line-height: 2.5em;
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .modal-dialog {
    top: 0;
  }

  .modal-header .modal-logo {
    display: none;
  }

  .about-fablab .about-title,
.about-fablab .about-title p {
    font-size: 3rem;
    line-height: 2.8rem;
    text-align: center;
  }

  .about-fablab .about-picture {
    padding: 70px 0;
    height: 226px;
  }

  .fc-toolbar {
    margin-bottom: 2.5em !important;
  }
}
@media screen and (max-width: 992px) {
  .heading .heading-title h1 {
    font-size: 1.6rem;
  }

  .m-t-xxl-on-md {
    margin-top: 60px;
  }

  .m-t-3xl-on-md {
    margin-top: 80px;
  }

  .m-t-4xl-on-md {
    margin-top: 100px;
  }
}
.carousel {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.carousel::before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f03e";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 80px;
  color: #ebebeb;
}

.carousel-inner {
  aspect-ratio: 16/9;
}

.carousel-inner > .item {
  height: 100%;
}

.ui-select-bootstrap .ui-select-choices-row > span {
  white-space: normal;
}

/*# sourceMappingURL=application.css.map*/