/*
  Rock's Core CSS
  1. Imports - Used to import the various core less files
  2. HTML Overrides - Style overrides for basic HTML tags
  3. Utility Classes - Classes that we use often to keep from writing from repeating ourselves
  4. Bootstrap Overrides - When Bootstrap gets it wrong, we make it right
  5. ASP.Net Overrides - Yep they get it wrong too sometimes
*/
@import 'rock-styles.css';
:root {
  --base-interface-strongest: #0a0a0a;
  --base-interface-stronger: #0d1117;
  --base-interface-strong: #3d444d;
  --base-interface-medium: #8b8ba7;
  --base-interface-soft: #d9d9e3;
  --base-interface-softer: #f8f8fc;
  --base-interface-softest: #fdfdfd;
  --base-critical: #ee7725;
  --base-danger: #d70015;
  --base-info: #005dd7;
  --base-success: #01a11e;
  --base-primary: #ff791d;
  --base-warning: #e58600;
  --base-link: #006dcc;
  --base-secondary: #83758f;
  --base-gender-male: #1a8ae5;
  --base-gender-female: #de69c3;
  --color-interface-strongest: var(--base-interface-strongest);
  --color-interface-stronger: var(--base-interface-stronger);
  --color-interface-strong: var(--base-interface-strong);
  --color-interface-medium: var(--base-interface-medium);
  --color-interface-soft: var(--base-interface-soft);
  --color-interface-softer: var(--base-interface-softer);
  --color-interface-softest: var(--base-interface-softest);
  --color-critical-soft: var(--base-critical);
  --color-critical-strong: var(--base-critical);
  --color-critical-tint: var(--base-critical);
  --color-critical-shade: var(--base-critical);
  --color-danger-soft: var(--base-danger);
  --color-danger-strong: var(--base-danger);
  --color-danger-tint: var(--base-danger);
  --color-danger-shade: var(--base-danger);
  --color-info-soft: var(--base-info);
  --color-info-strong: var(--base-info);
  --color-info-tint: var(--base-info);
  --color-info-shade: var(--base-info);
  --color-success-soft: var(--base-success);
  --color-success-strong: var(--base-success);
  --color-success-tint: var(--base-success);
  --color-success-shade: var(--base-success);
  --color-warning-soft: var(--base-warning);
  --color-warning-strong: var(--base-warning);
  --color-warning-tint: var(--base-warning);
  --color-warning-shade: var(--base-warning);
  --color-primary-soft: var(--base-primary);
  --color-primary: var(--base-primary);
  --color-primary-tint: var(--base-primary);
  --color-primary-shade: var(--base-primary);
  --color-link: var(--base-link);
  --color-link-tint: var(--base-link);
  --color-link-shade: var(--base-link);
  --color-secondary: var(--base-secondary);
  --color-secondary-tint: var(--base-secondary);
  --color-secondary-shade: var(--base-secondary);
  --color-categorical-1: #007aff;
  --color-categorical-2: #5856d6;
  --color-categorical-3: #4cd964;
  --color-categorical-4: #ff2d55;
  --color-categorical-5: #ff9500;
  --color-categorical-6: #5ac8fa;
  --color-categorical-7: #ffcc00;
  --color-categorical-8: #8e8e93;
  --color-diverging-1: #2507b7;
  --color-diverging-2: #3109f5;
  --color-diverging-3: #6447f7;
  --color-diverging-4: #9884fa;
  --color-diverging-5: #cbc1fc;
  --color-diverging-6: #e5eef9;
  --color-diverging-7: #c8f5f0;
  --color-diverging-8: #92ece2;
  --color-diverging-9: #5be2d4;
  --color-diverging-10: #22c8b7;
  --color-diverging-11: #1ca394;
  --color-sequential-1: #1a844a;
  --color-sequential-2: #209f58;
  --color-sequential-3: #25b967;
  --color-sequential-4: #2ad476;
  --color-sequential-5: #45d987;
  --color-sequential-6: #5fde98;
  --color-sequential-7: #7ae4a9;
  --color-sequential-8: #94e9ba;
  --color-sequential-9: #afeecb;
  --color-sequential-10: #c9f4dc;
  --color-sequential-11: #e4f9ed;
  --font-size-xsmall: 12px;
  --font-size-small: 14px;
  --font-size-regular: 16px;
  --font-size-h1: 44px;
  --font-size-h2: 36px;
  --font-size-h3: 28px;
  --font-size-h4: 22px;
  --font-size-h5: 18px;
  --font-size-h6: 16px;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --line-height-normal: 1.5;
  --line-height-tight: 1.1;
  --line-height-compact: 1.055;
  --spacing-tiny: 4px;
  --spacing-xsmall: 8px;
  --spacing-small: 12px;
  --spacing-medium: 16px;
  --spacing-large: 24px;
  --spacing-xlarge: 48px;
  --spacing-huge: 80px;
  --rounded-tiny: 2px;
  --rounded-xsmall: 4px;
  --rounded-small: 6px;
  --rounded-medium: 8px;
  --rounded-large: 12px;
  --rounded-xlarge: 16px;
  --rounded-huge: 24px;
  --box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px,rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
  /*
  --color-gender-male-bg: #E8F3FC;
  --color-gender-female-bg: #FCE8FA;
  --color-gender-male-text: #1A8AE5;
  --color-gender-female-text: #DE69C3;
  */
  /*
      Legacy CSS Variables Below
      ---------------------------------------
  */
  --theme-darkest: #222222;
  --theme-dark: #333333;
  --theme-medium: #555555;
  --theme-light: #eeeeee;
  --theme-lightest: #f3f3f3;
  --theme-white: #ffffff;
  --theme-black: #343a40;
  --text-color: #3a3b3a;
  --color-primary: #262629;
  --color-success: #5cb85c;
  --color-info: #5bc0de;
  --color-warning: #f0ad4e;
  --color-danger: #d9534f;
  --gutter-x: 30px;
  --panel-border: #3f3f43;
  --panel-body-padding: 15px;
  --fa-font-face: 'FontAwesome';
  --fa-theme-weight: 900;
  --border-radius-base: 4px;
  --color-base-primary: 38, 38, 41;
  --focus-state-border: 1px solid #66afe9;
  --focus-state-border-color: #66afe9;
  --focus-state-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  --input-bg-disabled: #eeeeee;
  --input-border: #ccc;
  --input-border-radius: 4px;
  --input-height-base: 38px;
  --input-padding: 6px 12px;
  --input-placeholder: #a0a1a0;
  /* Miscellanous */
  --slider-height: 8px;
  --slider-bg: var(--color-interface-soft);
  --slider-progress-bg: var(--color-primary);
  --slider-handle-offset: 29px;
  --slider-handle-bg: var(--color-interface-softest);
  --slider-handle-height: 16px;
  --slider-handle-bg--hover: var(--color-interface-softest);
  --slider-handle-border-color: var(--color-interface-soft);
  --slider-handle-border-color--hover: var(---color-interface-soft);
}
@supports (color: color-mix(in srgb, red 50%, white 50%)) {
  :root {
    --tint-white-percentage: 50%;
    --shade-black-percentage: 15%;
    --color-critical-tint: color-mix(in srgb, var(--base-critical) 50%, transparent var(--tint-white-percentage));
    --color-critical-soft: color-mix(in srgb, var(--base-critical) 7%,   transparent var(--tint-white-percentage));
    --color-critical-shade: color-mix(in srgb, var(--base-critical) 100%, #000 var(--shade-black-percentage));
    --color-danger-tint: color-mix(in srgb, var(--base-danger) 50%, transparent var(--tint-white-percentage));
    --color-danger-soft: color-mix(in srgb, var(--base-danger) 7%,   transparent var(--tint-white-percentage));
    --color-danger-shade: color-mix(in srgb, var(--base-danger) 100%, #000 var(--shade-black-percentage));
    --color-info-tint: color-mix(in srgb, var(--base-info) 50%, transparent var(--tint-white-percentage));
    --color-info-soft: color-mix(in srgb, var(--base-info) 7%,   transparent var(--tint-white-percentage));
    --color-info-shade: color-mix(in srgb, var(--base-info) 100%, #000 var(--shade-black-percentage));
    --color-success-tint: color-mix(in srgb, var(--base-success) 50%, transparent var(--tint-white-percentage));
    --color-success-soft: color-mix(in srgb, var(--base-success) 7%,   transparent var(--tint-white-percentage));
    --color-success-shade: color-mix(in srgb, var(--base-success) 100%, #000 var(--shade-black-percentage));
    --color-warning-tint: color-mix(in srgb, var(--base-warning) 50%, transparent var(--tint-white-percentage));
    --color-warning-soft: color-mix(in srgb, var(--base-warning) 7%,   transparent var(--tint-white-percentage));
    --color-warning-shade: color-mix(in srgb, var(--base-warning) 100%, #000 var(--shade-black-percentage));
    --color-primary-tint: color-mix(in srgb, var(--base-primary) 50%, transparent var(--tint-white-percentage));
    --color-primary-soft: color-mix(in srgb, var(--base-primary) 7%,   transparent var(--tint-white-percentage));
    --color-primary-shade: color-mix(in srgb, var(--base-primary) 100%, #000 var(--shade-black-percentage));
    --color-link-tint: color-mix(in srgb, var(--base-link) 50%, transparent var(--tint-white-percentage));
    --color-link-shade: color-mix(in srgb, var(--base-link) 100%, #000 var(--shade-black-percentage));
    --color-secondary-tint: color-mix(in srgb, var(--base-secondary) 50%, transparent var(--tint-white-percentage));
    --color-secondary-shade: color-mix(in srgb, var(--base-secondary) 100%, #000 var(--shade-black-percentage));
    --color-gender-male-tint: color-mix(in srgb, var(--base-gender-male) 50%, transparent var(--tint-white-percentage));
    --color-gender-male-soft: color-mix(in srgb, var(--base-gender-male) 7%, transparent var(--tint-white-percentage));
    --color-gender-male-shade: color-mix(in srgb, var(--base-gender-male) 100%, #000 var(--shade-black-percentage));
    --color-gender-female-tint: color-mix(in srgb, var(--base-gender-female) 50%, transparent var(--tint-white-percentage));
    --color-gender-female-soft: color-mix(in srgb, var(--base-gender-female) 7%, transparent var(--tint-white-percentage));
    --color-gender-female-shade: color-mix(in srgb, var(--base-gender-female) 100%, #000 var(--shade-black-percentage));
  }
}
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.crop-container {
  margin: 0 auto;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEVmZmZ/f39ERVlDAAAAEUlEQVQIW2P8z8iIFTH8x4oAgXMQCWJFLxgAAAAASUVORK5CYII=');
  overflow: hidden;
}
.jcrop-holder {
  direction: ltr;
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #39f;
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #39f;
  width: 10px;
  height: 10px;
  font-size: 1px;
  opacity: 1 !important;
}
.jcrop-handle.ord-n,
.jcrop-handle.ord-s,
.jcrop-handle.ord-e,
.jcrop-handle.ord-w {
  display: none;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -5px;
  margin-top: -5px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -5px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -5px;
}
.jcrop-dragbar.ord-e {
  margin-right: -5px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -5px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-light .jcrop-handle {
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
.chosen-select,
.chosen-select-deselect {
  width: 100%;
}
.chosen-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}
.chosen-container.chosen-with-drop .chosen-drop {
  right: 0;
  left: 0;
}
.chosen-container .chosen-results {
  position: relative;
  max-height: 240px;
  padding: 0;
  margin: 8px 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #555555;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  padding: 5px 6px;
  margin: 0;
  line-height: 1.5em;
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  background: #feffde;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  color: #999;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.result-selected {
  color: #222222;
}
.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #262629;
}
.chosen-container .chosen-results li.highlighted em {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #777777;
}
.chosen-container .chosen-results .no-results {
  display: list-item;
  padding: 8px;
  color: #eeeeee;
}
.chosen-container .chosen-results-scroll {
  position: absolute;
  z-index: 1;
  width: 321px;
  margin: 0 4px;
  text-align: center;
  background: #fff;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  width: 9px;
  height: 24px;
  text-indent: -5000px;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  height: 38px;
  padding: 0 0 0 12px;
  overflow: hidden;
  line-height: 38px;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: none;
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
  width: 24px;
  height: 38px;
  text-align: center;
  cursor: pointer;
}
.chosen-container-single .chosen-single abbr::before {
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 900;
  color: #555555;
  content: "\f00d";
}
.chosen-container-single .chosen-single abbr:hover::before {
  color: #222222;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 36px;
  height: 38px;
  padding-left: 8px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
}
.chosen-container-single .chosen-default {
  color: #555555;
}
.chosen-container-single a:not([href]):not([tabindex]) {
  color: #a0a1a0 !important;
}
.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
  color: #333333 !important;
}
.chosen-container-single .chosen-search {
  padding: 8px 4px 0;
  white-space: nowrap;
}
.chosen-container-single .chosen-search::after {
  position: relative;
  left: -28px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 900;
  color: #555555;
  pointer-events: none;
  content: "\f002";
}
.chosen-container-single .chosen-search .chosen-search-input {
  width: 100%;
  padding: 4px 28px 4px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.chosen-container-single-nosearch .chosen-search {
  display: none;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  height: auto !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: text;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field .chosen-search-input {
  width: 100% !important;
  height: 36px;
  padding: 0 0 0 0.75rem;
  margin: 0;
  color: #a0a1a0;
  background: transparent !important;
  border: 0 !important;
  outline: 0;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #777777;
}
.chosen-container-multi .chosen-choices .search-choice {
  position: relative;
  padding: 4px 24px 4px 4px;
  margin: 6px 0 0 8px;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  cursor: default;
  background-color: #f3f3f3;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close::after {
  position: absolute;
  top: 3px;
  right: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 900;
  color: #555555;
  cursor: pointer;
  content: "\f00d";
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover::after {
  color: #222222;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #eeeeee;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.chosen-container-active .chosen-choices .search-field .chosen-search-input {
  color: #111 !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-search-input {
  display: inline-block;
}
.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-container-optgroup-clickable li.group-result {
  text-transform: none !important;
}
.chosen-container-optgroup-clickable li.group-result:hover {
  color: #fff;
  cursor: pointer;
  background-color: #3a3b3a;
}
.chosen-container.is-valid .chosen-single,
.chosen-container:valid .chosen-single,
.chosen-container.is-valid .chosen-choices,
.chosen-container:valid .chosen-choices,
.chosen-container.is-valid .chosen-drop,
.chosen-container:valid .chosen-drop {
  border-color: #5cb85c;
}
.chosen-container.is-invalid .chosen-single,
.chosen-container:invalid .chosen-single,
.chosen-container.is-invalid .chosen-choices,
.chosen-container:invalid .chosen-choices,
.chosen-container.is-invalid .chosen-drop,
.chosen-container:invalid .chosen-drop {
  border-color: #d9534f;
}
input[type="text"].chosen-focus-input {
  position: absolute;
  top: -9000px;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  outline: 0;
  box-shadow: none;
}
.input-group:nth-of-type(1) .chosen-container .chosen-choices {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(:nth-of-type(1)) .chosen-container .chosen-choices {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group:not(:nth-of-type(1)) .input-group-prepend .input-group-text {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group .chosen-container {
  position: relative;
  flex: 1 1 auto;
}
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  src: url('../../../Assets/Fonts/FontAwesome/fa-solid-900.eot?v=free5.15.3');
  src: url('../../../Assets/Fonts/FontAwesome/fa-solid-900.eot?v=free5.15.3#iefix') format('embedded-opentype'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.woff2?v=free5.15.3') format('woff2'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.woff?v=free5.15.3') format('woff'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.ttf?v=free5.15.3') format('truetype'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.svg?v=free5.15.3#fontawesome') format('svg');
  font-display: block;
}
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url('../../../Assets/Fonts/FontAwesome/fa-regular-400.eot?v=free5.15.3');
  src: url('../../../Assets/Fonts/FontAwesome/fa-regular-400.eot?v=free5.15.3#iefix') format('embedded-opentype'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.woff2?v=free5.15.3') format('woff2'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.woff?v=free5.15.3') format('woff'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.ttf?v=free5.15.3') format('truetype'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.svg?v=free5.15.3#fontawesome') format('svg');
  font-display: block;
}
@font-face {
  font-family: 'FontAwesome Brands';
  font-style: normal;
  font-weight: 400;
  src: url('../../../Assets/Fonts/FontAwesome/fa-brands-400.eot?v=free5.15.3');
  src: url('../../../Assets/Fonts/FontAwesome/fa-brands-400.eot?v=free5.15.3#iefix') format('embedded-opentype'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.woff2?v=free5.15.3') format('woff2'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.woff?v=free5.15.3') format('woff'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.ttf?v=free5.15.3') format('truetype'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.svg?v=free5.15.3#fontawesome') format('svg');
  font-display: block;
}
@font-face {
  font-display: auto;
  font-family: summernote;
  font-style: normal;
  font-weight: 400;
  src: url(font/summernote.eot?#iefix) format("embedded-opentype"), url(font/summernote.woff2) format("woff2"), url(font/summernote.woff) format("woff"), url(font/summernote.ttf) format("truetype");
}
[class*=" note-icon"]:before,
[class^=note-icon]:before {
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  display: inline-block;
  font-family: summernote;
  font-size: inherit;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: middle;
}
.note-icon-fw {
  text-align: center;
  width: 1.25em;
}
.note-icon-border {
  border: 0.08em solid #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";
}
.note-editor {
  position: relative;
}
.note-editor .note-dropzone {
  background-color: #fff;
  color: #87cefa;
  display: none;
  opacity: 0.95;
  position: absolute;
  z-index: 100;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.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;
}
.note-editor.note-airframe,
.note-editor.note-frame {
  border: 1px solid #00000032;
}
.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}
.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}
.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  word-wrap: break-word;
  overflow: auto;
  padding: 10px;
}
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: #8080801d;
}
.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
  background-color: #222;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ccc;
  display: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%;
}
.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%!important;
  z-index: 1050;
}
.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}
.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
  border: 0;
  border-top: 1px solid #e2e2e2;
  color: #000;
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 1.42857143;
  margin-bottom: 0;
  width: 100%;
}
.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
  border-top: 0 solid transparent;
  height: 0;
}
.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}
.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}
.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}
.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}
.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}
.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}
.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}
.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
  background-color: #f5f5f5;
  border-radius: 0;
  color: #000;
  margin: -7px 0 0;
  padding: 7px 10px 2px;
}
.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}
.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
  background-color: #dff0d8 !important;
  color: #3c763d !important;
}
.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
  background-color: #d9edf7 !important;
  color: #31708f !important;
}
.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
  background-color: #fcf8e3 !important;
  color: #8a6d3b !important;
}
.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
  background-color: #f2dede !important;
  color: #a94442 !important;
}
.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
  background-color: #8080801d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #00000032;
}
.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
  cursor: ns-resize;
  height: 9px;
  padding-top: 1px;
  width: 100%;
}
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  border-top: 1px solid #00000032;
  margin: 1px auto;
  width: 20px;
}
.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}
.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}
.note-editor.note-airframe {
  border: 0;
}
.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0;
}
.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;
  vertical-align: middle;
  white-space: nowrap;
}
.note-popover.popover .arrow {
  left: 20px !important;
}
.note-toolbar {
  position: relative;
}
.note-editor .note-toolbar,
.note-popover .popover-content {
  margin: 0;
  padding: 0 0 5px 5px;
}
.note-editor .note-toolbar > .note-btn-group,
.note-popover .popover-content > .note-btn-group {
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px;
}
.note-editor .note-toolbar .note-btn-group .note-table,
.note-popover .popover-content .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  cursor: pointer;
  height: 10em;
  position: absolute!important;
  width: 10em;
  z-index: 3;
}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
  height: 5em;
  position: relative!important;
  width: 5em;
  z-index: 1;
}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
  height: 1em;
  position: absolute!important;
  width: 1em;
  z-index: 2;
}
.note-editor .note-toolbar .note-style .dropdown-style blockquote,
.note-editor .note-toolbar .note-style .dropdown-style pre,
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px;
}
.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,
.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 {
  margin: 0;
  padding: 0;
}
.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
  min-width: 337px;
}
.note-editor .note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
  padding-left: 5px;
  width: 20px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
}
.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,
.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 {
  border-radius: 5px;
  cursor: pointer;
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  width: 100%;
}
.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,
.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 {
  background: #eee;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}
.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px;
}
.note-editor .note-toolbar .note-para .note-dropdown-menu > div + div,
.note-popover .popover-content .note-para .note-dropdown-menu > div + div {
  margin-left: 5px;
}
.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
  min-width: 160px;
}
.note-editor .note-toolbar .note-dropdown-menu.right,
.note-popover .popover-content .note-dropdown-menu.right {
  left: auto;
  right: 0;
}
.note-editor .note-toolbar .note-dropdown-menu.right:before,
.note-popover .popover-content .note-dropdown-menu.right:before {
  left: auto!important;
  right: 9px;
}
.note-editor .note-toolbar .note-dropdown-menu.right:after,
.note-popover .popover-content .note-dropdown-menu.right:after {
  left: auto!important;
  right: 10px;
}
.note-editor .note-toolbar .note-dropdown-menu.note-check a i,
.note-popover .popover-content .note-dropdown-menu.note-check a i {
  color: #00bfff;
  visibility: hidden;
}
.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
  visibility: visible;
}
.note-editor .note-toolbar .note-fontsize-10,
.note-popover .popover-content .note-fontsize-10 {
  font-size: 10px;
}
.note-editor .note-toolbar .note-color-palette,
.note-popover .popover-content .note-color-palette {
  line-height: 1;
}
.note-editor .note-toolbar .note-color-palette div .note-color-btn,
.note-popover .popover-content .note-color-palette div .note-color-btn {
  border: 0;
  border-radius: 0;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px;
}
.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}
.note-modal .modal-dialog {
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.note-modal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.note-modal .note-modal-form {
  margin: 0;
}
.note-modal .note-image-dialog .note-dropzone {
  border: 4px dashed #d3d3d3;
  color: #d3d3d3;
  font-size: 30px;
  line-height: 4;
  margin-bottom: 10px;
  min-height: 100px;
  text-align: center;
}
@-moz-document url-prefix() {
  .note-modal .note-image-input {
    height: auto;
  }
}
.note-placeholder {
  color: gray;
  display: none;
  position: absolute;
}
.note-handle .note-control-selection {
  border: 1px solid #000;
  display: none;
  position: absolute;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  background-color: #000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  height: 100%;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  width: 100%;
}
.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
  border: 1px solid #000;
  height: 7px;
  width: 7px;
}
.note-handle .note-control-selection .note-control-sizing {
  background-color: #000;
}
.note-handle .note-control-selection .note-control-nw {
  border-bottom: none;
  border-right: none;
  left: -5px;
  top: -5px;
}
.note-handle .note-control-selection .note-control-ne {
  border-bottom: none;
  border-left: none;
  right: -5px;
  top: -5px;
}
.note-handle .note-control-selection .note-control-sw {
  border-right: none;
  border-top: none;
  bottom: -5px;
  left: -5px;
}
.note-handle .note-control-selection .note-control-se {
  bottom: -5px;
  cursor: se-resize;
  right: -5px;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
  border-left: none;
  border-top: none;
  cursor: default;
}
.note-handle .note-control-selection .note-control-selection-info {
  background-color: #000;
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  font-size: 12px;
  margin: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  padding: 5px;
  right: 0;
}
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}
.note-hint-popover .popover-content {
  max-height: 150px;
  overflow: auto;
  padding: 3px;
}
.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 {
  background-color: #428bca;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.4;
  outline: 0;
  text-decoration: none;
  white-space: nowrap;
}
body .note-fullscreen-body,
html .note-fullscreen-body {
  overflow: hidden !important;
}
/* This Files is being imported by Theme */
@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  src: url("../../../Assets/Fonts/TablerFont/tabler-icons.woff2?v3.20.0") format("woff2"), url("../../../Assets/Fonts/TablerFont/tabler-icons.woff?") format("woff"), url("../../../Assets/Fonts/TablerFont/tabler-icons.ttf?v3.20.0") format("truetype");
}
/*
    7-18-2025 - PS
    This section is added to included the size styling for the
    Rock 1 theme onces we move Completely to the new RockNextGen
    styling system. We can completely remove this sizing section.
 */
.ti-lg {
  font-size: calc(4em / 3);
  line-height: calc(3em / 4);
  vertical-align: -0.0667em;
}
.ti-xs {
  font-size: 0.75em !important;
}
.ti-sm {
  font-size: 0.875em !important;
}
.ti-2x {
  font-size: 2em !important;
}
.ti-3x {
  font-size: 3em !important;
}
.ti-4x {
  font-size: 4em !important;
}
.ti-5x {
  font-size: 5em !important;
}
.ti-6x {
  font-size: 6em !important;
}
.ti-7x {
  font-size: 7em !important;
}
.ti-8x {
  font-size: 8em !important;
}
.ti-9x {
  font-size: 9em !important;
}
.ti-10x {
  font-size: 10em !important;
}
/* End of the to be deleted section. */
.ti {
  font-family: "tabler-icons" !important;
  font-weight: normal;
  font-style: normal;
  /*font-size: 1.3em;*/
  /* Added this because FontAwesome Icon is bigger than tabler so, when switching to tabler from FA the tabler icon is smaller */
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-a-b:before {
  content: "\ec36";
}
.ti-a-b-2:before {
  content: "\f25f";
}
.ti-a-b-off:before {
  content: "\f0a6";
}
.ti-abacus:before {
  content: "\f05c";
}
.ti-abacus-off:before {
  content: "\f3b6";
}
.ti-abc:before {
  content: "\f567";
}
.ti-access-point:before {
  content: "\ed1b";
}
.ti-access-point-off:before {
  content: "\ed1a";
}
.ti-accessible:before {
  content: "\eba9";
}
.ti-accessible-filled:before {
  content: "\f6ea";
}
.ti-accessible-off:before {
  content: "\f0a7";
}
.ti-activity:before {
  content: "\ed23";
}
.ti-activity-heartbeat:before {
  content: "\f0db";
}
.ti-ad:before {
  content: "\ea02";
}
.ti-ad-2:before {
  content: "\ef1f";
}
.ti-ad-circle:before {
  content: "\f79e";
}
.ti-ad-circle-filled:before {
  content: "\f7d3";
}
.ti-ad-circle-off:before {
  content: "\f79d";
}
.ti-ad-filled:before {
  content: "\f6eb";
}
.ti-ad-off:before {
  content: "\f3b7";
}
.ti-address-book:before {
  content: "\f021";
}
.ti-address-book-off:before {
  content: "\f3b8";
}
.ti-adjustments:before {
  content: "\ea03";
}
.ti-adjustments-alt:before {
  content: "\ec37";
}
.ti-adjustments-bolt:before {
  content: "\f7fb";
}
.ti-adjustments-cancel:before {
  content: "\f7fc";
}
.ti-adjustments-check:before {
  content: "\f7fd";
}
.ti-adjustments-code:before {
  content: "\f7fe";
}
.ti-adjustments-cog:before {
  content: "\f7ff";
}
.ti-adjustments-dollar:before {
  content: "\f800";
}
.ti-adjustments-down:before {
  content: "\f801";
}
.ti-adjustments-exclamation:before {
  content: "\f802";
}
.ti-adjustments-filled:before {
  content: "\f6ec";
}
.ti-adjustments-heart:before {
  content: "\f803";
}
.ti-adjustments-horizontal:before {
  content: "\ec38";
}
.ti-adjustments-minus:before {
  content: "\f804";
}
.ti-adjustments-off:before {
  content: "\f0a8";
}
.ti-adjustments-pause:before {
  content: "\f805";
}
.ti-adjustments-pin:before {
  content: "\f806";
}
.ti-adjustments-plus:before {
  content: "\f807";
}
.ti-adjustments-question:before {
  content: "\f808";
}
.ti-adjustments-search:before {
  content: "\f809";
}
.ti-adjustments-share:before {
  content: "\f80a";
}
.ti-adjustments-spark:before {
  content: "\ffbe";
}
.ti-adjustments-star:before {
  content: "\f80b";
}
.ti-adjustments-up:before {
  content: "\f80c";
}
.ti-adjustments-x:before {
  content: "\f80d";
}
.ti-aerial-lift:before {
  content: "\edfe";
}
.ti-affiliate:before {
  content: "\edff";
}
.ti-affiliate-filled:before {
  content: "\f6ed";
}
.ti-ai:before {
  content: "\fee7";
}
.ti-air-balloon:before {
  content: "\f4a6";
}
.ti-air-conditioning:before {
  content: "\f3a2";
}
.ti-air-conditioning-disabled:before {
  content: "\f542";
}
.ti-air-traffic-control:before {
  content: "\fb01";
}
.ti-alarm:before {
  content: "\ea04";
}
.ti-alarm-average:before {
  content: "\fc9e";
}
.ti-alarm-filled:before {
  content: "\f709";
}
.ti-alarm-minus:before {
  content: "\f630";
}
.ti-alarm-minus-filled:before {
  content: "\f70a";
}
.ti-alarm-off:before {
  content: "\f0a9";
}
.ti-alarm-plus:before {
  content: "\f631";
}
.ti-alarm-plus-filled:before {
  content: "\f70b";
}
.ti-alarm-snooze:before {
  content: "\f632";
}
.ti-alarm-snooze-filled:before {
  content: "\f70c";
}
.ti-album:before {
  content: "\f022";
}
.ti-album-off:before {
  content: "\f3b9";
}
.ti-alert-circle:before {
  content: "\ea05";
}
.ti-alert-circle-filled:before {
  content: "\f6ee";
}
.ti-alert-circle-off:before {
  content: "\fc65";
}
.ti-alert-hexagon:before {
  content: "\f80e";
}
.ti-alert-hexagon-filled:before {
  content: "\fa34";
}
.ti-alert-hexagon-off:before {
  content: "\fc66";
}
.ti-alert-octagon:before {
  content: "\ecc6";
}
.ti-alert-octagon-filled:before {
  content: "\f6ef";
}
.ti-alert-small:before {
  content: "\f80f";
}
.ti-alert-small-off:before {
  content: "\fc67";
}
.ti-alert-square:before {
  content: "\f811";
}
.ti-alert-square-filled:before {
  content: "\fa35";
}
.ti-alert-square-rounded:before {
  content: "\f810";
}
.ti-alert-square-rounded-filled:before {
  content: "\fa36";
}
.ti-alert-square-rounded-off:before {
  content: "\fc68";
}
.ti-alert-triangle:before {
  content: "\ea06";
}
.ti-alert-triangle-filled:before {
  content: "\f6f0";
}
.ti-alert-triangle-off:before {
  content: "\fc69";
}
.ti-alien:before {
  content: "\ebde";
}
.ti-alien-filled:before {
  content: "\f70d";
}
.ti-align-box-bottom-center:before {
  content: "\f530";
}
.ti-align-box-bottom-center-filled:before {
  content: "\f70e";
}
.ti-align-box-bottom-left:before {
  content: "\f531";
}
.ti-align-box-bottom-left-filled:before {
  content: "\f70f";
}
.ti-align-box-bottom-right:before {
  content: "\f532";
}
.ti-align-box-bottom-right-filled:before {
  content: "\f710";
}
.ti-align-box-center-bottom:before {
  content: "\facb";
}
.ti-align-box-center-middle:before {
  content: "\f79f";
}
.ti-align-box-center-middle-filled:before {
  content: "\f7d4";
}
.ti-align-box-center-stretch:before {
  content: "\facc";
}
.ti-align-box-center-top:before {
  content: "\facd";
}
.ti-align-box-left-bottom:before {
  content: "\f533";
}
.ti-align-box-left-bottom-filled:before {
  content: "\f711";
}
.ti-align-box-left-middle:before {
  content: "\f534";
}
.ti-align-box-left-middle-filled:before {
  content: "\f712";
}
.ti-align-box-left-stretch:before {
  content: "\face";
}
.ti-align-box-left-top:before {
  content: "\f535";
}
.ti-align-box-left-top-filled:before {
  content: "\f713";
}
.ti-align-box-right-bottom:before {
  content: "\f536";
}
.ti-align-box-right-bottom-filled:before {
  content: "\f714";
}
.ti-align-box-right-middle:before {
  content: "\f537";
}
.ti-align-box-right-middle-filled:before {
  content: "\f7d5";
}
.ti-align-box-right-stretch:before {
  content: "\facf";
}
.ti-align-box-right-top:before {
  content: "\f538";
}
.ti-align-box-right-top-filled:before {
  content: "\f715";
}
.ti-align-box-top-center:before {
  content: "\f539";
}
.ti-align-box-top-center-filled:before {
  content: "\f716";
}
.ti-align-box-top-left:before {
  content: "\f53a";
}
.ti-align-box-top-left-filled:before {
  content: "\f717";
}
.ti-align-box-top-right:before {
  content: "\f53b";
}
.ti-align-box-top-right-filled:before {
  content: "\f718";
}
.ti-align-center:before {
  content: "\ea07";
}
.ti-align-justified:before {
  content: "\ea08";
}
.ti-align-left:before {
  content: "\ea09";
}
.ti-align-left-2:before {
  content: "\ff00";
}
.ti-align-right:before {
  content: "\ea0a";
}
.ti-align-right-2:before {
  content: "\feff";
}
.ti-alpha:before {
  content: "\f543";
}
.ti-alphabet-arabic:before {
  content: "\ff2f";
}
.ti-alphabet-bangla:before {
  content: "\ff2e";
}
.ti-alphabet-cyrillic:before {
  content: "\f1df";
}
.ti-alphabet-greek:before {
  content: "\f1e0";
}
.ti-alphabet-hebrew:before {
  content: "\ff2d";
}
.ti-alphabet-korean:before {
  content: "\ff2c";
}
.ti-alphabet-latin:before {
  content: "\f1e1";
}
.ti-alphabet-thai:before {
  content: "\ff2b";
}
.ti-alt:before {
  content: "\fc54";
}
.ti-ambulance:before {
  content: "\ebf5";
}
.ti-ampersand:before {
  content: "\f229";
}
.ti-analyze:before {
  content: "\f3a3";
}
.ti-analyze-filled:before {
  content: "\f719";
}
.ti-analyze-off:before {
  content: "\f3ba";
}
.ti-anchor:before {
  content: "\eb76";
}
.ti-anchor-off:before {
  content: "\f0f7";
}
.ti-angle:before {
  content: "\ef20";
}
.ti-ankh:before {
  content: "\f1cd";
}
.ti-antenna:before {
  content: "\f094";
}
.ti-antenna-bars-1:before {
  content: "\ecc7";
}
.ti-antenna-bars-2:before {
  content: "\ecc8";
}
.ti-antenna-bars-3:before {
  content: "\ecc9";
}
.ti-antenna-bars-4:before {
  content: "\ecca";
}
.ti-antenna-bars-5:before {
  content: "\eccb";
}
.ti-antenna-bars-off:before {
  content: "\f0aa";
}
.ti-antenna-off:before {
  content: "\f3bb";
}
.ti-aperture:before {
  content: "\eb58";
}
.ti-aperture-off:before {
  content: "\f3bc";
}
.ti-api:before {
  content: "\effd";
}
.ti-api-app:before {
  content: "\effc";
}
.ti-api-app-off:before {
  content: "\f0ab";
}
.ti-api-off:before {
  content: "\f0f8";
}
.ti-app-window:before {
  content: "\efe6";
}
.ti-app-window-filled:before {
  content: "\f71a";
}
.ti-apple:before {
  content: "\ef21";
}
.ti-apple-filled:before {
  content: "\10017";
}
.ti-apps:before {
  content: "\ebb6";
}
.ti-apps-filled:before {
  content: "\f6f1";
}
.ti-apps-off:before {
  content: "\f0ac";
}
.ti-archery-arrow:before {
  content: "\fc55";
}
.ti-archive:before {
  content: "\ea0b";
}
.ti-archive-filled:before {
  content: "\fa82";
}
.ti-archive-off:before {
  content: "\f0ad";
}
.ti-armchair:before {
  content: "\ef9e";
}
.ti-armchair-2:before {
  content: "\efe7";
}
.ti-armchair-2-off:before {
  content: "\f3bd";
}
.ti-armchair-off:before {
  content: "\f3be";
}
.ti-arrow-autofit-content:before {
  content: "\ef31";
}
.ti-arrow-autofit-content-filled:before {
  content: "\f6f2";
}
.ti-arrow-autofit-down:before {
  content: "\ef32";
}
.ti-arrow-autofit-height:before {
  content: "\ef33";
}
.ti-arrow-autofit-left:before {
  content: "\ef34";
}
.ti-arrow-autofit-right:before {
  content: "\ef35";
}
.ti-arrow-autofit-up:before {
  content: "\ef36";
}
.ti-arrow-autofit-width:before {
  content: "\ef37";
}
.ti-arrow-back:before {
  content: "\ea0c";
}
.ti-arrow-back-up:before {
  content: "\eb77";
}
.ti-arrow-back-up-double:before {
  content: "\f9ec";
}
.ti-arrow-badge-down:before {
  content: "\f60b";
}
.ti-arrow-badge-down-filled:before {
  content: "\f7d6";
}
.ti-arrow-badge-left:before {
  content: "\f60c";
}
.ti-arrow-badge-left-filled:before {
  content: "\f7d7";
}
.ti-arrow-badge-right:before {
  content: "\f60d";
}
.ti-arrow-badge-right-filled:before {
  content: "\f7d8";
}
.ti-arrow-badge-up:before {
  content: "\f60e";
}
.ti-arrow-badge-up-filled:before {
  content: "\f7d9";
}
.ti-arrow-bar-both:before {
  content: "\fadd";
}
.ti-arrow-bar-down:before {
  content: "\ea0d";
}
.ti-arrow-bar-left:before {
  content: "\ea0e";
}
.ti-arrow-bar-right:before {
  content: "\ea0f";
}
.ti-arrow-bar-to-down:before {
  content: "\ec88";
}
.ti-arrow-bar-to-left:before {
  content: "\ec89";
}
.ti-arrow-bar-to-right:before {
  content: "\ec8a";
}
.ti-arrow-bar-to-up:before {
  content: "\ec8b";
}
.ti-arrow-bar-up:before {
  content: "\ea10";
}
.ti-arrow-bear-left:before {
  content: "\f045";
}
.ti-arrow-bear-left-2:before {
  content: "\f044";
}
.ti-arrow-bear-right:before {
  content: "\f047";
}
.ti-arrow-bear-right-2:before {
  content: "\f046";
}
.ti-arrow-big-down:before {
  content: "\edda";
}
.ti-arrow-big-down-filled:before {
  content: "\f6c6";
}
.ti-arrow-big-down-line:before {
  content: "\efe8";
}
.ti-arrow-big-down-line-filled:before {
  content: "\f6c7";
}
.ti-arrow-big-down-lines:before {
  content: "\efe9";
}
.ti-arrow-big-down-lines-filled:before {
  content: "\f6c8";
}
.ti-arrow-big-left:before {
  content: "\eddb";
}
.ti-arrow-big-left-filled:before {
  content: "\f6c9";
}
.ti-arrow-big-left-line:before {
  content: "\efea";
}
.ti-arrow-big-left-line-filled:before {
  content: "\f6ca";
}
.ti-arrow-big-left-lines:before {
  content: "\efeb";
}
.ti-arrow-big-left-lines-filled:before {
  content: "\f6cb";
}
.ti-arrow-big-right:before {
  content: "\eddc";
}
.ti-arrow-big-right-filled:before {
  content: "\f6cc";
}
.ti-arrow-big-right-line:before {
  content: "\efec";
}
.ti-arrow-big-right-line-filled:before {
  content: "\f6cd";
}
.ti-arrow-big-right-lines:before {
  content: "\efed";
}
.ti-arrow-big-right-lines-filled:before {
  content: "\f6ce";
}
.ti-arrow-big-up:before {
  content: "\eddd";
}
.ti-arrow-big-up-filled:before {
  content: "\f6cf";
}
.ti-arrow-big-up-line:before {
  content: "\efee";
}
.ti-arrow-big-up-line-filled:before {
  content: "\f6d0";
}
.ti-arrow-big-up-lines:before {
  content: "\efef";
}
.ti-arrow-big-up-lines-filled:before {
  content: "\f6d1";
}
.ti-arrow-bounce:before {
  content: "\f3a4";
}
.ti-arrow-capsule:before {
  content: "\fade";
}
.ti-arrow-curve-left:before {
  content: "\f048";
}
.ti-arrow-curve-right:before {
  content: "\f049";
}
.ti-arrow-down:before {
  content: "\ea16";
}
.ti-arrow-down-bar:before {
  content: "\ed98";
}
.ti-arrow-down-circle:before {
  content: "\ea11";
}
.ti-arrow-down-circle-filled:before {
  content: "\1003b";
}
.ti-arrow-down-dashed:before {
  content: "\1006a";
}
.ti-arrow-down-from-arc:before {
  content: "\fd86";
}
.ti-arrow-down-left:before {
  content: "\ea13";
}
.ti-arrow-down-left-circle:before {
  content: "\ea12";
}
.ti-arrow-down-rhombus:before {
  content: "\f61d";
}
.ti-arrow-down-rhombus-filled:before {
  content: "\1003a";
}
.ti-arrow-down-right:before {
  content: "\ea15";
}
.ti-arrow-down-right-circle:before {
  content: "\ea14";
}
.ti-arrow-down-square:before {
  content: "\ed9a";
}
.ti-arrow-down-square-filled:before {
  content: "\10039";
}
.ti-arrow-down-tail:before {
  content: "\ed9b";
}
.ti-arrow-down-to-arc:before {
  content: "\fd87";
}
.ti-arrow-elbow-left:before {
  content: "\f9ed";
}
.ti-arrow-elbow-right:before {
  content: "\f9ee";
}
.ti-arrow-fork:before {
  content: "\f04a";
}
.ti-arrow-forward:before {
  content: "\ea17";
}
.ti-arrow-forward-up:before {
  content: "\eb78";
}
.ti-arrow-forward-up-double:before {
  content: "\f9ef";
}
.ti-arrow-guide:before {
  content: "\f22a";
}
.ti-arrow-guide-filled:before {
  content: "\10038";
}
.ti-arrow-iteration:before {
  content: "\f578";
}
.ti-arrow-left:before {
  content: "\ea19";
}
.ti-arrow-left-bar:before {
  content: "\ed9c";
}
.ti-arrow-left-circle:before {
  content: "\ea18";
}
.ti-arrow-left-circle-filled:before {
  content: "\10037";
}
.ti-arrow-left-dashed:before {
  content: "\10069";
}
.ti-arrow-left-from-arc:before {
  content: "\fd88";
}
.ti-arrow-left-rhombus:before {
  content: "\f61e";
}
.ti-arrow-left-rhombus-filled:before {
  content: "\10036";
}
.ti-arrow-left-right:before {
  content: "\f04b";
}
.ti-arrow-left-square:before {
  content: "\ed9d";
}
.ti-arrow-left-square-filled:before {
  content: "\10035";
}
.ti-arrow-left-tail:before {
  content: "\ed9e";
}
.ti-arrow-left-to-arc:before {
  content: "\fd89";
}
.ti-arrow-loop-left:before {
  content: "\ed9f";
}
.ti-arrow-loop-left-2:before {
  content: "\f04c";
}
.ti-arrow-loop-right:before {
  content: "\eda0";
}
.ti-arrow-loop-right-2:before {
  content: "\f04d";
}
.ti-arrow-merge:before {
  content: "\f04e";
}
.ti-arrow-merge-alt-left:before {
  content: "\fc9f";
}
.ti-arrow-merge-alt-right:before {
  content: "\fca0";
}
.ti-arrow-merge-both:before {
  content: "\f23b";
}
.ti-arrow-merge-left:before {
  content: "\f23c";
}
.ti-arrow-merge-right:before {
  content: "\f23d";
}
.ti-arrow-move-down:before {
  content: "\f2ba";
}
.ti-arrow-move-down-filled:before {
  content: "\10034";
}
.ti-arrow-move-left:before {
  content: "\f2bb";
}
.ti-arrow-move-left-filled:before {
  content: "\10033";
}
.ti-arrow-move-right:before {
  content: "\f2bc";
}
.ti-arrow-move-right-filled:before {
  content: "\10032";
}
.ti-arrow-move-up:before {
  content: "\f2bd";
}
.ti-arrow-move-up-filled:before {
  content: "\10031";
}
.ti-arrow-narrow-down:before {
  content: "\ea1a";
}
.ti-arrow-narrow-down-dashed:before {
  content: "\10068";
}
.ti-arrow-narrow-left:before {
  content: "\ea1b";
}
.ti-arrow-narrow-left-dashed:before {
  content: "\10067";
}
.ti-arrow-narrow-right:before {
  content: "\ea1c";
}
.ti-arrow-narrow-right-dashed:before {
  content: "\10066";
}
.ti-arrow-narrow-up:before {
  content: "\ea1d";
}
.ti-arrow-narrow-up-dashed:before {
  content: "\10065";
}
.ti-arrow-ramp-left:before {
  content: "\ed3c";
}
.ti-arrow-ramp-left-2:before {
  content: "\f04f";
}
.ti-arrow-ramp-left-3:before {
  content: "\f050";
}
.ti-arrow-ramp-right:before {
  content: "\ed3d";
}
.ti-arrow-ramp-right-2:before {
  content: "\f051";
}
.ti-arrow-ramp-right-3:before {
  content: "\f052";
}
.ti-arrow-right:before {
  content: "\ea1f";
}
.ti-arrow-right-bar:before {
  content: "\eda1";
}
.ti-arrow-right-circle:before {
  content: "\ea1e";
}
.ti-arrow-right-circle-filled:before {
  content: "\10030";
}
.ti-arrow-right-dashed:before {
  content: "\10064";
}
.ti-arrow-right-from-arc:before {
  content: "\fd8a";
}
.ti-arrow-right-rhombus:before {
  content: "\f61f";
}
.ti-arrow-right-rhombus-filled:before {
  content: "\1002f";
}
.ti-arrow-right-square:before {
  content: "\eda2";
}
.ti-arrow-right-square-filled:before {
  content: "\1002e";
}
.ti-arrow-right-tail:before {
  content: "\eda3";
}
.ti-arrow-right-to-arc:before {
  content: "\fd8b";
}
.ti-arrow-rotary-first-left:before {
  content: "\f053";
}
.ti-arrow-rotary-first-right:before {
  content: "\f054";
}
.ti-arrow-rotary-last-left:before {
  content: "\f055";
}
.ti-arrow-rotary-last-right:before {
  content: "\f056";
}
.ti-arrow-rotary-left:before {
  content: "\f057";
}
.ti-arrow-rotary-right:before {
  content: "\f058";
}
.ti-arrow-rotary-straight:before {
  content: "\f059";
}
.ti-arrow-roundabout-left:before {
  content: "\f22b";
}
.ti-arrow-roundabout-right:before {
  content: "\f22c";
}
.ti-arrow-sharp-turn-left:before {
  content: "\f05a";
}
.ti-arrow-sharp-turn-right:before {
  content: "\f05b";
}
.ti-arrow-up:before {
  content: "\ea25";
}
.ti-arrow-up-bar:before {
  content: "\eda4";
}
.ti-arrow-up-circle:before {
  content: "\ea20";
}
.ti-arrow-up-circle-filled:before {
  content: "\1002d";
}
.ti-arrow-up-dashed:before {
  content: "\10063";
}
.ti-arrow-up-from-arc:before {
  content: "\fd8c";
}
.ti-arrow-up-left:before {
  content: "\ea22";
}
.ti-arrow-up-left-circle:before {
  content: "\ea21";
}
.ti-arrow-up-rhombus:before {
  content: "\f620";
}
.ti-arrow-up-rhombus-filled:before {
  content: "\1002c";
}
.ti-arrow-up-right:before {
  content: "\ea24";
}
.ti-arrow-up-right-circle:before {
  content: "\ea23";
}
.ti-arrow-up-square:before {
  content: "\eda6";
}
.ti-arrow-up-square-filled:before {
  content: "\1002b";
}
.ti-arrow-up-tail:before {
  content: "\eda7";
}
.ti-arrow-up-to-arc:before {
  content: "\fd8d";
}
.ti-arrow-wave-left-down:before {
  content: "\eda8";
}
.ti-arrow-wave-left-up:before {
  content: "\eda9";
}
.ti-arrow-wave-right-down:before {
  content: "\edaa";
}
.ti-arrow-wave-right-up:before {
  content: "\edab";
}
.ti-arrow-zig-zag:before {
  content: "\f4a7";
}
.ti-arrows-cross:before {
  content: "\effe";
}
.ti-arrows-diagonal:before {
  content: "\ea27";
}
.ti-arrows-diagonal-2:before {
  content: "\ea26";
}
.ti-arrows-diagonal-minimize:before {
  content: "\ef39";
}
.ti-arrows-diagonal-minimize-2:before {
  content: "\ef38";
}
.ti-arrows-diff:before {
  content: "\f296";
}
.ti-arrows-double-ne-sw:before {
  content: "\edde";
}
.ti-arrows-double-nw-se:before {
  content: "\eddf";
}
.ti-arrows-double-se-nw:before {
  content: "\ede0";
}
.ti-arrows-double-sw-ne:before {
  content: "\ede1";
}
.ti-arrows-down:before {
  content: "\edad";
}
.ti-arrows-down-up:before {
  content: "\edac";
}
.ti-arrows-exchange:before {
  content: "\f1f4";
}
.ti-arrows-exchange-2:before {
  content: "\f1f3";
}
.ti-arrows-horizontal:before {
  content: "\eb59";
}
.ti-arrows-join:before {
  content: "\edaf";
}
.ti-arrows-join-2:before {
  content: "\edae";
}
.ti-arrows-left:before {
  content: "\edb1";
}
.ti-arrows-left-down:before {
  content: "\ee00";
}
.ti-arrows-left-right:before {
  content: "\edb0";
}
.ti-arrows-maximize:before {
  content: "\ea28";
}
.ti-arrows-minimize:before {
  content: "\ea29";
}
.ti-arrows-move:before {
  content: "\f22f";
}
.ti-arrows-move-horizontal:before {
  content: "\f22d";
}
.ti-arrows-move-vertical:before {
  content: "\f22e";
}
.ti-arrows-random:before {
  content: "\f095";
}
.ti-arrows-right:before {
  content: "\edb3";
}
.ti-arrows-right-down:before {
  content: "\ee01";
}
.ti-arrows-right-left:before {
  content: "\edb2";
}
.ti-arrows-shuffle:before {
  content: "\f000";
}
.ti-arrows-shuffle-2:before {
  content: "\efff";
}
.ti-arrows-sort:before {
  content: "\eb5a";
}
.ti-arrows-split:before {
  content: "\edb5";
}
.ti-arrows-split-2:before {
  content: "\edb4";
}
.ti-arrows-transfer-down:before {
  content: "\f2cc";
}
.ti-arrows-transfer-up:before {
  content: "\f2cd";
}
.ti-arrows-transfer-up-down:before {
  content: "\ffac";
}
.ti-arrows-up:before {
  content: "\edb7";
}
.ti-arrows-up-down:before {
  content: "\edb6";
}
.ti-arrows-up-left:before {
  content: "\ee02";
}
.ti-arrows-up-right:before {
  content: "\ee03";
}
.ti-arrows-vertical:before {
  content: "\eb5b";
}
.ti-artboard:before {
  content: "\ea2a";
}
.ti-artboard-filled:before {
  content: "\fa83";
}
.ti-artboard-off:before {
  content: "\f0ae";
}
.ti-article:before {
  content: "\f1e2";
}
.ti-article-filled:before {
  content: "\f7da";
}
.ti-article-off:before {
  content: "\f3bf";
}
.ti-aspect-ratio:before {
  content: "\ed30";
}
.ti-aspect-ratio-filled:before {
  content: "\f7db";
}
.ti-aspect-ratio-off:before {
  content: "\f0af";
}
.ti-assembly:before {
  content: "\f24d";
}
.ti-assembly-filled:before {
  content: "\fe9e";
}
.ti-assembly-off:before {
  content: "\f3c0";
}
.ti-asset:before {
  content: "\f1ce";
}
.ti-asset-filled:before {
  content: "\fe9d";
}
.ti-asterisk:before {
  content: "\efd5";
}
.ti-asterisk-simple:before {
  content: "\efd4";
}
.ti-at:before {
  content: "\ea2b";
}
.ti-at-off:before {
  content: "\f0b0";
}
.ti-atom:before {
  content: "\eb79";
}
.ti-atom-2:before {
  content: "\ebdf";
}
.ti-atom-2-filled:before {
  content: "\f71b";
}
.ti-atom-off:before {
  content: "\f0f9";
}
.ti-augmented-reality:before {
  content: "\f023";
}
.ti-augmented-reality-2:before {
  content: "\f37e";
}
.ti-augmented-reality-off:before {
  content: "\f3c1";
}
.ti-auth-2fa:before {
  content: "\eca0";
}
.ti-automatic-gearbox:before {
  content: "\fc89";
}
.ti-automatic-gearbox-filled:before {
  content: "\1002a";
}
.ti-automation:before {
  content: "\fef8";
}
.ti-avocado:before {
  content: "\fd8e";
}
.ti-award:before {
  content: "\ea2c";
}
.ti-award-filled:before {
  content: "\f71c";
}
.ti-award-off:before {
  content: "\f0fa";
}
.ti-axe:before {
  content: "\ef9f";
}
.ti-axis-x:before {
  content: "\ef45";
}
.ti-axis-y:before {
  content: "\ef46";
}
.ti-baby-bottle:before {
  content: "\f5d2";
}
.ti-baby-carriage:before {
  content: "\f05d";
}
.ti-baby-carriage-filled:before {
  content: "\fe9c";
}
.ti-background:before {
  content: "\fd2c";
}
.ti-backhoe:before {
  content: "\ed86";
}
.ti-backpack:before {
  content: "\ef47";
}
.ti-backpack-off:before {
  content: "\f3c2";
}
.ti-backslash:before {
  content: "\fab9";
}
.ti-backspace:before {
  content: "\ea2d";
}
.ti-backspace-filled:before {
  content: "\f7dc";
}
.ti-badge:before {
  content: "\efc2";
}
.ti-badge-3d:before {
  content: "\f555";
}
.ti-badge-3d-filled:before {
  content: "\fe9b";
}
.ti-badge-4k:before {
  content: "\f556";
}
.ti-badge-4k-filled:before {
  content: "\fe9a";
}
.ti-badge-8k:before {
  content: "\f557";
}
.ti-badge-8k-filled:before {
  content: "\fe99";
}
.ti-badge-ad:before {
  content: "\f558";
}
.ti-badge-ad-filled:before {
  content: "\fe98";
}
.ti-badge-ad-off:before {
  content: "\fd8f";
}
.ti-badge-ar:before {
  content: "\f559";
}
.ti-badge-ar-filled:before {
  content: "\fe97";
}
.ti-badge-cc:before {
  content: "\f55a";
}
.ti-badge-cc-filled:before {
  content: "\fe96";
}
.ti-badge-filled:before {
  content: "\f667";
}
.ti-badge-hd:before {
  content: "\f55b";
}
.ti-badge-hd-filled:before {
  content: "\fe95";
}
.ti-badge-off:before {
  content: "\f0fb";
}
.ti-badge-sd:before {
  content: "\f55c";
}
.ti-badge-sd-filled:before {
  content: "\fe94";
}
.ti-badge-tm:before {
  content: "\f55d";
}
.ti-badge-tm-filled:before {
  content: "\fe93";
}
.ti-badge-vo:before {
  content: "\f55e";
}
.ti-badge-vo-filled:before {
  content: "\fe92";
}
.ti-badge-vr:before {
  content: "\f55f";
}
.ti-badge-vr-filled:before {
  content: "\fe91";
}
.ti-badge-wc:before {
  content: "\f560";
}
.ti-badge-wc-filled:before {
  content: "\fe90";
}
.ti-badges:before {
  content: "\efc3";
}
.ti-badges-filled:before {
  content: "\f7dd";
}
.ti-badges-off:before {
  content: "\f0fc";
}
.ti-baguette:before {
  content: "\f3a5";
}
.ti-ball-american-football:before {
  content: "\ee04";
}
.ti-ball-american-football-off:before {
  content: "\f3c3";
}
.ti-ball-baseball:before {
  content: "\efa0";
}
.ti-ball-basketball:before {
  content: "\ec28";
}
.ti-ball-bowling:before {
  content: "\ec29";
}
.ti-ball-football:before {
  content: "\ee06";
}
.ti-ball-football-off:before {
  content: "\ee05";
}
.ti-ball-tennis:before {
  content: "\ec2a";
}
.ti-ball-volleyball:before {
  content: "\ec2b";
}
.ti-balloon:before {
  content: "\ef3a";
}
.ti-balloon-filled:before {
  content: "\fa84";
}
.ti-balloon-off:before {
  content: "\f0fd";
}
.ti-ballpen:before {
  content: "\f06e";
}
.ti-ballpen-filled:before {
  content: "\fa85";
}
.ti-ballpen-off:before {
  content: "\f0b1";
}
.ti-ban:before {
  content: "\ea2e";
}
.ti-bandage:before {
  content: "\eb7a";
}
.ti-bandage-filled:before {
  content: "\f7de";
}
.ti-bandage-off:before {
  content: "\f3c4";
}
.ti-barbell:before {
  content: "\eff0";
}
.ti-barbell-filled:before {
  content: "\fe8f";
}
.ti-barbell-off:before {
  content: "\f0b2";
}
.ti-barcode:before {
  content: "\ebc6";
}
.ti-barcode-off:before {
  content: "\f0b3";
}
.ti-barrel:before {
  content: "\f0b4";
}
.ti-barrel-off:before {
  content: "\f0fe";
}
.ti-barrier-block:before {
  content: "\f00e";
}
.ti-barrier-block-filled:before {
  content: "\fe8e";
}
.ti-barrier-block-off:before {
  content: "\f0b5";
}
.ti-baseline:before {
  content: "\f024";
}
.ti-baseline-density-large:before {
  content: "\f9f0";
}
.ti-baseline-density-medium:before {
  content: "\f9f1";
}
.ti-baseline-density-small:before {
  content: "\f9f2";
}
.ti-basket:before {
  content: "\ebe1";
}
.ti-basket-bolt:before {
  content: "\fb43";
}
.ti-basket-cancel:before {
  content: "\fb44";
}
.ti-basket-check:before {
  content: "\fb45";
}
.ti-basket-code:before {
  content: "\fb46";
}
.ti-basket-cog:before {
  content: "\fb47";
}
.ti-basket-discount:before {
  content: "\fb48";
}
.ti-basket-dollar:before {
  content: "\fb49";
}
.ti-basket-down:before {
  content: "\fb4a";
}
.ti-basket-exclamation:before {
  content: "\fb4b";
}
.ti-basket-filled:before {
  content: "\f7df";
}
.ti-basket-heart:before {
  content: "\fb4c";
}
.ti-basket-minus:before {
  content: "\fb4d";
}
.ti-basket-off:before {
  content: "\f0b6";
}
.ti-basket-pause:before {
  content: "\fb4e";
}
.ti-basket-pin:before {
  content: "\fb4f";
}
.ti-basket-plus:before {
  content: "\fb50";
}
.ti-basket-question:before {
  content: "\fb51";
}
.ti-basket-search:before {
  content: "\fb52";
}
.ti-basket-share:before {
  content: "\fb53";
}
.ti-basket-star:before {
  content: "\fb54";
}
.ti-basket-up:before {
  content: "\fb55";
}
.ti-basket-x:before {
  content: "\fb56";
}
.ti-bat:before {
  content: "\f284";
}
.ti-bath:before {
  content: "\ef48";
}
.ti-bath-filled:before {
  content: "\f71d";
}
.ti-bath-off:before {
  content: "\f0ff";
}
.ti-battery:before {
  content: "\ea34";
}
.ti-battery-1:before {
  content: "\ea2f";
}
.ti-battery-1-filled:before {
  content: "\f71e";
}
.ti-battery-2:before {
  content: "\ea30";
}
.ti-battery-2-filled:before {
  content: "\f71f";
}
.ti-battery-3:before {
  content: "\ea31";
}
.ti-battery-3-filled:before {
  content: "\f720";
}
.ti-battery-4:before {
  content: "\ea32";
}
.ti-battery-4-filled:before {
  content: "\f721";
}
.ti-battery-automotive:before {
  content: "\ee07";
}
.ti-battery-automotive-filled:before {
  content: "\10029";
}
.ti-battery-charging:before {
  content: "\ea33";
}
.ti-battery-charging-2:before {
  content: "\ef3b";
}
.ti-battery-eco:before {
  content: "\ef3c";
}
.ti-battery-exclamation:before {
  content: "\ff1d";
}
.ti-battery-filled:before {
  content: "\f668";
}
.ti-battery-off:before {
  content: "\ed1c";
}
.ti-battery-spark:before {
  content: "\ffbd";
}
.ti-battery-vertical:before {
  content: "\ff13";
}
.ti-battery-vertical-1:before {
  content: "\ff1c";
}
.ti-battery-vertical-1-filled:before {
  content: "\10028";
}
.ti-battery-vertical-2:before {
  content: "\ff1b";
}
.ti-battery-vertical-2-filled:before {
  content: "\10027";
}
.ti-battery-vertical-3:before {
  content: "\ff1a";
}
.ti-battery-vertical-3-filled:before {
  content: "\10026";
}
.ti-battery-vertical-4:before {
  content: "\ff19";
}
.ti-battery-vertical-4-filled:before {
  content: "\10025";
}
.ti-battery-vertical-charging:before {
  content: "\ff17";
}
.ti-battery-vertical-charging-2:before {
  content: "\ff18";
}
.ti-battery-vertical-eco:before {
  content: "\ff16";
}
.ti-battery-vertical-exclamation:before {
  content: "\ff15";
}
.ti-battery-vertical-filled:before {
  content: "\10024";
}
.ti-battery-vertical-off:before {
  content: "\ff14";
}
.ti-beach:before {
  content: "\ef3d";
}
.ti-beach-off:before {
  content: "\f0b7";
}
.ti-bed:before {
  content: "\eb5c";
}
.ti-bed-filled:before {
  content: "\f7e0";
}
.ti-bed-flat:before {
  content: "\fca1";
}
.ti-bed-flat-filled:before {
  content: "\fe8d";
}
.ti-bed-off:before {
  content: "\f100";
}
.ti-beer:before {
  content: "\efa1";
}
.ti-beer-filled:before {
  content: "\f7e1";
}
.ti-beer-off:before {
  content: "\f101";
}
.ti-bell:before {
  content: "\ea35";
}
.ti-bell-bolt:before {
  content: "\f812";
}
.ti-bell-cancel:before {
  content: "\f813";
}
.ti-bell-check:before {
  content: "\f814";
}
.ti-bell-code:before {
  content: "\f815";
}
.ti-bell-cog:before {
  content: "\f816";
}
.ti-bell-dollar:before {
  content: "\f817";
}
.ti-bell-down:before {
  content: "\f818";
}
.ti-bell-exclamation:before {
  content: "\f819";
}
.ti-bell-filled:before {
  content: "\f669";
}
.ti-bell-heart:before {
  content: "\f81a";
}
.ti-bell-minus:before {
  content: "\ede2";
}
.ti-bell-minus-filled:before {
  content: "\f722";
}
.ti-bell-off:before {
  content: "\ece9";
}
.ti-bell-pause:before {
  content: "\f81b";
}
.ti-bell-pin:before {
  content: "\f81c";
}
.ti-bell-plus:before {
  content: "\ede3";
}
.ti-bell-plus-filled:before {
  content: "\f723";
}
.ti-bell-question:before {
  content: "\f81d";
}
.ti-bell-ringing:before {
  content: "\ed07";
}
.ti-bell-ringing-2:before {
  content: "\ede4";
}
.ti-bell-ringing-2-filled:before {
  content: "\f724";
}
.ti-bell-ringing-filled:before {
  content: "\f725";
}
.ti-bell-school:before {
  content: "\f05e";
}
.ti-bell-search:before {
  content: "\f81e";
}
.ti-bell-share:before {
  content: "\f81f";
}
.ti-bell-star:before {
  content: "\f820";
}
.ti-bell-up:before {
  content: "\f821";
}
.ti-bell-x:before {
  content: "\ede5";
}
.ti-bell-x-filled:before {
  content: "\f726";
}
.ti-bell-z:before {
  content: "\eff1";
}
.ti-bell-z-filled:before {
  content: "\f727";
}
.ti-beta:before {
  content: "\f544";
}
.ti-bible:before {
  content: "\efc4";
}
.ti-bike:before {
  content: "\ea36";
}
.ti-bike-filled:before {
  content: "\10023";
}
.ti-bike-off:before {
  content: "\f0b8";
}
.ti-binary:before {
  content: "\ee08";
}
.ti-binary-off:before {
  content: "\f3c5";
}
.ti-binary-tree:before {
  content: "\f5d4";
}
.ti-binary-tree-2:before {
  content: "\f5d3";
}
.ti-binary-tree-2-filled:before {
  content: "\ff65";
}
.ti-binary-tree-filled:before {
  content: "\ff64";
}
.ti-binoculars:before {
  content: "\fefe";
}
.ti-binoculars-filled:before {
  content: "\ff0b";
}
.ti-biohazard:before {
  content: "\ecb8";
}
.ti-biohazard-filled:before {
  content: "\fe8c";
}
.ti-biohazard-off:before {
  content: "\f0b9";
}
.ti-blade:before {
  content: "\f4bd";
}
.ti-blade-filled:before {
  content: "\f7e2";
}
.ti-bleach:before {
  content: "\f2f3";
}
.ti-bleach-chlorine:before {
  content: "\f2f0";
}
.ti-bleach-no-chlorine:before {
  content: "\f2f1";
}
.ti-bleach-off:before {
  content: "\f2f2";
}
.ti-blend-mode:before {
  content: "\feb0";
}
.ti-blender:before {
  content: "\fca2";
}
.ti-blender-filled:before {
  content: "\10022";
}
.ti-blob:before {
  content: "\feaf";
}
.ti-blob-filled:before {
  content: "\feb1";
}
.ti-blockquote:before {
  content: "\ee09";
}
.ti-bluetooth:before {
  content: "\ea37";
}
.ti-bluetooth-connected:before {
  content: "\ecea";
}
.ti-bluetooth-off:before {
  content: "\eceb";
}
.ti-bluetooth-x:before {
  content: "\f081";
}
.ti-blur:before {
  content: "\ef8c";
}
.ti-blur-off:before {
  content: "\f3c6";
}
.ti-bmp:before {
  content: "\f3a6";
}
.ti-body-scan:before {
  content: "\fca3";
}
.ti-bold:before {
  content: "\eb7b";
}
.ti-bold-off:before {
  content: "\f0ba";
}
.ti-bolt:before {
  content: "\ea38";
}
.ti-bolt-filled:before {
  content: "\10021";
}
.ti-bolt-off:before {
  content: "\ecec";
}
.ti-bomb:before {
  content: "\f59c";
}
.ti-bomb-filled:before {
  content: "\fa86";
}
.ti-bone:before {
  content: "\edb8";
}
.ti-bone-filled:before {
  content: "\fe8b";
}
.ti-bone-off:before {
  content: "\f0bb";
}
.ti-bong:before {
  content: "\f3a7";
}
.ti-bong-filled:before {
  content: "\10020";
}
.ti-bong-off:before {
  content: "\f3c7";
}
.ti-book:before {
  content: "\ea39";
}
.ti-book-2:before {
  content: "\efc5";
}
.ti-book-download:before {
  content: "\f070";
}
.ti-book-filled:before {
  content: "\fa87";
}
.ti-book-off:before {
  content: "\f0bc";
}
.ti-book-upload:before {
  content: "\f071";
}
.ti-bookmark:before {
  content: "\ea3a";
}
.ti-bookmark-ai:before {
  content: "\fc8a";
}
.ti-bookmark-edit:before {
  content: "\fa5e";
}
.ti-bookmark-filled:before {
  content: "\fa88";
}
.ti-bookmark-minus:before {
  content: "\fa5f";
}
.ti-bookmark-off:before {
  content: "\eced";
}
.ti-bookmark-plus:before {
  content: "\fa60";
}
.ti-bookmark-question:before {
  content: "\fa61";
}
.ti-bookmarks:before {
  content: "\ed08";
}
.ti-bookmarks-filled:before {
  content: "\fb1f";
}
.ti-bookmarks-off:before {
  content: "\f0bd";
}
.ti-books:before {
  content: "\eff2";
}
.ti-books-off:before {
  content: "\f0be";
}
.ti-boom:before {
  content: "\fdbe";
}
.ti-boom-filled:before {
  content: "\fe8a";
}
.ti-border-all:before {
  content: "\ea3b";
}
.ti-border-bottom:before {
  content: "\ea3c";
}
.ti-border-bottom-plus:before {
  content: "\fdbd";
}
.ti-border-corner-ios:before {
  content: "\fd98";
}
.ti-border-corner-pill:before {
  content: "\fd62";
}
.ti-border-corner-rounded:before {
  content: "\fd63";
}
.ti-border-corner-square:before {
  content: "\fd64";
}
.ti-border-corners:before {
  content: "\f7a0";
}
.ti-border-horizontal:before {
  content: "\ea3d";
}
.ti-border-inner:before {
  content: "\ea3e";
}
.ti-border-left:before {
  content: "\ea3f";
}
.ti-border-left-plus:before {
  content: "\fdbc";
}
.ti-border-none:before {
  content: "\ea40";
}
.ti-border-outer:before {
  content: "\ea41";
}
.ti-border-radius:before {
  content: "\eb7c";
}
.ti-border-right:before {
  content: "\ea42";
}
.ti-border-right-plus:before {
  content: "\fdbb";
}
.ti-border-sides:before {
  content: "\f7a1";
}
.ti-border-style:before {
  content: "\ee0a";
}
.ti-border-style-2:before {
  content: "\ef22";
}
.ti-border-top:before {
  content: "\ea43";
}
.ti-border-top-plus:before {
  content: "\fdba";
}
.ti-border-vertical:before {
  content: "\ea44";
}
.ti-bottle:before {
  content: "\ef0b";
}
.ti-bottle-filled:before {
  content: "\fa89";
}
.ti-bottle-off:before {
  content: "\f3c8";
}
.ti-bounce-left:before {
  content: "\f59d";
}
.ti-bounce-left-filled:before {
  content: "\fb20";
}
.ti-bounce-right:before {
  content: "\f59e";
}
.ti-bounce-right-filled:before {
  content: "\fb21";
}
.ti-bow:before {
  content: "\f096";
}
.ti-bow-filled:before {
  content: "\fe89";
}
.ti-bowl:before {
  content: "\f4fa";
}
.ti-bowl-chopsticks:before {
  content: "\fd90";
}
.ti-bowl-chopsticks-filled:before {
  content: "\fe88";
}
.ti-bowl-filled:before {
  content: "\fb22";
}
.ti-bowl-spoon:before {
  content: "\fd91";
}
.ti-bowl-spoon-filled:before {
  content: "\fe87";
}
.ti-box:before {
  content: "\ea45";
}
.ti-box-align-bottom:before {
  content: "\f2a8";
}
.ti-box-align-bottom-filled:before {
  content: "\fa8a";
}
.ti-box-align-bottom-left:before {
  content: "\f2ce";
}
.ti-box-align-bottom-left-filled:before {
  content: "\fa8b";
}
.ti-box-align-bottom-right:before {
  content: "\f2cf";
}
.ti-box-align-bottom-right-filled:before {
  content: "\fa8c";
}
.ti-box-align-left:before {
  content: "\f2a9";
}
.ti-box-align-left-filled:before {
  content: "\fa8d";
}
.ti-box-align-right:before {
  content: "\f2aa";
}
.ti-box-align-right-filled:before {
  content: "\fa8e";
}
.ti-box-align-top:before {
  content: "\f2ab";
}
.ti-box-align-top-filled:before {
  content: "\fa8f";
}
.ti-box-align-top-left:before {
  content: "\f2d0";
}
.ti-box-align-top-left-filled:before {
  content: "\fa90";
}
.ti-box-align-top-right:before {
  content: "\f2d1";
}
.ti-box-align-top-right-filled:before {
  content: "\fa91";
}
.ti-box-margin:before {
  content: "\ee0b";
}
.ti-box-model:before {
  content: "\ee0c";
}
.ti-box-model-2:before {
  content: "\ef23";
}
.ti-box-model-2-off:before {
  content: "\f3c9";
}
.ti-box-model-off:before {
  content: "\f3ca";
}
.ti-box-multiple:before {
  content: "\ee17";
}
.ti-box-multiple-0:before {
  content: "\ee0d";
}
.ti-box-multiple-1:before {
  content: "\ee0e";
}
.ti-box-multiple-2:before {
  content: "\ee0f";
}
.ti-box-multiple-3:before {
  content: "\ee10";
}
.ti-box-multiple-4:before {
  content: "\ee11";
}
.ti-box-multiple-5:before {
  content: "\ee12";
}
.ti-box-multiple-6:before {
  content: "\ee13";
}
.ti-box-multiple-7:before {
  content: "\ee14";
}
.ti-box-multiple-8:before {
  content: "\ee15";
}
.ti-box-multiple-9:before {
  content: "\ee16";
}
.ti-box-multiple-filled:before {
  content: "\1001f";
}
.ti-box-off:before {
  content: "\f102";
}
.ti-box-padding:before {
  content: "\ee18";
}
.ti-braces:before {
  content: "\ebcc";
}
.ti-braces-off:before {
  content: "\f0bf";
}
.ti-brackets:before {
  content: "\ebcd";
}
.ti-brackets-angle:before {
  content: "\fcb2";
}
.ti-brackets-angle-off:before {
  content: "\fcb1";
}
.ti-brackets-contain:before {
  content: "\f1e5";
}
.ti-brackets-contain-end:before {
  content: "\f1e3";
}
.ti-brackets-contain-start:before {
  content: "\f1e4";
}
.ti-brackets-off:before {
  content: "\f0c0";
}
.ti-braille:before {
  content: "\f545";
}
.ti-brain:before {
  content: "\f59f";
}
.ti-brand-4chan:before {
  content: "\f494";
}
.ti-brand-abstract:before {
  content: "\f495";
}
.ti-brand-adobe:before {
  content: "\f0dc";
}
.ti-brand-adobe-after-effect:before {
  content: "\ff2a";
}
.ti-brand-adobe-illustrator:before {
  content: "\ff29";
}
.ti-brand-adobe-indesign:before {
  content: "\ff28";
}
.ti-brand-adobe-photoshop:before {
  content: "\ff27";
}
.ti-brand-adobe-premier:before {
  content: "\ff26";
}
.ti-brand-adobe-xd:before {
  content: "\ff25";
}
.ti-brand-adonis-js:before {
  content: "\f496";
}
.ti-brand-airbnb:before {
  content: "\ed68";
}
.ti-brand-airtable:before {
  content: "\ef6a";
}
.ti-brand-algolia:before {
  content: "\f390";
}
.ti-brand-alipay:before {
  content: "\f7a2";
}
.ti-brand-alpine-js:before {
  content: "\f324";
}
.ti-brand-amazon:before {
  content: "\f230";
}
.ti-brand-amd:before {
  content: "\f653";
}
.ti-brand-amie:before {
  content: "\ffab";
}
.ti-brand-amigo:before {
  content: "\f5f9";
}
.ti-brand-among-us:before {
  content: "\f205";
}
.ti-brand-android:before {
  content: "\ec16";
}
.ti-brand-angular:before {
  content: "\ef6b";
}
.ti-brand-ansible:before {
  content: "\fa70";
}
.ti-brand-ao3:before {
  content: "\f5e8";
}
.ti-brand-appgallery:before {
  content: "\f231";
}
.ti-brand-apple:before {
  content: "\ec17";
}
.ti-brand-apple-arcade:before {
  content: "\ed69";
}
.ti-brand-apple-filled:before {
  content: "\fd74";
}
.ti-brand-apple-news:before {
  content: "\ff24";
}
.ti-brand-apple-podcast:before {
  content: "\f1e6";
}
.ti-brand-appstore:before {
  content: "\ed24";
}
.ti-brand-arc:before {
  content: "\feae";
}
.ti-brand-asana:before {
  content: "\edc5";
}
.ti-brand-astro:before {
  content: "\fdb9";
}
.ti-brand-auth0:before {
  content: "\fcb3";
}
.ti-brand-aws:before {
  content: "\fa4c";
}
.ti-brand-azure:before {
  content: "\fa4d";
}
.ti-brand-backbone:before {
  content: "\f325";
}
.ti-brand-badoo:before {
  content: "\f206";
}
.ti-brand-baidu:before {
  content: "\f5e9";
}
.ti-brand-bandcamp:before {
  content: "\f207";
}
.ti-brand-bandlab:before {
  content: "\f5fa";
}
.ti-brand-beats:before {
  content: "\f208";
}
.ti-brand-bebo:before {
  content: "\ffaa";
}
.ti-brand-behance:before {
  content: "\ec6e";
}
.ti-brand-bilibili:before {
  content: "\f6d2";
}
.ti-brand-binance:before {
  content: "\f5a0";
}
.ti-brand-bing:before {
  content: "\edc6";
}
.ti-brand-bitbucket:before {
  content: "\edc7";
}
.ti-brand-blackberry:before {
  content: "\f568";
}
.ti-brand-blender:before {
  content: "\f326";
}
.ti-brand-blogger:before {
  content: "\f35a";
}
.ti-brand-bluesky:before {
  content: "\fd75";
}
.ti-brand-booking:before {
  content: "\edc8";
}
.ti-brand-bootstrap:before {
  content: "\ef3e";
}
.ti-brand-bulma:before {
  content: "\f327";
}
.ti-brand-bumble:before {
  content: "\f5fb";
}
.ti-brand-bunpo:before {
  content: "\f4cf";
}
.ti-brand-c-sharp:before {
  content: "\f003";
}
.ti-brand-cake:before {
  content: "\f7a3";
}
.ti-brand-cakephp:before {
  content: "\f7af";
}
.ti-brand-campaignmonitor:before {
  content: "\f328";
}
.ti-brand-carbon:before {
  content: "\f348";
}
.ti-brand-cashapp:before {
  content: "\f391";
}
.ti-brand-chrome:before {
  content: "\ec18";
}
.ti-brand-cinema-4d:before {
  content: "\fa71";
}
.ti-brand-citymapper:before {
  content: "\f5fc";
}
.ti-brand-cloudflare:before {
  content: "\fa4e";
}
.ti-brand-codecov:before {
  content: "\f329";
}
.ti-brand-codepen:before {
  content: "\ec6f";
}
.ti-brand-codesandbox:before {
  content: "\ed6a";
}
.ti-brand-cohost:before {
  content: "\f5d5";
}
.ti-brand-coinbase:before {
  content: "\f209";
}
.ti-brand-comedy-central:before {
  content: "\f217";
}
.ti-brand-coreos:before {
  content: "\f5fd";
}
.ti-brand-couchdb:before {
  content: "\f60f";
}
.ti-brand-couchsurfing:before {
  content: "\f392";
}
.ti-brand-cpp:before {
  content: "\f5fe";
}
.ti-brand-craft:before {
  content: "\fa72";
}
.ti-brand-crunchbase:before {
  content: "\f7e3";
}
.ti-brand-css3:before {
  content: "\ed6b";
}
.ti-brand-ctemplar:before {
  content: "\f4d0";
}
.ti-brand-cucumber:before {
  content: "\ef6c";
}
.ti-brand-cupra:before {
  content: "\f4d1";
}
.ti-brand-cypress:before {
  content: "\f333";
}
.ti-brand-d3:before {
  content: "\f24e";
}
.ti-brand-databricks:before {
  content: "\fc41";
}
.ti-brand-days-counter:before {
  content: "\f4d2";
}
.ti-brand-dcos:before {
  content: "\f32a";
}
.ti-brand-debian:before {
  content: "\ef57";
}
.ti-brand-deezer:before {
  content: "\f78b";
}
.ti-brand-deliveroo:before {
  content: "\f4d3";
}
.ti-brand-deno:before {
  content: "\f24f";
}
.ti-brand-denodo:before {
  content: "\f610";
}
.ti-brand-deviantart:before {
  content: "\ecfb";
}
.ti-brand-digg:before {
  content: "\fa73";
}
.ti-brand-dingtalk:before {
  content: "\f5ea";
}
.ti-brand-discord:before {
  content: "\ece3";
}
.ti-brand-discord-filled:before {
  content: "\f7e4";
}
.ti-brand-disney:before {
  content: "\f20a";
}
.ti-brand-disqus:before {
  content: "\edc9";
}
.ti-brand-django:before {
  content: "\f349";
}
.ti-brand-docker:before {
  content: "\edca";
}
.ti-brand-doctrine:before {
  content: "\ef6d";
}
.ti-brand-dolby-digital:before {
  content: "\f4d4";
}
.ti-brand-douban:before {
  content: "\f5ff";
}
.ti-brand-dribbble:before {
  content: "\ec19";
}
.ti-brand-dribbble-filled:before {
  content: "\f7e5";
}
.ti-brand-drops:before {
  content: "\f4d5";
}
.ti-brand-drupal:before {
  content: "\f393";
}
.ti-brand-edge:before {
  content: "\ecfc";
}
.ti-brand-elastic:before {
  content: "\f611";
}
.ti-brand-electronic-arts:before {
  content: "\fa74";
}
.ti-brand-ember:before {
  content: "\f497";
}
.ti-brand-envato:before {
  content: "\f394";
}
.ti-brand-etsy:before {
  content: "\f654";
}
.ti-brand-evernote:before {
  content: "\f600";
}
.ti-brand-facebook:before {
  content: "\ec1a";
}
.ti-brand-facebook-filled:before {
  content: "\f7e6";
}
.ti-brand-feedly:before {
  content: "\fa75";
}
.ti-brand-figma:before {
  content: "\ec93";
}
.ti-brand-filezilla:before {
  content: "\fa76";
}
.ti-brand-finder:before {
  content: "\f218";
}
.ti-brand-firebase:before {
  content: "\ef6e";
}
.ti-brand-firefox:before {
  content: "\ecfd";
}
.ti-brand-fiverr:before {
  content: "\f7a4";
}
.ti-brand-flickr:before {
  content: "\ecfe";
}
.ti-brand-flightradar24:before {
  content: "\f4d6";
}
.ti-brand-flipboard:before {
  content: "\f20b";
}
.ti-brand-flutter:before {
  content: "\f395";
}
.ti-brand-fortnite:before {
  content: "\f260";
}
.ti-brand-foursquare:before {
  content: "\ecff";
}
.ti-brand-framer:before {
  content: "\ec1b";
}
.ti-brand-framer-motion:before {
  content: "\f78c";
}
.ti-brand-funimation:before {
  content: "\f655";
}
.ti-brand-gatsby:before {
  content: "\f396";
}
.ti-brand-git:before {
  content: "\ef6f";
}
.ti-brand-github:before {
  content: "\ec1c";
}
.ti-brand-github-copilot:before {
  content: "\f4a8";
}
.ti-brand-github-filled:before {
  content: "\f7e7";
}
.ti-brand-gitlab:before {
  content: "\ec1d";
}
.ti-brand-gmail:before {
  content: "\efa2";
}
.ti-brand-golang:before {
  content: "\f78d";
}
.ti-brand-google:before {
  content: "\ec1f";
}
.ti-brand-google-analytics:before {
  content: "\edcb";
}
.ti-brand-google-big-query:before {
  content: "\f612";
}
.ti-brand-google-drive:before {
  content: "\ec1e";
}
.ti-brand-google-filled:before {
  content: "\fd1a";
}
.ti-brand-google-fit:before {
  content: "\f297";
}
.ti-brand-google-home:before {
  content: "\f601";
}
.ti-brand-google-maps:before {
  content: "\fa4f";
}
.ti-brand-google-one:before {
  content: "\f232";
}
.ti-brand-google-photos:before {
  content: "\f20c";
}
.ti-brand-google-play:before {
  content: "\ed25";
}
.ti-brand-google-podcasts:before {
  content: "\f656";
}
.ti-brand-grammarly:before {
  content: "\f32b";
}
.ti-brand-graphql:before {
  content: "\f32c";
}
.ti-brand-gravatar:before {
  content: "\edcc";
}
.ti-brand-grindr:before {
  content: "\f20d";
}
.ti-brand-guardian:before {
  content: "\f4fb";
}
.ti-brand-gumroad:before {
  content: "\f5d6";
}
.ti-brand-hackerrank:before {
  content: "\ff23";
}
.ti-brand-hbo:before {
  content: "\f657";
}
.ti-brand-headlessui:before {
  content: "\f32d";
}
.ti-brand-hexo:before {
  content: "\fa50";
}
.ti-brand-hipchat:before {
  content: "\edcd";
}
.ti-brand-html5:before {
  content: "\ed6c";
}
.ti-brand-inertia:before {
  content: "\f34a";
}
.ti-brand-instagram:before {
  content: "\ec20";
}
.ti-brand-intercom:before {
  content: "\f1cf";
}
.ti-brand-itch:before {
  content: "\fa22";
}
.ti-brand-javascript:before {
  content: "\ef0c";
}
.ti-brand-juejin:before {
  content: "\f7b0";
}
.ti-brand-kako-talk:before {
  content: "\fd2d";
}
.ti-brand-kbin:before {
  content: "\fad0";
}
.ti-brand-kick:before {
  content: "\fa23";
}
.ti-brand-kickstarter:before {
  content: "\edce";
}
.ti-brand-kotlin:before {
  content: "\ed6d";
}
.ti-brand-laravel:before {
  content: "\f34b";
}
.ti-brand-lastfm:before {
  content: "\f001";
}
.ti-brand-leetcode:before {
  content: "\fa51";
}
.ti-brand-letterboxd:before {
  content: "\fa24";
}
.ti-brand-line:before {
  content: "\f7e8";
}
.ti-brand-linkedin:before {
  content: "\ec8c";
}
.ti-brand-linktree:before {
  content: "\f1e7";
}
.ti-brand-linqpad:before {
  content: "\f562";
}
.ti-brand-livewire:before {
  content: "\fd76";
}
.ti-brand-loom:before {
  content: "\ef70";
}
.ti-brand-mailgun:before {
  content: "\f32e";
}
.ti-brand-mantine:before {
  content: "\f32f";
}
.ti-brand-mastercard:before {
  content: "\ef49";
}
.ti-brand-mastodon:before {
  content: "\f250";
}
.ti-brand-matrix:before {
  content: "\f5eb";
}
.ti-brand-mcdonalds:before {
  content: "\f251";
}
.ti-brand-medium:before {
  content: "\ec70";
}
.ti-brand-meetup:before {
  content: "\fc6a";
}
.ti-brand-mercedes:before {
  content: "\f072";
}
.ti-brand-messenger:before {
  content: "\ec71";
}
.ti-brand-meta:before {
  content: "\efb0";
}
.ti-brand-metabrainz:before {
  content: "\ff12";
}
.ti-brand-minecraft:before {
  content: "\faef";
}
.ti-brand-miniprogram:before {
  content: "\f602";
}
.ti-brand-mixpanel:before {
  content: "\f397";
}
.ti-brand-monday:before {
  content: "\f219";
}
.ti-brand-mongodb:before {
  content: "\f613";
}
.ti-brand-my-oppo:before {
  content: "\f4d7";
}
.ti-brand-mysql:before {
  content: "\f614";
}
.ti-brand-national-geographic:before {
  content: "\f603";
}
.ti-brand-nem:before {
  content: "\f5a1";
}
.ti-brand-netbeans:before {
  content: "\ef71";
}
.ti-brand-netease-music:before {
  content: "\f604";
}
.ti-brand-netflix:before {
  content: "\edcf";
}
.ti-brand-nexo:before {
  content: "\f5a2";
}
.ti-brand-nextcloud:before {
  content: "\f4d8";
}
.ti-brand-nextjs:before {
  content: "\f0dd";
}
.ti-brand-nodejs:before {
  content: "\fae0";
}
.ti-brand-nord-vpn:before {
  content: "\f37f";
}
.ti-brand-notion:before {
  content: "\ef7b";
}
.ti-brand-npm:before {
  content: "\f569";
}
.ti-brand-nuxt:before {
  content: "\f0de";
}
.ti-brand-nytimes:before {
  content: "\ef8d";
}
.ti-brand-oauth:before {
  content: "\fa52";
}
.ti-brand-office:before {
  content: "\f398";
}
.ti-brand-ok-ru:before {
  content: "\f399";
}
.ti-brand-onedrive:before {
  content: "\f5d7";
}
.ti-brand-onlyfans:before {
  content: "\f605";
}
.ti-brand-open-source:before {
  content: "\edd0";
}
.ti-brand-openai:before {
  content: "\f78e";
}
.ti-brand-openvpn:before {
  content: "\f39a";
}
.ti-brand-opera:before {
  content: "\ec21";
}
.ti-brand-pagekit:before {
  content: "\edd1";
}
.ti-brand-parsinta:before {
  content: "\fc42";
}
.ti-brand-patreon:before {
  content: "\edd2";
}
.ti-brand-patreon-filled:before {
  content: "\fcff";
}
.ti-brand-paypal:before {
  content: "\ec22";
}
.ti-brand-paypal-filled:before {
  content: "\f7e9";
}
.ti-brand-paypay:before {
  content: "\f5ec";
}
.ti-brand-peanut:before {
  content: "\f39b";
}
.ti-brand-pepsi:before {
  content: "\f261";
}
.ti-brand-php:before {
  content: "\ef72";
}
.ti-brand-picsart:before {
  content: "\f4d9";
}
.ti-brand-pinterest:before {
  content: "\ec8d";
}
.ti-brand-planetscale:before {
  content: "\f78f";
}
.ti-brand-pnpm:before {
  content: "\fd77";
}
.ti-brand-pocket:before {
  content: "\ed00";
}
.ti-brand-polymer:before {
  content: "\f498";
}
.ti-brand-powershell:before {
  content: "\f5ed";
}
.ti-brand-printables:before {
  content: "\fd1b";
}
.ti-brand-prisma:before {
  content: "\f499";
}
.ti-brand-producthunt:before {
  content: "\edd3";
}
.ti-brand-pushbullet:before {
  content: "\f330";
}
.ti-brand-pushover:before {
  content: "\f20e";
}
.ti-brand-python:before {
  content: "\ed01";
}
.ti-brand-qq:before {
  content: "\f606";
}
.ti-brand-radix-ui:before {
  content: "\f790";
}
.ti-brand-react:before {
  content: "\f34c";
}
.ti-brand-react-native:before {
  content: "\ef73";
}
.ti-brand-reason:before {
  content: "\f49a";
}
.ti-brand-reddit:before {
  content: "\ec8e";
}
.ti-brand-redhat:before {
  content: "\f331";
}
.ti-brand-redux:before {
  content: "\f3a8";
}
.ti-brand-revolut:before {
  content: "\f4da";
}
.ti-brand-rumble:before {
  content: "\fad1";
}
.ti-brand-rust:before {
  content: "\fa53";
}
.ti-brand-safari:before {
  content: "\ec23";
}
.ti-brand-samsungpass:before {
  content: "\f4db";
}
.ti-brand-sass:before {
  content: "\edd4";
}
.ti-brand-sentry:before {
  content: "\edd5";
}
.ti-brand-sharik:before {
  content: "\f4dc";
}
.ti-brand-shazam:before {
  content: "\edd6";
}
.ti-brand-shopee:before {
  content: "\f252";
}
.ti-brand-sketch:before {
  content: "\ec24";
}
.ti-brand-skype:before {
  content: "\ed02";
}
.ti-brand-slack:before {
  content: "\ec72";
}
.ti-brand-snapchat:before {
  content: "\ec25";
}
.ti-brand-snapseed:before {
  content: "\f253";
}
.ti-brand-snowflake:before {
  content: "\f615";
}
.ti-brand-socket-io:before {
  content: "\f49b";
}
.ti-brand-solidjs:before {
  content: "\f5ee";
}
.ti-brand-soundcloud:before {
  content: "\ed6e";
}
.ti-brand-spacehey:before {
  content: "\f4fc";
}
.ti-brand-speedtest:before {
  content: "\fa77";
}
.ti-brand-spotify:before {
  content: "\ed03";
}
.ti-brand-spotify-filled:before {
  content: "\fe86";
}
.ti-brand-stackoverflow:before {
  content: "\ef58";
}
.ti-brand-stackshare:before {
  content: "\f607";
}
.ti-brand-steam:before {
  content: "\ed6f";
}
.ti-brand-stocktwits:before {
  content: "\fd78";
}
.ti-brand-storj:before {
  content: "\fa54";
}
.ti-brand-storybook:before {
  content: "\f332";
}
.ti-brand-storytel:before {
  content: "\f608";
}
.ti-brand-strava:before {
  content: "\f254";
}
.ti-brand-stripe:before {
  content: "\edd7";
}
.ti-brand-sublime-text:before {
  content: "\ef74";
}
.ti-brand-sugarizer:before {
  content: "\f7a5";
}
.ti-brand-supabase:before {
  content: "\f6d3";
}
.ti-brand-superhuman:before {
  content: "\f50c";
}
.ti-brand-supernova:before {
  content: "\f49c";
}
.ti-brand-surfshark:before {
  content: "\f255";
}
.ti-brand-svelte:before {
  content: "\f0df";
}
.ti-brand-swift:before {
  content: "\fa55";
}
.ti-brand-symfony:before {
  content: "\f616";
}
.ti-brand-tabler:before {
  content: "\ec8f";
}
.ti-brand-tailwind:before {
  content: "\eca1";
}
.ti-brand-taobao:before {
  content: "\f5ef";
}
.ti-brand-teams:before {
  content: "\fadf";
}
.ti-brand-ted:before {
  content: "\f658";
}
.ti-brand-telegram:before {
  content: "\ec26";
}
.ti-brand-terraform:before {
  content: "\fa56";
}
.ti-brand-tether:before {
  content: "\f5a3";
}
.ti-brand-thingiverse:before {
  content: "\fd1c";
}
.ti-brand-threads:before {
  content: "\fb02";
}
.ti-brand-threejs:before {
  content: "\f5f0";
}
.ti-brand-tidal:before {
  content: "\ed70";
}
.ti-brand-tiktok:before {
  content: "\ec73";
}
.ti-brand-tiktok-filled:before {
  content: "\f7ea";
}
.ti-brand-tinder:before {
  content: "\ed71";
}
.ti-brand-topbuzz:before {
  content: "\f50d";
}
.ti-brand-torchain:before {
  content: "\f5a4";
}
.ti-brand-toyota:before {
  content: "\f262";
}
.ti-brand-trello:before {
  content: "\f39d";
}
.ti-brand-tripadvisor:before {
  content: "\f002";
}
.ti-brand-tumblr:before {
  content: "\ed04";
}
.ti-brand-twilio:before {
  content: "\f617";
}
.ti-brand-twitch:before {
  content: "\ed05";
}
.ti-brand-twitter:before {
  content: "\ec27";
}
.ti-brand-twitter-filled:before {
  content: "\f7eb";
}
.ti-brand-typescript:before {
  content: "\f5f1";
}
.ti-brand-uber:before {
  content: "\ef75";
}
.ti-brand-ubuntu:before {
  content: "\ef59";
}
.ti-brand-unity:before {
  content: "\f49d";
}
.ti-brand-unsplash:before {
  content: "\edd8";
}
.ti-brand-upwork:before {
  content: "\f39e";
}
.ti-brand-valorant:before {
  content: "\f39f";
}
.ti-brand-vercel:before {
  content: "\ef24";
}
.ti-brand-vimeo:before {
  content: "\ed06";
}
.ti-brand-vinted:before {
  content: "\f20f";
}
.ti-brand-visa:before {
  content: "\f380";
}
.ti-brand-visual-studio:before {
  content: "\ef76";
}
.ti-brand-vite:before {
  content: "\f5f2";
}
.ti-brand-vivaldi:before {
  content: "\f210";
}
.ti-brand-vk:before {
  content: "\ed72";
}
.ti-brand-vlc:before {
  content: "\fa78";
}
.ti-brand-volkswagen:before {
  content: "\f50e";
}
.ti-brand-vsco:before {
  content: "\f334";
}
.ti-brand-vscode:before {
  content: "\f3a0";
}
.ti-brand-vue:before {
  content: "\f0e0";
}
.ti-brand-walmart:before {
  content: "\f211";
}
.ti-brand-waze:before {
  content: "\f5d8";
}
.ti-brand-webflow:before {
  content: "\f2d2";
}
.ti-brand-wechat:before {
  content: "\f5f3";
}
.ti-brand-weibo:before {
  content: "\f609";
}
.ti-brand-whatsapp:before {
  content: "\ec74";
}
.ti-brand-wikipedia:before {
  content: "\fa79";
}
.ti-brand-windows:before {
  content: "\ecd8";
}
.ti-brand-windy:before {
  content: "\f4dd";
}
.ti-brand-wish:before {
  content: "\f212";
}
.ti-brand-wix:before {
  content: "\f3a1";
}
.ti-brand-wordpress:before {
  content: "\f2d3";
}
.ti-brand-x:before {
  content: "\fc0f";
}
.ti-brand-x-filled:before {
  content: "\fc21";
}
.ti-brand-xamarin:before {
  content: "\fa7a";
}
.ti-brand-xbox:before {
  content: "\f298";
}
.ti-brand-xdeep:before {
  content: "\fc10";
}
.ti-brand-xing:before {
  content: "\f21a";
}
.ti-brand-yahoo:before {
  content: "\ed73";
}
.ti-brand-yandex:before {
  content: "\fae1";
}
.ti-brand-yarn:before {
  content: "\fd79";
}
.ti-brand-yatse:before {
  content: "\f213";
}
.ti-brand-ycombinator:before {
  content: "\edd9";
}
.ti-brand-youtube:before {
  content: "\ec90";
}
.ti-brand-youtube-filled:before {
  content: "\fc22";
}
.ti-brand-youtube-kids:before {
  content: "\f214";
}
.ti-brand-zalando:before {
  content: "\f49e";
}
.ti-brand-zapier:before {
  content: "\f49f";
}
.ti-brand-zeit:before {
  content: "\f335";
}
.ti-brand-zhihu:before {
  content: "\f60a";
}
.ti-brand-zoom:before {
  content: "\f215";
}
.ti-brand-zulip:before {
  content: "\f4de";
}
.ti-brand-zwift:before {
  content: "\f216";
}
.ti-bread:before {
  content: "\efa3";
}
.ti-bread-filled:before {
  content: "\fe85";
}
.ti-bread-off:before {
  content: "\f3cb";
}
.ti-briefcase:before {
  content: "\ea46";
}
.ti-briefcase-2:before {
  content: "\fb03";
}
.ti-briefcase-2-filled:before {
  content: "\fe84";
}
.ti-briefcase-filled:before {
  content: "\fd00";
}
.ti-briefcase-off:before {
  content: "\f3cc";
}
.ti-brightness:before {
  content: "\eb7f";
}
.ti-brightness-2:before {
  content: "\ee19";
}
.ti-brightness-auto:before {
  content: "\fd99";
}
.ti-brightness-auto-filled:before {
  content: "\fe83";
}
.ti-brightness-down:before {
  content: "\eb7d";
}
.ti-brightness-down-filled:before {
  content: "\fb23";
}
.ti-brightness-filled:before {
  content: "\fe82";
}
.ti-brightness-half:before {
  content: "\ee1a";
}
.ti-brightness-off:before {
  content: "\f3cd";
}
.ti-brightness-up:before {
  content: "\eb7e";
}
.ti-brightness-up-filled:before {
  content: "\fb24";
}
.ti-broadcast:before {
  content: "\f1e9";
}
.ti-broadcast-off:before {
  content: "\f1e8";
}
.ti-browser:before {
  content: "\ebb7";
}
.ti-browser-check:before {
  content: "\efd6";
}
.ti-browser-off:before {
  content: "\f0c1";
}
.ti-browser-plus:before {
  content: "\efd7";
}
.ti-browser-x:before {
  content: "\efd8";
}
.ti-brush:before {
  content: "\ebb8";
}
.ti-brush-off:before {
  content: "\f0c2";
}
.ti-bubble:before {
  content: "\feba";
}
.ti-bubble-filled:before {
  content: "\fec3";
}
.ti-bubble-minus:before {
  content: "\febe";
}
.ti-bubble-plus:before {
  content: "\febd";
}
.ti-bubble-tea:before {
  content: "\ff51";
}
.ti-bubble-tea-2:before {
  content: "\ff52";
}
.ti-bubble-text:before {
  content: "\febc";
}
.ti-bubble-x:before {
  content: "\febb";
}
.ti-bucket:before {
  content: "\ea47";
}
.ti-bucket-droplet:before {
  content: "\f56a";
}
.ti-bucket-off:before {
  content: "\f103";
}
.ti-bug:before {
  content: "\ea48";
}
.ti-bug-filled:before {
  content: "\fd01";
}
.ti-bug-off:before {
  content: "\f0c3";
}
.ti-building:before {
  content: "\ea4f";
}
.ti-building-airport:before {
  content: "\ffa9";
}
.ti-building-arch:before {
  content: "\ea49";
}
.ti-building-bank:before {
  content: "\ebe2";
}
.ti-building-bridge:before {
  content: "\ea4b";
}
.ti-building-bridge-2:before {
  content: "\ea4a";
}
.ti-building-broadcast-tower:before {
  content: "\f4be";
}
.ti-building-broadcast-tower-filled:before {
  content: "\fe81";
}
.ti-building-burj-al-arab:before {
  content: "\ff50";
}
.ti-building-carousel:before {
  content: "\ed87";
}
.ti-building-castle:before {
  content: "\ed88";
}
.ti-building-church:before {
  content: "\ea4c";
}
.ti-building-circus:before {
  content: "\f4bf";
}
.ti-building-cog:before {
  content: "\10062";
}
.ti-building-community:before {
  content: "\ebf6";
}
.ti-building-cottage:before {
  content: "\ee1b";
}
.ti-building-estate:before {
  content: "\f5a5";
}
.ti-building-factory:before {
  content: "\ee1c";
}
.ti-building-factory-2:before {
  content: "\f082";
}
.ti-building-fortress:before {
  content: "\ed89";
}
.ti-building-hospital:before {
  content: "\ea4d";
}
.ti-building-lighthouse:before {
  content: "\ed8a";
}
.ti-building-minus:before {
  content: "\10061";
}
.ti-building-monument:before {
  content: "\ed26";
}
.ti-building-mosque:before {
  content: "\fa57";
}
.ti-building-off:before {
  content: "\fefd";
}
.ti-building-pavilion:before {
  content: "\ebf7";
}
.ti-building-plus:before {
  content: "\10060";
}
.ti-building-skyscraper:before {
  content: "\ec39";
}
.ti-building-stadium:before {
  content: "\f641";
}
.ti-building-store:before {
  content: "\ea4e";
}
.ti-building-tunnel:before {
  content: "\f5a6";
}
.ti-building-warehouse:before {
  content: "\ebe3";
}
.ti-building-wind-turbine:before {
  content: "\f4c0";
}
.ti-buildings:before {
  content: "\ff40";
}
.ti-bulb:before {
  content: "\ea51";
}
.ti-bulb-filled:before {
  content: "\f66a";
}
.ti-bulb-off:before {
  content: "\ea50";
}
.ti-bulldozer:before {
  content: "\ee1d";
}
.ti-burger:before {
  content: "\fcb4";
}
.ti-bus:before {
  content: "\ebe4";
}
.ti-bus-off:before {
  content: "\f3ce";
}
.ti-bus-stop:before {
  content: "\f2d4";
}
.ti-businessplan:before {
  content: "\ee1e";
}
.ti-butterfly:before {
  content: "\efd9";
}
.ti-butterfly-filled:before {
  content: "\10016";
}
.ti-cactus:before {
  content: "\f21b";
}
.ti-cactus-filled:before {
  content: "\fb25";
}
.ti-cactus-off:before {
  content: "\f3cf";
}
.ti-cake:before {
  content: "\f00f";
}
.ti-cake-off:before {
  content: "\f104";
}
.ti-calculator:before {
  content: "\eb80";
}
.ti-calculator-filled:before {
  content: "\fb26";
}
.ti-calculator-off:before {
  content: "\f0c4";
}
.ti-calendar:before {
  content: "\ea53";
}
.ti-calendar-bolt:before {
  content: "\f822";
}
.ti-calendar-cancel:before {
  content: "\f823";
}
.ti-calendar-check:before {
  content: "\f824";
}
.ti-calendar-clock:before {
  content: "\fd2e";
}
.ti-calendar-code:before {
  content: "\f825";
}
.ti-calendar-cog:before {
  content: "\f826";
}
.ti-calendar-dollar:before {
  content: "\f827";
}
.ti-calendar-dot:before {
  content: "\fd3e";
}
.ti-calendar-down:before {
  content: "\f828";
}
.ti-calendar-due:before {
  content: "\f621";
}
.ti-calendar-event:before {
  content: "\ea52";
}
.ti-calendar-exclamation:before {
  content: "\f829";
}
.ti-calendar-filled:before {
  content: "\fb27";
}
.ti-calendar-heart:before {
  content: "\f82a";
}
.ti-calendar-minus:before {
  content: "\ebb9";
}
.ti-calendar-month:before {
  content: "\fd2f";
}
.ti-calendar-off:before {
  content: "\ee1f";
}
.ti-calendar-pause:before {
  content: "\f82b";
}
.ti-calendar-pin:before {
  content: "\f82c";
}
.ti-calendar-plus:before {
  content: "\ebba";
}
.ti-calendar-question:before {
  content: "\f82d";
}
.ti-calendar-repeat:before {
  content: "\fad2";
}
.ti-calendar-sad:before {
  content: "\fd1d";
}
.ti-calendar-search:before {
  content: "\f82e";
}
.ti-calendar-share:before {
  content: "\f82f";
}
.ti-calendar-smile:before {
  content: "\fd1e";
}
.ti-calendar-star:before {
  content: "\f830";
}
.ti-calendar-stats:before {
  content: "\ee20";
}
.ti-calendar-time:before {
  content: "\ee21";
}
.ti-calendar-up:before {
  content: "\f831";
}
.ti-calendar-user:before {
  content: "\fd1f";
}
.ti-calendar-week:before {
  content: "\fd30";
}
.ti-calendar-x:before {
  content: "\f832";
}
.ti-camera:before {
  content: "\ea54";
}
.ti-camera-ai:before {
  content: "\ffa8";
}
.ti-camera-bitcoin:before {
  content: "\ffa7";
}
.ti-camera-bolt:before {
  content: "\f833";
}
.ti-camera-cancel:before {
  content: "\f834";
}
.ti-camera-check:before {
  content: "\f835";
}
.ti-camera-code:before {
  content: "\f836";
}
.ti-camera-cog:before {
  content: "\f837";
}
.ti-camera-dollar:before {
  content: "\f838";
}
.ti-camera-down:before {
  content: "\f839";
}
.ti-camera-exclamation:before {
  content: "\f83a";
}
.ti-camera-filled:before {
  content: "\fa37";
}
.ti-camera-heart:before {
  content: "\f83b";
}
.ti-camera-minus:before {
  content: "\ec3a";
}
.ti-camera-moon:before {
  content: "\ffa6";
}
.ti-camera-off:before {
  content: "\ecee";
}
.ti-camera-pause:before {
  content: "\f83c";
}
.ti-camera-pin:before {
  content: "\f83d";
}
.ti-camera-plus:before {
  content: "\ec3b";
}
.ti-camera-question:before {
  content: "\f83e";
}
.ti-camera-rotate:before {
  content: "\ee22";
}
.ti-camera-search:before {
  content: "\f83f";
}
.ti-camera-selfie:before {
  content: "\ee23";
}
.ti-camera-share:before {
  content: "\f840";
}
.ti-camera-spark:before {
  content: "\ffbc";
}
.ti-camera-star:before {
  content: "\f841";
}
.ti-camera-up:before {
  content: "\f842";
}
.ti-camera-x:before {
  content: "\f843";
}
.ti-camper:before {
  content: "\fa25";
}
.ti-campfire:before {
  content: "\f5a7";
}
.ti-campfire-filled:before {
  content: "\fb28";
}
.ti-cancel:before {
  content: "\ff11";
}
.ti-candle:before {
  content: "\efc6";
}
.ti-candle-filled:before {
  content: "\fc23";
}
.ti-candy:before {
  content: "\ef0d";
}
.ti-candy-off:before {
  content: "\f0c5";
}
.ti-cane:before {
  content: "\f50f";
}
.ti-cannabis:before {
  content: "\f4c1";
}
.ti-cannabis-filled:before {
  content: "\10015";
}
.ti-cap-projecting:before {
  content: "\ff22";
}
.ti-cap-rounded:before {
  content: "\ff21";
}
.ti-cap-straight:before {
  content: "\ff20";
}
.ti-capsule:before {
  content: "\fae3";
}
.ti-capsule-filled:before {
  content: "\fc24";
}
.ti-capsule-horizontal:before {
  content: "\fae2";
}
.ti-capsule-horizontal-filled:before {
  content: "\fc25";
}
.ti-capture:before {
  content: "\ec3c";
}
.ti-capture-filled:before {
  content: "\fb29";
}
.ti-capture-off:before {
  content: "\f0c6";
}
.ti-car:before {
  content: "\ebbb";
}
.ti-car-4wd:before {
  content: "\fdb8";
}
.ti-car-4wd-filled:before {
  content: "\1001e";
}
.ti-car-crane:before {
  content: "\ef25";
}
.ti-car-crash:before {
  content: "\efa4";
}
.ti-car-fan:before {
  content: "\fdb3";
}
.ti-car-fan-1:before {
  content: "\fdb7";
}
.ti-car-fan-2:before {
  content: "\fdb6";
}
.ti-car-fan-3:before {
  content: "\fdb5";
}
.ti-car-fan-auto:before {
  content: "\fdb4";
}
.ti-car-fan-filled:before {
  content: "\1001d";
}
.ti-car-filled:before {
  content: "\1004c";
}
.ti-car-garage:before {
  content: "\fc77";
}
.ti-car-off:before {
  content: "\f0c7";
}
.ti-car-suv:before {
  content: "\fc8b";
}
.ti-car-suv-filled:before {
  content: "\1004d";
}
.ti-car-turbine:before {
  content: "\f4fd";
}
.ti-carambola:before {
  content: "\feb9";
}
.ti-carambola-filled:before {
  content: "\10014";
}
.ti-caravan:before {
  content: "\ec7c";
}
.ti-cardboards:before {
  content: "\ed74";
}
.ti-cardboards-filled:before {
  content: "\1001c";
}
.ti-cardboards-off:before {
  content: "\f0c8";
}
.ti-cards:before {
  content: "\f510";
}
.ti-cards-filled:before {
  content: "\fc26";
}
.ti-caret-down:before {
  content: "\eb5d";
}
.ti-caret-down-filled:before {
  content: "\fb2a";
}
.ti-caret-left:before {
  content: "\eb5e";
}
.ti-caret-left-filled:before {
  content: "\fb2b";
}
.ti-caret-left-right:before {
  content: "\fc43";
}
.ti-caret-left-right-filled:before {
  content: "\fd02";
}
.ti-caret-right:before {
  content: "\eb5f";
}
.ti-caret-right-filled:before {
  content: "\fb2c";
}
.ti-caret-up:before {
  content: "\eb60";
}
.ti-caret-up-down:before {
  content: "\fc44";
}
.ti-caret-up-down-filled:before {
  content: "\fd03";
}
.ti-caret-up-filled:before {
  content: "\fb2d";
}
.ti-carousel-horizontal:before {
  content: "\f659";
}
.ti-carousel-horizontal-filled:before {
  content: "\fa92";
}
.ti-carousel-vertical:before {
  content: "\f65a";
}
.ti-carousel-vertical-filled:before {
  content: "\fa93";
}
.ti-carrot:before {
  content: "\f21c";
}
.ti-carrot-off:before {
  content: "\f3d0";
}
.ti-cash:before {
  content: "\ea55";
}
.ti-cash-banknote:before {
  content: "\ee25";
}
.ti-cash-banknote-filled:before {
  content: "\fe80";
}
.ti-cash-banknote-off:before {
  content: "\ee24";
}
.ti-cash-off:before {
  content: "\f105";
}
.ti-cash-register:before {
  content: "\fee6";
}
.ti-cast:before {
  content: "\ea56";
}
.ti-cast-off:before {
  content: "\f0c9";
}
.ti-cat:before {
  content: "\f65b";
}
.ti-category:before {
  content: "\f1f6";
}
.ti-category-2:before {
  content: "\f1f5";
}
.ti-category-filled:before {
  content: "\fb2e";
}
.ti-category-minus:before {
  content: "\fd20";
}
.ti-category-plus:before {
  content: "\fd21";
}
.ti-ce:before {
  content: "\ed75";
}
.ti-ce-off:before {
  content: "\f0ca";
}
.ti-cell:before {
  content: "\f05f";
}
.ti-cell-signal-1:before {
  content: "\f083";
}
.ti-cell-signal-2:before {
  content: "\f084";
}
.ti-cell-signal-3:before {
  content: "\f085";
}
.ti-cell-signal-4:before {
  content: "\f086";
}
.ti-cell-signal-5:before {
  content: "\f087";
}
.ti-cell-signal-off:before {
  content: "\f088";
}
.ti-certificate:before {
  content: "\ed76";
}
.ti-certificate-2:before {
  content: "\f073";
}
.ti-certificate-2-off:before {
  content: "\f0cb";
}
.ti-certificate-off:before {
  content: "\f0cc";
}
.ti-chair-director:before {
  content: "\f2d5";
}
.ti-chalkboard:before {
  content: "\f34d";
}
.ti-chalkboard-off:before {
  content: "\f3d1";
}
.ti-charging-pile:before {
  content: "\ee26";
}
.ti-charging-pile-filled:before {
  content: "\1001b";
}
.ti-chart-arcs:before {
  content: "\ee28";
}
.ti-chart-arcs-3:before {
  content: "\ee27";
}
.ti-chart-area:before {
  content: "\ea58";
}
.ti-chart-area-filled:before {
  content: "\f66b";
}
.ti-chart-area-line:before {
  content: "\ea57";
}
.ti-chart-area-line-filled:before {
  content: "\f66c";
}
.ti-chart-arrows:before {
  content: "\ee2a";
}
.ti-chart-arrows-vertical:before {
  content: "\ee29";
}
.ti-chart-bar:before {
  content: "\ea59";
}
.ti-chart-bar-off:before {
  content: "\f3d2";
}
.ti-chart-bar-popular:before {
  content: "\fef7";
}
.ti-chart-bubble:before {
  content: "\ec75";
}
.ti-chart-bubble-filled:before {
  content: "\f66d";
}
.ti-chart-candle:before {
  content: "\ea5a";
}
.ti-chart-candle-filled:before {
  content: "\f66e";
}
.ti-chart-circles:before {
  content: "\ee2b";
}
.ti-chart-cohort:before {
  content: "\fef6";
}
.ti-chart-column:before {
  content: "\ffa5";
}
.ti-chart-covariate:before {
  content: "\ffa4";
}
.ti-chart-donut:before {
  content: "\ea5b";
}
.ti-chart-donut-2:before {
  content: "\ee2c";
}
.ti-chart-donut-3:before {
  content: "\ee2d";
}
.ti-chart-donut-4:before {
  content: "\ee2e";
}
.ti-chart-donut-filled:before {
  content: "\f66f";
}
.ti-chart-dots:before {
  content: "\ee2f";
}
.ti-chart-dots-2:before {
  content: "\f097";
}
.ti-chart-dots-3:before {
  content: "\f098";
}
.ti-chart-dots-filled:before {
  content: "\fd04";
}
.ti-chart-funnel:before {
  content: "\fef5";
}
.ti-chart-grid-dots:before {
  content: "\f4c2";
}
.ti-chart-grid-dots-filled:before {
  content: "\fd05";
}
.ti-chart-histogram:before {
  content: "\f65c";
}
.ti-chart-infographic:before {
  content: "\ee30";
}
.ti-chart-line:before {
  content: "\ea5c";
}
.ti-chart-pie:before {
  content: "\ea5d";
}
.ti-chart-pie-2:before {
  content: "\ee31";
}
.ti-chart-pie-3:before {
  content: "\ee32";
}
.ti-chart-pie-4:before {
  content: "\ee33";
}
.ti-chart-pie-filled:before {
  content: "\f670";
}
.ti-chart-pie-off:before {
  content: "\f3d3";
}
.ti-chart-ppf:before {
  content: "\f618";
}
.ti-chart-radar:before {
  content: "\ed77";
}
.ti-chart-sankey:before {
  content: "\f619";
}
.ti-chart-scatter:before {
  content: "\fd93";
}
.ti-chart-scatter-3d:before {
  content: "\fd92";
}
.ti-chart-treemap:before {
  content: "\f381";
}
.ti-check:before {
  content: "\ea5e";
}
.ti-checkbox:before {
  content: "\eba6";
}
.ti-checklist:before {
  content: "\f074";
}
.ti-checks:before {
  content: "\ebaa";
}
.ti-checkup-list:before {
  content: "\ef5a";
}
.ti-cheese:before {
  content: "\ef26";
}
.ti-chef-hat:before {
  content: "\f21d";
}
.ti-chef-hat-off:before {
  content: "\f3d4";
}
.ti-cherry:before {
  content: "\f511";
}
.ti-cherry-filled:before {
  content: "\f728";
}
.ti-chess:before {
  content: "\f382";
}
.ti-chess-bishop:before {
  content: "\f56b";
}
.ti-chess-bishop-filled:before {
  content: "\f729";
}
.ti-chess-filled:before {
  content: "\f72a";
}
.ti-chess-king:before {
  content: "\f56c";
}
.ti-chess-king-filled:before {
  content: "\f72b";
}
.ti-chess-knight:before {
  content: "\f56d";
}
.ti-chess-knight-filled:before {
  content: "\f72c";
}
.ti-chess-queen:before {
  content: "\f56e";
}
.ti-chess-queen-filled:before {
  content: "\f72d";
}
.ti-chess-rook:before {
  content: "\f56f";
}
.ti-chess-rook-filled:before {
  content: "\f72e";
}
.ti-chevron-compact-down:before {
  content: "\faf0";
}
.ti-chevron-compact-left:before {
  content: "\faf1";
}
.ti-chevron-compact-right:before {
  content: "\faf2";
}
.ti-chevron-compact-up:before {
  content: "\faf3";
}
.ti-chevron-down:before {
  content: "\ea5f";
}
.ti-chevron-down-left:before {
  content: "\ed09";
}
.ti-chevron-down-right:before {
  content: "\ed0a";
}
.ti-chevron-left:before {
  content: "\ea60";
}
.ti-chevron-left-pipe:before {
  content: "\fae4";
}
.ti-chevron-right:before {
  content: "\ea61";
}
.ti-chevron-right-pipe:before {
  content: "\fae5";
}
.ti-chevron-up:before {
  content: "\ea62";
}
.ti-chevron-up-left:before {
  content: "\ed0b";
}
.ti-chevron-up-right:before {
  content: "\ed0c";
}
.ti-chevrons-down:before {
  content: "\ea63";
}
.ti-chevrons-down-left:before {
  content: "\ed0d";
}
.ti-chevrons-down-right:before {
  content: "\ed0e";
}
.ti-chevrons-left:before {
  content: "\ea64";
}
.ti-chevrons-right:before {
  content: "\ea65";
}
.ti-chevrons-up:before {
  content: "\ea66";
}
.ti-chevrons-up-left:before {
  content: "\ed0f";
}
.ti-chevrons-up-right:before {
  content: "\ed10";
}
.ti-chisel:before {
  content: "\f383";
}
.ti-christmas-ball:before {
  content: "\fd31";
}
.ti-christmas-tree:before {
  content: "\ed78";
}
.ti-christmas-tree-filled:before {
  content: "\1001a";
}
.ti-christmas-tree-off:before {
  content: "\f3d5";
}
.ti-circle:before {
  content: "\ea6b";
}
.ti-circle-arrow-down:before {
  content: "\f6f9";
}
.ti-circle-arrow-down-filled:before {
  content: "\f6f4";
}
.ti-circle-arrow-down-left:before {
  content: "\f6f6";
}
.ti-circle-arrow-down-left-filled:before {
  content: "\f6f5";
}
.ti-circle-arrow-down-right:before {
  content: "\f6f8";
}
.ti-circle-arrow-down-right-filled:before {
  content: "\f6f7";
}
.ti-circle-arrow-left:before {
  content: "\f6fb";
}
.ti-circle-arrow-left-filled:before {
  content: "\f6fa";
}
.ti-circle-arrow-right:before {
  content: "\f6fd";
}
.ti-circle-arrow-right-filled:before {
  content: "\f6fc";
}
.ti-circle-arrow-up:before {
  content: "\f703";
}
.ti-circle-arrow-up-filled:before {
  content: "\f6fe";
}
.ti-circle-arrow-up-left:before {
  content: "\f700";
}
.ti-circle-arrow-up-left-filled:before {
  content: "\f6ff";
}
.ti-circle-arrow-up-right:before {
  content: "\f702";
}
.ti-circle-arrow-up-right-filled:before {
  content: "\f701";
}
.ti-circle-caret-down:before {
  content: "\f4a9";
}
.ti-circle-caret-left:before {
  content: "\f4aa";
}
.ti-circle-caret-right:before {
  content: "\f4ab";
}
.ti-circle-caret-up:before {
  content: "\f4ac";
}
.ti-circle-check:before {
  content: "\ea67";
}
.ti-circle-check-filled:before {
  content: "\f704";
}
.ti-circle-chevron-down:before {
  content: "\f622";
}
.ti-circle-chevron-left:before {
  content: "\f623";
}
.ti-circle-chevron-right:before {
  content: "\f624";
}
.ti-circle-chevron-up:before {
  content: "\f625";
}
.ti-circle-chevrons-down:before {
  content: "\f642";
}
.ti-circle-chevrons-left:before {
  content: "\f643";
}
.ti-circle-chevrons-right:before {
  content: "\f644";
}
.ti-circle-chevrons-up:before {
  content: "\f645";
}
.ti-circle-dashed:before {
  content: "\ed27";
}
.ti-circle-dashed-check:before {
  content: "\feb8";
}
.ti-circle-dashed-letter-a:before {
  content: "\ff9a";
}
.ti-circle-dashed-letter-b:before {
  content: "\ff99";
}
.ti-circle-dashed-letter-c:before {
  content: "\ff98";
}
.ti-circle-dashed-letter-d:before {
  content: "\ff97";
}
.ti-circle-dashed-letter-e:before {
  content: "\ff96";
}
.ti-circle-dashed-letter-f:before {
  content: "\ff95";
}
.ti-circle-dashed-letter-g:before {
  content: "\ff94";
}
.ti-circle-dashed-letter-h:before {
  content: "\ff93";
}
.ti-circle-dashed-letter-i:before {
  content: "\ff92";
}
.ti-circle-dashed-letter-j:before {
  content: "\ff91";
}
.ti-circle-dashed-letter-k:before {
  content: "\ff90";
}
.ti-circle-dashed-letter-l:before {
  content: "\ff8f";
}
.ti-circle-dashed-letter-letter-v:before {
  content: "\ff8e";
}
.ti-circle-dashed-letter-m:before {
  content: "\ff8d";
}
.ti-circle-dashed-letter-n:before {
  content: "\ff8c";
}
.ti-circle-dashed-letter-o:before {
  content: "\ff8b";
}
.ti-circle-dashed-letter-p:before {
  content: "\ff8a";
}
.ti-circle-dashed-letter-q:before {
  content: "\ff89";
}
.ti-circle-dashed-letter-r:before {
  content: "\ff88";
}
.ti-circle-dashed-letter-s:before {
  content: "\ff87";
}
.ti-circle-dashed-letter-t:before {
  content: "\ff86";
}
.ti-circle-dashed-letter-u:before {
  content: "\ff85";
}
.ti-circle-dashed-letter-v:before {
  content: "\ff84";
}
.ti-circle-dashed-letter-w:before {
  content: "\ff83";
}
.ti-circle-dashed-letter-x:before {
  content: "\ff82";
}
.ti-circle-dashed-letter-y:before {
  content: "\ff81";
}
.ti-circle-dashed-letter-z:before {
  content: "\ff80";
}
.ti-circle-dashed-minus:before {
  content: "\feb7";
}
.ti-circle-dashed-number-0:before {
  content: "\fc6b";
}
.ti-circle-dashed-number-1:before {
  content: "\fc6c";
}
.ti-circle-dashed-number-2:before {
  content: "\fc6d";
}
.ti-circle-dashed-number-3:before {
  content: "\fc6e";
}
.ti-circle-dashed-number-4:before {
  content: "\fc6f";
}
.ti-circle-dashed-number-5:before {
  content: "\fc70";
}
.ti-circle-dashed-number-6:before {
  content: "\fc71";
}
.ti-circle-dashed-number-7:before {
  content: "\fc72";
}
.ti-circle-dashed-number-8:before {
  content: "\fc73";
}
.ti-circle-dashed-number-9:before {
  content: "\fc74";
}
.ti-circle-dashed-percentage:before {
  content: "\fd7a";
}
.ti-circle-dashed-plus:before {
  content: "\feb6";
}
.ti-circle-dashed-x:before {
  content: "\fc75";
}
.ti-circle-dot:before {
  content: "\efb1";
}
.ti-circle-dot-filled:before {
  content: "\f705";
}
.ti-circle-dotted:before {
  content: "\ed28";
}
.ti-circle-dotted-letter-a:before {
  content: "\ff7f";
}
.ti-circle-dotted-letter-b:before {
  content: "\ff7e";
}
.ti-circle-dotted-letter-c:before {
  content: "\ff7d";
}
.ti-circle-dotted-letter-d:before {
  content: "\ff7c";
}
.ti-circle-dotted-letter-e:before {
  content: "\ff7b";
}
.ti-circle-dotted-letter-f:before {
  content: "\ff7a";
}
.ti-circle-dotted-letter-g:before {
  content: "\ff79";
}
.ti-circle-dotted-letter-h:before {
  content: "\ff78";
}
.ti-circle-dotted-letter-i:before {
  content: "\ff77";
}
.ti-circle-dotted-letter-j:before {
  content: "\ff76";
}
.ti-circle-dotted-letter-k:before {
  content: "\ff75";
}
.ti-circle-dotted-letter-l:before {
  content: "\ff74";
}
.ti-circle-dotted-letter-m:before {
  content: "\ff73";
}
.ti-circle-dotted-letter-n:before {
  content: "\ff72";
}
.ti-circle-dotted-letter-o:before {
  content: "\ff71";
}
.ti-circle-dotted-letter-p:before {
  content: "\ff70";
}
.ti-circle-dotted-letter-q:before {
  content: "\ff6f";
}
.ti-circle-dotted-letter-r:before {
  content: "\ff6e";
}
.ti-circle-dotted-letter-s:before {
  content: "\ff6d";
}
.ti-circle-dotted-letter-t:before {
  content: "\ff6c";
}
.ti-circle-dotted-letter-u:before {
  content: "\ff6b";
}
.ti-circle-dotted-letter-v:before {
  content: "\ff6a";
}
.ti-circle-dotted-letter-w:before {
  content: "\ff69";
}
.ti-circle-dotted-letter-x:before {
  content: "\ff68";
}
.ti-circle-dotted-letter-y:before {
  content: "\ff67";
}
.ti-circle-dotted-letter-z:before {
  content: "\ff66";
}
.ti-circle-filled:before {
  content: "\f671";
}
.ti-circle-half:before {
  content: "\ee3f";
}
.ti-circle-half-2:before {
  content: "\eff3";
}
.ti-circle-half-vertical:before {
  content: "\ee3e";
}
.ti-circle-key:before {
  content: "\f633";
}
.ti-circle-key-filled:before {
  content: "\f706";
}
.ti-circle-letter-a:before {
  content: "\f441";
}
.ti-circle-letter-a-filled:before {
  content: "\fe7f";
}
.ti-circle-letter-b:before {
  content: "\f442";
}
.ti-circle-letter-b-filled:before {
  content: "\fe7e";
}
.ti-circle-letter-c:before {
  content: "\f443";
}
.ti-circle-letter-c-filled:before {
  content: "\fe7d";
}
.ti-circle-letter-d:before {
  content: "\f444";
}
.ti-circle-letter-d-filled:before {
  content: "\fe7c";
}
.ti-circle-letter-e:before {
  content: "\f445";
}
.ti-circle-letter-e-filled:before {
  content: "\fe7b";
}
.ti-circle-letter-f:before {
  content: "\f446";
}
.ti-circle-letter-f-filled:before {
  content: "\fe7a";
}
.ti-circle-letter-g:before {
  content: "\f447";
}
.ti-circle-letter-g-filled:before {
  content: "\fe79";
}
.ti-circle-letter-h:before {
  content: "\f448";
}
.ti-circle-letter-h-filled:before {
  content: "\fe78";
}
.ti-circle-letter-i:before {
  content: "\f449";
}
.ti-circle-letter-i-filled:before {
  content: "\fe77";
}
.ti-circle-letter-j:before {
  content: "\f44a";
}
.ti-circle-letter-j-filled:before {
  content: "\fe76";
}
.ti-circle-letter-k:before {
  content: "\f44b";
}
.ti-circle-letter-k-filled:before {
  content: "\fe75";
}
.ti-circle-letter-l:before {
  content: "\f44c";
}
.ti-circle-letter-l-filled:before {
  content: "\fe74";
}
.ti-circle-letter-m:before {
  content: "\f44d";
}
.ti-circle-letter-m-filled:before {
  content: "\fe73";
}
.ti-circle-letter-n:before {
  content: "\f44e";
}
.ti-circle-letter-n-filled:before {
  content: "\fe72";
}
.ti-circle-letter-o:before {
  content: "\f44f";
}
.ti-circle-letter-o-filled:before {
  content: "\fe71";
}
.ti-circle-letter-p:before {
  content: "\f450";
}
.ti-circle-letter-p-filled:before {
  content: "\fe70";
}
.ti-circle-letter-q:before {
  content: "\f451";
}
.ti-circle-letter-q-filled:before {
  content: "\fe6f";
}
.ti-circle-letter-r:before {
  content: "\f452";
}
.ti-circle-letter-r-filled:before {
  content: "\fe6e";
}
.ti-circle-letter-s:before {
  content: "\f453";
}
.ti-circle-letter-s-filled:before {
  content: "\fe6d";
}
.ti-circle-letter-t:before {
  content: "\f454";
}
.ti-circle-letter-t-filled:before {
  content: "\fe6c";
}
.ti-circle-letter-u:before {
  content: "\f455";
}
.ti-circle-letter-u-filled:before {
  content: "\fe6b";
}
.ti-circle-letter-v:before {
  content: "\f4ad";
}
.ti-circle-letter-v-filled:before {
  content: "\fe6a";
}
.ti-circle-letter-w:before {
  content: "\f456";
}
.ti-circle-letter-w-filled:before {
  content: "\fe69";
}
.ti-circle-letter-x:before {
  content: "\f4ae";
}
.ti-circle-letter-x-filled:before {
  content: "\fe68";
}
.ti-circle-letter-y:before {
  content: "\f457";
}
.ti-circle-letter-y-filled:before {
  content: "\fe67";
}
.ti-circle-letter-z:before {
  content: "\f458";
}
.ti-circle-letter-z-filled:before {
  content: "\fe66";
}
.ti-circle-minus:before {
  content: "\ea68";
}
.ti-circle-minus-2:before {
  content: "\fc8c";
}
.ti-circle-number-0:before {
  content: "\ee34";
}
.ti-circle-number-0-filled:before {
  content: "\f72f";
}
.ti-circle-number-1:before {
  content: "\ee35";
}
.ti-circle-number-1-filled:before {
  content: "\f730";
}
.ti-circle-number-2:before {
  content: "\ee36";
}
.ti-circle-number-2-filled:before {
  content: "\f731";
}
.ti-circle-number-3:before {
  content: "\ee37";
}
.ti-circle-number-3-filled:before {
  content: "\f732";
}
.ti-circle-number-4:before {
  content: "\ee38";
}
.ti-circle-number-4-filled:before {
  content: "\f733";
}
.ti-circle-number-5:before {
  content: "\ee39";
}
.ti-circle-number-5-filled:before {
  content: "\f734";
}
.ti-circle-number-6:before {
  content: "\ee3a";
}
.ti-circle-number-6-filled:before {
  content: "\f735";
}
.ti-circle-number-7:before {
  content: "\ee3b";
}
.ti-circle-number-7-filled:before {
  content: "\f736";
}
.ti-circle-number-8:before {
  content: "\ee3c";
}
.ti-circle-number-8-filled:before {
  content: "\f737";
}
.ti-circle-number-9:before {
  content: "\ee3d";
}
.ti-circle-number-9-filled:before {
  content: "\f738";
}
.ti-circle-off:before {
  content: "\ee40";
}
.ti-circle-percentage:before {
  content: "\fd7b";
}
.ti-circle-percentage-filled:before {
  content: "\fed5";
}
.ti-circle-plus:before {
  content: "\ea69";
}
.ti-circle-plus-2:before {
  content: "\fc8d";
}
.ti-circle-plus-filled:before {
  content: "\fef9";
}
.ti-circle-rectangle:before {
  content: "\f010";
}
.ti-circle-rectangle-filled:before {
  content: "\ff63";
}
.ti-circle-rectangle-off:before {
  content: "\f0cd";
}
.ti-circle-square:before {
  content: "\ece4";
}
.ti-circle-triangle:before {
  content: "\f011";
}
.ti-circle-x:before {
  content: "\ea6a";
}
.ti-circle-x-filled:before {
  content: "\f739";
}
.ti-circles:before {
  content: "\ece5";
}
.ti-circles-filled:before {
  content: "\f672";
}
.ti-circles-relation:before {
  content: "\f4c3";
}
.ti-circuit-ammeter:before {
  content: "\f271";
}
.ti-circuit-battery:before {
  content: "\f272";
}
.ti-circuit-bulb:before {
  content: "\f273";
}
.ti-circuit-capacitor:before {
  content: "\f275";
}
.ti-circuit-capacitor-polarized:before {
  content: "\f274";
}
.ti-circuit-cell:before {
  content: "\f277";
}
.ti-circuit-cell-plus:before {
  content: "\f276";
}
.ti-circuit-changeover:before {
  content: "\f278";
}
.ti-circuit-diode:before {
  content: "\f27a";
}
.ti-circuit-diode-zener:before {
  content: "\f279";
}
.ti-circuit-ground:before {
  content: "\f27c";
}
.ti-circuit-ground-digital:before {
  content: "\f27b";
}
.ti-circuit-inductor:before {
  content: "\f27d";
}
.ti-circuit-motor:before {
  content: "\f27e";
}
.ti-circuit-pushbutton:before {
  content: "\f27f";
}
.ti-circuit-resistor:before {
  content: "\f280";
}
.ti-circuit-switch-closed:before {
  content: "\f281";
}
.ti-circuit-switch-open:before {
  content: "\f282";
}
.ti-circuit-voltmeter:before {
  content: "\f283";
}
.ti-clear-all:before {
  content: "\ee41";
}
.ti-clear-formatting:before {
  content: "\ebe5";
}
.ti-click:before {
  content: "\ebbc";
}
.ti-cliff-jumping:before {
  content: "\fefc";
}
.ti-clipboard:before {
  content: "\ea6f";
}
.ti-clipboard-check:before {
  content: "\ea6c";
}
.ti-clipboard-copy:before {
  content: "\f299";
}
.ti-clipboard-data:before {
  content: "\f563";
}
.ti-clipboard-heart:before {
  content: "\f34e";
}
.ti-clipboard-list:before {
  content: "\ea6d";
}
.ti-clipboard-off:before {
  content: "\f0ce";
}
.ti-clipboard-plus:before {
  content: "\efb2";
}
.ti-clipboard-smile:before {
  content: "\fd9a";
}
.ti-clipboard-text:before {
  content: "\f089";
}
.ti-clipboard-typography:before {
  content: "\f34f";
}
.ti-clipboard-x:before {
  content: "\ea6e";
}
.ti-clock:before {
  content: "\ea70";
}
.ti-clock-12:before {
  content: "\fc56";
}
.ti-clock-2:before {
  content: "\f099";
}
.ti-clock-24:before {
  content: "\fc57";
}
.ti-clock-bitcoin:before {
  content: "\ff3f";
}
.ti-clock-bolt:before {
  content: "\f844";
}
.ti-clock-cancel:before {
  content: "\f546";
}
.ti-clock-check:before {
  content: "\f7c1";
}
.ti-clock-code:before {
  content: "\f845";
}
.ti-clock-cog:before {
  content: "\f7c2";
}
.ti-clock-dollar:before {
  content: "\f846";
}
.ti-clock-down:before {
  content: "\f7c3";
}
.ti-clock-edit:before {
  content: "\f547";
}
.ti-clock-exclamation:before {
  content: "\f847";
}
.ti-clock-filled:before {
  content: "\f73a";
}
.ti-clock-heart:before {
  content: "\f7c4";
}
.ti-clock-hour-1:before {
  content: "\f313";
}
.ti-clock-hour-1-filled:before {
  content: "\fe65";
}
.ti-clock-hour-10:before {
  content: "\f314";
}
.ti-clock-hour-10-filled:before {
  content: "\fe64";
}
.ti-clock-hour-11:before {
  content: "\f315";
}
.ti-clock-hour-11-filled:before {
  content: "\fe63";
}
.ti-clock-hour-12:before {
  content: "\f316";
}
.ti-clock-hour-12-filled:before {
  content: "\fe62";
}
.ti-clock-hour-2:before {
  content: "\f317";
}
.ti-clock-hour-2-filled:before {
  content: "\fe61";
}
.ti-clock-hour-3:before {
  content: "\f318";
}
.ti-clock-hour-3-filled:before {
  content: "\fe60";
}
.ti-clock-hour-4:before {
  content: "\f319";
}
.ti-clock-hour-4-filled:before {
  content: "\fe5f";
}
.ti-clock-hour-5:before {
  content: "\f31a";
}
.ti-clock-hour-5-filled:before {
  content: "\fe5e";
}
.ti-clock-hour-6:before {
  content: "\f31b";
}
.ti-clock-hour-6-filled:before {
  content: "\fe5d";
}
.ti-clock-hour-7:before {
  content: "\f31c";
}
.ti-clock-hour-7-filled:before {
  content: "\fe5c";
}
.ti-clock-hour-8:before {
  content: "\f31d";
}
.ti-clock-hour-8-filled:before {
  content: "\fe5b";
}
.ti-clock-hour-9:before {
  content: "\f31e";
}
.ti-clock-hour-9-filled:before {
  content: "\fe5a";
}
.ti-clock-minus:before {
  content: "\f848";
}
.ti-clock-off:before {
  content: "\f0cf";
}
.ti-clock-pause:before {
  content: "\f548";
}
.ti-clock-pin:before {
  content: "\f849";
}
.ti-clock-play:before {
  content: "\f549";
}
.ti-clock-plus:before {
  content: "\f7c5";
}
.ti-clock-question:before {
  content: "\f7c6";
}
.ti-clock-record:before {
  content: "\f54a";
}
.ti-clock-search:before {
  content: "\f7c7";
}
.ti-clock-share:before {
  content: "\f84a";
}
.ti-clock-shield:before {
  content: "\f7c8";
}
.ti-clock-star:before {
  content: "\f7c9";
}
.ti-clock-stop:before {
  content: "\f54b";
}
.ti-clock-up:before {
  content: "\f7ca";
}
.ti-clock-x:before {
  content: "\f7cb";
}
.ti-clothes-rack:before {
  content: "\f285";
}
.ti-clothes-rack-off:before {
  content: "\f3d6";
}
.ti-cloud:before {
  content: "\ea76";
}
.ti-cloud-bitcoin:before {
  content: "\ff3e";
}
.ti-cloud-bolt:before {
  content: "\f84b";
}
.ti-cloud-cancel:before {
  content: "\f84c";
}
.ti-cloud-check:before {
  content: "\f84d";
}
.ti-cloud-code:before {
  content: "\f84e";
}
.ti-cloud-cog:before {
  content: "\f84f";
}
.ti-cloud-computing:before {
  content: "\f1d0";
}
.ti-cloud-data-connection:before {
  content: "\f1d1";
}
.ti-cloud-dollar:before {
  content: "\f850";
}
.ti-cloud-down:before {
  content: "\f851";
}
.ti-cloud-download:before {
  content: "\ea71";
}
.ti-cloud-exclamation:before {
  content: "\f852";
}
.ti-cloud-filled:before {
  content: "\f673";
}
.ti-cloud-fog:before {
  content: "\ecd9";
}
.ti-cloud-heart:before {
  content: "\f853";
}
.ti-cloud-lock:before {
  content: "\efdb";
}
.ti-cloud-lock-open:before {
  content: "\efda";
}
.ti-cloud-minus:before {
  content: "\f854";
}
.ti-cloud-network:before {
  content: "\fc78";
}
.ti-cloud-off:before {
  content: "\ed3e";
}
.ti-cloud-pause:before {
  content: "\f855";
}
.ti-cloud-pin:before {
  content: "\f856";
}
.ti-cloud-plus:before {
  content: "\f857";
}
.ti-cloud-question:before {
  content: "\f858";
}
.ti-cloud-rain:before {
  content: "\ea72";
}
.ti-cloud-search:before {
  content: "\f859";
}
.ti-cloud-share:before {
  content: "\f85a";
}
.ti-cloud-snow:before {
  content: "\ea73";
}
.ti-cloud-star:before {
  content: "\f85b";
}
.ti-cloud-storm:before {
  content: "\ea74";
}
.ti-cloud-up:before {
  content: "\f85c";
}
.ti-cloud-upload:before {
  content: "\ea75";
}
.ti-cloud-x:before {
  content: "\f85d";
}
.ti-clover:before {
  content: "\f1ea";
}
.ti-clover-2:before {
  content: "\f21e";
}
.ti-clover-filled:before {
  content: "\10013";
}
.ti-clubs:before {
  content: "\eff4";
}
.ti-clubs-filled:before {
  content: "\f674";
}
.ti-code:before {
  content: "\ea77";
}
.ti-code-asterisk:before {
  content: "\f312";
}
.ti-code-circle:before {
  content: "\f4ff";
}
.ti-code-circle-2:before {
  content: "\f4fe";
}
.ti-code-circle-2-filled:before {
  content: "\fed4";
}
.ti-code-circle-filled:before {
  content: "\fed3";
}
.ti-code-dots:before {
  content: "\f61a";
}
.ti-code-minus:before {
  content: "\ee42";
}
.ti-code-off:before {
  content: "\f0d0";
}
.ti-code-plus:before {
  content: "\ee43";
}
.ti-coffee:before {
  content: "\ef0e";
}
.ti-coffee-off:before {
  content: "\f106";
}
.ti-coffin:before {
  content: "\f579";
}
.ti-coin:before {
  content: "\eb82";
}
.ti-coin-bitcoin:before {
  content: "\f2be";
}
.ti-coin-bitcoin-filled:before {
  content: "\fd06";
}
.ti-coin-euro:before {
  content: "\f2bf";
}
.ti-coin-euro-filled:before {
  content: "\fd07";
}
.ti-coin-filled:before {
  content: "\fd08";
}
.ti-coin-monero:before {
  content: "\f4a0";
}
.ti-coin-monero-filled:before {
  content: "\fd09";
}
.ti-coin-off:before {
  content: "\f0d1";
}
.ti-coin-pound:before {
  content: "\f2c0";
}
.ti-coin-pound-filled:before {
  content: "\fd0a";
}
.ti-coin-rupee:before {
  content: "\f2c1";
}
.ti-coin-rupee-filled:before {
  content: "\fd0b";
}
.ti-coin-taka:before {
  content: "\fd0d";
}
.ti-coin-taka-filled:before {
  content: "\fd0c";
}
.ti-coin-yen:before {
  content: "\f2c2";
}
.ti-coin-yen-filled:before {
  content: "\fd0e";
}
.ti-coin-yuan:before {
  content: "\f2c3";
}
.ti-coin-yuan-filled:before {
  content: "\fd0f";
}
.ti-coins:before {
  content: "\f65d";
}
.ti-color-filter:before {
  content: "\f5a8";
}
.ti-color-picker:before {
  content: "\ebe6";
}
.ti-color-picker-off:before {
  content: "\f0d2";
}
.ti-color-swatch:before {
  content: "\eb61";
}
.ti-color-swatch-off:before {
  content: "\f0d3";
}
.ti-column-insert-left:before {
  content: "\ee44";
}
.ti-column-insert-right:before {
  content: "\ee45";
}
.ti-column-remove:before {
  content: "\faf4";
}
.ti-columns:before {
  content: "\eb83";
}
.ti-columns-1:before {
  content: "\f6d4";
}
.ti-columns-2:before {
  content: "\f6d5";
}
.ti-columns-3:before {
  content: "\f6d6";
}
.ti-columns-off:before {
  content: "\f0d4";
}
.ti-comet:before {
  content: "\ec76";
}
.ti-command:before {
  content: "\ea78";
}
.ti-command-off:before {
  content: "\f3d7";
}
.ti-compass:before {
  content: "\ea79";
}
.ti-compass-filled:before {
  content: "\fd10";
}
.ti-compass-off:before {
  content: "\f0d5";
}
.ti-components:before {
  content: "\efa5";
}
.ti-components-off:before {
  content: "\f0d6";
}
.ti-cone:before {
  content: "\efdd";
}
.ti-cone-2:before {
  content: "\efdc";
}
.ti-cone-2-filled:before {
  content: "\fe59";
}
.ti-cone-filled:before {
  content: "\fe58";
}
.ti-cone-off:before {
  content: "\f3d8";
}
.ti-cone-plus:before {
  content: "\fa94";
}
.ti-confetti:before {
  content: "\ee46";
}
.ti-confetti-off:before {
  content: "\f3d9";
}
.ti-confucius:before {
  content: "\f58a";
}
.ti-congruent-to:before {
  content: "\ffa3";
}
.ti-container:before {
  content: "\ee47";
}
.ti-container-off:before {
  content: "\f107";
}
.ti-contract:before {
  content: "\fefb";
}
.ti-contrast:before {
  content: "\ec4e";
}
.ti-contrast-2:before {
  content: "\efc7";
}
.ti-contrast-2-filled:before {
  content: "\fe57";
}
.ti-contrast-2-off:before {
  content: "\f3da";
}
.ti-contrast-filled:before {
  content: "\fe56";
}
.ti-contrast-off:before {
  content: "\f3db";
}
.ti-cooker:before {
  content: "\f57a";
}
.ti-cookie:before {
  content: "\fdb1";
}
.ti-cookie-filled:before {
  content: "\fe54";
}
.ti-cookie-man:before {
  content: "\fdb2";
}
.ti-cookie-man-filled:before {
  content: "\fe55";
}
.ti-cookie-off:before {
  content: "\f0d7";
}
.ti-copy:before {
  content: "\ea7a";
}
.ti-copy-check:before {
  content: "\fdb0";
}
.ti-copy-check-filled:before {
  content: "\fe53";
}
.ti-copy-minus:before {
  content: "\fdaf";
}
.ti-copy-minus-filled:before {
  content: "\fe52";
}
.ti-copy-off:before {
  content: "\f0d8";
}
.ti-copy-plus:before {
  content: "\fdae";
}
.ti-copy-plus-filled:before {
  content: "\fe51";
}
.ti-copy-x:before {
  content: "\fdad";
}
.ti-copy-x-filled:before {
  content: "\fe50";
}
.ti-copyleft:before {
  content: "\ec3d";
}
.ti-copyleft-filled:before {
  content: "\f73b";
}
.ti-copyleft-off:before {
  content: "\f0d9";
}
.ti-copyright:before {
  content: "\ea7b";
}
.ti-copyright-filled:before {
  content: "\f73c";
}
.ti-copyright-off:before {
  content: "\f0da";
}
.ti-corner-down-left:before {
  content: "\ea7c";
}
.ti-corner-down-left-double:before {
  content: "\ee48";
}
.ti-corner-down-right:before {
  content: "\ea7d";
}
.ti-corner-down-right-double:before {
  content: "\ee49";
}
.ti-corner-left-down:before {
  content: "\ea7e";
}
.ti-corner-left-down-double:before {
  content: "\ee4a";
}
.ti-corner-left-up:before {
  content: "\ea7f";
}
.ti-corner-left-up-double:before {
  content: "\ee4b";
}
.ti-corner-right-down:before {
  content: "\ea80";
}
.ti-corner-right-down-double:before {
  content: "\ee4c";
}
.ti-corner-right-up:before {
  content: "\ea81";
}
.ti-corner-right-up-double:before {
  content: "\ee4d";
}
.ti-corner-up-left:before {
  content: "\ea82";
}
.ti-corner-up-left-double:before {
  content: "\ee4e";
}
.ti-corner-up-right:before {
  content: "\ea83";
}
.ti-corner-up-right-double:before {
  content: "\ee4f";
}
.ti-cpu:before {
  content: "\ef8e";
}
.ti-cpu-2:before {
  content: "\f075";
}
.ti-cpu-off:before {
  content: "\f108";
}
.ti-crane:before {
  content: "\ef27";
}
.ti-crane-off:before {
  content: "\f109";
}
.ti-creative-commons:before {
  content: "\efb3";
}
.ti-creative-commons-by:before {
  content: "\f21f";
}
.ti-creative-commons-nc:before {
  content: "\f220";
}
.ti-creative-commons-nd:before {
  content: "\f221";
}
.ti-creative-commons-off:before {
  content: "\f10a";
}
.ti-creative-commons-sa:before {
  content: "\f222";
}
.ti-creative-commons-zero:before {
  content: "\f223";
}
.ti-credit-card:before {
  content: "\ea84";
}
.ti-credit-card-filled:before {
  content: "\fd11";
}
.ti-credit-card-off:before {
  content: "\ed11";
}
.ti-credit-card-pay:before {
  content: "\fd32";
}
.ti-credit-card-refund:before {
  content: "\fd33";
}
.ti-cricket:before {
  content: "\f09a";
}
.ti-crop:before {
  content: "\ea85";
}
.ti-crop-1-1:before {
  content: "\fd50";
}
.ti-crop-1-1-filled:before {
  content: "\fe4f";
}
.ti-crop-16-9:before {
  content: "\fd51";
}
.ti-crop-16-9-filled:before {
  content: "\fe4e";
}
.ti-crop-3-2:before {
  content: "\fd52";
}
.ti-crop-3-2-filled:before {
  content: "\fe4d";
}
.ti-crop-5-4:before {
  content: "\fd53";
}
.ti-crop-5-4-filled:before {
  content: "\fe4c";
}
.ti-crop-7-5:before {
  content: "\fd54";
}
.ti-crop-7-5-filled:before {
  content: "\fe4b";
}
.ti-crop-landscape:before {
  content: "\fd55";
}
.ti-crop-landscape-filled:before {
  content: "\fe4a";
}
.ti-crop-portrait:before {
  content: "\fd56";
}
.ti-crop-portrait-filled:before {
  content: "\fe49";
}
.ti-cross:before {
  content: "\ef8f";
}
.ti-cross-filled:before {
  content: "\f675";
}
.ti-cross-off:before {
  content: "\f10b";
}
.ti-crosshair:before {
  content: "\ec3e";
}
.ti-crown:before {
  content: "\ed12";
}
.ti-crown-off:before {
  content: "\ee50";
}
.ti-crutches:before {
  content: "\ef5b";
}
.ti-crutches-off:before {
  content: "\f10c";
}
.ti-crystal-ball:before {
  content: "\f57b";
}
.ti-csv:before {
  content: "\f791";
}
.ti-cube:before {
  content: "\fa97";
}
.ti-cube-3d-sphere:before {
  content: "\ecd7";
}
.ti-cube-3d-sphere-off:before {
  content: "\f3b5";
}
.ti-cube-off:before {
  content: "\fa95";
}
.ti-cube-plus:before {
  content: "\fa96";
}
.ti-cube-send:before {
  content: "\f61b";
}
.ti-cube-spark:before {
  content: "\ffbb";
}
.ti-cube-unfolded:before {
  content: "\f61c";
}
.ti-cup:before {
  content: "\ef28";
}
.ti-cup-off:before {
  content: "\f10d";
}
.ti-curling:before {
  content: "\efc8";
}
.ti-curly-loop:before {
  content: "\ecda";
}
.ti-currency:before {
  content: "\efa6";
}
.ti-currency-afghani:before {
  content: "\f65e";
}
.ti-currency-bahraini:before {
  content: "\ee51";
}
.ti-currency-baht:before {
  content: "\f08a";
}
.ti-currency-bitcoin:before {
  content: "\ebab";
}
.ti-currency-cent:before {
  content: "\ee53";
}
.ti-currency-dinar:before {
  content: "\ee54";
}
.ti-currency-dirham:before {
  content: "\ee55";
}
.ti-currency-dogecoin:before {
  content: "\ef4b";
}
.ti-currency-dollar:before {
  content: "\eb84";
}
.ti-currency-dollar-australian:before {
  content: "\ee56";
}
.ti-currency-dollar-brunei:before {
  content: "\f36c";
}
.ti-currency-dollar-canadian:before {
  content: "\ee57";
}
.ti-currency-dollar-guyanese:before {
  content: "\f36d";
}
.ti-currency-dollar-off:before {
  content: "\f3dc";
}
.ti-currency-dollar-singapore:before {
  content: "\ee58";
}
.ti-currency-dollar-zimbabwean:before {
  content: "\f36e";
}
.ti-currency-dong:before {
  content: "\f36f";
}
.ti-currency-dram:before {
  content: "\f370";
}
.ti-currency-ethereum:before {
  content: "\ee59";
}
.ti-currency-euro:before {
  content: "\eb85";
}
.ti-currency-euro-off:before {
  content: "\f3dd";
}
.ti-currency-florin:before {
  content: "\faf5";
}
.ti-currency-forint:before {
  content: "\ee5a";
}
.ti-currency-frank:before {
  content: "\ee5b";
}
.ti-currency-guarani:before {
  content: "\f371";
}
.ti-currency-hryvnia:before {
  content: "\f372";
}
.ti-currency-iranian-rial:before {
  content: "\fa58";
}
.ti-currency-kip:before {
  content: "\f373";
}
.ti-currency-krone-czech:before {
  content: "\ee5c";
}
.ti-currency-krone-danish:before {
  content: "\ee5d";
}
.ti-currency-krone-swedish:before {
  content: "\ee5e";
}
.ti-currency-lari:before {
  content: "\f374";
}
.ti-currency-leu:before {
  content: "\ee5f";
}
.ti-currency-lira:before {
  content: "\ee60";
}
.ti-currency-litecoin:before {
  content: "\ee61";
}
.ti-currency-lyd:before {
  content: "\f375";
}
.ti-currency-manat:before {
  content: "\f376";
}
.ti-currency-monero:before {
  content: "\f377";
}
.ti-currency-naira:before {
  content: "\ee62";
}
.ti-currency-nano:before {
  content: "\f7a6";
}
.ti-currency-off:before {
  content: "\f3de";
}
.ti-currency-paanga:before {
  content: "\f378";
}
.ti-currency-peso:before {
  content: "\f65f";
}
.ti-currency-pound:before {
  content: "\ebac";
}
.ti-currency-pound-off:before {
  content: "\f3df";
}
.ti-currency-quetzal:before {
  content: "\f379";
}
.ti-currency-real:before {
  content: "\ee63";
}
.ti-currency-renminbi:before {
  content: "\ee64";
}
.ti-currency-ripple:before {
  content: "\ee65";
}
.ti-currency-riyal:before {
  content: "\ee66";
}
.ti-currency-rubel:before {
  content: "\ee67";
}
.ti-currency-rufiyaa:before {
  content: "\f37a";
}
.ti-currency-rupee:before {
  content: "\ebad";
}
.ti-currency-rupee-nepalese:before {
  content: "\f37b";
}
.ti-currency-shekel:before {
  content: "\ee68";
}
.ti-currency-solana:before {
  content: "\f4a1";
}
.ti-currency-som:before {
  content: "\f37c";
}
.ti-currency-taka:before {
  content: "\ee69";
}
.ti-currency-tenge:before {
  content: "\f37d";
}
.ti-currency-tugrik:before {
  content: "\ee6a";
}
.ti-currency-won:before {
  content: "\ee6b";
}
.ti-currency-xrp:before {
  content: "\fd34";
}
.ti-currency-yen:before {
  content: "\ebae";
}
.ti-currency-yen-off:before {
  content: "\f3e0";
}
.ti-currency-yuan:before {
  content: "\f29a";
}
.ti-currency-zloty:before {
  content: "\ee6c";
}
.ti-current-location:before {
  content: "\ecef";
}
.ti-current-location-off:before {
  content: "\f10e";
}
.ti-cursor-off:before {
  content: "\f10f";
}
.ti-cursor-text:before {
  content: "\ee6d";
}
.ti-cut:before {
  content: "\ea86";
}
.ti-cylinder:before {
  content: "\f54c";
}
.ti-cylinder-off:before {
  content: "\fa98";
}
.ti-cylinder-plus:before {
  content: "\fa99";
}
.ti-dashboard:before {
  content: "\ea87";
}
.ti-dashboard-filled:before {
  content: "\10019";
}
.ti-dashboard-off:before {
  content: "\f3e1";
}
.ti-database:before {
  content: "\ea88";
}
.ti-database-cog:before {
  content: "\fa10";
}
.ti-database-dollar:before {
  content: "\fa11";
}
.ti-database-edit:before {
  content: "\fa12";
}
.ti-database-exclamation:before {
  content: "\fa13";
}
.ti-database-export:before {
  content: "\ee6e";
}
.ti-database-heart:before {
  content: "\fa14";
}
.ti-database-import:before {
  content: "\ee6f";
}
.ti-database-leak:before {
  content: "\fa15";
}
.ti-database-minus:before {
  content: "\fa16";
}
.ti-database-off:before {
  content: "\ee70";
}
.ti-database-plus:before {
  content: "\fa17";
}
.ti-database-search:before {
  content: "\fa18";
}
.ti-database-share:before {
  content: "\fa19";
}
.ti-database-smile:before {
  content: "\fd9b";
}
.ti-database-star:before {
  content: "\fa1a";
}
.ti-database-x:before {
  content: "\fa1b";
}
.ti-decimal:before {
  content: "\fa26";
}
.ti-deer:before {
  content: "\f4c5";
}
.ti-delta:before {
  content: "\f53c";
}
.ti-dental:before {
  content: "\f025";
}
.ti-dental-broken:before {
  content: "\f286";
}
.ti-dental-off:before {
  content: "\f110";
}
.ti-deselect:before {
  content: "\f9f3";
}
.ti-desk:before {
  content: "\fd35";
}
.ti-details:before {
  content: "\ee71";
}
.ti-details-off:before {
  content: "\f3e2";
}
.ti-device-airpods:before {
  content: "\f5a9";
}
.ti-device-airpods-case:before {
  content: "\f646";
}
.ti-device-airtag:before {
  content: "\fae6";
}
.ti-device-analytics:before {
  content: "\ee72";
}
.ti-device-audio-tape:before {
  content: "\ee73";
}
.ti-device-camera-phone:before {
  content: "\f233";
}
.ti-device-cctv:before {
  content: "\ee74";
}
.ti-device-cctv-filled:before {
  content: "\1004b";
}
.ti-device-cctv-off:before {
  content: "\f3e3";
}
.ti-device-computer-camera:before {
  content: "\ee76";
}
.ti-device-computer-camera-off:before {
  content: "\ee75";
}
.ti-device-desktop:before {
  content: "\ea89";
}
.ti-device-desktop-analytics:before {
  content: "\ee77";
}
.ti-device-desktop-bolt:before {
  content: "\f85e";
}
.ti-device-desktop-cancel:before {
  content: "\f85f";
}
.ti-device-desktop-check:before {
  content: "\f860";
}
.ti-device-desktop-code:before {
  content: "\f861";
}
.ti-device-desktop-cog:before {
  content: "\f862";
}
.ti-device-desktop-dollar:before {
  content: "\f863";
}
.ti-device-desktop-down:before {
  content: "\f864";
}
.ti-device-desktop-exclamation:before {
  content: "\f865";
}
.ti-device-desktop-filled:before {
  content: "\1004a";
}
.ti-device-desktop-heart:before {
  content: "\f866";
}
.ti-device-desktop-minus:before {
  content: "\f867";
}
.ti-device-desktop-off:before {
  content: "\ee78";
}
.ti-device-desktop-pause:before {
  content: "\f868";
}
.ti-device-desktop-pin:before {
  content: "\f869";
}
.ti-device-desktop-plus:before {
  content: "\f86a";
}
.ti-device-desktop-question:before {
  content: "\f86b";
}
.ti-device-desktop-search:before {
  content: "\f86c";
}
.ti-device-desktop-share:before {
  content: "\f86d";
}
.ti-device-desktop-star:before {
  content: "\f86e";
}
.ti-device-desktop-up:before {
  content: "\f86f";
}
.ti-device-desktop-x:before {
  content: "\f870";
}
.ti-device-floppy:before {
  content: "\eb62";
}
.ti-device-gamepad:before {
  content: "\eb63";
}
.ti-device-gamepad-2:before {
  content: "\f1d2";
}
.ti-device-gamepad-3:before {
  content: "\fc58";
}
.ti-device-gamepad-3-filled:before {
  content: "\10049";
}
.ti-device-heart-monitor:before {
  content: "\f060";
}
.ti-device-heart-monitor-filled:before {
  content: "\fa38";
}
.ti-device-imac:before {
  content: "\f7a7";
}
.ti-device-imac-bolt:before {
  content: "\f871";
}
.ti-device-imac-cancel:before {
  content: "\f872";
}
.ti-device-imac-check:before {
  content: "\f873";
}
.ti-device-imac-code:before {
  content: "\f874";
}
.ti-device-imac-cog:before {
  content: "\f875";
}
.ti-device-imac-dollar:before {
  content: "\f876";
}
.ti-device-imac-down:before {
  content: "\f877";
}
.ti-device-imac-exclamation:before {
  content: "\f878";
}
.ti-device-imac-filled:before {
  content: "\10048";
}
.ti-device-imac-heart:before {
  content: "\f879";
}
.ti-device-imac-minus:before {
  content: "\f87a";
}
.ti-device-imac-off:before {
  content: "\f87b";
}
.ti-device-imac-pause:before {
  content: "\f87c";
}
.ti-device-imac-pin:before {
  content: "\f87d";
}
.ti-device-imac-plus:before {
  content: "\f87e";
}
.ti-device-imac-question:before {
  content: "\f87f";
}
.ti-device-imac-search:before {
  content: "\f880";
}
.ti-device-imac-share:before {
  content: "\f881";
}
.ti-device-imac-star:before {
  content: "\f882";
}
.ti-device-imac-up:before {
  content: "\f883";
}
.ti-device-imac-x:before {
  content: "\f884";
}
.ti-device-ipad:before {
  content: "\f648";
}
.ti-device-ipad-bolt:before {
  content: "\f885";
}
.ti-device-ipad-cancel:before {
  content: "\f886";
}
.ti-device-ipad-check:before {
  content: "\f887";
}
.ti-device-ipad-code:before {
  content: "\f888";
}
.ti-device-ipad-cog:before {
  content: "\f889";
}
.ti-device-ipad-dollar:before {
  content: "\f88a";
}
.ti-device-ipad-down:before {
  content: "\f88b";
}
.ti-device-ipad-exclamation:before {
  content: "\f88c";
}
.ti-device-ipad-filled:before {
  content: "\10047";
}
.ti-device-ipad-heart:before {
  content: "\f88d";
}
.ti-device-ipad-horizontal:before {
  content: "\f647";
}
.ti-device-ipad-horizontal-bolt:before {
  content: "\f88e";
}
.ti-device-ipad-horizontal-cancel:before {
  content: "\f88f";
}
.ti-device-ipad-horizontal-check:before {
  content: "\f890";
}
.ti-device-ipad-horizontal-code:before {
  content: "\f891";
}
.ti-device-ipad-horizontal-cog:before {
  content: "\f892";
}
.ti-device-ipad-horizontal-dollar:before {
  content: "\f893";
}
.ti-device-ipad-horizontal-down:before {
  content: "\f894";
}
.ti-device-ipad-horizontal-exclamation:before {
  content: "\f895";
}
.ti-device-ipad-horizontal-heart:before {
  content: "\f896";
}
.ti-device-ipad-horizontal-minus:before {
  content: "\f897";
}
.ti-device-ipad-horizontal-off:before {
  content: "\f898";
}
.ti-device-ipad-horizontal-pause:before {
  content: "\f899";
}
.ti-device-ipad-horizontal-pin:before {
  content: "\f89a";
}
.ti-device-ipad-horizontal-plus:before {
  content: "\f89b";
}
.ti-device-ipad-horizontal-question:before {
  content: "\f89c";
}
.ti-device-ipad-horizontal-search:before {
  content: "\f89d";
}
.ti-device-ipad-horizontal-share:before {
  content: "\f89e";
}
.ti-device-ipad-horizontal-star:before {
  content: "\f89f";
}
.ti-device-ipad-horizontal-up:before {
  content: "\f8a0";
}
.ti-device-ipad-horizontal-x:before {
  content: "\f8a1";
}
.ti-device-ipad-minus:before {
  content: "\f8a2";
}
.ti-device-ipad-off:before {
  content: "\f8a3";
}
.ti-device-ipad-pause:before {
  content: "\f8a4";
}
.ti-device-ipad-pin:before {
  content: "\f8a5";
}
.ti-device-ipad-plus:before {
  content: "\f8a6";
}
.ti-device-ipad-question:before {
  content: "\f8a7";
}
.ti-device-ipad-search:before {
  content: "\f8a8";
}
.ti-device-ipad-share:before {
  content: "\f8a9";
}
.ti-device-ipad-star:before {
  content: "\f8aa";
}
.ti-device-ipad-up:before {
  content: "\f8ab";
}
.ti-device-ipad-x:before {
  content: "\f8ac";
}
.ti-device-landline-phone:before {
  content: "\f649";
}
.ti-device-laptop:before {
  content: "\eb64";
}
.ti-device-laptop-off:before {
  content: "\f061";
}
.ti-device-mobile:before {
  content: "\ea8a";
}
.ti-device-mobile-bolt:before {
  content: "\f8ad";
}
.ti-device-mobile-cancel:before {
  content: "\f8ae";
}
.ti-device-mobile-charging:before {
  content: "\f224";
}
.ti-device-mobile-check:before {
  content: "\f8af";
}
.ti-device-mobile-code:before {
  content: "\f8b0";
}
.ti-device-mobile-cog:before {
  content: "\f8b1";
}
.ti-device-mobile-dollar:before {
  content: "\f8b2";
}
.ti-device-mobile-down:before {
  content: "\f8b3";
}
.ti-device-mobile-exclamation:before {
  content: "\f8b4";
}
.ti-device-mobile-filled:before {
  content: "\fa39";
}
.ti-device-mobile-heart:before {
  content: "\f8b5";
}
.ti-device-mobile-message:before {
  content: "\ee79";
}
.ti-device-mobile-minus:before {
  content: "\f8b6";
}
.ti-device-mobile-off:before {
  content: "\f062";
}
.ti-device-mobile-pause:before {
  content: "\f8b7";
}
.ti-device-mobile-pin:before {
  content: "\f8b8";
}
.ti-device-mobile-plus:before {
  content: "\f8b9";
}
.ti-device-mobile-question:before {
  content: "\f8ba";
}
.ti-device-mobile-rotated:before {
  content: "\ecdb";
}
.ti-device-mobile-search:before {
  content: "\f8bb";
}
.ti-device-mobile-share:before {
  content: "\f8bc";
}
.ti-device-mobile-star:before {
  content: "\f8bd";
}
.ti-device-mobile-up:before {
  content: "\f8be";
}
.ti-device-mobile-vibration:before {
  content: "\eb86";
}
.ti-device-mobile-x:before {
  content: "\f8bf";
}
.ti-device-nintendo:before {
  content: "\f026";
}
.ti-device-nintendo-off:before {
  content: "\f111";
}
.ti-device-projector:before {
  content: "\fc11";
}
.ti-device-remote:before {
  content: "\f792";
}
.ti-device-remote-filled:before {
  content: "\10046";
}
.ti-device-sd-card:before {
  content: "\f384";
}
.ti-device-sim:before {
  content: "\f4b2";
}
.ti-device-sim-1:before {
  content: "\f4af";
}
.ti-device-sim-2:before {
  content: "\f4b0";
}
.ti-device-sim-3:before {
  content: "\f4b1";
}
.ti-device-speaker:before {
  content: "\ea8b";
}
.ti-device-speaker-filled:before {
  content: "\10045";
}
.ti-device-speaker-off:before {
  content: "\f112";
}
.ti-device-tablet:before {
  content: "\ea8c";
}
.ti-device-tablet-bolt:before {
  content: "\f8c0";
}
.ti-device-tablet-cancel:before {
  content: "\f8c1";
}
.ti-device-tablet-check:before {
  content: "\f8c2";
}
.ti-device-tablet-code:before {
  content: "\f8c3";
}
.ti-device-tablet-cog:before {
  content: "\f8c4";
}
.ti-device-tablet-dollar:before {
  content: "\f8c5";
}
.ti-device-tablet-down:before {
  content: "\f8c6";
}
.ti-device-tablet-exclamation:before {
  content: "\f8c7";
}
.ti-device-tablet-filled:before {
  content: "\fa3a";
}
.ti-device-tablet-heart:before {
  content: "\f8c8";
}
.ti-device-tablet-minus:before {
  content: "\f8c9";
}
.ti-device-tablet-off:before {
  content: "\f063";
}
.ti-device-tablet-pause:before {
  content: "\f8ca";
}
.ti-device-tablet-pin:before {
  content: "\f8cb";
}
.ti-device-tablet-plus:before {
  content: "\f8cc";
}
.ti-device-tablet-question:before {
  content: "\f8cd";
}
.ti-device-tablet-search:before {
  content: "\f8ce";
}
.ti-device-tablet-share:before {
  content: "\f8cf";
}
.ti-device-tablet-star:before {
  content: "\f8d0";
}
.ti-device-tablet-up:before {
  content: "\f8d1";
}
.ti-device-tablet-x:before {
  content: "\f8d2";
}
.ti-device-tv:before {
  content: "\ea8d";
}
.ti-device-tv-filled:before {
  content: "\10043";
}
.ti-device-tv-off:before {
  content: "\f064";
}
.ti-device-tv-old:before {
  content: "\f1d3";
}
.ti-device-tv-old-filled:before {
  content: "\10044";
}
.ti-device-unknown:before {
  content: "\fef4";
}
.ti-device-unknown-filled:before {
  content: "\10018";
}
.ti-device-usb:before {
  content: "\fc59";
}
.ti-device-usb-filled:before {
  content: "\10042";
}
.ti-device-vision-pro:before {
  content: "\fae7";
}
.ti-device-vision-pro-filled:before {
  content: "\10041";
}
.ti-device-watch:before {
  content: "\ebf9";
}
.ti-device-watch-bolt:before {
  content: "\f8d3";
}
.ti-device-watch-cancel:before {
  content: "\f8d4";
}
.ti-device-watch-check:before {
  content: "\f8d5";
}
.ti-device-watch-code:before {
  content: "\f8d6";
}
.ti-device-watch-cog:before {
  content: "\f8d7";
}
.ti-device-watch-dollar:before {
  content: "\f8d8";
}
.ti-device-watch-down:before {
  content: "\f8d9";
}
.ti-device-watch-exclamation:before {
  content: "\f8da";
}
.ti-device-watch-filled:before {
  content: "\10040";
}
.ti-device-watch-heart:before {
  content: "\f8db";
}
.ti-device-watch-minus:before {
  content: "\f8dc";
}
.ti-device-watch-off:before {
  content: "\f065";
}
.ti-device-watch-pause:before {
  content: "\f8dd";
}
.ti-device-watch-pin:before {
  content: "\f8de";
}
.ti-device-watch-plus:before {
  content: "\f8df";
}
.ti-device-watch-question:before {
  content: "\f8e0";
}
.ti-device-watch-search:before {
  content: "\f8e1";
}
.ti-device-watch-share:before {
  content: "\f8e2";
}
.ti-device-watch-star:before {
  content: "\f8e3";
}
.ti-device-watch-stats:before {
  content: "\ef7d";
}
.ti-device-watch-stats-2:before {
  content: "\ef7c";
}
.ti-device-watch-up:before {
  content: "\f8e4";
}
.ti-device-watch-x:before {
  content: "\f8e5";
}
.ti-devices:before {
  content: "\eb87";
}
.ti-devices-2:before {
  content: "\ed29";
}
.ti-devices-bolt:before {
  content: "\f8e6";
}
.ti-devices-cancel:before {
  content: "\f8e7";
}
.ti-devices-check:before {
  content: "\f8e8";
}
.ti-devices-code:before {
  content: "\f8e9";
}
.ti-devices-cog:before {
  content: "\f8ea";
}
.ti-devices-dollar:before {
  content: "\f8eb";
}
.ti-devices-down:before {
  content: "\f8ec";
}
.ti-devices-exclamation:before {
  content: "\f8ed";
}
.ti-devices-heart:before {
  content: "\f8ee";
}
.ti-devices-minus:before {
  content: "\f8ef";
}
.ti-devices-off:before {
  content: "\f3e4";
}
.ti-devices-pause:before {
  content: "\f8f0";
}
.ti-devices-pc:before {
  content: "\ee7a";
}
.ti-devices-pc-off:before {
  content: "\f113";
}
.ti-devices-pin:before {
  content: "\f8f1";
}
.ti-devices-plus:before {
  content: "\f8f2";
}
.ti-devices-question:before {
  content: "\f8f3";
}
.ti-devices-search:before {
  content: "\f8f4";
}
.ti-devices-share:before {
  content: "\f8f5";
}
.ti-devices-star:before {
  content: "\f8f6";
}
.ti-devices-up:before {
  content: "\f8f7";
}
.ti-devices-x:before {
  content: "\f8f8";
}
.ti-diabolo:before {
  content: "\fa9c";
}
.ti-diabolo-off:before {
  content: "\fa9a";
}
.ti-diabolo-plus:before {
  content: "\fa9b";
}
.ti-dialpad:before {
  content: "\f067";
}
.ti-dialpad-filled:before {
  content: "\fa3b";
}
.ti-dialpad-off:before {
  content: "\f114";
}
.ti-diamond:before {
  content: "\eb65";
}
.ti-diamond-filled:before {
  content: "\f73d";
}
.ti-diamond-off:before {
  content: "\f115";
}
.ti-diamonds:before {
  content: "\eff5";
}
.ti-diamonds-filled:before {
  content: "\f676";
}
.ti-diaper:before {
  content: "\ffa2";
}
.ti-dice:before {
  content: "\eb66";
}
.ti-dice-1:before {
  content: "\f08b";
}
.ti-dice-1-filled:before {
  content: "\f73e";
}
.ti-dice-2:before {
  content: "\f08c";
}
.ti-dice-2-filled:before {
  content: "\f73f";
}
.ti-dice-3:before {
  content: "\f08d";
}
.ti-dice-3-filled:before {
  content: "\f740";
}
.ti-dice-4:before {
  content: "\f08e";
}
.ti-dice-4-filled:before {
  content: "\f741";
}
.ti-dice-5:before {
  content: "\f08f";
}
.ti-dice-5-filled:before {
  content: "\f742";
}
.ti-dice-6:before {
  content: "\f090";
}
.ti-dice-6-filled:before {
  content: "\f743";
}
.ti-dice-filled:before {
  content: "\f744";
}
.ti-dimensions:before {
  content: "\ee7b";
}
.ti-direction:before {
  content: "\ebfb";
}
.ti-direction-arrows:before {
  content: "\fd36";
}
.ti-direction-horizontal:before {
  content: "\ebfa";
}
.ti-direction-sign:before {
  content: "\f1f7";
}
.ti-direction-sign-filled:before {
  content: "\f745";
}
.ti-direction-sign-off:before {
  content: "\f3e5";
}
.ti-directions:before {
  content: "\ea8e";
}
.ti-directions-filled:before {
  content: "\1003f";
}
.ti-directions-off:before {
  content: "\f116";
}
.ti-disabled:before {
  content: "\ea8f";
}
.ti-disabled-2:before {
  content: "\ebaf";
}
.ti-disabled-off:before {
  content: "\f117";
}
.ti-disc:before {
  content: "\ea90";
}
.ti-disc-filled:before {
  content: "\1003e";
}
.ti-disc-golf:before {
  content: "\f385";
}
.ti-disc-off:before {
  content: "\f118";
}
.ti-discount:before {
  content: "\ebbd";
}
.ti-discount-filled:before {
  content: "\1003d";
}
.ti-discount-off:before {
  content: "\f3e7";
}
.ti-divide:before {
  content: "\ed5c";
}
.ti-dna:before {
  content: "\ee7d";
}
.ti-dna-2:before {
  content: "\ef5c";
}
.ti-dna-2-off:before {
  content: "\f119";
}
.ti-dna-off:before {
  content: "\f11a";
}
.ti-dog:before {
  content: "\f660";
}
.ti-dog-bowl:before {
  content: "\ef29";
}
.ti-door:before {
  content: "\ef4e";
}
.ti-door-enter:before {
  content: "\ef4c";
}
.ti-door-exit:before {
  content: "\ef4d";
}
.ti-door-off:before {
  content: "\f11b";
}
.ti-dots:before {
  content: "\ea95";
}
.ti-dots-circle-horizontal:before {
  content: "\ea91";
}
.ti-dots-diagonal:before {
  content: "\ea93";
}
.ti-dots-diagonal-2:before {
  content: "\ea92";
}
.ti-dots-vertical:before {
  content: "\ea94";
}
.ti-download:before {
  content: "\ea96";
}
.ti-download-off:before {
  content: "\f11c";
}
.ti-drag-drop:before {
  content: "\eb89";
}
.ti-drag-drop-2:before {
  content: "\eb88";
}
.ti-drone:before {
  content: "\ed79";
}
.ti-drone-off:before {
  content: "\ee7e";
}
.ti-drop-circle:before {
  content: "\efde";
}
.ti-droplet:before {
  content: "\ea97";
}
.ti-droplet-bolt:before {
  content: "\f8f9";
}
.ti-droplet-cancel:before {
  content: "\f8fa";
}
.ti-droplet-check:before {
  content: "\f8fb";
}
.ti-droplet-code:before {
  content: "\f8fc";
}
.ti-droplet-cog:before {
  content: "\f8fd";
}
.ti-droplet-dollar:before {
  content: "\f8fe";
}
.ti-droplet-down:before {
  content: "\f8ff";
}
.ti-droplet-exclamation:before {
  content: "\f900";
}
.ti-droplet-filled:before {
  content: "\ee80";
}
.ti-droplet-half:before {
  content: "\ee82";
}
.ti-droplet-half-2:before {
  content: "\ee81";
}
.ti-droplet-half-2-filled:before {
  content: "\fb6c";
}
.ti-droplet-half-filled:before {
  content: "\f6c5";
}
.ti-droplet-heart:before {
  content: "\f901";
}
.ti-droplet-minus:before {
  content: "\f902";
}
.ti-droplet-off:before {
  content: "\ee83";
}
.ti-droplet-pause:before {
  content: "\f903";
}
.ti-droplet-pin:before {
  content: "\f904";
}
.ti-droplet-plus:before {
  content: "\f905";
}
.ti-droplet-question:before {
  content: "\f906";
}
.ti-droplet-search:before {
  content: "\f907";
}
.ti-droplet-share:before {
  content: "\f908";
}
.ti-droplet-star:before {
  content: "\f909";
}
.ti-droplet-up:before {
  content: "\f90a";
}
.ti-droplet-x:before {
  content: "\f90b";
}
.ti-droplets:before {
  content: "\fc12";
}
.ti-dual-screen:before {
  content: "\fa59";
}
.ti-dumpling:before {
  content: "\feb5";
}
.ti-e-passport:before {
  content: "\f4df";
}
.ti-ear:before {
  content: "\ebce";
}
.ti-ear-off:before {
  content: "\ee84";
}
.ti-ear-scan:before {
  content: "\fd57";
}
.ti-ease-in:before {
  content: "\f573";
}
.ti-ease-in-control-point:before {
  content: "\f570";
}
.ti-ease-in-out:before {
  content: "\f572";
}
.ti-ease-in-out-control-points:before {
  content: "\f571";
}
.ti-ease-out:before {
  content: "\f575";
}
.ti-ease-out-control-point:before {
  content: "\f574";
}
.ti-edit:before {
  content: "\ea98";
}
.ti-edit-circle:before {
  content: "\ee85";
}
.ti-edit-circle-off:before {
  content: "\f11d";
}
.ti-edit-off:before {
  content: "\f11e";
}
.ti-egg:before {
  content: "\eb8a";
}
.ti-egg-cracked:before {
  content: "\f2d6";
}
.ti-egg-cracked-filled:before {
  content: "\10012";
}
.ti-egg-filled:before {
  content: "\f678";
}
.ti-egg-fried:before {
  content: "\f386";
}
.ti-egg-off:before {
  content: "\f11f";
}
.ti-eggs:before {
  content: "\f500";
}
.ti-elevator:before {
  content: "\efdf";
}
.ti-elevator-filled:before {
  content: "\1003c";
}
.ti-elevator-off:before {
  content: "\f3e8";
}
.ti-emergency-bed:before {
  content: "\ef5d";
}
.ti-empathize:before {
  content: "\f29b";
}
.ti-empathize-off:before {
  content: "\f3e9";
}
.ti-emphasis:before {
  content: "\ebcf";
}
.ti-engine:before {
  content: "\ef7e";
}
.ti-engine-off:before {
  content: "\f120";
}
.ti-equal:before {
  content: "\ee87";
}
.ti-equal-double:before {
  content: "\f4e1";
}
.ti-equal-not:before {
  content: "\ee86";
}
.ti-eraser:before {
  content: "\eb8b";
}
.ti-eraser-off:before {
  content: "\f121";
}
.ti-error-404:before {
  content: "\f027";
}
.ti-error-404-off:before {
  content: "\f122";
}
.ti-escalator:before {
  content: "\fb06";
}
.ti-escalator-down:before {
  content: "\fb04";
}
.ti-escalator-up:before {
  content: "\fb05";
}
.ti-exchange:before {
  content: "\ebe7";
}
.ti-exchange-off:before {
  content: "\f123";
}
.ti-exclamation-circle:before {
  content: "\f634";
}
.ti-exclamation-circle-filled:before {
  content: "\ff62";
}
.ti-exclamation-mark:before {
  content: "\efb4";
}
.ti-exclamation-mark-off:before {
  content: "\f124";
}
.ti-explicit:before {
  content: "\f256";
}
.ti-explicit-off:before {
  content: "\f3ea";
}
.ti-exposure:before {
  content: "\eb8c";
}
.ti-exposure-0:before {
  content: "\f29c";
}
.ti-exposure-minus-1:before {
  content: "\f29d";
}
.ti-exposure-minus-2:before {
  content: "\f29e";
}
.ti-exposure-off:before {
  content: "\f3eb";
}
.ti-exposure-plus-1:before {
  content: "\f29f";
}
.ti-exposure-plus-2:before {
  content: "\f2a0";
}
.ti-external-link:before {
  content: "\ea99";
}
.ti-external-link-off:before {
  content: "\f125";
}
.ti-eye:before {
  content: "\ea9a";
}
.ti-eye-bitcoin:before {
  content: "\ff3d";
}
.ti-eye-bolt:before {
  content: "\fb6d";
}
.ti-eye-cancel:before {
  content: "\fb6e";
}
.ti-eye-check:before {
  content: "\ee88";
}
.ti-eye-closed:before {
  content: "\f7ec";
}
.ti-eye-code:before {
  content: "\fb6f";
}
.ti-eye-cog:before {
  content: "\f7ed";
}
.ti-eye-discount:before {
  content: "\fb70";
}
.ti-eye-dollar:before {
  content: "\fb71";
}
.ti-eye-dotted:before {
  content: "\fead";
}
.ti-eye-down:before {
  content: "\fb72";
}
.ti-eye-edit:before {
  content: "\f7ee";
}
.ti-eye-exclamation:before {
  content: "\f7ef";
}
.ti-eye-filled:before {
  content: "\f679";
}
.ti-eye-heart:before {
  content: "\f7f0";
}
.ti-eye-minus:before {
  content: "\fb73";
}
.ti-eye-off:before {
  content: "\ecf0";
}
.ti-eye-pause:before {
  content: "\fb74";
}
.ti-eye-pin:before {
  content: "\fb75";
}
.ti-eye-plus:before {
  content: "\fb76";
}
.ti-eye-question:before {
  content: "\fb77";
}
.ti-eye-search:before {
  content: "\fb78";
}
.ti-eye-share:before {
  content: "\fb79";
}
.ti-eye-spark:before {
  content: "\ffba";
}
.ti-eye-star:before {
  content: "\fb7a";
}
.ti-eye-table:before {
  content: "\ef5e";
}
.ti-eye-up:before {
  content: "\fb7b";
}
.ti-eye-x:before {
  content: "\f7f1";
}
.ti-eyeglass:before {
  content: "\ee8a";
}
.ti-eyeglass-2:before {
  content: "\ee89";
}
.ti-eyeglass-off:before {
  content: "\f126";
}
.ti-face-id:before {
  content: "\ea9b";
}
.ti-face-id-error:before {
  content: "\efa7";
}
.ti-face-mask:before {
  content: "\efb5";
}
.ti-face-mask-off:before {
  content: "\f127";
}
.ti-fall:before {
  content: "\ecb9";
}
.ti-favicon:before {
  content: "\fd65";
}
.ti-favicon-filled:before {
  content: "\10071";
}
.ti-feather:before {
  content: "\ee8b";
}
.ti-feather-filled:before {
  content: "\10011";
}
.ti-feather-off:before {
  content: "\f128";
}
.ti-fence:before {
  content: "\ef2a";
}
.ti-fence-off:before {
  content: "\f129";
}
.ti-ferry:before {
  content: "\10074";
}
.ti-fidget-spinner:before {
  content: "\f068";
}
.ti-file:before {
  content: "\eaa4";
}
.ti-file-3d:before {
  content: "\f032";
}
.ti-file-ai:before {
  content: "\ffa1";
}
.ti-file-alert:before {
  content: "\ede6";
}
.ti-file-analytics:before {
  content: "\ede7";
}
.ti-file-arrow-left:before {
  content: "\f033";
}
.ti-file-arrow-right:before {
  content: "\f034";
}
.ti-file-barcode:before {
  content: "\f035";
}
.ti-file-bitcoin:before {
  content: "\ffa0";
}
.ti-file-broken:before {
  content: "\f501";
}
.ti-file-certificate:before {
  content: "\ed4d";
}
.ti-file-chart:before {
  content: "\f036";
}
.ti-file-check:before {
  content: "\ea9c";
}
.ti-file-code:before {
  content: "\ebd0";
}
.ti-file-code-2:before {
  content: "\ede8";
}
.ti-file-cv:before {
  content: "\fa5a";
}
.ti-file-database:before {
  content: "\f037";
}
.ti-file-delta:before {
  content: "\f53d";
}
.ti-file-description:before {
  content: "\f028";
}
.ti-file-diff:before {
  content: "\ecf1";
}
.ti-file-digit:before {
  content: "\efa8";
}
.ti-file-dislike:before {
  content: "\ed2a";
}
.ti-file-dollar:before {
  content: "\efe0";
}
.ti-file-dots:before {
  content: "\f038";
}
.ti-file-download:before {
  content: "\ea9d";
}
.ti-file-euro:before {
  content: "\efe1";
}
.ti-file-excel:before {
  content: "\fef3";
}
.ti-file-export:before {
  content: "\ede9";
}
.ti-file-filled:before {
  content: "\f747";
}
.ti-file-function:before {
  content: "\f53e";
}
.ti-file-horizontal:before {
  content: "\ebb0";
}
.ti-file-import:before {
  content: "\edea";
}
.ti-file-infinity:before {
  content: "\f502";
}
.ti-file-info:before {
  content: "\edec";
}
.ti-file-invoice:before {
  content: "\eb67";
}
.ti-file-isr:before {
  content: "\feac";
}
.ti-file-lambda:before {
  content: "\f53f";
}
.ti-file-like:before {
  content: "\ed2b";
}
.ti-file-minus:before {
  content: "\ea9e";
}
.ti-file-music:before {
  content: "\ea9f";
}
.ti-file-neutral:before {
  content: "\fd22";
}
.ti-file-off:before {
  content: "\ecf2";
}
.ti-file-orientation:before {
  content: "\f2a1";
}
.ti-file-pencil:before {
  content: "\f039";
}
.ti-file-percent:before {
  content: "\f540";
}
.ti-file-phone:before {
  content: "\ecdc";
}
.ti-file-plus:before {
  content: "\eaa0";
}
.ti-file-power:before {
  content: "\f03a";
}
.ti-file-report:before {
  content: "\eded";
}
.ti-file-rss:before {
  content: "\f03b";
}
.ti-file-sad:before {
  content: "\fd23";
}
.ti-file-scissors:before {
  content: "\f03c";
}
.ti-file-search:before {
  content: "\ed5d";
}
.ti-file-settings:before {
  content: "\f029";
}
.ti-file-shredder:before {
  content: "\eaa1";
}
.ti-file-signal:before {
  content: "\f03d";
}
.ti-file-smile:before {
  content: "\fd24";
}
.ti-file-spark:before {
  content: "\ffb9";
}
.ti-file-spreadsheet:before {
  content: "\f03e";
}
.ti-file-stack:before {
  content: "\f503";
}
.ti-file-star:before {
  content: "\f03f";
}
.ti-file-symlink:before {
  content: "\ed53";
}
.ti-file-text:before {
  content: "\eaa2";
}
.ti-file-text-ai:before {
  content: "\fa27";
}
.ti-file-text-spark:before {
  content: "\ffb8";
}
.ti-file-time:before {
  content: "\f040";
}
.ti-file-type-bmp:before {
  content: "\fb07";
}
.ti-file-type-css:before {
  content: "\fb08";
}
.ti-file-type-csv:before {
  content: "\fb09";
}
.ti-file-type-doc:before {
  content: "\fb0a";
}
.ti-file-type-docx:before {
  content: "\fb0b";
}
.ti-file-type-html:before {
  content: "\fb0c";
}
.ti-file-type-jpg:before {
  content: "\fb0d";
}
.ti-file-type-js:before {
  content: "\fb0e";
}
.ti-file-type-jsx:before {
  content: "\fb0f";
}
.ti-file-type-pdf:before {
  content: "\fb10";
}
.ti-file-type-php:before {
  content: "\fb11";
}
.ti-file-type-png:before {
  content: "\fb12";
}
.ti-file-type-ppt:before {
  content: "\fb13";
}
.ti-file-type-rs:before {
  content: "\fb14";
}
.ti-file-type-sql:before {
  content: "\fb15";
}
.ti-file-type-svg:before {
  content: "\fb16";
}
.ti-file-type-ts:before {
  content: "\fb17";
}
.ti-file-type-tsx:before {
  content: "\fb18";
}
.ti-file-type-txt:before {
  content: "\fb19";
}
.ti-file-type-vue:before {
  content: "\fb1a";
}
.ti-file-type-xls:before {
  content: "\fb1b";
}
.ti-file-type-xml:before {
  content: "\fb1c";
}
.ti-file-type-zip:before {
  content: "\fb1d";
}
.ti-file-typography:before {
  content: "\f041";
}
.ti-file-unknown:before {
  content: "\f042";
}
.ti-file-upload:before {
  content: "\ec91";
}
.ti-file-vector:before {
  content: "\f043";
}
.ti-file-word:before {
  content: "\fef2";
}
.ti-file-x:before {
  content: "\eaa3";
}
.ti-file-x-filled:before {
  content: "\f748";
}
.ti-file-zip:before {
  content: "\ed4e";
}
.ti-files:before {
  content: "\edef";
}
.ti-files-off:before {
  content: "\edee";
}
.ti-filter:before {
  content: "\eaa5";
}
.ti-filter-bolt:before {
  content: "\fb7c";
}
.ti-filter-cancel:before {
  content: "\fb7d";
}
.ti-filter-check:before {
  content: "\fb7e";
}
.ti-filter-code:before {
  content: "\fb7f";
}
.ti-filter-cog:before {
  content: "\f9fe";
}
.ti-filter-discount:before {
  content: "\fb80";
}
.ti-filter-dollar:before {
  content: "\f9ff";
}
.ti-filter-down:before {
  content: "\fb81";
}
.ti-filter-edit:before {
  content: "\fa00";
}
.ti-filter-exclamation:before {
  content: "\fb82";
}
.ti-filter-filled:before {
  content: "\fc27";
}
.ti-filter-heart:before {
  content: "\fb83";
}
.ti-filter-minus:before {
  content: "\fa01";
}
.ti-filter-off:before {
  content: "\ed2c";
}
.ti-filter-pause:before {
  content: "\fb84";
}
.ti-filter-pin:before {
  content: "\fb85";
}
.ti-filter-plus:before {
  content: "\fa02";
}
.ti-filter-question:before {
  content: "\fb86";
}
.ti-filter-search:before {
  content: "\fb87";
}
.ti-filter-share:before {
  content: "\fb88";
}
.ti-filter-star:before {
  content: "\fa03";
}
.ti-filter-up:before {
  content: "\fb89";
}
.ti-filter-x:before {
  content: "\fa04";
}
.ti-filters:before {
  content: "\f793";
}
.ti-fingerprint:before {
  content: "\ebd1";
}
.ti-fingerprint-off:before {
  content: "\f12a";
}
.ti-fingerprint-scan:before {
  content: "\fcb5";
}
.ti-fire-extinguisher:before {
  content: "\faf6";
}
.ti-fire-hydrant:before {
  content: "\f3a9";
}
.ti-fire-hydrant-off:before {
  content: "\f3ec";
}
.ti-firetruck:before {
  content: "\ebe8";
}
.ti-first-aid-kit:before {
  content: "\ef5f";
}
.ti-first-aid-kit-off:before {
  content: "\f3ed";
}
.ti-fish:before {
  content: "\ef2b";
}
.ti-fish-bone:before {
  content: "\f287";
}
.ti-fish-christianity:before {
  content: "\f58b";
}
.ti-fish-hook:before {
  content: "\f1f9";
}
.ti-fish-hook-off:before {
  content: "\f3ee";
}
.ti-fish-off:before {
  content: "\f12b";
}
.ti-flag:before {
  content: "\eaa6";
}
.ti-flag-2:before {
  content: "\ee8c";
}
.ti-flag-2-filled:before {
  content: "\f707";
}
.ti-flag-2-off:before {
  content: "\f12c";
}
.ti-flag-3:before {
  content: "\ee8d";
}
.ti-flag-3-filled:before {
  content: "\f708";
}
.ti-flag-bitcoin:before {
  content: "\ff3c";
}
.ti-flag-bolt:before {
  content: "\fb8a";
}
.ti-flag-cancel:before {
  content: "\fb8b";
}
.ti-flag-check:before {
  content: "\fb8c";
}
.ti-flag-code:before {
  content: "\fb8d";
}
.ti-flag-cog:before {
  content: "\fb8e";
}
.ti-flag-discount:before {
  content: "\fb8f";
}
.ti-flag-dollar:before {
  content: "\fb90";
}
.ti-flag-down:before {
  content: "\fb91";
}
.ti-flag-exclamation:before {
  content: "\fb92";
}
.ti-flag-filled:before {
  content: "\f67a";
}
.ti-flag-heart:before {
  content: "\fb93";
}
.ti-flag-minus:before {
  content: "\fb94";
}
.ti-flag-off:before {
  content: "\f12d";
}
.ti-flag-pause:before {
  content: "\fb95";
}
.ti-flag-pin:before {
  content: "\fb96";
}
.ti-flag-plus:before {
  content: "\fb97";
}
.ti-flag-question:before {
  content: "\fb98";
}
.ti-flag-search:before {
  content: "\fb99";
}
.ti-flag-share:before {
  content: "\fb9a";
}
.ti-flag-spark:before {
  content: "\ffb7";
}
.ti-flag-star:before {
  content: "\fb9b";
}
.ti-flag-up:before {
  content: "\fb9c";
}
.ti-flag-x:before {
  content: "\fb9d";
}
.ti-flame:before {
  content: "\ec2c";
}
.ti-flame-off:before {
  content: "\f12e";
}
.ti-flare:before {
  content: "\ee8e";
}
.ti-flask:before {
  content: "\ebd2";
}
.ti-flask-2:before {
  content: "\ef60";
}
.ti-flask-2-filled:before {
  content: "\fd12";
}
.ti-flask-2-off:before {
  content: "\f12f";
}
.ti-flask-filled:before {
  content: "\fd13";
}
.ti-flask-off:before {
  content: "\f130";
}
.ti-flip-flops:before {
  content: "\f564";
}
.ti-flip-horizontal:before {
  content: "\eaa7";
}
.ti-flip-vertical:before {
  content: "\eaa8";
}
.ti-float-center:before {
  content: "\ebb1";
}
.ti-float-left:before {
  content: "\ebb2";
}
.ti-float-none:before {
  content: "\ed13";
}
.ti-float-right:before {
  content: "\ebb3";
}
.ti-flower:before {
  content: "\eff6";
}
.ti-flower-filled:before {
  content: "\10010";
}
.ti-flower-off:before {
  content: "\f131";
}
.ti-focus:before {
  content: "\eb8d";
}
.ti-focus-2:before {
  content: "\ebd3";
}
.ti-focus-auto:before {
  content: "\fa62";
}
.ti-focus-centered:before {
  content: "\f02a";
}
.ti-fold:before {
  content: "\ed56";
}
.ti-fold-down:before {
  content: "\ed54";
}
.ti-fold-up:before {
  content: "\ed55";
}
.ti-folder:before {
  content: "\eaad";
}
.ti-folder-bolt:before {
  content: "\f90c";
}
.ti-folder-cancel:before {
  content: "\f90d";
}
.ti-folder-check:before {
  content: "\f90e";
}
.ti-folder-code:before {
  content: "\f90f";
}
.ti-folder-cog:before {
  content: "\f910";
}
.ti-folder-dollar:before {
  content: "\f911";
}
.ti-folder-down:before {
  content: "\f912";
}
.ti-folder-exclamation:before {
  content: "\f913";
}
.ti-folder-filled:before {
  content: "\f749";
}
.ti-folder-heart:before {
  content: "\f914";
}
.ti-folder-minus:before {
  content: "\eaaa";
}
.ti-folder-off:before {
  content: "\ed14";
}
.ti-folder-open:before {
  content: "\faf7";
}
.ti-folder-pause:before {
  content: "\f915";
}
.ti-folder-pin:before {
  content: "\f916";
}
.ti-folder-plus:before {
  content: "\eaab";
}
.ti-folder-question:before {
  content: "\f917";
}
.ti-folder-root:before {
  content: "\fd43";
}
.ti-folder-search:before {
  content: "\f918";
}
.ti-folder-share:before {
  content: "\f919";
}
.ti-folder-star:before {
  content: "\f91a";
}
.ti-folder-symlink:before {
  content: "\f91b";
}
.ti-folder-up:before {
  content: "\f91c";
}
.ti-folder-x:before {
  content: "\eaac";
}
.ti-folders:before {
  content: "\eaae";
}
.ti-folders-off:before {
  content: "\f133";
}
.ti-forbid:before {
  content: "\ebd5";
}
.ti-forbid-2:before {
  content: "\ebd4";
}
.ti-forbid-2-filled:before {
  content: "\fc28";
}
.ti-forbid-filled:before {
  content: "\fc29";
}
.ti-forklift:before {
  content: "\ebe9";
}
.ti-forms:before {
  content: "\ee8f";
}
.ti-fountain:before {
  content: "\f09b";
}
.ti-fountain-filled:before {
  content: "\fc2a";
}
.ti-fountain-off:before {
  content: "\f134";
}
.ti-frame:before {
  content: "\eaaf";
}
.ti-frame-off:before {
  content: "\f135";
}
.ti-free-rights:before {
  content: "\efb6";
}
.ti-freeze-column:before {
  content: "\fa63";
}
.ti-freeze-row:before {
  content: "\fa65";
}
.ti-freeze-row-column:before {
  content: "\fa64";
}
.ti-fridge:before {
  content: "\f1fa";
}
.ti-fridge-off:before {
  content: "\f3ef";
}
.ti-friends:before {
  content: "\eab0";
}
.ti-friends-off:before {
  content: "\f136";
}
.ti-frustum:before {
  content: "\fa9f";
}
.ti-frustum-off:before {
  content: "\fa9d";
}
.ti-frustum-plus:before {
  content: "\fa9e";
}
.ti-function:before {
  content: "\f225";
}
.ti-function-filled:before {
  content: "\fc2b";
}
.ti-function-off:before {
  content: "\f3f0";
}
.ti-galaxy:before {
  content: "\fcb6";
}
.ti-garden-cart:before {
  content: "\f23e";
}
.ti-garden-cart-off:before {
  content: "\f3f1";
}
.ti-gas-station:before {
  content: "\ec7d";
}
.ti-gas-station-off:before {
  content: "\f137";
}
.ti-gauge:before {
  content: "\eab1";
}
.ti-gauge-filled:before {
  content: "\fc2c";
}
.ti-gauge-off:before {
  content: "\f138";
}
.ti-gavel:before {
  content: "\ef90";
}
.ti-gender-agender:before {
  content: "\f0e1";
}
.ti-gender-androgyne:before {
  content: "\f0e2";
}
.ti-gender-bigender:before {
  content: "\f0e3";
}
.ti-gender-demiboy:before {
  content: "\f0e4";
}
.ti-gender-demigirl:before {
  content: "\f0e5";
}
.ti-gender-epicene:before {
  content: "\f0e6";
}
.ti-gender-female:before {
  content: "\f0e7";
}
.ti-gender-femme:before {
  content: "\f0e8";
}
.ti-gender-genderfluid:before {
  content: "\f0e9";
}
.ti-gender-genderless:before {
  content: "\f0ea";
}
.ti-gender-genderqueer:before {
  content: "\f0eb";
}
.ti-gender-hermaphrodite:before {
  content: "\f0ec";
}
.ti-gender-intergender:before {
  content: "\f0ed";
}
.ti-gender-male:before {
  content: "\f0ee";
}
.ti-gender-neutrois:before {
  content: "\f0ef";
}
.ti-gender-third:before {
  content: "\f0f0";
}
.ti-gender-transgender:before {
  content: "\f0f1";
}
.ti-gender-trasvesti:before {
  content: "\f0f2";
}
.ti-geometry:before {
  content: "\ee90";
}
.ti-ghost:before {
  content: "\eb8e";
}
.ti-ghost-2:before {
  content: "\f57c";
}
.ti-ghost-2-filled:before {
  content: "\f74a";
}
.ti-ghost-3:before {
  content: "\fc13";
}
.ti-ghost-filled:before {
  content: "\f74b";
}
.ti-ghost-off:before {
  content: "\f3f2";
}
.ti-gif:before {
  content: "\f257";
}
.ti-gift:before {
  content: "\eb68";
}
.ti-gift-card:before {
  content: "\f3aa";
}
.ti-gift-card-filled:before {
  content: "\fc2d";
}
.ti-gift-filled:before {
  content: "\fd14";
}
.ti-gift-off:before {
  content: "\f3f3";
}
.ti-git-branch:before {
  content: "\eab2";
}
.ti-git-branch-deleted:before {
  content: "\f57d";
}
.ti-git-cherry-pick:before {
  content: "\f57e";
}
.ti-git-commit:before {
  content: "\eab3";
}
.ti-git-compare:before {
  content: "\eab4";
}
.ti-git-fork:before {
  content: "\eb8f";
}
.ti-git-merge:before {
  content: "\eab5";
}
.ti-git-pull-request:before {
  content: "\eab6";
}
.ti-git-pull-request-closed:before {
  content: "\ef7f";
}
.ti-git-pull-request-draft:before {
  content: "\efb7";
}
.ti-gizmo:before {
  content: "\f02b";
}
.ti-glass:before {
  content: "\eab8";
}
.ti-glass-champagne:before {
  content: "\fd9c";
}
.ti-glass-cocktail:before {
  content: "\fd9d";
}
.ti-glass-filled:before {
  content: "\1000f";
}
.ti-glass-full:before {
  content: "\eab7";
}
.ti-glass-full-filled:before {
  content: "\fc2e";
}
.ti-glass-gin:before {
  content: "\fd9e";
}
.ti-glass-off:before {
  content: "\ee91";
}
.ti-globe:before {
  content: "\eab9";
}
.ti-globe-filled:before {
  content: "\fc2f";
}
.ti-globe-off:before {
  content: "\f139";
}
.ti-go-game:before {
  content: "\f512";
}
.ti-golf:before {
  content: "\ed8c";
}
.ti-golf-off:before {
  content: "\f13a";
}
.ti-gps:before {
  content: "\ed7a";
}
.ti-gps-filled:before {
  content: "\fe48";
}
.ti-gradienter:before {
  content: "\f3ab";
}
.ti-grain:before {
  content: "\ee92";
}
.ti-graph:before {
  content: "\f288";
}
.ti-graph-filled:before {
  content: "\fd15";
}
.ti-graph-off:before {
  content: "\f3f4";
}
.ti-grave:before {
  content: "\f580";
}
.ti-grave-2:before {
  content: "\f57f";
}
.ti-grid-3x3:before {
  content: "\fca4";
}
.ti-grid-4x4:before {
  content: "\fca5";
}
.ti-grid-dots:before {
  content: "\eaba";
}
.ti-grid-goldenratio:before {
  content: "\fca6";
}
.ti-grid-pattern:before {
  content: "\efc9";
}
.ti-grid-scan:before {
  content: "\fca7";
}
.ti-grill:before {
  content: "\efa9";
}
.ti-grill-fork:before {
  content: "\f35b";
}
.ti-grill-off:before {
  content: "\f3f5";
}
.ti-grill-spatula:before {
  content: "\f35c";
}
.ti-grip-horizontal:before {
  content: "\ec00";
}
.ti-grip-vertical:before {
  content: "\ec01";
}
.ti-growth:before {
  content: "\ee93";
}
.ti-guitar-pick:before {
  content: "\f4c6";
}
.ti-guitar-pick-filled:before {
  content: "\f67b";
}
.ti-gymnastics:before {
  content: "\fd44";
}
.ti-h-1:before {
  content: "\ec94";
}
.ti-h-2:before {
  content: "\ec95";
}
.ti-h-3:before {
  content: "\ec96";
}
.ti-h-4:before {
  content: "\ec97";
}
.ti-h-5:before {
  content: "\ec98";
}
.ti-h-6:before {
  content: "\ec99";
}
.ti-hammer:before {
  content: "\ef91";
}
.ti-hammer-off:before {
  content: "\f13c";
}
.ti-hand-click:before {
  content: "\ef4f";
}
.ti-hand-finger:before {
  content: "\ee94";
}
.ti-hand-finger-down:before {
  content: "\ff4f";
}
.ti-hand-finger-left:before {
  content: "\ff4e";
}
.ti-hand-finger-off:before {
  content: "\f13d";
}
.ti-hand-finger-right:before {
  content: "\ff4d";
}
.ti-hand-grab:before {
  content: "\f091";
}
.ti-hand-little-finger:before {
  content: "\ee95";
}
.ti-hand-love-you:before {
  content: "\ee97";
}
.ti-hand-middle-finger:before {
  content: "\ec2d";
}
.ti-hand-move:before {
  content: "\ef50";
}
.ti-hand-off:before {
  content: "\ed15";
}
.ti-hand-ring-finger:before {
  content: "\ee96";
}
.ti-hand-sanitizer:before {
  content: "\f5f4";
}
.ti-hand-stop:before {
  content: "\ec2e";
}
.ti-hand-three-fingers:before {
  content: "\ee98";
}
.ti-hand-two-fingers:before {
  content: "\ee99";
}
.ti-hanger:before {
  content: "\ee9a";
}
.ti-hanger-2:before {
  content: "\f09c";
}
.ti-hanger-2-filled:before {
  content: "\ff61";
}
.ti-hanger-off:before {
  content: "\f13e";
}
.ti-hash:before {
  content: "\eabc";
}
.ti-haze:before {
  content: "\efaa";
}
.ti-haze-moon:before {
  content: "\faf8";
}
.ti-hdr:before {
  content: "\fa7b";
}
.ti-heading:before {
  content: "\ee9b";
}
.ti-heading-off:before {
  content: "\f13f";
}
.ti-headphones:before {
  content: "\eabd";
}
.ti-headphones-filled:before {
  content: "\fa3c";
}
.ti-headphones-off:before {
  content: "\ed1d";
}
.ti-headset:before {
  content: "\eb90";
}
.ti-headset-off:before {
  content: "\f3f6";
}
.ti-health-recognition:before {
  content: "\f1fb";
}
.ti-heart:before {
  content: "\eabe";
}
.ti-heart-bitcoin:before {
  content: "\ff3b";
}
.ti-heart-bolt:before {
  content: "\fb9e";
}
.ti-heart-broken:before {
  content: "\ecba";
}
.ti-heart-cancel:before {
  content: "\fb9f";
}
.ti-heart-check:before {
  content: "\fba0";
}
.ti-heart-code:before {
  content: "\fba1";
}
.ti-heart-cog:before {
  content: "\fba2";
}
.ti-heart-discount:before {
  content: "\fba3";
}
.ti-heart-dollar:before {
  content: "\fba4";
}
.ti-heart-down:before {
  content: "\fba5";
}
.ti-heart-exclamation:before {
  content: "\fba6";
}
.ti-heart-filled:before {
  content: "\f67c";
}
.ti-heart-handshake:before {
  content: "\f0f3";
}
.ti-heart-minus:before {
  content: "\f140";
}
.ti-heart-off:before {
  content: "\f141";
}
.ti-heart-pause:before {
  content: "\fba7";
}
.ti-heart-pin:before {
  content: "\fba8";
}
.ti-heart-plus:before {
  content: "\f142";
}
.ti-heart-question:before {
  content: "\fba9";
}
.ti-heart-rate-monitor:before {
  content: "\ef61";
}
.ti-heart-search:before {
  content: "\fbaa";
}
.ti-heart-share:before {
  content: "\fbab";
}
.ti-heart-spark:before {
  content: "\ffb6";
}
.ti-heart-star:before {
  content: "\fbac";
}
.ti-heart-up:before {
  content: "\fbad";
}
.ti-heart-x:before {
  content: "\fbae";
}
.ti-heartbeat:before {
  content: "\ef92";
}
.ti-hearts:before {
  content: "\f387";
}
.ti-hearts-off:before {
  content: "\f3f7";
}
.ti-helicopter:before {
  content: "\ed8e";
}
.ti-helicopter-landing:before {
  content: "\ed8d";
}
.ti-helmet:before {
  content: "\efca";
}
.ti-helmet-off:before {
  content: "\f143";
}
.ti-help:before {
  content: "\eabf";
}
.ti-help-circle:before {
  content: "\f91d";
}
.ti-help-circle-filled:before {
  content: "\fa3d";
}
.ti-help-hexagon:before {
  content: "\f7a8";
}
.ti-help-hexagon-filled:before {
  content: "\fa3e";
}
.ti-help-octagon:before {
  content: "\f7a9";
}
.ti-help-octagon-filled:before {
  content: "\fa3f";
}
.ti-help-off:before {
  content: "\f3f8";
}
.ti-help-small:before {
  content: "\f91e";
}
.ti-help-square:before {
  content: "\f920";
}
.ti-help-square-filled:before {
  content: "\fa40";
}
.ti-help-square-rounded:before {
  content: "\f91f";
}
.ti-help-square-rounded-filled:before {
  content: "\fa41";
}
.ti-help-triangle:before {
  content: "\f921";
}
.ti-help-triangle-filled:before {
  content: "\fa42";
}
.ti-hemisphere:before {
  content: "\faa2";
}
.ti-hemisphere-off:before {
  content: "\faa0";
}
.ti-hemisphere-plus:before {
  content: "\faa1";
}
.ti-hexagon:before {
  content: "\ec02";
}
.ti-hexagon-3d:before {
  content: "\f4c7";
}
.ti-hexagon-filled:before {
  content: "\f67d";
}
.ti-hexagon-letter-a:before {
  content: "\f463";
}
.ti-hexagon-letter-a-filled:before {
  content: "\fe47";
}
.ti-hexagon-letter-b:before {
  content: "\f464";
}
.ti-hexagon-letter-b-filled:before {
  content: "\fe46";
}
.ti-hexagon-letter-c:before {
  content: "\f465";
}
.ti-hexagon-letter-c-filled:before {
  content: "\fe45";
}
.ti-hexagon-letter-d:before {
  content: "\f466";
}
.ti-hexagon-letter-d-filled:before {
  content: "\fe44";
}
.ti-hexagon-letter-e:before {
  content: "\f467";
}
.ti-hexagon-letter-e-filled:before {
  content: "\fe43";
}
.ti-hexagon-letter-f:before {
  content: "\f468";
}
.ti-hexagon-letter-f-filled:before {
  content: "\fe42";
}
.ti-hexagon-letter-g:before {
  content: "\f469";
}
.ti-hexagon-letter-g-filled:before {
  content: "\fe41";
}
.ti-hexagon-letter-h:before {
  content: "\f46a";
}
.ti-hexagon-letter-h-filled:before {
  content: "\fe40";
}
.ti-hexagon-letter-i:before {
  content: "\f46b";
}
.ti-hexagon-letter-i-filled:before {
  content: "\fe3f";
}
.ti-hexagon-letter-j:before {
  content: "\f46c";
}
.ti-hexagon-letter-j-filled:before {
  content: "\fe3e";
}
.ti-hexagon-letter-k:before {
  content: "\f46d";
}
.ti-hexagon-letter-k-filled:before {
  content: "\fe3d";
}
.ti-hexagon-letter-l:before {
  content: "\f46e";
}
.ti-hexagon-letter-l-filled:before {
  content: "\fe3c";
}
.ti-hexagon-letter-m:before {
  content: "\f46f";
}
.ti-hexagon-letter-m-filled:before {
  content: "\fe3b";
}
.ti-hexagon-letter-n:before {
  content: "\f470";
}
.ti-hexagon-letter-n-filled:before {
  content: "\fe3a";
}
.ti-hexagon-letter-o:before {
  content: "\f471";
}
.ti-hexagon-letter-o-filled:before {
  content: "\fe39";
}
.ti-hexagon-letter-p:before {
  content: "\f472";
}
.ti-hexagon-letter-p-filled:before {
  content: "\fe38";
}
.ti-hexagon-letter-q:before {
  content: "\f473";
}
.ti-hexagon-letter-q-filled:before {
  content: "\fe37";
}
.ti-hexagon-letter-r:before {
  content: "\f474";
}
.ti-hexagon-letter-r-filled:before {
  content: "\fe36";
}
.ti-hexagon-letter-s:before {
  content: "\f475";
}
.ti-hexagon-letter-s-filled:before {
  content: "\fe35";
}
.ti-hexagon-letter-t:before {
  content: "\f476";
}
.ti-hexagon-letter-t-filled:before {
  content: "\fe34";
}
.ti-hexagon-letter-u:before {
  content: "\f477";
}
.ti-hexagon-letter-u-filled:before {
  content: "\fe33";
}
.ti-hexagon-letter-v:before {
  content: "\f4b3";
}
.ti-hexagon-letter-v-filled:before {
  content: "\fe32";
}
.ti-hexagon-letter-w:before {
  content: "\f478";
}
.ti-hexagon-letter-w-filled:before {
  content: "\fe31";
}
.ti-hexagon-letter-x:before {
  content: "\f479";
}
.ti-hexagon-letter-x-filled:before {
  content: "\fe30";
}
.ti-hexagon-letter-y:before {
  content: "\f47a";
}
.ti-hexagon-letter-y-filled:before {
  content: "\fe2f";
}
.ti-hexagon-letter-z:before {
  content: "\f47b";
}
.ti-hexagon-letter-z-filled:before {
  content: "\fe2e";
}
.ti-hexagon-minus:before {
  content: "\fc8f";
}
.ti-hexagon-minus-2:before {
  content: "\fc8e";
}
.ti-hexagon-minus-filled:before {
  content: "\fe2d";
}
.ti-hexagon-number-0:before {
  content: "\f459";
}
.ti-hexagon-number-0-filled:before {
  content: "\f74c";
}
.ti-hexagon-number-1:before {
  content: "\f45a";
}
.ti-hexagon-number-1-filled:before {
  content: "\f74d";
}
.ti-hexagon-number-2:before {
  content: "\f45b";
}
.ti-hexagon-number-2-filled:before {
  content: "\f74e";
}
.ti-hexagon-number-3:before {
  content: "\f45c";
}
.ti-hexagon-number-3-filled:before {
  content: "\f74f";
}
.ti-hexagon-number-4:before {
  content: "\f45d";
}
.ti-hexagon-number-4-filled:before {
  content: "\f750";
}
.ti-hexagon-number-5:before {
  content: "\f45e";
}
.ti-hexagon-number-5-filled:before {
  content: "\f751";
}
.ti-hexagon-number-6:before {
  content: "\f45f";
}
.ti-hexagon-number-6-filled:before {
  content: "\f752";
}
.ti-hexagon-number-7:before {
  content: "\f460";
}
.ti-hexagon-number-7-filled:before {
  content: "\f753";
}
.ti-hexagon-number-8:before {
  content: "\f461";
}
.ti-hexagon-number-8-filled:before {
  content: "\f754";
}
.ti-hexagon-number-9:before {
  content: "\f462";
}
.ti-hexagon-number-9-filled:before {
  content: "\f755";
}
.ti-hexagon-off:before {
  content: "\ee9c";
}
.ti-hexagon-plus:before {
  content: "\fc45";
}
.ti-hexagon-plus-2:before {
  content: "\fc90";
}
.ti-hexagon-plus-filled:before {
  content: "\fe2c";
}
.ti-hexagonal-prism:before {
  content: "\faa5";
}
.ti-hexagonal-prism-off:before {
  content: "\faa3";
}
.ti-hexagonal-prism-plus:before {
  content: "\faa4";
}
.ti-hexagonal-pyramid:before {
  content: "\faa8";
}
.ti-hexagonal-pyramid-off:before {
  content: "\faa6";
}
.ti-hexagonal-pyramid-plus:before {
  content: "\faa7";
}
.ti-hexagons:before {
  content: "\f09d";
}
.ti-hexagons-off:before {
  content: "\f3f9";
}
.ti-hierarchy:before {
  content: "\ee9e";
}
.ti-hierarchy-2:before {
  content: "\ee9d";
}
.ti-hierarchy-3:before {
  content: "\f289";
}
.ti-hierarchy-off:before {
  content: "\f3fa";
}
.ti-highlight:before {
  content: "\ef3f";
}
.ti-highlight-off:before {
  content: "\f144";
}
.ti-history:before {
  content: "\ebea";
}
.ti-history-off:before {
  content: "\f3fb";
}
.ti-history-toggle:before {
  content: "\f1fc";
}
.ti-home:before {
  content: "\eac1";
}
.ti-home-2:before {
  content: "\eac0";
}
.ti-home-bitcoin:before {
  content: "\ff3a";
}
.ti-home-bolt:before {
  content: "\f336";
}
.ti-home-cancel:before {
  content: "\f350";
}
.ti-home-check:before {
  content: "\f337";
}
.ti-home-cog:before {
  content: "\f338";
}
.ti-home-dollar:before {
  content: "\f339";
}
.ti-home-dot:before {
  content: "\f33a";
}
.ti-home-down:before {
  content: "\f33b";
}
.ti-home-eco:before {
  content: "\f351";
}
.ti-home-edit:before {
  content: "\f352";
}
.ti-home-exclamation:before {
  content: "\f33c";
}
.ti-home-filled:before {
  content: "\fe2b";
}
.ti-home-hand:before {
  content: "\f504";
}
.ti-home-heart:before {
  content: "\f353";
}
.ti-home-infinity:before {
  content: "\f505";
}
.ti-home-link:before {
  content: "\f354";
}
.ti-home-minus:before {
  content: "\f33d";
}
.ti-home-move:before {
  content: "\f33e";
}
.ti-home-off:before {
  content: "\f145";
}
.ti-home-plus:before {
  content: "\f33f";
}
.ti-home-question:before {
  content: "\f340";
}
.ti-home-ribbon:before {
  content: "\f355";
}
.ti-home-search:before {
  content: "\f341";
}
.ti-home-share:before {
  content: "\f342";
}
.ti-home-shield:before {
  content: "\f343";
}
.ti-home-signal:before {
  content: "\f356";
}
.ti-home-spark:before {
  content: "\ffb5";
}
.ti-home-star:before {
  content: "\f344";
}
.ti-home-stats:before {
  content: "\f345";
}
.ti-home-up:before {
  content: "\f346";
}
.ti-home-x:before {
  content: "\f347";
}
.ti-horse:before {
  content: "\fc46";
}
.ti-horse-toy:before {
  content: "\f28a";
}
.ti-horseshoe:before {
  content: "\fcb7";
}
.ti-hospital:before {
  content: "\fd59";
}
.ti-hospital-circle:before {
  content: "\fd58";
}
.ti-hospital-circle-filled:before {
  content: "\fed2";
}
.ti-hotel-service:before {
  content: "\ef80";
}
.ti-hourglass:before {
  content: "\ef93";
}
.ti-hourglass-empty:before {
  content: "\f146";
}
.ti-hourglass-filled:before {
  content: "\f756";
}
.ti-hourglass-high:before {
  content: "\f092";
}
.ti-hourglass-low:before {
  content: "\f093";
}
.ti-hourglass-off:before {
  content: "\f147";
}
.ti-hours-12:before {
  content: "\fc53";
}
.ti-hours-24:before {
  content: "\f5e7";
}
.ti-html:before {
  content: "\f7b1";
}
.ti-http-connect:before {
  content: "\fa28";
}
.ti-http-delete:before {
  content: "\fa29";
}
.ti-http-get:before {
  content: "\fa2a";
}
.ti-http-head:before {
  content: "\fa2b";
}
.ti-http-options:before {
  content: "\fa2c";
}
.ti-http-patch:before {
  content: "\fa2d";
}
.ti-http-post:before {
  content: "\fa2e";
}
.ti-http-put:before {
  content: "\fa2f";
}
.ti-http-que:before {
  content: "\fa5b";
}
.ti-http-trace:before {
  content: "\fa30";
}
.ti-ice-cream:before {
  content: "\eac2";
}
.ti-ice-cream-2:before {
  content: "\ee9f";
}
.ti-ice-cream-off:before {
  content: "\f148";
}
.ti-ice-skating:before {
  content: "\efcb";
}
.ti-icons:before {
  content: "\f1d4";
}
.ti-icons-filled:before {
  content: "\10070";
}
.ti-icons-off:before {
  content: "\f3fc";
}
.ti-id:before {
  content: "\eac3";
}
.ti-id-badge:before {
  content: "\eff7";
}
.ti-id-badge-2:before {
  content: "\f076";
}
.ti-id-badge-off:before {
  content: "\f3fd";
}
.ti-id-off:before {
  content: "\f149";
}
.ti-ikosaedr:before {
  content: "\fec6";
}
.ti-image-in-picture:before {
  content: "\fd9f";
}
.ti-inbox:before {
  content: "\eac4";
}
.ti-inbox-off:before {
  content: "\f14a";
}
.ti-indent-decrease:before {
  content: "\eb91";
}
.ti-indent-increase:before {
  content: "\eb92";
}
.ti-infinity:before {
  content: "\eb69";
}
.ti-infinity-off:before {
  content: "\f3fe";
}
.ti-info-circle:before {
  content: "\eac5";
}
.ti-info-circle-filled:before {
  content: "\f6d8";
}
.ti-info-hexagon:before {
  content: "\f7aa";
}
.ti-info-hexagon-filled:before {
  content: "\fa43";
}
.ti-info-octagon:before {
  content: "\f7ab";
}
.ti-info-octagon-filled:before {
  content: "\fa44";
}
.ti-info-small:before {
  content: "\f922";
}
.ti-info-square:before {
  content: "\eac6";
}
.ti-info-square-filled:before {
  content: "\fa45";
}
.ti-info-square-rounded:before {
  content: "\f635";
}
.ti-info-square-rounded-filled:before {
  content: "\f6d9";
}
.ti-info-triangle:before {
  content: "\f923";
}
.ti-info-triangle-filled:before {
  content: "\fa46";
}
.ti-inner-shadow-bottom:before {
  content: "\f520";
}
.ti-inner-shadow-bottom-filled:before {
  content: "\f757";
}
.ti-inner-shadow-bottom-left:before {
  content: "\f51e";
}
.ti-inner-shadow-bottom-left-filled:before {
  content: "\f758";
}
.ti-inner-shadow-bottom-right:before {
  content: "\f51f";
}
.ti-inner-shadow-bottom-right-filled:before {
  content: "\f759";
}
.ti-inner-shadow-left:before {
  content: "\f521";
}
.ti-inner-shadow-left-filled:before {
  content: "\f75a";
}
.ti-inner-shadow-right:before {
  content: "\f522";
}
.ti-inner-shadow-right-filled:before {
  content: "\f75b";
}
.ti-inner-shadow-top:before {
  content: "\f525";
}
.ti-inner-shadow-top-filled:before {
  content: "\f75c";
}
.ti-inner-shadow-top-left:before {
  content: "\f523";
}
.ti-inner-shadow-top-left-filled:before {
  content: "\f75d";
}
.ti-inner-shadow-top-right:before {
  content: "\f524";
}
.ti-inner-shadow-top-right-filled:before {
  content: "\f75e";
}
.ti-input-ai:before {
  content: "\fc5a";
}
.ti-input-check:before {
  content: "\fc5b";
}
.ti-input-search:before {
  content: "\f2a2";
}
.ti-input-spark:before {
  content: "\ffb4";
}
.ti-input-x:before {
  content: "\fc5c";
}
.ti-invoice:before {
  content: "\feab";
}
.ti-ironing:before {
  content: "\fa7c";
}
.ti-ironing-1:before {
  content: "\f2f4";
}
.ti-ironing-1-filled:before {
  content: "\1006f";
}
.ti-ironing-2:before {
  content: "\f2f5";
}
.ti-ironing-2-filled:before {
  content: "\1006e";
}
.ti-ironing-3:before {
  content: "\f2f6";
}
.ti-ironing-3-filled:before {
  content: "\1006d";
}
.ti-ironing-filled:before {
  content: "\fe2a";
}
.ti-ironing-off:before {
  content: "\f2f7";
}
.ti-ironing-steam:before {
  content: "\f2f9";
}
.ti-ironing-steam-filled:before {
  content: "\1006c";
}
.ti-ironing-steam-off:before {
  content: "\f2f8";
}
.ti-irregular-polyhedron:before {
  content: "\faab";
}
.ti-irregular-polyhedron-off:before {
  content: "\faa9";
}
.ti-irregular-polyhedron-plus:before {
  content: "\faaa";
}
.ti-italic:before {
  content: "\eb93";
}
.ti-jacket:before {
  content: "\f661";
}
.ti-jetpack:before {
  content: "\f581";
}
.ti-jetpack-filled:before {
  content: "\fe29";
}
.ti-jewish-star:before {
  content: "\f3ff";
}
.ti-jewish-star-filled:before {
  content: "\f67e";
}
.ti-join-bevel:before {
  content: "\ff4c";
}
.ti-join-round:before {
  content: "\ff4b";
}
.ti-join-straight:before {
  content: "\ff4a";
}
.ti-joker:before {
  content: "\1005f";
}
.ti-jpg:before {
  content: "\f3ac";
}
.ti-json:before {
  content: "\f7b2";
}
.ti-jump-rope:before {
  content: "\ed8f";
}
.ti-karate:before {
  content: "\ed32";
}
.ti-kayak:before {
  content: "\f1d6";
}
.ti-kerning:before {
  content: "\efb8";
}
.ti-key:before {
  content: "\eac7";
}
.ti-key-filled:before {
  content: "\fe28";
}
.ti-key-off:before {
  content: "\f14b";
}
.ti-keyboard:before {
  content: "\ebd6";
}
.ti-keyboard-hide:before {
  content: "\ec7e";
}
.ti-keyboard-off:before {
  content: "\eea0";
}
.ti-keyboard-show:before {
  content: "\ec7f";
}
.ti-keyframe:before {
  content: "\f576";
}
.ti-keyframe-align-center:before {
  content: "\f582";
}
.ti-keyframe-align-center-filled:before {
  content: "\fc30";
}
.ti-keyframe-align-horizontal:before {
  content: "\f583";
}
.ti-keyframe-align-horizontal-filled:before {
  content: "\fc31";
}
.ti-keyframe-align-vertical:before {
  content: "\f584";
}
.ti-keyframe-align-vertical-filled:before {
  content: "\fc32";
}
.ti-keyframe-filled:before {
  content: "\fc33";
}
.ti-keyframes:before {
  content: "\f585";
}
.ti-keyframes-filled:before {
  content: "\fc34";
}
.ti-label:before {
  content: "\ff38";
}
.ti-label-filled:before {
  content: "\ff41";
}
.ti-label-important:before {
  content: "\ff49";
}
.ti-label-important-filled:before {
  content: "\ff60";
}
.ti-label-off:before {
  content: "\ff39";
}
.ti-ladder:before {
  content: "\efe2";
}
.ti-ladder-off:before {
  content: "\f14c";
}
.ti-ladle:before {
  content: "\fc14";
}
.ti-lambda:before {
  content: "\f541";
}
.ti-lamp:before {
  content: "\efab";
}
.ti-lamp-2:before {
  content: "\f09e";
}
.ti-lamp-off:before {
  content: "\f14d";
}
.ti-lane:before {
  content: "\faf9";
}
.ti-language:before {
  content: "\ebbe";
}
.ti-language-hiragana:before {
  content: "\ef77";
}
.ti-language-katakana:before {
  content: "\ef78";
}
.ti-language-off:before {
  content: "\f14e";
}
.ti-lasso:before {
  content: "\efac";
}
.ti-lasso-off:before {
  content: "\f14f";
}
.ti-lasso-polygon:before {
  content: "\f388";
}
.ti-lasso-polygon-filled:before {
  content: "\ff5f";
}
.ti-laurel-wreath:before {
  content: "\ff45";
}
.ti-laurel-wreath-1:before {
  content: "\ff48";
}
.ti-laurel-wreath-2:before {
  content: "\ff47";
}
.ti-laurel-wreath-3:before {
  content: "\ff46";
}
.ti-layers-difference:before {
  content: "\eac8";
}
.ti-layers-intersect:before {
  content: "\eac9";
}
.ti-layers-intersect-2:before {
  content: "\eff8";
}
.ti-layers-linked:before {
  content: "\eea1";
}
.ti-layers-off:before {
  content: "\f150";
}
.ti-layers-selected:before {
  content: "\fea9";
}
.ti-layers-selected-bottom:before {
  content: "\feaa";
}
.ti-layers-subtract:before {
  content: "\eaca";
}
.ti-layers-union:before {
  content: "\eacb";
}
.ti-layout:before {
  content: "\eadb";
}
.ti-layout-2:before {
  content: "\eacc";
}
.ti-layout-2-filled:before {
  content: "\fe27";
}
.ti-layout-align-bottom:before {
  content: "\eacd";
}
.ti-layout-align-bottom-filled:before {
  content: "\fe26";
}
.ti-layout-align-center:before {
  content: "\eace";
}
.ti-layout-align-center-filled:before {
  content: "\fe25";
}
.ti-layout-align-left:before {
  content: "\eacf";
}
.ti-layout-align-left-filled:before {
  content: "\fe24";
}
.ti-layout-align-middle:before {
  content: "\ead0";
}
.ti-layout-align-middle-filled:before {
  content: "\fe23";
}
.ti-layout-align-right:before {
  content: "\ead1";
}
.ti-layout-align-right-filled:before {
  content: "\fe22";
}
.ti-layout-align-top:before {
  content: "\ead2";
}
.ti-layout-align-top-filled:before {
  content: "\fe21";
}
.ti-layout-board:before {
  content: "\ef95";
}
.ti-layout-board-split:before {
  content: "\ef94";
}
.ti-layout-bottombar:before {
  content: "\ead3";
}
.ti-layout-bottombar-collapse:before {
  content: "\f28b";
}
.ti-layout-bottombar-collapse-filled:before {
  content: "\fc35";
}
.ti-layout-bottombar-expand:before {
  content: "\f28c";
}
.ti-layout-bottombar-expand-filled:before {
  content: "\fc36";
}
.ti-layout-bottombar-filled:before {
  content: "\fc37";
}
.ti-layout-bottombar-inactive:before {
  content: "\fd45";
}
.ti-layout-cards:before {
  content: "\ec13";
}
.ti-layout-cards-filled:before {
  content: "\fe20";
}
.ti-layout-collage:before {
  content: "\f389";
}
.ti-layout-columns:before {
  content: "\ead4";
}
.ti-layout-dashboard:before {
  content: "\f02c";
}
.ti-layout-dashboard-filled:before {
  content: "\fe1f";
}
.ti-layout-distribute-horizontal:before {
  content: "\ead5";
}
.ti-layout-distribute-horizontal-filled:before {
  content: "\fe1e";
}
.ti-layout-distribute-vertical:before {
  content: "\ead6";
}
.ti-layout-distribute-vertical-filled:before {
  content: "\fe1d";
}
.ti-layout-filled:before {
  content: "\fe17";
}
.ti-layout-grid:before {
  content: "\edba";
}
.ti-layout-grid-add:before {
  content: "\edb9";
}
.ti-layout-grid-filled:before {
  content: "\fe1c";
}
.ti-layout-grid-remove:before {
  content: "\fa7d";
}
.ti-layout-kanban:before {
  content: "\ec3f";
}
.ti-layout-kanban-filled:before {
  content: "\fe1b";
}
.ti-layout-list:before {
  content: "\ec14";
}
.ti-layout-list-filled:before {
  content: "\fe1a";
}
.ti-layout-navbar:before {
  content: "\ead7";
}
.ti-layout-navbar-collapse:before {
  content: "\f28d";
}
.ti-layout-navbar-collapse-filled:before {
  content: "\fc38";
}
.ti-layout-navbar-expand:before {
  content: "\f28e";
}
.ti-layout-navbar-expand-filled:before {
  content: "\fc39";
}
.ti-layout-navbar-filled:before {
  content: "\fc3a";
}
.ti-layout-navbar-inactive:before {
  content: "\fd46";
}
.ti-layout-off:before {
  content: "\f151";
}
.ti-layout-rows:before {
  content: "\ead8";
}
.ti-layout-sidebar:before {
  content: "\eada";
}
.ti-layout-sidebar-filled:before {
  content: "\fe18";
}
.ti-layout-sidebar-inactive:before {
  content: "\fd47";
}
.ti-layout-sidebar-left-collapse:before {
  content: "\f004";
}
.ti-layout-sidebar-left-collapse-filled:before {
  content: "\fc3b";
}
.ti-layout-sidebar-left-expand:before {
  content: "\f005";
}
.ti-layout-sidebar-left-expand-filled:before {
  content: "\fc3c";
}
.ti-layout-sidebar-right:before {
  content: "\ead9";
}
.ti-layout-sidebar-right-collapse:before {
  content: "\f006";
}
.ti-layout-sidebar-right-collapse-filled:before {
  content: "\fc3d";
}
.ti-layout-sidebar-right-expand:before {
  content: "\f007";
}
.ti-layout-sidebar-right-expand-filled:before {
  content: "\fc3e";
}
.ti-layout-sidebar-right-filled:before {
  content: "\fe19";
}
.ti-layout-sidebar-right-inactive:before {
  content: "\fd48";
}
.ti-leaf:before {
  content: "\ed4f";
}
.ti-leaf-2:before {
  content: "\ff44";
}
.ti-leaf-off:before {
  content: "\f400";
}
.ti-lego:before {
  content: "\eadc";
}
.ti-lego-filled:before {
  content: "\fe16";
}
.ti-lego-off:before {
  content: "\f401";
}
.ti-lemon:before {
  content: "\ef10";
}
.ti-lemon-2:before {
  content: "\ef81";
}
.ti-letter-a:before {
  content: "\ec50";
}
.ti-letter-a-small:before {
  content: "\fcc7";
}
.ti-letter-b:before {
  content: "\ec51";
}
.ti-letter-b-small:before {
  content: "\fcc8";
}
.ti-letter-c:before {
  content: "\ec52";
}
.ti-letter-c-small:before {
  content: "\fcc9";
}
.ti-letter-case:before {
  content: "\eea5";
}
.ti-letter-case-lower:before {
  content: "\eea2";
}
.ti-letter-case-toggle:before {
  content: "\eea3";
}
.ti-letter-case-upper:before {
  content: "\eea4";
}
.ti-letter-d:before {
  content: "\ec53";
}
.ti-letter-d-small:before {
  content: "\fcca";
}
.ti-letter-e:before {
  content: "\ec54";
}
.ti-letter-e-small:before {
  content: "\fccb";
}
.ti-letter-f:before {
  content: "\ec55";
}
.ti-letter-f-small:before {
  content: "\fccc";
}
.ti-letter-g:before {
  content: "\ec56";
}
.ti-letter-g-small:before {
  content: "\fccd";
}
.ti-letter-h:before {
  content: "\ec57";
}
.ti-letter-h-small:before {
  content: "\fcce";
}
.ti-letter-i:before {
  content: "\ec58";
}
.ti-letter-i-small:before {
  content: "\fccf";
}
.ti-letter-j:before {
  content: "\ec59";
}
.ti-letter-j-small:before {
  content: "\fcd0";
}
.ti-letter-k:before {
  content: "\ec5a";
}
.ti-letter-k-small:before {
  content: "\fcd1";
}
.ti-letter-l:before {
  content: "\ec5b";
}
.ti-letter-l-small:before {
  content: "\fcd2";
}
.ti-letter-m:before {
  content: "\ec5c";
}
.ti-letter-m-small:before {
  content: "\fcd3";
}
.ti-letter-n:before {
  content: "\ec5d";
}
.ti-letter-n-small:before {
  content: "\fcd4";
}
.ti-letter-o:before {
  content: "\ec5e";
}
.ti-letter-o-small:before {
  content: "\fcd5";
}
.ti-letter-p:before {
  content: "\ec5f";
}
.ti-letter-p-small:before {
  content: "\fcd6";
}
.ti-letter-q:before {
  content: "\ec60";
}
.ti-letter-q-small:before {
  content: "\fcd7";
}
.ti-letter-r:before {
  content: "\ec61";
}
.ti-letter-r-small:before {
  content: "\fcd8";
}
.ti-letter-s:before {
  content: "\ec62";
}
.ti-letter-s-small:before {
  content: "\fcd9";
}
.ti-letter-spacing:before {
  content: "\eea6";
}
.ti-letter-t:before {
  content: "\ec63";
}
.ti-letter-t-small:before {
  content: "\fcda";
}
.ti-letter-u:before {
  content: "\ec64";
}
.ti-letter-u-small:before {
  content: "\fcdb";
}
.ti-letter-v:before {
  content: "\ec65";
}
.ti-letter-v-small:before {
  content: "\fcdc";
}
.ti-letter-w:before {
  content: "\ec66";
}
.ti-letter-w-small:before {
  content: "\fcdd";
}
.ti-letter-x:before {
  content: "\ec67";
}
.ti-letter-x-small:before {
  content: "\fcde";
}
.ti-letter-y:before {
  content: "\ec68";
}
.ti-letter-y-small:before {
  content: "\fcdf";
}
.ti-letter-z:before {
  content: "\ec69";
}
.ti-letter-z-small:before {
  content: "\fce0";
}
.ti-library:before {
  content: "\fd4c";
}
.ti-library-minus:before {
  content: "\fd49";
}
.ti-library-photo:before {
  content: "\fd4a";
}
.ti-library-plus:before {
  content: "\fd4b";
}
.ti-license:before {
  content: "\ebc0";
}
.ti-license-off:before {
  content: "\f153";
}
.ti-lifebuoy:before {
  content: "\eadd";
}
.ti-lifebuoy-off:before {
  content: "\f154";
}
.ti-lighter:before {
  content: "\f794";
}
.ti-line:before {
  content: "\ec40";
}
.ti-line-dashed:before {
  content: "\eea7";
}
.ti-line-dotted:before {
  content: "\eea8";
}
.ti-line-height:before {
  content: "\eb94";
}
.ti-line-scan:before {
  content: "\fcb8";
}
.ti-link:before {
  content: "\eade";
}
.ti-link-minus:before {
  content: "\fd16";
}
.ti-link-off:before {
  content: "\f402";
}
.ti-link-plus:before {
  content: "\fd17";
}
.ti-list:before {
  content: "\eb6b";
}
.ti-list-check:before {
  content: "\eb6a";
}
.ti-list-details:before {
  content: "\ef40";
}
.ti-list-letters:before {
  content: "\fc47";
}
.ti-list-numbers:before {
  content: "\ef11";
}
.ti-list-search:before {
  content: "\eea9";
}
.ti-list-tree:before {
  content: "\fafa";
}
.ti-live-photo:before {
  content: "\eadf";
}
.ti-live-photo-filled:before {
  content: "\fed1";
}
.ti-live-photo-off:before {
  content: "\f403";
}
.ti-live-view:before {
  content: "\ec6b";
}
.ti-load-balancer:before {
  content: "\fa5c";
}
.ti-loader:before {
  content: "\eca3";
}
.ti-loader-2:before {
  content: "\f226";
}
.ti-loader-3:before {
  content: "\f513";
}
.ti-loader-quarter:before {
  content: "\eca2";
}
.ti-location:before {
  content: "\eae0";
}
.ti-location-bolt:before {
  content: "\fbaf";
}
.ti-location-broken:before {
  content: "\f2c4";
}
.ti-location-cancel:before {
  content: "\fbb0";
}
.ti-location-check:before {
  content: "\fbb1";
}
.ti-location-code:before {
  content: "\fbb2";
}
.ti-location-cog:before {
  content: "\fbb3";
}
.ti-location-discount:before {
  content: "\fbb4";
}
.ti-location-dollar:before {
  content: "\fbb5";
}
.ti-location-down:before {
  content: "\fbb6";
}
.ti-location-exclamation:before {
  content: "\fbb7";
}
.ti-location-filled:before {
  content: "\f67f";
}
.ti-location-heart:before {
  content: "\fbb8";
}
.ti-location-minus:before {
  content: "\fbb9";
}
.ti-location-off:before {
  content: "\f155";
}
.ti-location-pause:before {
  content: "\fbba";
}
.ti-location-pin:before {
  content: "\fbbb";
}
.ti-location-plus:before {
  content: "\fbbc";
}
.ti-location-question:before {
  content: "\fbbd";
}
.ti-location-search:before {
  content: "\fbbe";
}
.ti-location-share:before {
  content: "\fbbf";
}
.ti-location-star:before {
  content: "\fbc0";
}
.ti-location-up:before {
  content: "\fbc1";
}
.ti-location-x:before {
  content: "\fbc2";
}
.ti-lock:before {
  content: "\eae2";
}
.ti-lock-access:before {
  content: "\eeaa";
}
.ti-lock-access-off:before {
  content: "\f404";
}
.ti-lock-bitcoin:before {
  content: "\ff37";
}
.ti-lock-bolt:before {
  content: "\f924";
}
.ti-lock-cancel:before {
  content: "\f925";
}
.ti-lock-check:before {
  content: "\f926";
}
.ti-lock-code:before {
  content: "\f927";
}
.ti-lock-cog:before {
  content: "\f928";
}
.ti-lock-dollar:before {
  content: "\f929";
}
.ti-lock-down:before {
  content: "\f92a";
}
.ti-lock-exclamation:before {
  content: "\f92b";
}
.ti-lock-filled:before {
  content: "\fe15";
}
.ti-lock-heart:before {
  content: "\f92c";
}
.ti-lock-minus:before {
  content: "\f92d";
}
.ti-lock-off:before {
  content: "\ed1e";
}
.ti-lock-open:before {
  content: "\eae1";
}
.ti-lock-open-2:before {
  content: "\fea8";
}
.ti-lock-open-off:before {
  content: "\f156";
}
.ti-lock-password:before {
  content: "\ff9f";
}
.ti-lock-pause:before {
  content: "\f92e";
}
.ti-lock-pin:before {
  content: "\f92f";
}
.ti-lock-plus:before {
  content: "\f930";
}
.ti-lock-question:before {
  content: "\f931";
}
.ti-lock-search:before {
  content: "\f932";
}
.ti-lock-share:before {
  content: "\f933";
}
.ti-lock-square:before {
  content: "\ef51";
}
.ti-lock-square-rounded:before {
  content: "\f636";
}
.ti-lock-square-rounded-filled:before {
  content: "\f6da";
}
.ti-lock-star:before {
  content: "\f934";
}
.ti-lock-up:before {
  content: "\f935";
}
.ti-lock-x:before {
  content: "\f936";
}
.ti-logic-and:before {
  content: "\f240";
}
.ti-logic-buffer:before {
  content: "\f241";
}
.ti-logic-nand:before {
  content: "\f242";
}
.ti-logic-nor:before {
  content: "\f243";
}
.ti-logic-not:before {
  content: "\f244";
}
.ti-logic-or:before {
  content: "\f245";
}
.ti-logic-xnor:before {
  content: "\f246";
}
.ti-logic-xor:before {
  content: "\f247";
}
.ti-login:before {
  content: "\eba7";
}
.ti-login-2:before {
  content: "\fc76";
}
.ti-logout:before {
  content: "\eba8";
}
.ti-logout-2:before {
  content: "\fa7e";
}
.ti-logs:before {
  content: "\fea7";
}
.ti-lollipop:before {
  content: "\efcc";
}
.ti-lollipop-off:before {
  content: "\f157";
}
.ti-luggage:before {
  content: "\efad";
}
.ti-luggage-off:before {
  content: "\f158";
}
.ti-lungs:before {
  content: "\ef62";
}
.ti-lungs-filled:before {
  content: "\fe14";
}
.ti-lungs-off:before {
  content: "\f405";
}
.ti-macro:before {
  content: "\eeab";
}
.ti-macro-filled:before {
  content: "\fe13";
}
.ti-macro-off:before {
  content: "\f406";
}
.ti-magnet:before {
  content: "\eae3";
}
.ti-magnet-filled:before {
  content: "\fe12";
}
.ti-magnet-off:before {
  content: "\f159";
}
.ti-magnetic:before {
  content: "\fcb9";
}
.ti-mail:before {
  content: "\eae5";
}
.ti-mail-ai:before {
  content: "\fa31";
}
.ti-mail-bitcoin:before {
  content: "\ff36";
}
.ti-mail-bolt:before {
  content: "\f937";
}
.ti-mail-cancel:before {
  content: "\f938";
}
.ti-mail-check:before {
  content: "\f939";
}
.ti-mail-code:before {
  content: "\f93a";
}
.ti-mail-cog:before {
  content: "\f93b";
}
.ti-mail-dollar:before {
  content: "\f93c";
}
.ti-mail-down:before {
  content: "\f93d";
}
.ti-mail-exclamation:before {
  content: "\f93e";
}
.ti-mail-fast:before {
  content: "\f069";
}
.ti-mail-filled:before {
  content: "\fa47";
}
.ti-mail-forward:before {
  content: "\eeac";
}
.ti-mail-heart:before {
  content: "\f93f";
}
.ti-mail-minus:before {
  content: "\f940";
}
.ti-mail-off:before {
  content: "\f15a";
}
.ti-mail-opened:before {
  content: "\eae4";
}
.ti-mail-opened-filled:before {
  content: "\fa48";
}
.ti-mail-pause:before {
  content: "\f941";
}
.ti-mail-pin:before {
  content: "\f942";
}
.ti-mail-plus:before {
  content: "\f943";
}
.ti-mail-question:before {
  content: "\f944";
}
.ti-mail-search:before {
  content: "\f945";
}
.ti-mail-share:before {
  content: "\f946";
}
.ti-mail-spark:before {
  content: "\ffb3";
}
.ti-mail-star:before {
  content: "\f947";
}
.ti-mail-up:before {
  content: "\f948";
}
.ti-mail-x:before {
  content: "\f949";
}
.ti-mailbox:before {
  content: "\eead";
}
.ti-mailbox-off:before {
  content: "\f15b";
}
.ti-man:before {
  content: "\eae6";
}
.ti-man-filled:before {
  content: "\fe11";
}
.ti-manual-gearbox:before {
  content: "\ed7b";
}
.ti-manual-gearbox-filled:before {
  content: "\fe10";
}
.ti-map:before {
  content: "\eae9";
}
.ti-map-2:before {
  content: "\eae7";
}
.ti-map-bolt:before {
  content: "\fbc3";
}
.ti-map-cancel:before {
  content: "\fbc4";
}
.ti-map-check:before {
  content: "\fbc5";
}
.ti-map-code:before {
  content: "\fbc6";
}
.ti-map-cog:before {
  content: "\fbc7";
}
.ti-map-discount:before {
  content: "\fbc8";
}
.ti-map-dollar:before {
  content: "\fbc9";
}
.ti-map-down:before {
  content: "\fbca";
}
.ti-map-east:before {
  content: "\fc5d";
}
.ti-map-exclamation:before {
  content: "\fbcb";
}
.ti-map-heart:before {
  content: "\fbcc";
}
.ti-map-minus:before {
  content: "\fbcd";
}
.ti-map-north:before {
  content: "\fc5e";
}
.ti-map-off:before {
  content: "\f15c";
}
.ti-map-pause:before {
  content: "\fbce";
}
.ti-map-pin:before {
  content: "\eae8";
}
.ti-map-pin-2:before {
  content: "\fc48";
}
.ti-map-pin-bolt:before {
  content: "\f94a";
}
.ti-map-pin-cancel:before {
  content: "\f94b";
}
.ti-map-pin-check:before {
  content: "\f94c";
}
.ti-map-pin-code:before {
  content: "\f94d";
}
.ti-map-pin-cog:before {
  content: "\f94e";
}
.ti-map-pin-dollar:before {
  content: "\f94f";
}
.ti-map-pin-down:before {
  content: "\f950";
}
.ti-map-pin-exclamation:before {
  content: "\f951";
}
.ti-map-pin-filled:before {
  content: "\f680";
}
.ti-map-pin-heart:before {
  content: "\f952";
}
.ti-map-pin-minus:before {
  content: "\f953";
}
.ti-map-pin-off:before {
  content: "\ecf3";
}
.ti-map-pin-pause:before {
  content: "\f954";
}
.ti-map-pin-pin:before {
  content: "\f955";
}
.ti-map-pin-plus:before {
  content: "\f956";
}
.ti-map-pin-question:before {
  content: "\f957";
}
.ti-map-pin-search:before {
  content: "\f958";
}
.ti-map-pin-share:before {
  content: "\f795";
}
.ti-map-pin-star:before {
  content: "\f959";
}
.ti-map-pin-up:before {
  content: "\f95a";
}
.ti-map-pin-x:before {
  content: "\f95b";
}
.ti-map-pins:before {
  content: "\ed5e";
}
.ti-map-plus:before {
  content: "\fbcf";
}
.ti-map-question:before {
  content: "\fbd0";
}
.ti-map-route:before {
  content: "\fc79";
}
.ti-map-search:before {
  content: "\ef82";
}
.ti-map-share:before {
  content: "\fbd1";
}
.ti-map-south:before {
  content: "\fc5f";
}
.ti-map-star:before {
  content: "\fbd2";
}
.ti-map-up:before {
  content: "\fbd3";
}
.ti-map-west:before {
  content: "\fc60";
}
.ti-map-x:before {
  content: "\fbd4";
}
.ti-markdown:before {
  content: "\ec41";
}
.ti-markdown-off:before {
  content: "\f407";
}
.ti-marquee:before {
  content: "\ec77";
}
.ti-marquee-2:before {
  content: "\eeae";
}
.ti-marquee-off:before {
  content: "\f15d";
}
.ti-mars:before {
  content: "\ec80";
}
.ti-mask:before {
  content: "\eeb0";
}
.ti-mask-off:before {
  content: "\eeaf";
}
.ti-masks-theater:before {
  content: "\f263";
}
.ti-masks-theater-off:before {
  content: "\f408";
}
.ti-massage:before {
  content: "\eeb1";
}
.ti-matchstick:before {
  content: "\f577";
}
.ti-math:before {
  content: "\ebeb";
}
.ti-math-1-divide-2:before {
  content: "\f4e2";
}
.ti-math-1-divide-3:before {
  content: "\f4e3";
}
.ti-math-avg:before {
  content: "\f0f4";
}
.ti-math-cos:before {
  content: "\ff1f";
}
.ti-math-ctg:before {
  content: "\ff35";
}
.ti-math-equal-greater:before {
  content: "\f4e4";
}
.ti-math-equal-lower:before {
  content: "\f4e5";
}
.ti-math-function:before {
  content: "\eeb2";
}
.ti-math-function-off:before {
  content: "\f15e";
}
.ti-math-function-y:before {
  content: "\f4e6";
}
.ti-math-greater:before {
  content: "\f4e7";
}
.ti-math-integral:before {
  content: "\f4e9";
}
.ti-math-integral-x:before {
  content: "\f4e8";
}
.ti-math-integrals:before {
  content: "\f4ea";
}
.ti-math-lower:before {
  content: "\f4eb";
}
.ti-math-max:before {
  content: "\f0f5";
}
.ti-math-max-min:before {
  content: "\fda0";
}
.ti-math-min:before {
  content: "\f0f6";
}
.ti-math-not:before {
  content: "\f4ec";
}
.ti-math-off:before {
  content: "\f409";
}
.ti-math-pi:before {
  content: "\f4ee";
}
.ti-math-pi-divide-2:before {
  content: "\f4ed";
}
.ti-math-sec:before {
  content: "\ff34";
}
.ti-math-sin:before {
  content: "\ff1e";
}
.ti-math-symbols:before {
  content: "\eeb3";
}
.ti-math-tg:before {
  content: "\ff33";
}
.ti-math-x-divide-2:before {
  content: "\f4ef";
}
.ti-math-x-divide-y:before {
  content: "\f4f1";
}
.ti-math-x-divide-y-2:before {
  content: "\f4f0";
}
.ti-math-x-floor-divide-y:before {
  content: "\10073";
}
.ti-math-x-minus-x:before {
  content: "\f4f2";
}
.ti-math-x-minus-y:before {
  content: "\f4f3";
}
.ti-math-x-plus-x:before {
  content: "\f4f4";
}
.ti-math-x-plus-y:before {
  content: "\f4f5";
}
.ti-math-xy:before {
  content: "\f4f6";
}
.ti-math-y-minus-y:before {
  content: "\f4f7";
}
.ti-math-y-plus-y:before {
  content: "\f4f8";
}
.ti-maximize:before {
  content: "\eaea";
}
.ti-maximize-off:before {
  content: "\f15f";
}
.ti-meat:before {
  content: "\ef12";
}
.ti-meat-off:before {
  content: "\f40a";
}
.ti-medal:before {
  content: "\ec78";
}
.ti-medal-2:before {
  content: "\efcd";
}
.ti-medical-cross:before {
  content: "\ec2f";
}
.ti-medical-cross-circle:before {
  content: "\fae8";
}
.ti-medical-cross-filled:before {
  content: "\f681";
}
.ti-medical-cross-off:before {
  content: "\f160";
}
.ti-medicine-syrup:before {
  content: "\ef63";
}
.ti-meeple:before {
  content: "\f514";
}
.ti-melon:before {
  content: "\fc7a";
}
.ti-melon-filled:before {
  content: "\1000e";
}
.ti-menorah:before {
  content: "\f58c";
}
.ti-menu:before {
  content: "\eaeb";
}
.ti-menu-2:before {
  content: "\ec42";
}
.ti-menu-3:before {
  content: "\ff43";
}
.ti-menu-4:before {
  content: "\ff42";
}
.ti-menu-deep:before {
  content: "\fafb";
}
.ti-menu-order:before {
  content: "\f5f5";
}
.ti-message:before {
  content: "\eaef";
}
.ti-message-2:before {
  content: "\eaec";
}
.ti-message-2-bolt:before {
  content: "\f95c";
}
.ti-message-2-cancel:before {
  content: "\f95d";
}
.ti-message-2-check:before {
  content: "\f95e";
}
.ti-message-2-code:before {
  content: "\f012";
}
.ti-message-2-cog:before {
  content: "\f95f";
}
.ti-message-2-dollar:before {
  content: "\f960";
}
.ti-message-2-down:before {
  content: "\f961";
}
.ti-message-2-exclamation:before {
  content: "\f962";
}
.ti-message-2-heart:before {
  content: "\f963";
}
.ti-message-2-minus:before {
  content: "\f964";
}
.ti-message-2-off:before {
  content: "\f40b";
}
.ti-message-2-pause:before {
  content: "\f965";
}
.ti-message-2-pin:before {
  content: "\f966";
}
.ti-message-2-plus:before {
  content: "\f967";
}
.ti-message-2-question:before {
  content: "\f968";
}
.ti-message-2-search:before {
  content: "\f969";
}
.ti-message-2-share:before {
  content: "\f077";
}
.ti-message-2-star:before {
  content: "\f96a";
}
.ti-message-2-up:before {
  content: "\f96b";
}
.ti-message-2-x:before {
  content: "\f96c";
}
.ti-message-bolt:before {
  content: "\f96d";
}
.ti-message-cancel:before {
  content: "\f96e";
}
.ti-message-chatbot:before {
  content: "\f38a";
}
.ti-message-chatbot-filled:before {
  content: "\fed0";
}
.ti-message-check:before {
  content: "\f96f";
}
.ti-message-circle:before {
  content: "\eaed";
}
.ti-message-circle-bolt:before {
  content: "\f970";
}
.ti-message-circle-cancel:before {
  content: "\f971";
}
.ti-message-circle-check:before {
  content: "\f972";
}
.ti-message-circle-code:before {
  content: "\f973";
}
.ti-message-circle-cog:before {
  content: "\f974";
}
.ti-message-circle-dollar:before {
  content: "\f975";
}
.ti-message-circle-down:before {
  content: "\f976";
}
.ti-message-circle-exclamation:before {
  content: "\f977";
}
.ti-message-circle-filled:before {
  content: "\fecf";
}
.ti-message-circle-heart:before {
  content: "\f978";
}
.ti-message-circle-minus:before {
  content: "\f979";
}
.ti-message-circle-off:before {
  content: "\ed40";
}
.ti-message-circle-pause:before {
  content: "\f97a";
}
.ti-message-circle-pin:before {
  content: "\f97b";
}
.ti-message-circle-plus:before {
  content: "\f97c";
}
.ti-message-circle-question:before {
  content: "\f97d";
}
.ti-message-circle-search:before {
  content: "\f97e";
}
.ti-message-circle-share:before {
  content: "\f97f";
}
.ti-message-circle-star:before {
  content: "\f980";
}
.ti-message-circle-up:before {
  content: "\f981";
}
.ti-message-circle-user:before {
  content: "\fec5";
}
.ti-message-circle-x:before {
  content: "\f982";
}
.ti-message-code:before {
  content: "\f013";
}
.ti-message-cog:before {
  content: "\f983";
}
.ti-message-dollar:before {
  content: "\f984";
}
.ti-message-dots:before {
  content: "\eaee";
}
.ti-message-down:before {
  content: "\f985";
}
.ti-message-exclamation:before {
  content: "\f986";
}
.ti-message-filled:before {
  content: "\fecd";
}
.ti-message-forward:before {
  content: "\f28f";
}
.ti-message-heart:before {
  content: "\f987";
}
.ti-message-language:before {
  content: "\efae";
}
.ti-message-minus:before {
  content: "\f988";
}
.ti-message-off:before {
  content: "\ed41";
}
.ti-message-pause:before {
  content: "\f989";
}
.ti-message-pin:before {
  content: "\f98a";
}
.ti-message-plus:before {
  content: "\ec9a";
}
.ti-message-question:before {
  content: "\f98b";
}
.ti-message-reply:before {
  content: "\fd4d";
}
.ti-message-report:before {
  content: "\ec9b";
}
.ti-message-report-filled:before {
  content: "\fece";
}
.ti-message-search:before {
  content: "\f98c";
}
.ti-message-share:before {
  content: "\f078";
}
.ti-message-star:before {
  content: "\f98d";
}
.ti-message-up:before {
  content: "\f98e";
}
.ti-message-user:before {
  content: "\fec4";
}
.ti-message-x:before {
  content: "\f98f";
}
.ti-messages:before {
  content: "\eb6c";
}
.ti-messages-off:before {
  content: "\ed42";
}
.ti-meteor:before {
  content: "\f1fd";
}
.ti-meteor-filled:before {
  content: "\1000d";
}
.ti-meteor-off:before {
  content: "\f40c";
}
.ti-meter-cube:before {
  content: "\fd7c";
}
.ti-meter-square:before {
  content: "\fd7d";
}
.ti-metronome:before {
  content: "\fd25";
}
.ti-michelin-bib-gourmand:before {
  content: "\fae9";
}
.ti-michelin-star:before {
  content: "\faeb";
}
.ti-michelin-star-filled:before {
  content: "\1000c";
}
.ti-michelin-star-green:before {
  content: "\faea";
}
.ti-mickey:before {
  content: "\f2a3";
}
.ti-mickey-filled:before {
  content: "\f683";
}
.ti-microphone:before {
  content: "\eaf0";
}
.ti-microphone-2:before {
  content: "\ef2c";
}
.ti-microphone-2-off:before {
  content: "\f40d";
}
.ti-microphone-filled:before {
  content: "\fe0f";
}
.ti-microphone-off:before {
  content: "\ed16";
}
.ti-microscope:before {
  content: "\ef64";
}
.ti-microscope-off:before {
  content: "\f40e";
}
.ti-microwave:before {
  content: "\f248";
}
.ti-microwave-filled:before {
  content: "\fe0e";
}
.ti-microwave-off:before {
  content: "\f264";
}
.ti-military-award:before {
  content: "\f079";
}
.ti-military-rank:before {
  content: "\efcf";
}
.ti-military-rank-filled:before {
  content: "\ff5e";
}
.ti-milk:before {
  content: "\ef13";
}
.ti-milk-filled:before {
  content: "\1000b";
}
.ti-milk-off:before {
  content: "\f40f";
}
.ti-milkshake:before {
  content: "\f4c8";
}
.ti-minimize:before {
  content: "\eaf1";
}
.ti-minus:before {
  content: "\eaf2";
}
.ti-minus-vertical:before {
  content: "\eeb4";
}
.ti-mist:before {
  content: "\ec30";
}
.ti-mist-off:before {
  content: "\f410";
}
.ti-mobiledata:before {
  content: "\f9f5";
}
.ti-mobiledata-off:before {
  content: "\f9f4";
}
.ti-moneybag:before {
  content: "\f506";
}
.ti-monkeybar:before {
  content: "\feb4";
}
.ti-mood-angry:before {
  content: "\f2de";
}
.ti-mood-angry-filled:before {
  content: "\ff0a";
}
.ti-mood-annoyed:before {
  content: "\f2e0";
}
.ti-mood-annoyed-2:before {
  content: "\f2df";
}
.ti-mood-bitcoin:before {
  content: "\ff32";
}
.ti-mood-boy:before {
  content: "\ed2d";
}
.ti-mood-check:before {
  content: "\f7b3";
}
.ti-mood-cog:before {
  content: "\f7b4";
}
.ti-mood-confuzed:before {
  content: "\eaf3";
}
.ti-mood-confuzed-filled:before {
  content: "\f7f2";
}
.ti-mood-crazy-happy:before {
  content: "\ed90";
}
.ti-mood-crazy-happy-filled:before {
  content: "\ff09";
}
.ti-mood-cry:before {
  content: "\ecbb";
}
.ti-mood-dollar:before {
  content: "\f7b5";
}
.ti-mood-edit:before {
  content: "\fa05";
}
.ti-mood-empty:before {
  content: "\eeb5";
}
.ti-mood-empty-filled:before {
  content: "\f7f3";
}
.ti-mood-happy:before {
  content: "\eaf4";
}
.ti-mood-happy-filled:before {
  content: "\f7f4";
}
.ti-mood-heart:before {
  content: "\f7b6";
}
.ti-mood-kid:before {
  content: "\ec03";
}
.ti-mood-kid-filled:before {
  content: "\f7f5";
}
.ti-mood-look-down:before {
  content: "\fd37";
}
.ti-mood-look-left:before {
  content: "\f2c5";
}
.ti-mood-look-right:before {
  content: "\f2c6";
}
.ti-mood-look-up:before {
  content: "\fd38";
}
.ti-mood-minus:before {
  content: "\f7b7";
}
.ti-mood-nerd:before {
  content: "\f2e1";
}
.ti-mood-nervous:before {
  content: "\ef96";
}
.ti-mood-neutral:before {
  content: "\eaf5";
}
.ti-mood-neutral-filled:before {
  content: "\f7f6";
}
.ti-mood-off:before {
  content: "\f161";
}
.ti-mood-pin:before {
  content: "\f7b8";
}
.ti-mood-plus:before {
  content: "\f7b9";
}
.ti-mood-puzzled:before {
  content: "\fd39";
}
.ti-mood-sad:before {
  content: "\eaf6";
}
.ti-mood-sad-2:before {
  content: "\f2e2";
}
.ti-mood-sad-dizzy:before {
  content: "\f2e3";
}
.ti-mood-sad-filled:before {
  content: "\f7f7";
}
.ti-mood-sad-squint:before {
  content: "\f2e4";
}
.ti-mood-search:before {
  content: "\f7ba";
}
.ti-mood-share:before {
  content: "\fa06";
}
.ti-mood-sick:before {
  content: "\f2e5";
}
.ti-mood-silence:before {
  content: "\f2e6";
}
.ti-mood-sing:before {
  content: "\f2c7";
}
.ti-mood-smile:before {
  content: "\eaf7";
}
.ti-mood-smile-beam:before {
  content: "\f2e7";
}
.ti-mood-smile-dizzy:before {
  content: "\f2e8";
}
.ti-mood-smile-filled:before {
  content: "\f7f8";
}
.ti-mood-spark:before {
  content: "\ffb2";
}
.ti-mood-surprised:before {
  content: "\ec04";
}
.ti-mood-tongue:before {
  content: "\eb95";
}
.ti-mood-tongue-wink:before {
  content: "\f2ea";
}
.ti-mood-tongue-wink-2:before {
  content: "\f2e9";
}
.ti-mood-unamused:before {
  content: "\f2eb";
}
.ti-mood-up:before {
  content: "\f7bb";
}
.ti-mood-wink:before {
  content: "\f2ed";
}
.ti-mood-wink-2:before {
  content: "\f2ec";
}
.ti-mood-wrrr:before {
  content: "\f2ee";
}
.ti-mood-wrrr-filled:before {
  content: "\ff08";
}
.ti-mood-x:before {
  content: "\f7bc";
}
.ti-mood-xd:before {
  content: "\f2ef";
}
.ti-moon:before {
  content: "\eaf8";
}
.ti-moon-2:before {
  content: "\ece6";
}
.ti-moon-filled:before {
  content: "\f684";
}
.ti-moon-off:before {
  content: "\f162";
}
.ti-moon-stars:before {
  content: "\ece7";
}
.ti-moped:before {
  content: "\ecbc";
}
.ti-motorbike:before {
  content: "\eeb6";
}
.ti-mountain:before {
  content: "\ef97";
}
.ti-mountain-filled:before {
  content: "\1000a";
}
.ti-mountain-off:before {
  content: "\f411";
}
.ti-mouse:before {
  content: "\eaf9";
}
.ti-mouse-2:before {
  content: "\f1d7";
}
.ti-mouse-filled:before {
  content: "\fb2f";
}
.ti-mouse-off:before {
  content: "\f163";
}
.ti-moustache:before {
  content: "\f4c9";
}
.ti-movie:before {
  content: "\eafa";
}
.ti-movie-off:before {
  content: "\f164";
}
.ti-mug:before {
  content: "\eafb";
}
.ti-mug-filled:before {
  content: "\10009";
}
.ti-mug-off:before {
  content: "\f165";
}
.ti-multiplier-0-5x:before {
  content: "\ef41";
}
.ti-multiplier-1-5x:before {
  content: "\ef42";
}
.ti-multiplier-1x:before {
  content: "\ef43";
}
.ti-multiplier-2x:before {
  content: "\ef44";
}
.ti-mushroom:before {
  content: "\ef14";
}
.ti-mushroom-filled:before {
  content: "\f7f9";
}
.ti-mushroom-off:before {
  content: "\f412";
}
.ti-music:before {
  content: "\eafc";
}
.ti-music-bolt:before {
  content: "\fbd5";
}
.ti-music-cancel:before {
  content: "\fbd6";
}
.ti-music-check:before {
  content: "\fbd7";
}
.ti-music-code:before {
  content: "\fbd8";
}
.ti-music-cog:before {
  content: "\fbd9";
}
.ti-music-discount:before {
  content: "\fbda";
}
.ti-music-dollar:before {
  content: "\fbdb";
}
.ti-music-down:before {
  content: "\fbdc";
}
.ti-music-exclamation:before {
  content: "\fbdd";
}
.ti-music-heart:before {
  content: "\fbde";
}
.ti-music-minus:before {
  content: "\fbdf";
}
.ti-music-off:before {
  content: "\f166";
}
.ti-music-pause:before {
  content: "\fbe0";
}
.ti-music-pin:before {
  content: "\fbe1";
}
.ti-music-plus:before {
  content: "\fbe2";
}
.ti-music-question:before {
  content: "\fbe3";
}
.ti-music-search:before {
  content: "\fbe4";
}
.ti-music-share:before {
  content: "\fbe5";
}
.ti-music-star:before {
  content: "\fbe6";
}
.ti-music-up:before {
  content: "\fbe7";
}
.ti-music-x:before {
  content: "\fbe8";
}
.ti-navigation:before {
  content: "\f2c8";
}
.ti-navigation-bolt:before {
  content: "\fbe9";
}
.ti-navigation-cancel:before {
  content: "\fbea";
}
.ti-navigation-check:before {
  content: "\fbeb";
}
.ti-navigation-code:before {
  content: "\fbec";
}
.ti-navigation-cog:before {
  content: "\fbed";
}
.ti-navigation-discount:before {
  content: "\fbee";
}
.ti-navigation-dollar:before {
  content: "\fbef";
}
.ti-navigation-down:before {
  content: "\fbf0";
}
.ti-navigation-east:before {
  content: "\fcba";
}
.ti-navigation-exclamation:before {
  content: "\fbf1";
}
.ti-navigation-filled:before {
  content: "\f685";
}
.ti-navigation-heart:before {
  content: "\fbf2";
}
.ti-navigation-minus:before {
  content: "\fbf3";
}
.ti-navigation-north:before {
  content: "\fcbb";
}
.ti-navigation-off:before {
  content: "\f413";
}
.ti-navigation-pause:before {
  content: "\fbf4";
}
.ti-navigation-pin:before {
  content: "\fbf5";
}
.ti-navigation-plus:before {
  content: "\fbf6";
}
.ti-navigation-question:before {
  content: "\fbf7";
}
.ti-navigation-search:before {
  content: "\fbf8";
}
.ti-navigation-share:before {
  content: "\fbf9";
}
.ti-navigation-south:before {
  content: "\fcbc";
}
.ti-navigation-star:before {
  content: "\fbfa";
}
.ti-navigation-top:before {
  content: "\faec";
}
.ti-navigation-up:before {
  content: "\fbfb";
}
.ti-navigation-west:before {
  content: "\fcbd";
}
.ti-navigation-x:before {
  content: "\fbfc";
}
.ti-needle:before {
  content: "\f508";
}
.ti-needle-thread:before {
  content: "\f507";
}
.ti-network:before {
  content: "\f09f";
}
.ti-network-off:before {
  content: "\f414";
}
.ti-new-section:before {
  content: "\ebc1";
}
.ti-news:before {
  content: "\eafd";
}
.ti-news-off:before {
  content: "\f167";
}
.ti-nfc:before {
  content: "\eeb7";
}
.ti-nfc-off:before {
  content: "\f168";
}
.ti-no-copyright:before {
  content: "\efb9";
}
.ti-no-creative-commons:before {
  content: "\efba";
}
.ti-no-derivatives:before {
  content: "\efbb";
}
.ti-north-star:before {
  content: "\f014";
}
.ti-note:before {
  content: "\eb6d";
}
.ti-note-off:before {
  content: "\f169";
}
.ti-notebook:before {
  content: "\eb96";
}
.ti-notebook-off:before {
  content: "\f415";
}
.ti-notes:before {
  content: "\eb6e";
}
.ti-notes-off:before {
  content: "\f16a";
}
.ti-notification:before {
  content: "\eafe";
}
.ti-notification-off:before {
  content: "\f16b";
}
.ti-number:before {
  content: "\f1fe";
}
.ti-number-0:before {
  content: "\edf0";
}
.ti-number-0-small:before {
  content: "\fce1";
}
.ti-number-1:before {
  content: "\edf1";
}
.ti-number-1-small:before {
  content: "\fce2";
}
.ti-number-10:before {
  content: "\1005e";
}
.ti-number-10-small:before {
  content: "\fce3";
}
.ti-number-100-small:before {
  content: "\10005";
}
.ti-number-11:before {
  content: "\1005d";
}
.ti-number-11-small:before {
  content: "\fce4";
}
.ti-number-12-small:before {
  content: "\fce5";
}
.ti-number-123:before {
  content: "\f554";
}
.ti-number-13-small:before {
  content: "\fce6";
}
.ti-number-14-small:before {
  content: "\fce7";
}
.ti-number-15-small:before {
  content: "\fce8";
}
.ti-number-16-small:before {
  content: "\fce9";
}
.ti-number-17-small:before {
  content: "\fcea";
}
.ti-number-18-small:before {
  content: "\fceb";
}
.ti-number-19-small:before {
  content: "\fcec";
}
.ti-number-2:before {
  content: "\edf2";
}
.ti-number-2-small:before {
  content: "\fced";
}
.ti-number-20-small:before {
  content: "\fcee";
}
.ti-number-21-small:before {
  content: "\fcef";
}
.ti-number-22-small:before {
  content: "\fcf0";
}
.ti-number-23-small:before {
  content: "\fcf1";
}
.ti-number-24-small:before {
  content: "\fcf2";
}
.ti-number-25-small:before {
  content: "\fcf3";
}
.ti-number-26-small:before {
  content: "\fcf4";
}
.ti-number-27-small:before {
  content: "\fcf5";
}
.ti-number-28-small:before {
  content: "\fcf6";
}
.ti-number-29-small:before {
  content: "\fcf7";
}
.ti-number-3:before {
  content: "\edf3";
}
.ti-number-3-small:before {
  content: "\fcf8";
}
.ti-number-30-small:before {
  content: "\10004";
}
.ti-number-31-small:before {
  content: "\10003";
}
.ti-number-32-small:before {
  content: "\10002";
}
.ti-number-33-small:before {
  content: "\10001";
}
.ti-number-34-small:before {
  content: "\10000";
}
.ti-number-35-small:before {
  content: "\ffff";
}
.ti-number-36-small:before {
  content: "\fffe";
}
.ti-number-37-small:before {
  content: "\fffd";
}
.ti-number-38-small:before {
  content: "\fffc";
}
.ti-number-39-small:before {
  content: "\fffb";
}
.ti-number-4:before {
  content: "\edf4";
}
.ti-number-4-small:before {
  content: "\fcf9";
}
.ti-number-40-small:before {
  content: "\fffa";
}
.ti-number-41-small:before {
  content: "\fff9";
}
.ti-number-42-small:before {
  content: "\fff8";
}
.ti-number-43-small:before {
  content: "\fff7";
}
.ti-number-44-small:before {
  content: "\fff6";
}
.ti-number-45-small:before {
  content: "\fff5";
}
.ti-number-46-small:before {
  content: "\fff4";
}
.ti-number-47-small:before {
  content: "\fff3";
}
.ti-number-48-small:before {
  content: "\fff2";
}
.ti-number-49-small:before {
  content: "\fff1";
}
.ti-number-5:before {
  content: "\edf5";
}
.ti-number-5-small:before {
  content: "\fcfa";
}
.ti-number-50-small:before {
  content: "\fff0";
}
.ti-number-51-small:before {
  content: "\ffef";
}
.ti-number-52-small:before {
  content: "\ffee";
}
.ti-number-53-small:before {
  content: "\ffed";
}
.ti-number-54-small:before {
  content: "\ffec";
}
.ti-number-55-small:before {
  content: "\ffeb";
}
.ti-number-56-small:before {
  content: "\ffea";
}
.ti-number-57-small:before {
  content: "\ffe9";
}
.ti-number-58-small:before {
  content: "\ffe8";
}
.ti-number-59-small:before {
  content: "\ffe7";
}
.ti-number-6:before {
  content: "\edf6";
}
.ti-number-6-small:before {
  content: "\fcfb";
}
.ti-number-60-small:before {
  content: "\ffe6";
}
.ti-number-61-small:before {
  content: "\ffe5";
}
.ti-number-62-small:before {
  content: "\ffe4";
}
.ti-number-63-small:before {
  content: "\ffe3";
}
.ti-number-64-small:before {
  content: "\ffe2";
}
.ti-number-65-small:before {
  content: "\ffe1";
}
.ti-number-66-small:before {
  content: "\ffe0";
}
.ti-number-67-small:before {
  content: "\ffdf";
}
.ti-number-68-small:before {
  content: "\ffde";
}
.ti-number-69-small:before {
  content: "\ffdd";
}
.ti-number-7:before {
  content: "\edf7";
}
.ti-number-7-small:before {
  content: "\fcfc";
}
.ti-number-70-small:before {
  content: "\ffdc";
}
.ti-number-71-small:before {
  content: "\ffdb";
}
.ti-number-72-small:before {
  content: "\ffda";
}
.ti-number-73-small:before {
  content: "\ffd9";
}
.ti-number-74-small:before {
  content: "\ffd8";
}
.ti-number-75-small:before {
  content: "\ffd7";
}
.ti-number-76-small:before {
  content: "\ffd6";
}
.ti-number-77-small:before {
  content: "\ffd5";
}
.ti-number-78-small:before {
  content: "\ffd4";
}
.ti-number-79-small:before {
  content: "\ffd3";
}
.ti-number-8:before {
  content: "\edf8";
}
.ti-number-8-small:before {
  content: "\fcfd";
}
.ti-number-80-small:before {
  content: "\ffd2";
}
.ti-number-81-small:before {
  content: "\ffd1";
}
.ti-number-82-small:before {
  content: "\ffd0";
}
.ti-number-83-small:before {
  content: "\ffcf";
}
.ti-number-84-small:before {
  content: "\ffce";
}
.ti-number-85-small:before {
  content: "\ffcd";
}
.ti-number-86-small:before {
  content: "\ffcc";
}
.ti-number-87-small:before {
  content: "\ffcb";
}
.ti-number-88-small:before {
  content: "\ffca";
}
.ti-number-89-small:before {
  content: "\ffc9";
}
.ti-number-9:before {
  content: "\edf9";
}
.ti-number-9-small:before {
  content: "\fcfe";
}
.ti-number-90-small:before {
  content: "\ffc8";
}
.ti-number-91-small:before {
  content: "\ffc7";
}
.ti-number-92-small:before {
  content: "\ffc6";
}
.ti-number-93-small:before {
  content: "\ffc5";
}
.ti-number-94-small:before {
  content: "\ffc4";
}
.ti-number-95-small:before {
  content: "\ffc3";
}
.ti-number-96-small:before {
  content: "\ffc2";
}
.ti-number-97-small:before {
  content: "\ffc1";
}
.ti-number-98-small:before {
  content: "\ffc0";
}
.ti-number-99-small:before {
  content: "\ffbf";
}
.ti-numbers:before {
  content: "\f015";
}
.ti-nurse:before {
  content: "\ef65";
}
.ti-nut:before {
  content: "\fc61";
}
.ti-object-scan:before {
  content: "\fef1";
}
.ti-octagon:before {
  content: "\ecbd";
}
.ti-octagon-filled:before {
  content: "\f686";
}
.ti-octagon-minus:before {
  content: "\fc92";
}
.ti-octagon-minus-2:before {
  content: "\fc91";
}
.ti-octagon-off:before {
  content: "\eeb8";
}
.ti-octagon-plus:before {
  content: "\fc94";
}
.ti-octagon-plus-2:before {
  content: "\fc93";
}
.ti-octahedron:before {
  content: "\faae";
}
.ti-octahedron-off:before {
  content: "\faac";
}
.ti-octahedron-plus:before {
  content: "\faad";
}
.ti-old:before {
  content: "\eeb9";
}
.ti-olympics:before {
  content: "\eeba";
}
.ti-olympics-off:before {
  content: "\f416";
}
.ti-om:before {
  content: "\f58d";
}
.ti-omega:before {
  content: "\eb97";
}
.ti-outbound:before {
  content: "\f249";
}
.ti-outlet:before {
  content: "\ebd7";
}
.ti-oval:before {
  content: "\f02e";
}
.ti-oval-filled:before {
  content: "\f687";
}
.ti-oval-vertical:before {
  content: "\f02d";
}
.ti-oval-vertical-filled:before {
  content: "\f688";
}
.ti-overline:before {
  content: "\eebb";
}
.ti-package:before {
  content: "\eaff";
}
.ti-package-export:before {
  content: "\f07a";
}
.ti-package-import:before {
  content: "\f07b";
}
.ti-package-off:before {
  content: "\f16c";
}
.ti-packages:before {
  content: "\f2c9";
}
.ti-pacman:before {
  content: "\eebc";
}
.ti-page-break:before {
  content: "\ec81";
}
.ti-paint:before {
  content: "\eb00";
}
.ti-paint-filled:before {
  content: "\f75f";
}
.ti-paint-off:before {
  content: "\f16d";
}
.ti-palette:before {
  content: "\eb01";
}
.ti-palette-off:before {
  content: "\f16e";
}
.ti-panorama-horizontal:before {
  content: "\ed33";
}
.ti-panorama-horizontal-filled:before {
  content: "\fecc";
}
.ti-panorama-horizontal-off:before {
  content: "\f417";
}
.ti-panorama-vertical:before {
  content: "\ed34";
}
.ti-panorama-vertical-filled:before {
  content: "\fecb";
}
.ti-panorama-vertical-off:before {
  content: "\f418";
}
.ti-paper-bag:before {
  content: "\f02f";
}
.ti-paper-bag-off:before {
  content: "\f16f";
}
.ti-paperclip:before {
  content: "\eb02";
}
.ti-parachute:before {
  content: "\ed7c";
}
.ti-parachute-off:before {
  content: "\f170";
}
.ti-parentheses:before {
  content: "\ebd8";
}
.ti-parentheses-off:before {
  content: "\f171";
}
.ti-parking:before {
  content: "\eb03";
}
.ti-parking-circle:before {
  content: "\fd5a";
}
.ti-parking-circle-filled:before {
  content: "\feca";
}
.ti-parking-off:before {
  content: "\f172";
}
.ti-password:before {
  content: "\f4ca";
}
.ti-password-fingerprint:before {
  content: "\fc7b";
}
.ti-password-mobile-phone:before {
  content: "\fc7c";
}
.ti-password-user:before {
  content: "\fc7d";
}
.ti-paw:before {
  content: "\eff9";
}
.ti-paw-filled:before {
  content: "\f689";
}
.ti-paw-off:before {
  content: "\f419";
}
.ti-paywall:before {
  content: "\fd7e";
}
.ti-pdf:before {
  content: "\f7ac";
}
.ti-peace:before {
  content: "\ecbe";
}
.ti-pencil:before {
  content: "\eb04";
}
.ti-pencil-bolt:before {
  content: "\fbfd";
}
.ti-pencil-cancel:before {
  content: "\fbfe";
}
.ti-pencil-check:before {
  content: "\fbff";
}
.ti-pencil-code:before {
  content: "\fc00";
}
.ti-pencil-cog:before {
  content: "\fc01";
}
.ti-pencil-discount:before {
  content: "\fc02";
}
.ti-pencil-dollar:before {
  content: "\fc03";
}
.ti-pencil-down:before {
  content: "\fc04";
}
.ti-pencil-exclamation:before {
  content: "\fc05";
}
.ti-pencil-heart:before {
  content: "\fc06";
}
.ti-pencil-minus:before {
  content: "\f1eb";
}
.ti-pencil-off:before {
  content: "\f173";
}
.ti-pencil-pause:before {
  content: "\fc07";
}
.ti-pencil-pin:before {
  content: "\fc08";
}
.ti-pencil-plus:before {
  content: "\f1ec";
}
.ti-pencil-question:before {
  content: "\fc09";
}
.ti-pencil-search:before {
  content: "\fc0a";
}
.ti-pencil-share:before {
  content: "\fc0b";
}
.ti-pencil-star:before {
  content: "\fc0c";
}
.ti-pencil-up:before {
  content: "\fc0d";
}
.ti-pencil-x:before {
  content: "\fc0e";
}
.ti-pennant:before {
  content: "\ed7d";
}
.ti-pennant-2:before {
  content: "\f06a";
}
.ti-pennant-2-filled:before {
  content: "\f68a";
}
.ti-pennant-filled:before {
  content: "\f68b";
}
.ti-pennant-off:before {
  content: "\f174";
}
.ti-pentagon:before {
  content: "\efe3";
}
.ti-pentagon-filled:before {
  content: "\f68c";
}
.ti-pentagon-minus:before {
  content: "\feb3";
}
.ti-pentagon-number-0:before {
  content: "\fc7e";
}
.ti-pentagon-number-1:before {
  content: "\fc7f";
}
.ti-pentagon-number-2:before {
  content: "\fc80";
}
.ti-pentagon-number-3:before {
  content: "\fc81";
}
.ti-pentagon-number-4:before {
  content: "\fc82";
}
.ti-pentagon-number-5:before {
  content: "\fc83";
}
.ti-pentagon-number-6:before {
  content: "\fc84";
}
.ti-pentagon-number-7:before {
  content: "\fc85";
}
.ti-pentagon-number-8:before {
  content: "\fc86";
}
.ti-pentagon-number-9:before {
  content: "\fc87";
}
.ti-pentagon-off:before {
  content: "\f41a";
}
.ti-pentagon-plus:before {
  content: "\fc49";
}
.ti-pentagon-x:before {
  content: "\fc88";
}
.ti-pentagram:before {
  content: "\f586";
}
.ti-pepper:before {
  content: "\ef15";
}
.ti-pepper-off:before {
  content: "\f175";
}
.ti-percentage:before {
  content: "\ecf4";
}
.ti-percentage-0:before {
  content: "\fee5";
}
.ti-percentage-10:before {
  content: "\fee4";
}
.ti-percentage-100:before {
  content: "\fee3";
}
.ti-percentage-20:before {
  content: "\fee2";
}
.ti-percentage-25:before {
  content: "\fee1";
}
.ti-percentage-30:before {
  content: "\fee0";
}
.ti-percentage-33:before {
  content: "\fedf";
}
.ti-percentage-40:before {
  content: "\fede";
}
.ti-percentage-50:before {
  content: "\fedd";
}
.ti-percentage-60:before {
  content: "\fedc";
}
.ti-percentage-66:before {
  content: "\fedb";
}
.ti-percentage-70:before {
  content: "\feda";
}
.ti-percentage-75:before {
  content: "\fed9";
}
.ti-percentage-80:before {
  content: "\fed8";
}
.ti-percentage-90:before {
  content: "\fed7";
}
.ti-perfume:before {
  content: "\f509";
}
.ti-perspective:before {
  content: "\eebd";
}
.ti-perspective-off:before {
  content: "\f176";
}
.ti-phone:before {
  content: "\eb09";
}
.ti-phone-call:before {
  content: "\eb05";
}
.ti-phone-calling:before {
  content: "\ec43";
}
.ti-phone-check:before {
  content: "\ec05";
}
.ti-phone-done:before {
  content: "\ff9e";
}
.ti-phone-end:before {
  content: "\ff9d";
}
.ti-phone-filled:before {
  content: "\fa49";
}
.ti-phone-incoming:before {
  content: "\eb06";
}
.ti-phone-off:before {
  content: "\ecf5";
}
.ti-phone-outgoing:before {
  content: "\eb07";
}
.ti-phone-pause:before {
  content: "\eb08";
}
.ti-phone-plus:before {
  content: "\ec06";
}
.ti-phone-ringing:before {
  content: "\ff9c";
}
.ti-phone-spark:before {
  content: "\ffb1";
}
.ti-phone-x:before {
  content: "\ec07";
}
.ti-photo:before {
  content: "\eb0a";
}
.ti-photo-ai:before {
  content: "\fa32";
}
.ti-photo-bitcoin:before {
  content: "\ff31";
}
.ti-photo-bolt:before {
  content: "\f990";
}
.ti-photo-cancel:before {
  content: "\f35d";
}
.ti-photo-check:before {
  content: "\f35e";
}
.ti-photo-circle:before {
  content: "\fc4a";
}
.ti-photo-circle-minus:before {
  content: "\fc62";
}
.ti-photo-circle-plus:before {
  content: "\fc63";
}
.ti-photo-code:before {
  content: "\f991";
}
.ti-photo-cog:before {
  content: "\f992";
}
.ti-photo-dollar:before {
  content: "\f993";
}
.ti-photo-down:before {
  content: "\f35f";
}
.ti-photo-edit:before {
  content: "\f360";
}
.ti-photo-exclamation:before {
  content: "\f994";
}
.ti-photo-filled:before {
  content: "\fa4a";
}
.ti-photo-heart:before {
  content: "\f361";
}
.ti-photo-hexagon:before {
  content: "\fc4b";
}
.ti-photo-minus:before {
  content: "\f362";
}
.ti-photo-off:before {
  content: "\ecf6";
}
.ti-photo-pause:before {
  content: "\f995";
}
.ti-photo-pentagon:before {
  content: "\fc4c";
}
.ti-photo-pin:before {
  content: "\f996";
}
.ti-photo-plus:before {
  content: "\f363";
}
.ti-photo-question:before {
  content: "\f997";
}
.ti-photo-scan:before {
  content: "\fca8";
}
.ti-photo-search:before {
  content: "\f364";
}
.ti-photo-sensor:before {
  content: "\f798";
}
.ti-photo-sensor-2:before {
  content: "\f796";
}
.ti-photo-sensor-3:before {
  content: "\f797";
}
.ti-photo-share:before {
  content: "\f998";
}
.ti-photo-shield:before {
  content: "\f365";
}
.ti-photo-spark:before {
  content: "\ffb0";
}
.ti-photo-square-rounded:before {
  content: "\fc4d";
}
.ti-photo-star:before {
  content: "\f366";
}
.ti-photo-up:before {
  content: "\f38b";
}
.ti-photo-video:before {
  content: "\fc95";
}
.ti-photo-x:before {
  content: "\f367";
}
.ti-physotherapist:before {
  content: "\eebe";
}
.ti-piano:before {
  content: "\fad3";
}
.ti-pick:before {
  content: "\fafc";
}
.ti-picnic-table:before {
  content: "\fed6";
}
.ti-picture-in-picture:before {
  content: "\ed35";
}
.ti-picture-in-picture-filled:before {
  content: "\fec1";
}
.ti-picture-in-picture-off:before {
  content: "\ed43";
}
.ti-picture-in-picture-on:before {
  content: "\ed44";
}
.ti-picture-in-picture-top:before {
  content: "\efe4";
}
.ti-picture-in-picture-top-filled:before {
  content: "\fec2";
}
.ti-pig:before {
  content: "\ef52";
}
.ti-pig-money:before {
  content: "\f38c";
}
.ti-pig-off:before {
  content: "\f177";
}
.ti-pilcrow:before {
  content: "\f5f6";
}
.ti-pilcrow-left:before {
  content: "\fd7f";
}
.ti-pilcrow-right:before {
  content: "\fd80";
}
.ti-pill:before {
  content: "\ec44";
}
.ti-pill-filled:before {
  content: "\ff07";
}
.ti-pill-off:before {
  content: "\f178";
}
.ti-pills:before {
  content: "\ef66";
}
.ti-pin:before {
  content: "\ec9c";
}
.ti-pin-end:before {
  content: "\fd5b";
}
.ti-pin-filled:before {
  content: "\f68d";
}
.ti-pin-invoke:before {
  content: "\fd5c";
}
.ti-ping-pong:before {
  content: "\f38d";
}
.ti-pinned:before {
  content: "\ed60";
}
.ti-pinned-filled:before {
  content: "\f68e";
}
.ti-pinned-off:before {
  content: "\ed5f";
}
.ti-pizza:before {
  content: "\edbb";
}
.ti-pizza-filled:before {
  content: "\10008";
}
.ti-pizza-off:before {
  content: "\f179";
}
.ti-placeholder:before {
  content: "\f626";
}
.ti-plane:before {
  content: "\eb6f";
}
.ti-plane-arrival:before {
  content: "\eb99";
}
.ti-plane-departure:before {
  content: "\eb9a";
}
.ti-plane-inflight:before {
  content: "\ef98";
}
.ti-plane-off:before {
  content: "\f17a";
}
.ti-plane-tilt:before {
  content: "\f1ed";
}
.ti-planet:before {
  content: "\ec08";
}
.ti-planet-off:before {
  content: "\f17b";
}
.ti-plant:before {
  content: "\ed50";
}
.ti-plant-2:before {
  content: "\ed7e";
}
.ti-plant-2-off:before {
  content: "\f17c";
}
.ti-plant-off:before {
  content: "\f17d";
}
.ti-play-basketball:before {
  content: "\fa66";
}
.ti-play-card:before {
  content: "\eebf";
}
.ti-play-card-1:before {
  content: "\1005c";
}
.ti-play-card-1-filled:before {
  content: "\10083";
}
.ti-play-card-10:before {
  content: "\1005b";
}
.ti-play-card-10-filled:before {
  content: "\10082";
}
.ti-play-card-2:before {
  content: "\1005a";
}
.ti-play-card-2-filled:before {
  content: "\10081";
}
.ti-play-card-3:before {
  content: "\10059";
}
.ti-play-card-3-filled:before {
  content: "\10080";
}
.ti-play-card-4:before {
  content: "\10058";
}
.ti-play-card-4-filled:before {
  content: "\1007f";
}
.ti-play-card-5:before {
  content: "\10057";
}
.ti-play-card-5-filled:before {
  content: "\1007e";
}
.ti-play-card-6:before {
  content: "\10056";
}
.ti-play-card-6-filled:before {
  content: "\1007d";
}
.ti-play-card-7:before {
  content: "\10055";
}
.ti-play-card-7-filled:before {
  content: "\1007c";
}
.ti-play-card-8:before {
  content: "\10054";
}
.ti-play-card-8-filled:before {
  content: "\1007b";
}
.ti-play-card-9:before {
  content: "\10053";
}
.ti-play-card-9-filled:before {
  content: "\1007a";
}
.ti-play-card-a:before {
  content: "\10052";
}
.ti-play-card-a-filled:before {
  content: "\10079";
}
.ti-play-card-j:before {
  content: "\10051";
}
.ti-play-card-j-filled:before {
  content: "\10078";
}
.ti-play-card-k:before {
  content: "\10050";
}
.ti-play-card-k-filled:before {
  content: "\10077";
}
.ti-play-card-off:before {
  content: "\f17e";
}
.ti-play-card-q:before {
  content: "\1004f";
}
.ti-play-card-q-filled:before {
  content: "\10076";
}
.ti-play-card-star:before {
  content: "\1004e";
}
.ti-play-card-star-filled:before {
  content: "\10075";
}
.ti-play-football:before {
  content: "\fa67";
}
.ti-play-handball:before {
  content: "\fa68";
}
.ti-play-volleyball:before {
  content: "\fa69";
}
.ti-player-eject:before {
  content: "\efbc";
}
.ti-player-eject-filled:before {
  content: "\f68f";
}
.ti-player-pause:before {
  content: "\ed45";
}
.ti-player-pause-filled:before {
  content: "\f690";
}
.ti-player-play:before {
  content: "\ed46";
}
.ti-player-play-filled:before {
  content: "\f691";
}
.ti-player-record:before {
  content: "\ed47";
}
.ti-player-record-filled:before {
  content: "\f692";
}
.ti-player-skip-back:before {
  content: "\ed48";
}
.ti-player-skip-back-filled:before {
  content: "\f693";
}
.ti-player-skip-forward:before {
  content: "\ed49";
}
.ti-player-skip-forward-filled:before {
  content: "\f694";
}
.ti-player-stop:before {
  content: "\ed4a";
}
.ti-player-stop-filled:before {
  content: "\f695";
}
.ti-player-track-next:before {
  content: "\ed4b";
}
.ti-player-track-next-filled:before {
  content: "\f696";
}
.ti-player-track-prev:before {
  content: "\ed4c";
}
.ti-player-track-prev-filled:before {
  content: "\f697";
}
.ti-playlist:before {
  content: "\eec0";
}
.ti-playlist-add:before {
  content: "\f008";
}
.ti-playlist-off:before {
  content: "\f17f";
}
.ti-playlist-x:before {
  content: "\f009";
}
.ti-playstation-circle:before {
  content: "\f2ad";
}
.ti-playstation-square:before {
  content: "\f2ae";
}
.ti-playstation-triangle:before {
  content: "\f2af";
}
.ti-playstation-x:before {
  content: "\f2b0";
}
.ti-plug:before {
  content: "\ebd9";
}
.ti-plug-connected:before {
  content: "\f00a";
}
.ti-plug-connected-x:before {
  content: "\f0a0";
}
.ti-plug-off:before {
  content: "\f180";
}
.ti-plug-x:before {
  content: "\f0a1";
}
.ti-plus:before {
  content: "\eb0b";
}
.ti-plus-equal:before {
  content: "\f7ad";
}
.ti-plus-minus:before {
  content: "\f7ae";
}
.ti-png:before {
  content: "\f3ad";
}
.ti-podium:before {
  content: "\f1d8";
}
.ti-podium-off:before {
  content: "\f41b";
}
.ti-point:before {
  content: "\eb0c";
}
.ti-point-filled:before {
  content: "\f698";
}
.ti-point-off:before {
  content: "\f181";
}
.ti-pointer:before {
  content: "\f265";
}
.ti-pointer-bolt:before {
  content: "\f999";
}
.ti-pointer-cancel:before {
  content: "\f99a";
}
.ti-pointer-check:before {
  content: "\f99b";
}
.ti-pointer-code:before {
  content: "\f99c";
}
.ti-pointer-cog:before {
  content: "\f99d";
}
.ti-pointer-dollar:before {
  content: "\f99e";
}
.ti-pointer-down:before {
  content: "\f99f";
}
.ti-pointer-exclamation:before {
  content: "\f9a0";
}
.ti-pointer-filled:before {
  content: "\fb30";
}
.ti-pointer-heart:before {
  content: "\f9a1";
}
.ti-pointer-minus:before {
  content: "\f9a2";
}
.ti-pointer-off:before {
  content: "\f9a3";
}
.ti-pointer-pause:before {
  content: "\f9a4";
}
.ti-pointer-pin:before {
  content: "\f9a5";
}
.ti-pointer-plus:before {
  content: "\f9a6";
}
.ti-pointer-question:before {
  content: "\f9a7";
}
.ti-pointer-search:before {
  content: "\f9a8";
}
.ti-pointer-share:before {
  content: "\f9a9";
}
.ti-pointer-star:before {
  content: "\f9aa";
}
.ti-pointer-up:before {
  content: "\f9ab";
}
.ti-pointer-x:before {
  content: "\f9ac";
}
.ti-pokeball:before {
  content: "\eec1";
}
.ti-pokeball-off:before {
  content: "\f41c";
}
.ti-poker-chip:before {
  content: "\f515";
}
.ti-polaroid:before {
  content: "\eec2";
}
.ti-polaroid-filled:before {
  content: "\fa4b";
}
.ti-polygon:before {
  content: "\efd0";
}
.ti-polygon-off:before {
  content: "\f182";
}
.ti-poo:before {
  content: "\f258";
}
.ti-poo-filled:before {
  content: "\fec9";
}
.ti-pool:before {
  content: "\ed91";
}
.ti-pool-off:before {
  content: "\f41d";
}
.ti-power:before {
  content: "\eb0d";
}
.ti-pray:before {
  content: "\ecbf";
}
.ti-premium-rights:before {
  content: "\efbd";
}
.ti-prescription:before {
  content: "\ef99";
}
.ti-presentation:before {
  content: "\eb70";
}
.ti-presentation-analytics:before {
  content: "\eec3";
}
.ti-presentation-analytics-filled:before {
  content: "\ff5d";
}
.ti-presentation-filled:before {
  content: "\ff5c";
}
.ti-presentation-off:before {
  content: "\f183";
}
.ti-printer:before {
  content: "\eb0e";
}
.ti-printer-off:before {
  content: "\f184";
}
.ti-prism:before {
  content: "\fab1";
}
.ti-prism-light:before {
  content: "\fea6";
}
.ti-prism-off:before {
  content: "\faaf";
}
.ti-prism-plus:before {
  content: "\fab0";
}
.ti-prison:before {
  content: "\ef79";
}
.ti-progress:before {
  content: "\fa0d";
}
.ti-progress-alert:before {
  content: "\fa07";
}
.ti-progress-bolt:before {
  content: "\fa08";
}
.ti-progress-check:before {
  content: "\fa09";
}
.ti-progress-down:before {
  content: "\fa0a";
}
.ti-progress-help:before {
  content: "\fa0b";
}
.ti-progress-x:before {
  content: "\fa0c";
}
.ti-prompt:before {
  content: "\eb0f";
}
.ti-prong:before {
  content: "\fda1";
}
.ti-propeller:before {
  content: "\eec4";
}
.ti-propeller-off:before {
  content: "\f185";
}
.ti-protocol:before {
  content: "\fd81";
}
.ti-pumpkin-scary:before {
  content: "\f587";
}
.ti-puzzle:before {
  content: "\eb10";
}
.ti-puzzle-2:before {
  content: "\ef83";
}
.ti-puzzle-filled:before {
  content: "\f699";
}
.ti-puzzle-off:before {
  content: "\f186";
}
.ti-pyramid:before {
  content: "\eec5";
}
.ti-pyramid-off:before {
  content: "\f187";
}
.ti-pyramid-plus:before {
  content: "\fab2";
}
.ti-qrcode:before {
  content: "\eb11";
}
.ti-qrcode-off:before {
  content: "\f41e";
}
.ti-question-mark:before {
  content: "\ec9d";
}
.ti-quote:before {
  content: "\efbe";
}
.ti-quote-off:before {
  content: "\f188";
}
.ti-quotes:before {
  content: "\fb1e";
}
.ti-radar:before {
  content: "\f017";
}
.ti-radar-2:before {
  content: "\f016";
}
.ti-radar-filled:before {
  content: "\fe0d";
}
.ti-radar-off:before {
  content: "\f41f";
}
.ti-radio:before {
  content: "\ef2d";
}
.ti-radio-off:before {
  content: "\f420";
}
.ti-radioactive:before {
  content: "\ecc0";
}
.ti-radioactive-filled:before {
  content: "\f760";
}
.ti-radioactive-off:before {
  content: "\f189";
}
.ti-radius-bottom-left:before {
  content: "\eec6";
}
.ti-radius-bottom-right:before {
  content: "\eec7";
}
.ti-radius-top-left:before {
  content: "\eec8";
}
.ti-radius-top-right:before {
  content: "\eec9";
}
.ti-rainbow:before {
  content: "\edbc";
}
.ti-rainbow-off:before {
  content: "\f18a";
}
.ti-rating-12-plus:before {
  content: "\f266";
}
.ti-rating-14-plus:before {
  content: "\f267";
}
.ti-rating-16-plus:before {
  content: "\f268";
}
.ti-rating-18-plus:before {
  content: "\f269";
}
.ti-rating-21-plus:before {
  content: "\f26a";
}
.ti-razor:before {
  content: "\f4b5";
}
.ti-razor-electric:before {
  content: "\f4b4";
}
.ti-receipt:before {
  content: "\edfd";
}
.ti-receipt-2:before {
  content: "\edfa";
}
.ti-receipt-bitcoin:before {
  content: "\fd66";
}
.ti-receipt-dollar:before {
  content: "\fd67";
}
.ti-receipt-euro:before {
  content: "\fd68";
}
.ti-receipt-filled:before {
  content: "\ff06";
}
.ti-receipt-off:before {
  content: "\edfb";
}
.ti-receipt-pound:before {
  content: "\fd69";
}
.ti-receipt-refund:before {
  content: "\edfc";
}
.ti-receipt-rupee:before {
  content: "\fd82";
}
.ti-receipt-tax:before {
  content: "\edbd";
}
.ti-receipt-yen:before {
  content: "\fd6a";
}
.ti-receipt-yuan:before {
  content: "\fd6b";
}
.ti-recharging:before {
  content: "\eeca";
}
.ti-record-mail:before {
  content: "\eb12";
}
.ti-record-mail-off:before {
  content: "\f18b";
}
.ti-rectangle:before {
  content: "\ed37";
}
.ti-rectangle-filled:before {
  content: "\f69a";
}
.ti-rectangle-rounded-bottom:before {
  content: "\faed";
}
.ti-rectangle-rounded-top:before {
  content: "\faee";
}
.ti-rectangle-vertical:before {
  content: "\ed36";
}
.ti-rectangle-vertical-filled:before {
  content: "\f69b";
}
.ti-rectangular-prism:before {
  content: "\fab5";
}
.ti-rectangular-prism-off:before {
  content: "\fab3";
}
.ti-rectangular-prism-plus:before {
  content: "\fab4";
}
.ti-recycle:before {
  content: "\eb9b";
}
.ti-recycle-off:before {
  content: "\f18c";
}
.ti-refresh:before {
  content: "\eb13";
}
.ti-refresh-alert:before {
  content: "\ed57";
}
.ti-refresh-dot:before {
  content: "\efbf";
}
.ti-refresh-off:before {
  content: "\f18d";
}
.ti-regex:before {
  content: "\f31f";
}
.ti-regex-off:before {
  content: "\f421";
}
.ti-registered:before {
  content: "\eb14";
}
.ti-relation-many-to-many:before {
  content: "\ed7f";
}
.ti-relation-many-to-many-filled:before {
  content: "\fe0c";
}
.ti-relation-one-to-many:before {
  content: "\ed80";
}
.ti-relation-one-to-many-filled:before {
  content: "\fe0b";
}
.ti-relation-one-to-one:before {
  content: "\ed81";
}
.ti-relation-one-to-one-filled:before {
  content: "\fe0a";
}
.ti-reload:before {
  content: "\f3ae";
}
.ti-reorder:before {
  content: "\fc15";
}
.ti-repeat:before {
  content: "\eb72";
}
.ti-repeat-off:before {
  content: "\f18e";
}
.ti-repeat-once:before {
  content: "\eb71";
}
.ti-replace:before {
  content: "\ebc7";
}
.ti-replace-filled:before {
  content: "\f69c";
}
.ti-replace-off:before {
  content: "\f422";
}
.ti-report:before {
  content: "\eece";
}
.ti-report-analytics:before {
  content: "\eecb";
}
.ti-report-medical:before {
  content: "\eecc";
}
.ti-report-money:before {
  content: "\eecd";
}
.ti-report-off:before {
  content: "\f18f";
}
.ti-report-search:before {
  content: "\ef84";
}
.ti-reserved-line:before {
  content: "\f9f6";
}
.ti-resize:before {
  content: "\eecf";
}
.ti-restore:before {
  content: "\fafd";
}
.ti-rewind-backward-10:before {
  content: "\faba";
}
.ti-rewind-backward-15:before {
  content: "\fabb";
}
.ti-rewind-backward-20:before {
  content: "\fabc";
}
.ti-rewind-backward-30:before {
  content: "\fabd";
}
.ti-rewind-backward-40:before {
  content: "\fabe";
}
.ti-rewind-backward-5:before {
  content: "\fabf";
}
.ti-rewind-backward-50:before {
  content: "\fac0";
}
.ti-rewind-backward-60:before {
  content: "\fac1";
}
.ti-rewind-forward-10:before {
  content: "\fac2";
}
.ti-rewind-forward-15:before {
  content: "\fac3";
}
.ti-rewind-forward-20:before {
  content: "\fac4";
}
.ti-rewind-forward-30:before {
  content: "\fac5";
}
.ti-rewind-forward-40:before {
  content: "\fac6";
}
.ti-rewind-forward-5:before {
  content: "\fac7";
}
.ti-rewind-forward-50:before {
  content: "\fac8";
}
.ti-rewind-forward-60:before {
  content: "\fac9";
}
.ti-ribbon-health:before {
  content: "\f58e";
}
.ti-rings:before {
  content: "\fa6a";
}
.ti-ripple:before {
  content: "\ed82";
}
.ti-ripple-off:before {
  content: "\f190";
}
.ti-road:before {
  content: "\f018";
}
.ti-road-off:before {
  content: "\f191";
}
.ti-road-sign:before {
  content: "\ecdd";
}
.ti-robot:before {
  content: "\f00b";
}
.ti-robot-face:before {
  content: "\fcbe";
}
.ti-robot-off:before {
  content: "\f192";
}
.ti-rocket:before {
  content: "\ec45";
}
.ti-rocket-off:before {
  content: "\f193";
}
.ti-roller-skating:before {
  content: "\efd1";
}
.ti-rollercoaster:before {
  content: "\f0a2";
}
.ti-rollercoaster-off:before {
  content: "\f423";
}
.ti-rosette:before {
  content: "\f599";
}
.ti-rosette-discount:before {
  content: "\ee7c";
}
.ti-rosette-discount-check:before {
  content: "\f1f8";
}
.ti-rosette-discount-check-filled:before {
  content: "\f746";
}
.ti-rosette-discount-check-off:before {
  content: "\ff10";
}
.ti-rosette-discount-filled:before {
  content: "\ff05";
}
.ti-rosette-discount-off:before {
  content: "\f3e6";
}
.ti-rosette-filled:before {
  content: "\f69d";
}
.ti-rosette-number-0:before {
  content: "\f58f";
}
.ti-rosette-number-1:before {
  content: "\f590";
}
.ti-rosette-number-2:before {
  content: "\f591";
}
.ti-rosette-number-3:before {
  content: "\f592";
}
.ti-rosette-number-4:before {
  content: "\f593";
}
.ti-rosette-number-5:before {
  content: "\f594";
}
.ti-rosette-number-6:before {
  content: "\f595";
}
.ti-rosette-number-7:before {
  content: "\f596";
}
.ti-rosette-number-8:before {
  content: "\f597";
}
.ti-rosette-number-9:before {
  content: "\f598";
}
.ti-rotate:before {
  content: "\eb16";
}
.ti-rotate-2:before {
  content: "\ebb4";
}
.ti-rotate-360:before {
  content: "\ef85";
}
.ti-rotate-3d:before {
  content: "\f020";
}
.ti-rotate-clockwise:before {
  content: "\eb15";
}
.ti-rotate-clockwise-2:before {
  content: "\ebb5";
}
.ti-rotate-dot:before {
  content: "\efe5";
}
.ti-rotate-rectangle:before {
  content: "\ec15";
}
.ti-route:before {
  content: "\eb17";
}
.ti-route-2:before {
  content: "\f4b6";
}
.ti-route-alt-left:before {
  content: "\fca9";
}
.ti-route-alt-right:before {
  content: "\fcaa";
}
.ti-route-off:before {
  content: "\f194";
}
.ti-route-scan:before {
  content: "\fcbf";
}
.ti-route-square:before {
  content: "\fcac";
}
.ti-route-square-2:before {
  content: "\fcab";
}
.ti-route-x:before {
  content: "\fcae";
}
.ti-route-x-2:before {
  content: "\fcad";
}
.ti-router:before {
  content: "\eb18";
}
.ti-router-off:before {
  content: "\f424";
}
.ti-row-insert-bottom:before {
  content: "\eed0";
}
.ti-row-insert-top:before {
  content: "\eed1";
}
.ti-row-remove:before {
  content: "\fafe";
}
.ti-rss:before {
  content: "\eb19";
}
.ti-rubber-stamp:before {
  content: "\f5ab";
}
.ti-rubber-stamp-off:before {
  content: "\f5aa";
}
.ti-ruler:before {
  content: "\eb1a";
}
.ti-ruler-2:before {
  content: "\eed2";
}
.ti-ruler-2-off:before {
  content: "\f195";
}
.ti-ruler-3:before {
  content: "\f290";
}
.ti-ruler-measure:before {
  content: "\f291";
}
.ti-ruler-measure-2:before {
  content: "\ff0f";
}
.ti-ruler-off:before {
  content: "\f196";
}
.ti-run:before {
  content: "\ec82";
}
.ti-rv-truck:before {
  content: "\fcc0";
}
.ti-s-turn-down:before {
  content: "\f516";
}
.ti-s-turn-left:before {
  content: "\f517";
}
.ti-s-turn-right:before {
  content: "\f518";
}
.ti-s-turn-up:before {
  content: "\f519";
}
.ti-sailboat:before {
  content: "\ec83";
}
.ti-sailboat-2:before {
  content: "\f5f7";
}
.ti-sailboat-off:before {
  content: "\f425";
}
.ti-salad:before {
  content: "\f50a";
}
.ti-salad-filled:before {
  content: "\10007";
}
.ti-salt:before {
  content: "\ef16";
}
.ti-sandbox:before {
  content: "\fd6c";
}
.ti-satellite:before {
  content: "\eed3";
}
.ti-satellite-off:before {
  content: "\f197";
}
.ti-sausage:before {
  content: "\ef17";
}
.ti-scale:before {
  content: "\ebc2";
}
.ti-scale-off:before {
  content: "\f198";
}
.ti-scale-outline:before {
  content: "\ef53";
}
.ti-scale-outline-off:before {
  content: "\f199";
}
.ti-scan:before {
  content: "\ebc8";
}
.ti-scan-eye:before {
  content: "\f1ff";
}
.ti-scan-position:before {
  content: "\fdac";
}
.ti-schema:before {
  content: "\f200";
}
.ti-schema-off:before {
  content: "\f426";
}
.ti-school:before {
  content: "\ecf7";
}
.ti-school-bell:before {
  content: "\f64a";
}
.ti-school-off:before {
  content: "\f19a";
}
.ti-scissors:before {
  content: "\eb1b";
}
.ti-scissors-off:before {
  content: "\f19b";
}
.ti-scooter:before {
  content: "\ec6c";
}
.ti-scooter-electric:before {
  content: "\ecc1";
}
.ti-scoreboard:before {
  content: "\fa6b";
}
.ti-screen-share:before {
  content: "\ed18";
}
.ti-screen-share-off:before {
  content: "\ed17";
}
.ti-screenshot:before {
  content: "\f201";
}
.ti-scribble:before {
  content: "\f0a3";
}
.ti-scribble-off:before {
  content: "\f427";
}
.ti-script:before {
  content: "\f2da";
}
.ti-script-minus:before {
  content: "\f2d7";
}
.ti-script-plus:before {
  content: "\f2d8";
}
.ti-script-x:before {
  content: "\f2d9";
}
.ti-scuba-diving:before {
  content: "\fd4e";
}
.ti-scuba-diving-tank:before {
  content: "\fefa";
}
.ti-scuba-diving-tank-filled:before {
  content: "\ff04";
}
.ti-scuba-mask:before {
  content: "\eed4";
}
.ti-scuba-mask-off:before {
  content: "\f428";
}
.ti-sdk:before {
  content: "\f3af";
}
.ti-search:before {
  content: "\eb1c";
}
.ti-search-off:before {
  content: "\f19c";
}
.ti-section:before {
  content: "\eed5";
}
.ti-section-filled:before {
  content: "\fe09";
}
.ti-section-sign:before {
  content: "\f019";
}
.ti-seeding:before {
  content: "\ed51";
}
.ti-seeding-filled:before {
  content: "\10006";
}
.ti-seeding-off:before {
  content: "\f19d";
}
.ti-select:before {
  content: "\ec9e";
}
.ti-select-all:before {
  content: "\f9f7";
}
.ti-selector:before {
  content: "\eb1d";
}
.ti-send:before {
  content: "\eb1e";
}
.ti-send-2:before {
  content: "\fd5d";
}
.ti-send-off:before {
  content: "\f429";
}
.ti-seo:before {
  content: "\f26b";
}
.ti-separator:before {
  content: "\ebda";
}
.ti-separator-horizontal:before {
  content: "\ec79";
}
.ti-separator-vertical:before {
  content: "\ec7a";
}
.ti-server:before {
  content: "\eb1f";
}
.ti-server-2:before {
  content: "\f07c";
}
.ti-server-bolt:before {
  content: "\f320";
}
.ti-server-cog:before {
  content: "\f321";
}
.ti-server-off:before {
  content: "\f19e";
}
.ti-server-spark:before {
  content: "\ffaf";
}
.ti-servicemark:before {
  content: "\ec09";
}
.ti-settings:before {
  content: "\eb20";
}
.ti-settings-2:before {
  content: "\f5ac";
}
.ti-settings-automation:before {
  content: "\eed6";
}
.ti-settings-bolt:before {
  content: "\f9ad";
}
.ti-settings-cancel:before {
  content: "\f9ae";
}
.ti-settings-check:before {
  content: "\f9af";
}
.ti-settings-code:before {
  content: "\f9b0";
}
.ti-settings-cog:before {
  content: "\f9b1";
}
.ti-settings-dollar:before {
  content: "\f9b2";
}
.ti-settings-down:before {
  content: "\f9b3";
}
.ti-settings-exclamation:before {
  content: "\f9b4";
}
.ti-settings-filled:before {
  content: "\f69e";
}
.ti-settings-heart:before {
  content: "\f9b5";
}
.ti-settings-minus:before {
  content: "\f9b6";
}
.ti-settings-off:before {
  content: "\f19f";
}
.ti-settings-pause:before {
  content: "\f9b7";
}
.ti-settings-pin:before {
  content: "\f9b8";
}
.ti-settings-plus:before {
  content: "\f9b9";
}
.ti-settings-question:before {
  content: "\f9ba";
}
.ti-settings-search:before {
  content: "\f9bb";
}
.ti-settings-share:before {
  content: "\f9bc";
}
.ti-settings-spark:before {
  content: "\ffae";
}
.ti-settings-star:before {
  content: "\f9bd";
}
.ti-settings-up:before {
  content: "\f9be";
}
.ti-settings-x:before {
  content: "\f9bf";
}
.ti-shadow:before {
  content: "\eed8";
}
.ti-shadow-off:before {
  content: "\eed7";
}
.ti-shape:before {
  content: "\eb9c";
}
.ti-shape-2:before {
  content: "\eed9";
}
.ti-shape-3:before {
  content: "\eeda";
}
.ti-shape-off:before {
  content: "\f1a0";
}
.ti-share:before {
  content: "\eb21";
}
.ti-share-2:before {
  content: "\f799";
}
.ti-share-3:before {
  content: "\f7bd";
}
.ti-share-off:before {
  content: "\f1a1";
}
.ti-shareplay:before {
  content: "\fea5";
}
.ti-shield:before {
  content: "\eb24";
}
.ti-shield-bolt:before {
  content: "\f9c0";
}
.ti-shield-cancel:before {
  content: "\f9c1";
}
.ti-shield-check:before {
  content: "\eb22";
}
.ti-shield-check-filled:before {
  content: "\f761";
}
.ti-shield-checkered:before {
  content: "\ef9a";
}
.ti-shield-checkered-filled:before {
  content: "\f762";
}
.ti-shield-chevron:before {
  content: "\ef9b";
}
.ti-shield-code:before {
  content: "\f9c2";
}
.ti-shield-cog:before {
  content: "\f9c3";
}
.ti-shield-dollar:before {
  content: "\f9c4";
}
.ti-shield-down:before {
  content: "\f9c5";
}
.ti-shield-exclamation:before {
  content: "\f9c6";
}
.ti-shield-filled:before {
  content: "\f69f";
}
.ti-shield-half:before {
  content: "\f358";
}
.ti-shield-half-filled:before {
  content: "\f357";
}
.ti-shield-heart:before {
  content: "\f9c7";
}
.ti-shield-lock:before {
  content: "\ed58";
}
.ti-shield-lock-filled:before {
  content: "\f763";
}
.ti-shield-minus:before {
  content: "\f9c8";
}
.ti-shield-off:before {
  content: "\ecf8";
}
.ti-shield-pause:before {
  content: "\f9c9";
}
.ti-shield-pin:before {
  content: "\f9ca";
}
.ti-shield-plus:before {
  content: "\f9cb";
}
.ti-shield-question:before {
  content: "\f9cc";
}
.ti-shield-search:before {
  content: "\f9cd";
}
.ti-shield-share:before {
  content: "\f9ce";
}
.ti-shield-star:before {
  content: "\f9cf";
}
.ti-shield-up:before {
  content: "\f9d0";
}
.ti-shield-x:before {
  content: "\eb23";
}
.ti-ship:before {
  content: "\ec84";
}
.ti-ship-off:before {
  content: "\f42a";
}
.ti-shirt:before {
  content: "\ec0a";
}
.ti-shirt-filled:before {
  content: "\f6a0";
}
.ti-shirt-off:before {
  content: "\f1a2";
}
.ti-shirt-sport:before {
  content: "\f26c";
}
.ti-shoe:before {
  content: "\efd2";
}
.ti-shoe-off:before {
  content: "\f1a4";
}
.ti-shopping-bag:before {
  content: "\f5f8";
}
.ti-shopping-bag-check:before {
  content: "\fc16";
}
.ti-shopping-bag-discount:before {
  content: "\fc17";
}
.ti-shopping-bag-edit:before {
  content: "\fc18";
}
.ti-shopping-bag-exclamation:before {
  content: "\fc19";
}
.ti-shopping-bag-heart:before {
  content: "\fda2";
}
.ti-shopping-bag-minus:before {
  content: "\fc1a";
}
.ti-shopping-bag-plus:before {
  content: "\fc1b";
}
.ti-shopping-bag-search:before {
  content: "\fc1c";
}
.ti-shopping-bag-x:before {
  content: "\fc1d";
}
.ti-shopping-cart:before {
  content: "\eb25";
}
.ti-shopping-cart-bolt:before {
  content: "\fb57";
}
.ti-shopping-cart-cancel:before {
  content: "\fb58";
}
.ti-shopping-cart-check:before {
  content: "\fb59";
}
.ti-shopping-cart-code:before {
  content: "\fb5a";
}
.ti-shopping-cart-cog:before {
  content: "\fb5b";
}
.ti-shopping-cart-copy:before {
  content: "\fb5c";
}
.ti-shopping-cart-discount:before {
  content: "\fb5d";
}
.ti-shopping-cart-dollar:before {
  content: "\fb5e";
}
.ti-shopping-cart-down:before {
  content: "\fb5f";
}
.ti-shopping-cart-exclamation:before {
  content: "\fb60";
}
.ti-shopping-cart-filled:before {
  content: "\fc3f";
}
.ti-shopping-cart-heart:before {
  content: "\fb61";
}
.ti-shopping-cart-minus:before {
  content: "\fb62";
}
.ti-shopping-cart-off:before {
  content: "\eedc";
}
.ti-shopping-cart-pause:before {
  content: "\fb63";
}
.ti-shopping-cart-pin:before {
  content: "\fb64";
}
.ti-shopping-cart-plus:before {
  content: "\fb65";
}
.ti-shopping-cart-question:before {
  content: "\fb66";
}
.ti-shopping-cart-search:before {
  content: "\fb67";
}
.ti-shopping-cart-share:before {
  content: "\fb68";
}
.ti-shopping-cart-star:before {
  content: "\fb69";
}
.ti-shopping-cart-up:before {
  content: "\fb6a";
}
.ti-shopping-cart-x:before {
  content: "\fb6b";
}
.ti-shovel:before {
  content: "\f1d9";
}
.ti-shovel-pitchforks:before {
  content: "\fd3a";
}
.ti-shredder:before {
  content: "\eedf";
}
.ti-sign-left:before {
  content: "\f06b";
}
.ti-sign-left-filled:before {
  content: "\f6a1";
}
.ti-sign-right:before {
  content: "\f06c";
}
.ti-sign-right-filled:before {
  content: "\f6a2";
}
.ti-signal-2g:before {
  content: "\f79a";
}
.ti-signal-3g:before {
  content: "\f1ee";
}
.ti-signal-4g:before {
  content: "\f1ef";
}
.ti-signal-4g-plus:before {
  content: "\f259";
}
.ti-signal-5g:before {
  content: "\f1f0";
}
.ti-signal-6g:before {
  content: "\f9f8";
}
.ti-signal-e:before {
  content: "\f9f9";
}
.ti-signal-g:before {
  content: "\f9fa";
}
.ti-signal-h:before {
  content: "\f9fc";
}
.ti-signal-h-plus:before {
  content: "\f9fb";
}
.ti-signal-lte:before {
  content: "\f9fd";
}
.ti-signature:before {
  content: "\eee0";
}
.ti-signature-off:before {
  content: "\f1a5";
}
.ti-sitemap:before {
  content: "\eb9d";
}
.ti-sitemap-filled:before {
  content: "\1006b";
}
.ti-sitemap-off:before {
  content: "\f1a6";
}
.ti-skateboard:before {
  content: "\ecc2";
}
.ti-skateboard-off:before {
  content: "\f42b";
}
.ti-skateboarding:before {
  content: "\faca";
}
.ti-skew-x:before {
  content: "\fd3b";
}
.ti-skew-y:before {
  content: "\fd3c";
}
.ti-ski-jumping:before {
  content: "\fa6c";
}
.ti-skull:before {
  content: "\f292";
}
.ti-slash:before {
  content: "\f4f9";
}
.ti-slashes:before {
  content: "\f588";
}
.ti-sleigh:before {
  content: "\ef9c";
}
.ti-slice:before {
  content: "\ebdb";
}
.ti-slideshow:before {
  content: "\ebc9";
}
.ti-smart-home:before {
  content: "\ecde";
}
.ti-smart-home-off:before {
  content: "\f1a7";
}
.ti-smoking:before {
  content: "\ecc4";
}
.ti-smoking-no:before {
  content: "\ecc3";
}
.ti-snowboarding:before {
  content: "\fd4f";
}
.ti-snowflake:before {
  content: "\ec0b";
}
.ti-snowflake-off:before {
  content: "\f1a8";
}
.ti-snowman:before {
  content: "\f26d";
}
.ti-soccer-field:before {
  content: "\ed92";
}
.ti-social:before {
  content: "\ebec";
}
.ti-social-off:before {
  content: "\f1a9";
}
.ti-sock:before {
  content: "\eee1";
}
.ti-sofa:before {
  content: "\efaf";
}
.ti-sofa-off:before {
  content: "\f42c";
}
.ti-solar-electricity:before {
  content: "\fcc1";
}
.ti-solar-panel:before {
  content: "\f7bf";
}
.ti-solar-panel-2:before {
  content: "\f7be";
}
.ti-sort-0-9:before {
  content: "\f54d";
}
.ti-sort-9-0:before {
  content: "\f54e";
}
.ti-sort-a-z:before {
  content: "\f54f";
}
.ti-sort-ascending:before {
  content: "\eb26";
}
.ti-sort-ascending-2:before {
  content: "\eee2";
}
.ti-sort-ascending-2-filled:before {
  content: "\ff5b";
}
.ti-sort-ascending-letters:before {
  content: "\ef18";
}
.ti-sort-ascending-numbers:before {
  content: "\ef19";
}
.ti-sort-ascending-shapes:before {
  content: "\fd94";
}
.ti-sort-ascending-shapes-filled:before {
  content: "\ff5a";
}
.ti-sort-ascending-small-big:before {
  content: "\fd95";
}
.ti-sort-descending:before {
  content: "\eb27";
}
.ti-sort-descending-2:before {
  content: "\eee3";
}
.ti-sort-descending-2-filled:before {
  content: "\ff59";
}
.ti-sort-descending-letters:before {
  content: "\ef1a";
}
.ti-sort-descending-numbers:before {
  content: "\ef1b";
}
.ti-sort-descending-shapes:before {
  content: "\fd97";
}
.ti-sort-descending-shapes-filled:before {
  content: "\ff58";
}
.ti-sort-descending-small-big:before {
  content: "\fd96";
}
.ti-sort-z-a:before {
  content: "\f550";
}
.ti-sos:before {
  content: "\f24a";
}
.ti-soup:before {
  content: "\ef2e";
}
.ti-soup-filled:before {
  content: "\fe08";
}
.ti-soup-off:before {
  content: "\f42d";
}
.ti-source-code:before {
  content: "\f4a2";
}
.ti-space:before {
  content: "\ec0c";
}
.ti-space-off:before {
  content: "\f1aa";
}
.ti-spaces:before {
  content: "\fea4";
}
.ti-spacing-horizontal:before {
  content: "\ef54";
}
.ti-spacing-vertical:before {
  content: "\ef55";
}
.ti-spade:before {
  content: "\effa";
}
.ti-spade-filled:before {
  content: "\f6a3";
}
.ti-sparkles:before {
  content: "\f6d7";
}
.ti-speakerphone:before {
  content: "\ed61";
}
.ti-speedboat:before {
  content: "\ed93";
}
.ti-sphere:before {
  content: "\fab8";
}
.ti-sphere-off:before {
  content: "\fab6";
}
.ti-sphere-plus:before {
  content: "\fab7";
}
.ti-spider:before {
  content: "\f293";
}
.ti-spiral:before {
  content: "\f294";
}
.ti-spiral-off:before {
  content: "\f42e";
}
.ti-sport-billard:before {
  content: "\eee4";
}
.ti-spray:before {
  content: "\f50b";
}
.ti-spy:before {
  content: "\f227";
}
.ti-spy-off:before {
  content: "\f42f";
}
.ti-sql:before {
  content: "\f7c0";
}
.ti-square:before {
  content: "\eb2c";
}
.ti-square-arrow-down:before {
  content: "\f4b7";
}
.ti-square-arrow-down-filled:before {
  content: "\fb31";
}
.ti-square-arrow-left:before {
  content: "\f4b8";
}
.ti-square-arrow-left-filled:before {
  content: "\fb32";
}
.ti-square-arrow-right:before {
  content: "\f4b9";
}
.ti-square-arrow-right-filled:before {
  content: "\fb33";
}
.ti-square-arrow-up:before {
  content: "\f4ba";
}
.ti-square-arrow-up-filled:before {
  content: "\fb34";
}
.ti-square-asterisk:before {
  content: "\f01a";
}
.ti-square-asterisk-filled:before {
  content: "\fb35";
}
.ti-square-check:before {
  content: "\eb28";
}
.ti-square-check-filled:before {
  content: "\f76d";
}
.ti-square-chevron-down:before {
  content: "\f627";
}
.ti-square-chevron-down-filled:before {
  content: "\fb36";
}
.ti-square-chevron-left:before {
  content: "\f628";
}
.ti-square-chevron-left-filled:before {
  content: "\fb37";
}
.ti-square-chevron-right:before {
  content: "\f629";
}
.ti-square-chevron-right-filled:before {
  content: "\fb38";
}
.ti-square-chevron-up:before {
  content: "\f62a";
}
.ti-square-chevron-up-filled:before {
  content: "\fb39";
}
.ti-square-chevrons-down:before {
  content: "\f64b";
}
.ti-square-chevrons-down-filled:before {
  content: "\fb3a";
}
.ti-square-chevrons-left:before {
  content: "\f64c";
}
.ti-square-chevrons-left-filled:before {
  content: "\fb3b";
}
.ti-square-chevrons-right:before {
  content: "\f64d";
}
.ti-square-chevrons-right-filled:before {
  content: "\fb3c";
}
.ti-square-chevrons-up:before {
  content: "\f64e";
}
.ti-square-chevrons-up-filled:before {
  content: "\fb3d";
}
.ti-square-dot:before {
  content: "\ed59";
}
.ti-square-dot-filled:before {
  content: "\fb3e";
}
.ti-square-f0:before {
  content: "\f526";
}
.ti-square-f0-filled:before {
  content: "\f76e";
}
.ti-square-f1:before {
  content: "\f527";
}
.ti-square-f1-filled:before {
  content: "\f76f";
}
.ti-square-f2:before {
  content: "\f528";
}
.ti-square-f2-filled:before {
  content: "\f770";
}
.ti-square-f3:before {
  content: "\f529";
}
.ti-square-f3-filled:before {
  content: "\f771";
}
.ti-square-f4:before {
  content: "\f52a";
}
.ti-square-f4-filled:before {
  content: "\f772";
}
.ti-square-f5:before {
  content: "\f52b";
}
.ti-square-f5-filled:before {
  content: "\f773";
}
.ti-square-f6:before {
  content: "\f52c";
}
.ti-square-f6-filled:before {
  content: "\f774";
}
.ti-square-f7:before {
  content: "\f52d";
}
.ti-square-f7-filled:before {
  content: "\f775";
}
.ti-square-f8:before {
  content: "\f52e";
}
.ti-square-f8-filled:before {
  content: "\f776";
}
.ti-square-f9:before {
  content: "\f52f";
}
.ti-square-f9-filled:before {
  content: "\f777";
}
.ti-square-filled:before {
  content: "\fc40";
}
.ti-square-forbid:before {
  content: "\ed5b";
}
.ti-square-forbid-2:before {
  content: "\ed5a";
}
.ti-square-half:before {
  content: "\effb";
}
.ti-square-key:before {
  content: "\f638";
}
.ti-square-letter-a:before {
  content: "\f47c";
}
.ti-square-letter-a-filled:before {
  content: "\fe07";
}
.ti-square-letter-b:before {
  content: "\f47d";
}
.ti-square-letter-b-filled:before {
  content: "\fe06";
}
.ti-square-letter-c:before {
  content: "\f47e";
}
.ti-square-letter-c-filled:before {
  content: "\fe05";
}
.ti-square-letter-d:before {
  content: "\f47f";
}
.ti-square-letter-d-filled:before {
  content: "\fe04";
}
.ti-square-letter-e:before {
  content: "\f480";
}
.ti-square-letter-e-filled:before {
  content: "\fe03";
}
.ti-square-letter-f:before {
  content: "\f481";
}
.ti-square-letter-f-filled:before {
  content: "\fe02";
}
.ti-square-letter-g:before {
  content: "\f482";
}
.ti-square-letter-g-filled:before {
  content: "\fe01";
}
.ti-square-letter-h:before {
  content: "\f483";
}
.ti-square-letter-h-filled:before {
  content: "\fe00";
}
.ti-square-letter-i:before {
  content: "\f484";
}
.ti-square-letter-i-filled:before {
  content: "\fdff";
}
.ti-square-letter-j:before {
  content: "\f485";
}
.ti-square-letter-j-filled:before {
  content: "\fdfe";
}
.ti-square-letter-k:before {
  content: "\f486";
}
.ti-square-letter-k-filled:before {
  content: "\fdfd";
}
.ti-square-letter-l:before {
  content: "\f487";
}
.ti-square-letter-l-filled:before {
  content: "\fdfc";
}
.ti-square-letter-m:before {
  content: "\f488";
}
.ti-square-letter-m-filled:before {
  content: "\fdfb";
}
.ti-square-letter-n:before {
  content: "\f489";
}
.ti-square-letter-n-filled:before {
  content: "\fdfa";
}
.ti-square-letter-o:before {
  content: "\f48a";
}
.ti-square-letter-o-filled:before {
  content: "\fdf9";
}
.ti-square-letter-p:before {
  content: "\f48b";
}
.ti-square-letter-p-filled:before {
  content: "\fdf8";
}
.ti-square-letter-q:before {
  content: "\f48c";
}
.ti-square-letter-q-filled:before {
  content: "\fdf7";
}
.ti-square-letter-r:before {
  content: "\f48d";
}
.ti-square-letter-r-filled:before {
  content: "\fdf6";
}
.ti-square-letter-s:before {
  content: "\f48e";
}
.ti-square-letter-s-filled:before {
  content: "\fdf5";
}
.ti-square-letter-t:before {
  content: "\f48f";
}
.ti-square-letter-t-filled:before {
  content: "\fdf4";
}
.ti-square-letter-u:before {
  content: "\f490";
}
.ti-square-letter-u-filled:before {
  content: "\fdf3";
}
.ti-square-letter-v:before {
  content: "\f4bb";
}
.ti-square-letter-v-filled:before {
  content: "\fdf2";
}
.ti-square-letter-w:before {
  content: "\f491";
}
.ti-square-letter-w-filled:before {
  content: "\fdf1";
}
.ti-square-letter-x:before {
  content: "\f4bc";
}
.ti-square-letter-x-filled:before {
  content: "\fdf0";
}
.ti-square-letter-y:before {
  content: "\f492";
}
.ti-square-letter-y-filled:before {
  content: "\fdef";
}
.ti-square-letter-z:before {
  content: "\f493";
}
.ti-square-letter-z-filled:before {
  content: "\fdee";
}
.ti-square-minus:before {
  content: "\eb29";
}
.ti-square-minus-filled:before {
  content: "\fb3f";
}
.ti-square-number-0:before {
  content: "\eee5";
}
.ti-square-number-0-filled:before {
  content: "\f764";
}
.ti-square-number-1:before {
  content: "\eee6";
}
.ti-square-number-1-filled:before {
  content: "\f765";
}
.ti-square-number-2:before {
  content: "\eee7";
}
.ti-square-number-2-filled:before {
  content: "\f7fa";
}
.ti-square-number-3:before {
  content: "\eee8";
}
.ti-square-number-3-filled:before {
  content: "\f766";
}
.ti-square-number-4:before {
  content: "\eee9";
}
.ti-square-number-4-filled:before {
  content: "\f767";
}
.ti-square-number-5:before {
  content: "\eeea";
}
.ti-square-number-5-filled:before {
  content: "\f768";
}
.ti-square-number-6:before {
  content: "\eeeb";
}
.ti-square-number-6-filled:before {
  content: "\f769";
}
.ti-square-number-7:before {
  content: "\eeec";
}
.ti-square-number-7-filled:before {
  content: "\f76a";
}
.ti-square-number-8:before {
  content: "\eeed";
}
.ti-square-number-8-filled:before {
  content: "\f76b";
}
.ti-square-number-9:before {
  content: "\eeee";
}
.ti-square-number-9-filled:before {
  content: "\f76c";
}
.ti-square-off:before {
  content: "\eeef";
}
.ti-square-percentage:before {
  content: "\fd83";
}
.ti-square-plus:before {
  content: "\eb2a";
}
.ti-square-plus-2:before {
  content: "\fc96";
}
.ti-square-root:before {
  content: "\eef1";
}
.ti-square-root-2:before {
  content: "\eef0";
}
.ti-square-rotated:before {
  content: "\ecdf";
}
.ti-square-rotated-filled:before {
  content: "\f6a4";
}
.ti-square-rotated-forbid:before {
  content: "\f01c";
}
.ti-square-rotated-forbid-2:before {
  content: "\f01b";
}
.ti-square-rotated-off:before {
  content: "\eef2";
}
.ti-square-rounded:before {
  content: "\f59a";
}
.ti-square-rounded-arrow-down:before {
  content: "\f639";
}
.ti-square-rounded-arrow-down-filled:before {
  content: "\f6db";
}
.ti-square-rounded-arrow-left:before {
  content: "\f63a";
}
.ti-square-rounded-arrow-left-filled:before {
  content: "\f6dc";
}
.ti-square-rounded-arrow-right:before {
  content: "\f63b";
}
.ti-square-rounded-arrow-right-filled:before {
  content: "\f6dd";
}
.ti-square-rounded-arrow-up:before {
  content: "\f63c";
}
.ti-square-rounded-arrow-up-filled:before {
  content: "\f6de";
}
.ti-square-rounded-check:before {
  content: "\f63d";
}
.ti-square-rounded-check-filled:before {
  content: "\f6df";
}
.ti-square-rounded-chevron-down:before {
  content: "\f62b";
}
.ti-square-rounded-chevron-down-filled:before {
  content: "\f6e0";
}
.ti-square-rounded-chevron-left:before {
  content: "\f62c";
}
.ti-square-rounded-chevron-left-filled:before {
  content: "\f6e1";
}
.ti-square-rounded-chevron-right:before {
  content: "\f62d";
}
.ti-square-rounded-chevron-right-filled:before {
  content: "\f6e2";
}
.ti-square-rounded-chevron-up:before {
  content: "\f62e";
}
.ti-square-rounded-chevron-up-filled:before {
  content: "\f6e3";
}
.ti-square-rounded-chevrons-down:before {
  content: "\f64f";
}
.ti-square-rounded-chevrons-down-filled:before {
  content: "\f6e4";
}
.ti-square-rounded-chevrons-left:before {
  content: "\f650";
}
.ti-square-rounded-chevrons-left-filled:before {
  content: "\f6e5";
}
.ti-square-rounded-chevrons-right:before {
  content: "\f651";
}
.ti-square-rounded-chevrons-right-filled:before {
  content: "\f6e6";
}
.ti-square-rounded-chevrons-up:before {
  content: "\f652";
}
.ti-square-rounded-chevrons-up-filled:before {
  content: "\f6e7";
}
.ti-square-rounded-filled:before {
  content: "\f6a5";
}
.ti-square-rounded-letter-a:before {
  content: "\f5ae";
}
.ti-square-rounded-letter-a-filled:before {
  content: "\fded";
}
.ti-square-rounded-letter-b:before {
  content: "\f5af";
}
.ti-square-rounded-letter-b-filled:before {
  content: "\fdec";
}
.ti-square-rounded-letter-c:before {
  content: "\f5b0";
}
.ti-square-rounded-letter-c-filled:before {
  content: "\fdeb";
}
.ti-square-rounded-letter-d:before {
  content: "\f5b1";
}
.ti-square-rounded-letter-d-filled:before {
  content: "\fdea";
}
.ti-square-rounded-letter-e:before {
  content: "\f5b2";
}
.ti-square-rounded-letter-e-filled:before {
  content: "\fde9";
}
.ti-square-rounded-letter-f:before {
  content: "\f5b3";
}
.ti-square-rounded-letter-f-filled:before {
  content: "\fde8";
}
.ti-square-rounded-letter-g:before {
  content: "\f5b4";
}
.ti-square-rounded-letter-g-filled:before {
  content: "\fde7";
}
.ti-square-rounded-letter-h:before {
  content: "\f5b5";
}
.ti-square-rounded-letter-h-filled:before {
  content: "\fde6";
}
.ti-square-rounded-letter-i:before {
  content: "\f5b6";
}
.ti-square-rounded-letter-i-filled:before {
  content: "\fde5";
}
.ti-square-rounded-letter-j:before {
  content: "\f5b7";
}
.ti-square-rounded-letter-j-filled:before {
  content: "\fde4";
}
.ti-square-rounded-letter-k:before {
  content: "\f5b8";
}
.ti-square-rounded-letter-k-filled:before {
  content: "\fde3";
}
.ti-square-rounded-letter-l:before {
  content: "\f5b9";
}
.ti-square-rounded-letter-l-filled:before {
  content: "\fde2";
}
.ti-square-rounded-letter-m:before {
  content: "\f5ba";
}
.ti-square-rounded-letter-m-filled:before {
  content: "\fde1";
}
.ti-square-rounded-letter-n:before {
  content: "\f5bb";
}
.ti-square-rounded-letter-n-filled:before {
  content: "\fde0";
}
.ti-square-rounded-letter-o:before {
  content: "\f5bc";
}
.ti-square-rounded-letter-o-filled:before {
  content: "\fddf";
}
.ti-square-rounded-letter-p:before {
  content: "\f5bd";
}
.ti-square-rounded-letter-p-filled:before {
  content: "\fdde";
}
.ti-square-rounded-letter-q:before {
  content: "\f5be";
}
.ti-square-rounded-letter-q-filled:before {
  content: "\fddd";
}
.ti-square-rounded-letter-r:before {
  content: "\f5bf";
}
.ti-square-rounded-letter-r-filled:before {
  content: "\fddc";
}
.ti-square-rounded-letter-s:before {
  content: "\f5c0";
}
.ti-square-rounded-letter-s-filled:before {
  content: "\fddb";
}
.ti-square-rounded-letter-t:before {
  content: "\f5c1";
}
.ti-square-rounded-letter-t-filled:before {
  content: "\fdda";
}
.ti-square-rounded-letter-u:before {
  content: "\f5c2";
}
.ti-square-rounded-letter-u-filled:before {
  content: "\fdd9";
}
.ti-square-rounded-letter-v:before {
  content: "\f5c3";
}
.ti-square-rounded-letter-v-filled:before {
  content: "\fdd8";
}
.ti-square-rounded-letter-w:before {
  content: "\f5c4";
}
.ti-square-rounded-letter-w-filled:before {
  content: "\fdd7";
}
.ti-square-rounded-letter-x:before {
  content: "\f5c5";
}
.ti-square-rounded-letter-x-filled:before {
  content: "\fdd6";
}
.ti-square-rounded-letter-y:before {
  content: "\f5c6";
}
.ti-square-rounded-letter-y-filled:before {
  content: "\fdd5";
}
.ti-square-rounded-letter-z:before {
  content: "\f5c7";
}
.ti-square-rounded-letter-z-filled:before {
  content: "\fdd4";
}
.ti-square-rounded-minus:before {
  content: "\f63e";
}
.ti-square-rounded-minus-2:before {
  content: "\fc97";
}
.ti-square-rounded-minus-filled:before {
  content: "\fb40";
}
.ti-square-rounded-number-0:before {
  content: "\f5c8";
}
.ti-square-rounded-number-0-filled:before {
  content: "\f778";
}
.ti-square-rounded-number-1:before {
  content: "\f5c9";
}
.ti-square-rounded-number-1-filled:before {
  content: "\f779";
}
.ti-square-rounded-number-2:before {
  content: "\f5ca";
}
.ti-square-rounded-number-2-filled:before {
  content: "\f77a";
}
.ti-square-rounded-number-3:before {
  content: "\f5cb";
}
.ti-square-rounded-number-3-filled:before {
  content: "\f77b";
}
.ti-square-rounded-number-4:before {
  content: "\f5cc";
}
.ti-square-rounded-number-4-filled:before {
  content: "\f77c";
}
.ti-square-rounded-number-5:before {
  content: "\f5cd";
}
.ti-square-rounded-number-5-filled:before {
  content: "\f77d";
}
.ti-square-rounded-number-6:before {
  content: "\f5ce";
}
.ti-square-rounded-number-6-filled:before {
  content: "\f77e";
}
.ti-square-rounded-number-7:before {
  content: "\f5cf";
}
.ti-square-rounded-number-7-filled:before {
  content: "\f77f";
}
.ti-square-rounded-number-8:before {
  content: "\f5d0";
}
.ti-square-rounded-number-8-filled:before {
  content: "\f780";
}
.ti-square-rounded-number-9:before {
  content: "\f5d1";
}
.ti-square-rounded-number-9-filled:before {
  content: "\f781";
}
.ti-square-rounded-percentage:before {
  content: "\fd84";
}
.ti-square-rounded-plus:before {
  content: "\f63f";
}
.ti-square-rounded-plus-2:before {
  content: "\fc98";
}
.ti-square-rounded-plus-filled:before {
  content: "\f6e8";
}
.ti-square-rounded-x:before {
  content: "\f640";
}
.ti-square-rounded-x-filled:before {
  content: "\f6e9";
}
.ti-square-toggle:before {
  content: "\eef4";
}
.ti-square-toggle-horizontal:before {
  content: "\eef3";
}
.ti-square-x:before {
  content: "\eb2b";
}
.ti-square-x-filled:before {
  content: "\fb41";
}
.ti-squares:before {
  content: "\eef6";
}
.ti-squares-diagonal:before {
  content: "\eef5";
}
.ti-squares-filled:before {
  content: "\fe9f";
}
.ti-squares-selected:before {
  content: "\fea3";
}
.ti-stack:before {
  content: "\eb2d";
}
.ti-stack-2:before {
  content: "\eef7";
}
.ti-stack-2-filled:before {
  content: "\fdd3";
}
.ti-stack-3:before {
  content: "\ef9d";
}
.ti-stack-3-filled:before {
  content: "\fdd2";
}
.ti-stack-back:before {
  content: "\fd26";
}
.ti-stack-backward:before {
  content: "\fd27";
}
.ti-stack-filled:before {
  content: "\fdd1";
}
.ti-stack-forward:before {
  content: "\fd28";
}
.ti-stack-front:before {
  content: "\fd29";
}
.ti-stack-middle:before {
  content: "\fd2a";
}
.ti-stack-pop:before {
  content: "\f234";
}
.ti-stack-push:before {
  content: "\f235";
}
.ti-stairs:before {
  content: "\eca6";
}
.ti-stairs-down:before {
  content: "\eca4";
}
.ti-stairs-up:before {
  content: "\eca5";
}
.ti-star:before {
  content: "\eb2e";
}
.ti-star-filled:before {
  content: "\f6a6";
}
.ti-star-half:before {
  content: "\ed19";
}
.ti-star-half-filled:before {
  content: "\f6a7";
}
.ti-star-off:before {
  content: "\ed62";
}
.ti-stars:before {
  content: "\ed38";
}
.ti-stars-filled:before {
  content: "\f6a8";
}
.ti-stars-off:before {
  content: "\f430";
}
.ti-status-change:before {
  content: "\f3b0";
}
.ti-steam:before {
  content: "\f24b";
}
.ti-steering-wheel:before {
  content: "\ec7b";
}
.ti-steering-wheel-filled:before {
  content: "\ff03";
}
.ti-steering-wheel-off:before {
  content: "\f431";
}
.ti-step-into:before {
  content: "\ece0";
}
.ti-step-out:before {
  content: "\ece1";
}
.ti-stereo-glasses:before {
  content: "\f4cb";
}
.ti-stethoscope:before {
  content: "\edbe";
}
.ti-stethoscope-off:before {
  content: "\f432";
}
.ti-sticker:before {
  content: "\eb2f";
}
.ti-sticker-2:before {
  content: "\fd3d";
}
.ti-stopwatch:before {
  content: "\ff9b";
}
.ti-storm:before {
  content: "\f24c";
}
.ti-storm-off:before {
  content: "\f433";
}
.ti-stretching:before {
  content: "\f2db";
}
.ti-stretching-2:before {
  content: "\fa6d";
}
.ti-strikethrough:before {
  content: "\eb9e";
}
.ti-submarine:before {
  content: "\ed94";
}
.ti-subscript:before {
  content: "\eb9f";
}
.ti-subtask:before {
  content: "\ec9f";
}
.ti-sum:before {
  content: "\eb73";
}
.ti-sum-off:before {
  content: "\f1ab";
}
.ti-sun:before {
  content: "\eb30";
}
.ti-sun-electricity:before {
  content: "\fcc2";
}
.ti-sun-filled:before {
  content: "\f6a9";
}
.ti-sun-high:before {
  content: "\f236";
}
.ti-sun-low:before {
  content: "\f237";
}
.ti-sun-moon:before {
  content: "\f4a3";
}
.ti-sun-off:before {
  content: "\ed63";
}
.ti-sun-wind:before {
  content: "\f238";
}
.ti-sunglasses:before {
  content: "\f239";
}
.ti-sunglasses-filled:before {
  content: "\fec8";
}
.ti-sunrise:before {
  content: "\ef1c";
}
.ti-sunset:before {
  content: "\ec31";
}
.ti-sunset-2:before {
  content: "\f23a";
}
.ti-superscript:before {
  content: "\eba0";
}
.ti-svg:before {
  content: "\f25a";
}
.ti-swimming:before {
  content: "\ec92";
}
.ti-swipe:before {
  content: "\f551";
}
.ti-swipe-down:before {
  content: "\fd5e";
}
.ti-swipe-down-filled:before {
  content: "\ff57";
}
.ti-swipe-left:before {
  content: "\fd5f";
}
.ti-swipe-left-filled:before {
  content: "\ff56";
}
.ti-swipe-right:before {
  content: "\fd60";
}
.ti-swipe-right-filled:before {
  content: "\ff55";
}
.ti-swipe-up:before {
  content: "\fd61";
}
.ti-swipe-up-filled:before {
  content: "\ff54";
}
.ti-switch:before {
  content: "\eb33";
}
.ti-switch-2:before {
  content: "\edbf";
}
.ti-switch-3:before {
  content: "\edc0";
}
.ti-switch-horizontal:before {
  content: "\eb31";
}
.ti-switch-vertical:before {
  content: "\eb32";
}
.ti-sword:before {
  content: "\f030";
}
.ti-sword-off:before {
  content: "\f434";
}
.ti-swords:before {
  content: "\f132";
}
.ti-table:before {
  content: "\eba1";
}
.ti-table-alias:before {
  content: "\f25b";
}
.ti-table-column:before {
  content: "\faff";
}
.ti-table-down:before {
  content: "\fa1c";
}
.ti-table-export:before {
  content: "\eef8";
}
.ti-table-filled:before {
  content: "\f782";
}
.ti-table-heart:before {
  content: "\fa1d";
}
.ti-table-import:before {
  content: "\eef9";
}
.ti-table-minus:before {
  content: "\fa1e";
}
.ti-table-off:before {
  content: "\eefa";
}
.ti-table-options:before {
  content: "\f25c";
}
.ti-table-plus:before {
  content: "\fa1f";
}
.ti-table-row:before {
  content: "\fb00";
}
.ti-table-share:before {
  content: "\fa20";
}
.ti-table-shortcut:before {
  content: "\f25d";
}
.ti-table-spark:before {
  content: "\ffad";
}
.ti-tag:before {
  content: "\eb34";
}
.ti-tag-filled:before {
  content: "\ff02";
}
.ti-tag-off:before {
  content: "\efc0";
}
.ti-tag-starred:before {
  content: "\fc99";
}
.ti-tags:before {
  content: "\ef86";
}
.ti-tags-filled:before {
  content: "\ff01";
}
.ti-tags-off:before {
  content: "\efc1";
}
.ti-tallymark-1:before {
  content: "\ec46";
}
.ti-tallymark-2:before {
  content: "\ec47";
}
.ti-tallymark-3:before {
  content: "\ec48";
}
.ti-tallymark-4:before {
  content: "\ec49";
}
.ti-tallymarks:before {
  content: "\ec4a";
}
.ti-tank:before {
  content: "\ed95";
}
.ti-target:before {
  content: "\eb35";
}
.ti-target-arrow:before {
  content: "\f51a";
}
.ti-target-off:before {
  content: "\f1ad";
}
.ti-tax:before {
  content: "\feee";
}
.ti-tax-euro:before {
  content: "\fef0";
}
.ti-tax-pound:before {
  content: "\feef";
}
.ti-teapot:before {
  content: "\f552";
}
.ti-telescope:before {
  content: "\f07d";
}
.ti-telescope-off:before {
  content: "\f1ae";
}
.ti-temperature:before {
  content: "\eb38";
}
.ti-temperature-celsius:before {
  content: "\eb36";
}
.ti-temperature-fahrenheit:before {
  content: "\eb37";
}
.ti-temperature-minus:before {
  content: "\ebed";
}
.ti-temperature-off:before {
  content: "\f1af";
}
.ti-temperature-plus:before {
  content: "\ebee";
}
.ti-temperature-snow:before {
  content: "\fda3";
}
.ti-temperature-sun:before {
  content: "\fda4";
}
.ti-template:before {
  content: "\eb39";
}
.ti-template-off:before {
  content: "\f1b0";
}
.ti-tent:before {
  content: "\eefb";
}
.ti-tent-off:before {
  content: "\f435";
}
.ti-terminal:before {
  content: "\ebdc";
}
.ti-terminal-2:before {
  content: "\ebef";
}
.ti-test-pipe:before {
  content: "\eb3a";
}
.ti-test-pipe-2:before {
  content: "\f0a4";
}
.ti-test-pipe-2-filled:before {
  content: "\ff53";
}
.ti-test-pipe-off:before {
  content: "\f1b1";
}
.ti-tex:before {
  content: "\f4e0";
}
.ti-text-caption:before {
  content: "\f4a4";
}
.ti-text-color:before {
  content: "\f2dc";
}
.ti-text-decrease:before {
  content: "\f202";
}
.ti-text-direction-ltr:before {
  content: "\eefc";
}
.ti-text-direction-rtl:before {
  content: "\eefd";
}
.ti-text-grammar:before {
  content: "\fd6d";
}
.ti-text-increase:before {
  content: "\f203";
}
.ti-text-orientation:before {
  content: "\f2a4";
}
.ti-text-plus:before {
  content: "\f2a5";
}
.ti-text-recognition:before {
  content: "\f204";
}
.ti-text-resize:before {
  content: "\ef87";
}
.ti-text-scan-2:before {
  content: "\fcc3";
}
.ti-text-size:before {
  content: "\f2b1";
}
.ti-text-spellcheck:before {
  content: "\f2a6";
}
.ti-text-wrap:before {
  content: "\ebdd";
}
.ti-text-wrap-column:before {
  content: "\feb2";
}
.ti-text-wrap-disabled:before {
  content: "\eca7";
}
.ti-texture:before {
  content: "\f51b";
}
.ti-theater:before {
  content: "\f79b";
}
.ti-thermometer:before {
  content: "\ef67";
}
.ti-thumb-down:before {
  content: "\eb3b";
}
.ti-thumb-down-filled:before {
  content: "\f6aa";
}
.ti-thumb-down-off:before {
  content: "\f436";
}
.ti-thumb-up:before {
  content: "\eb3c";
}
.ti-thumb-up-filled:before {
  content: "\f6ab";
}
.ti-thumb-up-off:before {
  content: "\f437";
}
.ti-tic-tac:before {
  content: "\f51c";
}
.ti-ticket:before {
  content: "\eb3d";
}
.ti-ticket-off:before {
  content: "\f1b2";
}
.ti-tie:before {
  content: "\f07e";
}
.ti-tilde:before {
  content: "\f4a5";
}
.ti-tilt-shift:before {
  content: "\eefe";
}
.ti-tilt-shift-filled:before {
  content: "\fec7";
}
.ti-tilt-shift-off:before {
  content: "\f1b3";
}
.ti-time-duration-0:before {
  content: "\fad4";
}
.ti-time-duration-10:before {
  content: "\fad5";
}
.ti-time-duration-15:before {
  content: "\fad6";
}
.ti-time-duration-30:before {
  content: "\fad7";
}
.ti-time-duration-45:before {
  content: "\fad8";
}
.ti-time-duration-5:before {
  content: "\fad9";
}
.ti-time-duration-60:before {
  content: "\fada";
}
.ti-time-duration-90:before {
  content: "\fadb";
}
.ti-time-duration-off:before {
  content: "\fadc";
}
.ti-timeline:before {
  content: "\f031";
}
.ti-timeline-event:before {
  content: "\f553";
}
.ti-timeline-event-exclamation:before {
  content: "\f662";
}
.ti-timeline-event-filled:before {
  content: "\fd18";
}
.ti-timeline-event-minus:before {
  content: "\f663";
}
.ti-timeline-event-plus:before {
  content: "\f664";
}
.ti-timeline-event-text:before {
  content: "\f665";
}
.ti-timeline-event-x:before {
  content: "\f666";
}
.ti-timezone:before {
  content: "\feed";
}
.ti-tip-jar:before {
  content: "\feea";
}
.ti-tip-jar-euro:before {
  content: "\feec";
}
.ti-tip-jar-pound:before {
  content: "\feeb";
}
.ti-tir:before {
  content: "\ebf0";
}
.ti-toggle-left:before {
  content: "\eb3e";
}
.ti-toggle-left-filled:before {
  content: "\fec0";
}
.ti-toggle-right:before {
  content: "\eb3f";
}
.ti-toggle-right-filled:before {
  content: "\febf";
}
.ti-toilet-paper:before {
  content: "\efd3";
}
.ti-toilet-paper-off:before {
  content: "\f1b4";
}
.ti-toml:before {
  content: "\fa5d";
}
.ti-tool:before {
  content: "\eb40";
}
.ti-tools:before {
  content: "\ebca";
}
.ti-tools-kitchen:before {
  content: "\ed64";
}
.ti-tools-kitchen-2:before {
  content: "\eeff";
}
.ti-tools-kitchen-2-off:before {
  content: "\f1b5";
}
.ti-tools-kitchen-3:before {
  content: "\fd2b";
}
.ti-tools-kitchen-off:before {
  content: "\f1b6";
}
.ti-tools-off:before {
  content: "\f1b7";
}
.ti-tooltip:before {
  content: "\f2dd";
}
.ti-topology-bus:before {
  content: "\f5d9";
}
.ti-topology-complex:before {
  content: "\f5da";
}
.ti-topology-full:before {
  content: "\f5dc";
}
.ti-topology-full-hierarchy:before {
  content: "\f5db";
}
.ti-topology-ring:before {
  content: "\f5df";
}
.ti-topology-ring-2:before {
  content: "\f5dd";
}
.ti-topology-ring-3:before {
  content: "\f5de";
}
.ti-topology-star:before {
  content: "\f5e5";
}
.ti-topology-star-2:before {
  content: "\f5e0";
}
.ti-topology-star-3:before {
  content: "\f5e1";
}
.ti-topology-star-ring:before {
  content: "\f5e4";
}
.ti-topology-star-ring-2:before {
  content: "\f5e2";
}
.ti-topology-star-ring-3:before {
  content: "\f5e3";
}
.ti-torii:before {
  content: "\f59b";
}
.ti-tornado:before {
  content: "\ece2";
}
.ti-tournament:before {
  content: "\ecd0";
}
.ti-tower:before {
  content: "\f2cb";
}
.ti-tower-off:before {
  content: "\f2ca";
}
.ti-track:before {
  content: "\ef00";
}
.ti-tractor:before {
  content: "\ec0d";
}
.ti-trademark:before {
  content: "\ec0e";
}
.ti-traffic-cone:before {
  content: "\ec0f";
}
.ti-traffic-cone-off:before {
  content: "\f1b8";
}
.ti-traffic-lights:before {
  content: "\ed39";
}
.ti-traffic-lights-off:before {
  content: "\f1b9";
}
.ti-train:before {
  content: "\ed96";
}
.ti-transaction-bitcoin:before {
  content: "\fd6e";
}
.ti-transaction-dollar:before {
  content: "\fd6f";
}
.ti-transaction-euro:before {
  content: "\fd70";
}
.ti-transaction-pound:before {
  content: "\fd71";
}
.ti-transaction-rupee:before {
  content: "\fd85";
}
.ti-transaction-yen:before {
  content: "\fd72";
}
.ti-transaction-yuan:before {
  content: "\fd73";
}
.ti-transfer:before {
  content: "\fc1f";
}
.ti-transfer-in:before {
  content: "\ef2f";
}
.ti-transfer-out:before {
  content: "\ef30";
}
.ti-transfer-vertical:before {
  content: "\fc1e";
}
.ti-transform:before {
  content: "\f38e";
}
.ti-transform-filled:before {
  content: "\f6ac";
}
.ti-transform-point:before {
  content: "\fda9";
}
.ti-transform-point-bottom-left:before {
  content: "\fda5";
}
.ti-transform-point-bottom-right:before {
  content: "\fda6";
}
.ti-transform-point-top-left:before {
  content: "\fda7";
}
.ti-transform-point-top-right:before {
  content: "\fda8";
}
.ti-transition-bottom:before {
  content: "\f2b2";
}
.ti-transition-bottom-filled:before {
  content: "\fdd0";
}
.ti-transition-left:before {
  content: "\f2b3";
}
.ti-transition-left-filled:before {
  content: "\fdcf";
}
.ti-transition-right:before {
  content: "\f2b4";
}
.ti-transition-right-filled:before {
  content: "\fdce";
}
.ti-transition-top:before {
  content: "\f2b5";
}
.ti-transition-top-filled:before {
  content: "\fdcd";
}
.ti-trash:before {
  content: "\eb41";
}
.ti-trash-filled:before {
  content: "\f783";
}
.ti-trash-off:before {
  content: "\ed65";
}
.ti-trash-x:before {
  content: "\ef88";
}
.ti-trash-x-filled:before {
  content: "\f784";
}
.ti-treadmill:before {
  content: "\fa6e";
}
.ti-tree:before {
  content: "\ef01";
}
.ti-trees:before {
  content: "\ec10";
}
.ti-trekking:before {
  content: "\f5ad";
}
.ti-trending-down:before {
  content: "\eb42";
}
.ti-trending-down-2:before {
  content: "\edc1";
}
.ti-trending-down-3:before {
  content: "\edc2";
}
.ti-trending-up:before {
  content: "\eb43";
}
.ti-trending-up-2:before {
  content: "\edc3";
}
.ti-trending-up-3:before {
  content: "\edc4";
}
.ti-triangle:before {
  content: "\eb44";
}
.ti-triangle-filled:before {
  content: "\f6ad";
}
.ti-triangle-inverted:before {
  content: "\f01d";
}
.ti-triangle-inverted-filled:before {
  content: "\f6ae";
}
.ti-triangle-minus:before {
  content: "\fc9b";
}
.ti-triangle-minus-2:before {
  content: "\fc9a";
}
.ti-triangle-off:before {
  content: "\ef02";
}
.ti-triangle-plus:before {
  content: "\fc9d";
}
.ti-triangle-plus-2:before {
  content: "\fc9c";
}
.ti-triangle-square-circle:before {
  content: "\ece8";
}
.ti-triangle-square-circle-filled:before {
  content: "\fb42";
}
.ti-triangles:before {
  content: "\f0a5";
}
.ti-trident:before {
  content: "\ecc5";
}
.ti-trolley:before {
  content: "\f4cc";
}
.ti-trophy:before {
  content: "\eb45";
}
.ti-trophy-filled:before {
  content: "\f6af";
}
.ti-trophy-off:before {
  content: "\f438";
}
.ti-trowel:before {
  content: "\f368";
}
.ti-truck:before {
  content: "\ebc4";
}
.ti-truck-delivery:before {
  content: "\ec4b";
}
.ti-truck-loading:before {
  content: "\f1da";
}
.ti-truck-off:before {
  content: "\ef03";
}
.ti-truck-return:before {
  content: "\ec4c";
}
.ti-txt:before {
  content: "\f3b1";
}
.ti-typeface:before {
  content: "\fdab";
}
.ti-typography:before {
  content: "\ebc5";
}
.ti-typography-off:before {
  content: "\f1ba";
}
.ti-u-turn-left:before {
  content: "\fea2";
}
.ti-u-turn-right:before {
  content: "\fea1";
}
.ti-ufo:before {
  content: "\f26f";
}
.ti-ufo-off:before {
  content: "\f26e";
}
.ti-umbrella:before {
  content: "\ebf1";
}
.ti-umbrella-2:before {
  content: "\ff0e";
}
.ti-umbrella-closed:before {
  content: "\ff0c";
}
.ti-umbrella-closed-2:before {
  content: "\ff0d";
}
.ti-umbrella-filled:before {
  content: "\f6b0";
}
.ti-umbrella-off:before {
  content: "\f1bb";
}
.ti-underline:before {
  content: "\eba2";
}
.ti-universe:before {
  content: "\fcc4";
}
.ti-unlink:before {
  content: "\eb46";
}
.ti-upload:before {
  content: "\eb47";
}
.ti-urgent:before {
  content: "\eb48";
}
.ti-usb:before {
  content: "\f00c";
}
.ti-user:before {
  content: "\eb4d";
}
.ti-user-bitcoin:before {
  content: "\ff30";
}
.ti-user-bolt:before {
  content: "\f9d1";
}
.ti-user-cancel:before {
  content: "\f9d2";
}
.ti-user-check:before {
  content: "\eb49";
}
.ti-user-circle:before {
  content: "\ef68";
}
.ti-user-code:before {
  content: "\f9d3";
}
.ti-user-cog:before {
  content: "\f9d4";
}
.ti-user-dollar:before {
  content: "\f9d5";
}
.ti-user-down:before {
  content: "\f9d6";
}
.ti-user-edit:before {
  content: "\f7cc";
}
.ti-user-exclamation:before {
  content: "\ec12";
}
.ti-user-filled:before {
  content: "\fd19";
}
.ti-user-heart:before {
  content: "\f7cd";
}
.ti-user-hexagon:before {
  content: "\fc4e";
}
.ti-user-minus:before {
  content: "\eb4a";
}
.ti-user-off:before {
  content: "\ecf9";
}
.ti-user-pause:before {
  content: "\f9d7";
}
.ti-user-pentagon:before {
  content: "\fc4f";
}
.ti-user-pin:before {
  content: "\f7ce";
}
.ti-user-plus:before {
  content: "\eb4b";
}
.ti-user-question:before {
  content: "\f7cf";
}
.ti-user-scan:before {
  content: "\fcaf";
}
.ti-user-screen:before {
  content: "\fea0";
}
.ti-user-search:before {
  content: "\ef89";
}
.ti-user-share:before {
  content: "\f9d8";
}
.ti-user-shield:before {
  content: "\f7d0";
}
.ti-user-square:before {
  content: "\fc51";
}
.ti-user-square-rounded:before {
  content: "\fc50";
}
.ti-user-star:before {
  content: "\f7d1";
}
.ti-user-up:before {
  content: "\f7d2";
}
.ti-user-x:before {
  content: "\eb4c";
}
.ti-users:before {
  content: "\ebf2";
}
.ti-users-group:before {
  content: "\fa21";
}
.ti-users-minus:before {
  content: "\fa0e";
}
.ti-users-plus:before {
  content: "\fa0f";
}
.ti-uv-index:before {
  content: "\f3b2";
}
.ti-ux-circle:before {
  content: "\f369";
}
.ti-vaccine:before {
  content: "\ef04";
}
.ti-vaccine-bottle:before {
  content: "\ef69";
}
.ti-vaccine-bottle-off:before {
  content: "\f439";
}
.ti-vaccine-off:before {
  content: "\f1bc";
}
.ti-vacuum-cleaner:before {
  content: "\f5e6";
}
.ti-variable:before {
  content: "\ef05";
}
.ti-variable-minus:before {
  content: "\f36a";
}
.ti-variable-off:before {
  content: "\f1bd";
}
.ti-variable-plus:before {
  content: "\f36b";
}
.ti-vector:before {
  content: "\eca9";
}
.ti-vector-bezier:before {
  content: "\ef1d";
}
.ti-vector-bezier-2:before {
  content: "\f1a3";
}
.ti-vector-bezier-arc:before {
  content: "\f4cd";
}
.ti-vector-bezier-circle:before {
  content: "\f4ce";
}
.ti-vector-off:before {
  content: "\f1be";
}
.ti-vector-spline:before {
  content: "\f565";
}
.ti-vector-triangle:before {
  content: "\eca8";
}
.ti-vector-triangle-off:before {
  content: "\f1bf";
}
.ti-venus:before {
  content: "\ec86";
}
.ti-versions:before {
  content: "\ed52";
}
.ti-versions-filled:before {
  content: "\f6b1";
}
.ti-versions-off:before {
  content: "\f1c0";
}
.ti-video:before {
  content: "\ed22";
}
.ti-video-minus:before {
  content: "\ed1f";
}
.ti-video-off:before {
  content: "\ed20";
}
.ti-video-plus:before {
  content: "\ed21";
}
.ti-view-360:before {
  content: "\ed84";
}
.ti-view-360-arrow:before {
  content: "\f62f";
}
.ti-view-360-number:before {
  content: "\f566";
}
.ti-view-360-off:before {
  content: "\f1c1";
}
.ti-viewfinder:before {
  content: "\eb4e";
}
.ti-viewfinder-off:before {
  content: "\f1c2";
}
.ti-viewport-narrow:before {
  content: "\ebf3";
}
.ti-viewport-short:before {
  content: "\fee9";
}
.ti-viewport-tall:before {
  content: "\fee8";
}
.ti-viewport-wide:before {
  content: "\ebf4";
}
.ti-vinyl:before {
  content: "\f00d";
}
.ti-vip:before {
  content: "\f3b3";
}
.ti-vip-off:before {
  content: "\f43a";
}
.ti-virus:before {
  content: "\eb74";
}
.ti-virus-off:before {
  content: "\ed66";
}
.ti-virus-search:before {
  content: "\ed67";
}
.ti-vocabulary:before {
  content: "\ef1e";
}
.ti-vocabulary-off:before {
  content: "\f43b";
}
.ti-volcano:before {
  content: "\f79c";
}
.ti-volume:before {
  content: "\eb51";
}
.ti-volume-2:before {
  content: "\eb4f";
}
.ti-volume-3:before {
  content: "\eb50";
}
.ti-volume-off:before {
  content: "\f1c3";
}
.ti-vs:before {
  content: "\fc52";
}
.ti-walk:before {
  content: "\ec87";
}
.ti-wall:before {
  content: "\ef7a";
}
.ti-wall-off:before {
  content: "\f43c";
}
.ti-wallet:before {
  content: "\eb75";
}
.ti-wallet-off:before {
  content: "\f1c4";
}
.ti-wallpaper:before {
  content: "\ef56";
}
.ti-wallpaper-off:before {
  content: "\f1c5";
}
.ti-wand:before {
  content: "\ebcb";
}
.ti-wand-off:before {
  content: "\f1c6";
}
.ti-wash:before {
  content: "\f311";
}
.ti-wash-dry:before {
  content: "\f304";
}
.ti-wash-dry-1:before {
  content: "\f2fa";
}
.ti-wash-dry-2:before {
  content: "\f2fb";
}
.ti-wash-dry-3:before {
  content: "\f2fc";
}
.ti-wash-dry-a:before {
  content: "\f2fd";
}
.ti-wash-dry-dip:before {
  content: "\f2fe";
}
.ti-wash-dry-f:before {
  content: "\f2ff";
}
.ti-wash-dry-flat:before {
  content: "\fa7f";
}
.ti-wash-dry-hang:before {
  content: "\f300";
}
.ti-wash-dry-off:before {
  content: "\f301";
}
.ti-wash-dry-p:before {
  content: "\f302";
}
.ti-wash-dry-shade:before {
  content: "\f303";
}
.ti-wash-dry-w:before {
  content: "\f322";
}
.ti-wash-dryclean:before {
  content: "\f305";
}
.ti-wash-dryclean-off:before {
  content: "\f323";
}
.ti-wash-eco:before {
  content: "\fa80";
}
.ti-wash-gentle:before {
  content: "\f306";
}
.ti-wash-hand:before {
  content: "\fa81";
}
.ti-wash-machine:before {
  content: "\f25e";
}
.ti-wash-off:before {
  content: "\f307";
}
.ti-wash-press:before {
  content: "\f308";
}
.ti-wash-temperature-1:before {
  content: "\f309";
}
.ti-wash-temperature-2:before {
  content: "\f30a";
}
.ti-wash-temperature-3:before {
  content: "\f30b";
}
.ti-wash-temperature-4:before {
  content: "\f30c";
}
.ti-wash-temperature-5:before {
  content: "\f30d";
}
.ti-wash-temperature-6:before {
  content: "\f30e";
}
.ti-wash-tumble-dry:before {
  content: "\f30f";
}
.ti-wash-tumble-off:before {
  content: "\f310";
}
.ti-waterpolo:before {
  content: "\fa6f";
}
.ti-wave-saw-tool:before {
  content: "\ecd3";
}
.ti-wave-sine:before {
  content: "\ecd4";
}
.ti-wave-square:before {
  content: "\ecd5";
}
.ti-waves-electricity:before {
  content: "\fcc5";
}
.ti-webhook:before {
  content: "\f01e";
}
.ti-webhook-off:before {
  content: "\f43d";
}
.ti-weight:before {
  content: "\f589";
}
.ti-wheel:before {
  content: "\fc64";
}
.ti-wheelchair:before {
  content: "\f1db";
}
.ti-wheelchair-off:before {
  content: "\f43e";
}
.ti-whirl:before {
  content: "\f51d";
}
.ti-wifi:before {
  content: "\eb52";
}
.ti-wifi-0:before {
  content: "\eba3";
}
.ti-wifi-1:before {
  content: "\eba4";
}
.ti-wifi-2:before {
  content: "\eba5";
}
.ti-wifi-off:before {
  content: "\ecfa";
}
.ti-wind:before {
  content: "\ec34";
}
.ti-wind-electricity:before {
  content: "\fcc6";
}
.ti-wind-off:before {
  content: "\f1c7";
}
.ti-windmill:before {
  content: "\ed85";
}
.ti-windmill-filled:before {
  content: "\f6b2";
}
.ti-windmill-off:before {
  content: "\f1c8";
}
.ti-window:before {
  content: "\ef06";
}
.ti-window-maximize:before {
  content: "\f1f1";
}
.ti-window-minimize:before {
  content: "\f1f2";
}
.ti-window-off:before {
  content: "\f1c9";
}
.ti-windsock:before {
  content: "\f06d";
}
.ti-wiper:before {
  content: "\ecab";
}
.ti-wiper-wash:before {
  content: "\ecaa";
}
.ti-woman:before {
  content: "\eb53";
}
.ti-woman-filled:before {
  content: "\fdcc";
}
.ti-wood:before {
  content: "\f359";
}
.ti-world:before {
  content: "\eb54";
}
.ti-world-bolt:before {
  content: "\f9d9";
}
.ti-world-cancel:before {
  content: "\f9da";
}
.ti-world-check:before {
  content: "\f9db";
}
.ti-world-code:before {
  content: "\f9dc";
}
.ti-world-cog:before {
  content: "\f9dd";
}
.ti-world-dollar:before {
  content: "\f9de";
}
.ti-world-down:before {
  content: "\f9df";
}
.ti-world-download:before {
  content: "\ef8a";
}
.ti-world-exclamation:before {
  content: "\f9e0";
}
.ti-world-heart:before {
  content: "\f9e1";
}
.ti-world-latitude:before {
  content: "\ed2e";
}
.ti-world-longitude:before {
  content: "\ed2f";
}
.ti-world-minus:before {
  content: "\f9e2";
}
.ti-world-off:before {
  content: "\f1ca";
}
.ti-world-pause:before {
  content: "\f9e3";
}
.ti-world-pin:before {
  content: "\f9e4";
}
.ti-world-plus:before {
  content: "\f9e5";
}
.ti-world-question:before {
  content: "\f9e6";
}
.ti-world-search:before {
  content: "\f9e7";
}
.ti-world-share:before {
  content: "\f9e8";
}
.ti-world-star:before {
  content: "\f9e9";
}
.ti-world-up:before {
  content: "\f9ea";
}
.ti-world-upload:before {
  content: "\ef8b";
}
.ti-world-www:before {
  content: "\f38f";
}
.ti-world-x:before {
  content: "\f9eb";
}
.ti-wrecking-ball:before {
  content: "\ed97";
}
.ti-writing:before {
  content: "\ef08";
}
.ti-writing-off:before {
  content: "\f1cb";
}
.ti-writing-sign:before {
  content: "\ef07";
}
.ti-writing-sign-off:before {
  content: "\f1cc";
}
.ti-x:before {
  content: "\eb55";
}
.ti-x-power-y:before {
  content: "\10072";
}
.ti-xbox-a:before {
  content: "\f2b6";
}
.ti-xbox-a-filled:before {
  content: "\fdcb";
}
.ti-xbox-b:before {
  content: "\f2b7";
}
.ti-xbox-b-filled:before {
  content: "\fdca";
}
.ti-xbox-x:before {
  content: "\f2b8";
}
.ti-xbox-x-filled:before {
  content: "\fdc9";
}
.ti-xbox-y:before {
  content: "\f2b9";
}
.ti-xbox-y-filled:before {
  content: "\fdc8";
}
.ti-xd:before {
  content: "\fa33";
}
.ti-xxx:before {
  content: "\fc20";
}
.ti-yin-yang:before {
  content: "\ec35";
}
.ti-yin-yang-filled:before {
  content: "\f785";
}
.ti-yoga:before {
  content: "\f01f";
}
.ti-zeppelin:before {
  content: "\f270";
}
.ti-zeppelin-filled:before {
  content: "\fdc7";
}
.ti-zeppelin-off:before {
  content: "\f43f";
}
.ti-zip:before {
  content: "\f3b4";
}
.ti-zodiac-aquarius:before {
  content: "\ecac";
}
.ti-zodiac-aries:before {
  content: "\ecad";
}
.ti-zodiac-cancer:before {
  content: "\ecae";
}
.ti-zodiac-capricorn:before {
  content: "\ecaf";
}
.ti-zodiac-gemini:before {
  content: "\ecb0";
}
.ti-zodiac-leo:before {
  content: "\ecb1";
}
.ti-zodiac-libra:before {
  content: "\ecb2";
}
.ti-zodiac-pisces:before {
  content: "\ecb3";
}
.ti-zodiac-sagittarius:before {
  content: "\ecb4";
}
.ti-zodiac-scorpio:before {
  content: "\ecb5";
}
.ti-zodiac-taurus:before {
  content: "\ecb6";
}
.ti-zodiac-virgo:before {
  content: "\ecb7";
}
.ti-zoom:before {
  content: "\fdaa";
}
.ti-zoom-cancel:before {
  content: "\ec4d";
}
.ti-zoom-cancel-filled:before {
  content: "\fdc6";
}
.ti-zoom-check:before {
  content: "\ef09";
}
.ti-zoom-check-filled:before {
  content: "\f786";
}
.ti-zoom-code:before {
  content: "\f07f";
}
.ti-zoom-code-filled:before {
  content: "\fdc5";
}
.ti-zoom-exclamation:before {
  content: "\f080";
}
.ti-zoom-exclamation-filled:before {
  content: "\fdc4";
}
.ti-zoom-filled:before {
  content: "\f787";
}
.ti-zoom-in:before {
  content: "\eb56";
}
.ti-zoom-in-area:before {
  content: "\f1dc";
}
.ti-zoom-in-area-filled:before {
  content: "\f788";
}
.ti-zoom-in-filled:before {
  content: "\f789";
}
.ti-zoom-money:before {
  content: "\ef0a";
}
.ti-zoom-money-filled:before {
  content: "\fdc3";
}
.ti-zoom-out:before {
  content: "\eb57";
}
.ti-zoom-out-area:before {
  content: "\f1dd";
}
.ti-zoom-out-area-filled:before {
  content: "\fdc2";
}
.ti-zoom-out-filled:before {
  content: "\f78a";
}
.ti-zoom-pan:before {
  content: "\f1de";
}
.ti-zoom-pan-filled:before {
  content: "\fdc1";
}
.ti-zoom-question:before {
  content: "\edeb";
}
.ti-zoom-question-filled:before {
  content: "\fdc0";
}
.ti-zoom-replace:before {
  content: "\f2a7";
}
.ti-zoom-reset:before {
  content: "\f295";
}
.ti-zoom-scan:before {
  content: "\fcb0";
}
.ti-zoom-scan-filled:before {
  content: "\fdbf";
}
.ti-zzz:before {
  content: "\f228";
}
.ti-zzz-off:before {
  content: "\f440";
}
.ti-123:before {
  content: "\f554";
}
.ti-360:before {
  content: "\f62f";
}
.ti-code-asterix:before {
  content: "\f312";
}
.ti-discount-2:before {
  content: "\ee7c";
}
.ti-discount-2-off:before {
  content: "\f3e6";
}
.ti-discount-check:before {
  content: "\f1f8";
}
.ti-hand-rock:before {
  content: "\ee97";
}
.ti-sort-deacending-small-big:before {
  content: "\fd96";
}
.ti-shi-jumping:before {
  content: "\fa6c";
}
.ti-box-seam:before {
  content: "\eaff";
}
.ti-kering:before {
  content: "\efb8";
}
.ti-2fa:before {
  content: "\eca0";
}
.ti-3d-cube-sphere:before {
  content: "\ecd7";
}
.ti-3d-cube-sphere-off:before {
  content: "\f3b5";
}
.ti-3d-rotate:before {
  content: "\f020";
}
.ti-12-hours:before {
  content: "\fc53";
}
.ti-24-hours:before {
  content: "\f5e7";
}
.ti-360-view:before {
  content: "\f566";
}
.ti-circle-0:before {
  content: "\ee34";
}
.ti-circle-1:before {
  content: "\ee35";
}
.ti-circle-2:before {
  content: "\ee36";
}
.ti-circle-3:before {
  content: "\ee37";
}
.ti-circle-4:before {
  content: "\ee38";
}
.ti-circle-5:before {
  content: "\ee39";
}
.ti-circle-6:before {
  content: "\ee3a";
}
.ti-circle-7:before {
  content: "\ee3b";
}
.ti-circle-8:before {
  content: "\ee3c";
}
.ti-circle-9:before {
  content: "\ee3d";
}
.ti-hexagon-0:before {
  content: "\f459";
}
.ti-hexagon-1:before {
  content: "\f45a";
}
.ti-hexagon-2:before {
  content: "\f45b";
}
.ti-hexagon-3:before {
  content: "\f45c";
}
.ti-hexagon-4:before {
  content: "\f45d";
}
.ti-hexagon-5:before {
  content: "\f45e";
}
.ti-hexagon-6:before {
  content: "\f45f";
}
.ti-hexagon-7:before {
  content: "\f460";
}
.ti-hexagon-8:before {
  content: "\f461";
}
.ti-hexagon-9:before {
  content: "\f462";
}
.ti-square-0:before {
  content: "\eee5";
}
.ti-square-1:before {
  content: "\eee6";
}
.ti-square-2:before {
  content: "\eee7";
}
.ti-square-3:before {
  content: "\eee8";
}
.ti-square-4:before {
  content: "\eee9";
}
.ti-square-5:before {
  content: "\eeea";
}
.ti-square-6:before {
  content: "\eeeb";
}
.ti-square-7:before {
  content: "\eeec";
}
.ti-square-8:before {
  content: "\eeed";
}
.ti-square-9:before {
  content: "\eeee";
}
.ti-message-circle-2:before {
  content: "\eaed";
}
.ti-mood-suprised:before {
  content: "\ec04";
}
.ti-circle-dashed-letter-letter-v:before {
  content: "\ff84";
}
.ti-discount-check-filled:before {
  content: "\f746";
}
.ti-message-circle-2-filled:before {
  content: "\fecf";
}
/*# sourceMappingURL=tabler-icons.css.map */
/*
    Used to manage styles related to the CMS admin UI for on page editing

    1. Zone Configuration
    2. Module Configuration
    3. Admin Footer
    4. Responsive Rules
*/
.zone-instance.outline {
  position: relative;
  min-width: 50px;
  min-height: 30px;
}
.zone-instance.outline::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border: 1px dotted #3e3e3c;
  outline: 1px dotted #fff;
}
.block-configuration,
.zone-configuration {
  position: absolute;
  top: 0;
  z-index: 1049;
  display: none;
  width: 26px;
  height: 26px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  background: #0176d3;
  border-radius: 0;
}
.block-instance.outline {
  position: relative;
  display: block;
  min-height: 36px;
  clear: both;
}
.block-instance.outline::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
}
.block-instance.outline:hover::after {
  border: 1px solid #1b96ff;
}
.config-bar {
  font-size: 16px;
  line-height: 1.5;
}
.config-bar,
.config-bar a {
  color: #fff !important;
}
.config-bar a,
.config-bar .delete {
  display: block;
  float: left;
  width: 26px;
  padding: 1px 0 !important;
  margin: 0 !important;
  text-align: center;
  text-decoration: none;
}
.zone-configuration-bar,
.block-configuration-bar {
  position: absolute;
  left: 24px;
  margin-right: -999em;
  margin-left: 6px;
  overflow: hidden;
}
.zone-configuration-bar div,
.block-configuration-bar div {
  display: inline;
}
.zone-configuration-bar span,
.block-configuration-bar span {
  display: block;
  float: left;
  padding-right: 12px;
  font-size: 10px;
  line-height: 26px;
}
.zone-configuration-bar .disabled,
.block-configuration-bar .disabled {
  cursor: default;
  opacity: 0.5;
}
.block-configuration-bar .btn {
  margin-right: 12px;
  color: #d5d5d5;
  text-shadow: none;
}
#cms-admin-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1049;
  width: 100%;
  height: 36px;
  padding: 8px 12px 0;
  margin-right: 0;
  color: #d5d5d5;
  background: #222222;
  border-color: #090909;
  border-style: solid;
  border-width: 1px 1px 0;
  transition: 0.5s;
}
#cms-admin-footer a.btn {
  font-size: 16px;
}
#cms-admin-footer > span {
  display: none;
  margin-top: 3px;
  margin-bottom: 4px;
  font-size: 12px;
  text-align: center;
}
#cms-admin-footer > span.label {
  margin-top: 1px;
}
#cms-admin-footer > span.cms-admin-footer-property {
  padding: 0 6px;
  background-color: #3c3c3c;
  border-radius: 2px;
}
#cms-admin-footer a {
  color: #d5d5d5;
}
#cms-admin-footer a:hover {
  text-decoration: none;
}
#cms-admin-footer .button-bar {
  margin-top: -8px;
  margin-left: 12px;
  text-align: center;
}
#cms-admin-footer .button-bar a {
  background-color: transparent;
  background-image: none;
  border: 0;
}
#cms-admin-footer .btn {
  color: #d5d5d5;
  text-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  #cms-admin-footer {
    opacity: 0;
  }
  #cms-admin-footer:hover {
    opacity: 1;
  }
  #cms-admin-footer > span {
    display: block;
    float: left;
    text-align: left;
  }
  #cms-admin-footer .button-bar {
    float: right;
  }
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Bootstrap 3 patch for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal {
  left: 50%;
  bottom: auto;
  right: auto;
  padding: 0;
  width: 500px;
  margin-left: -250px;
  background: #f5f3e8;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.modal.container {
  max-width: none;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.modal-open {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */
}
.modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.modal.fade.in {
  top: 50%;
}
.modal-body {
  max-height: none;
  overflow: visible;
}
.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fff;
}
.modal.container {
  width: 940px;
  margin-left: -470px;
}
/* Modal Overflow */
.modal-overflow.modal {
  top: 1%;
}
.modal-overflow.modal.fade {
  top: -100%;
}
.modal-overflow.modal.fade.in {
  top: 1%;
}
.modal-overflow .modal-body {
  /*overflow: auto;*/
  -webkit-overflow-scrolling: touch;
}
/* Responsive */
@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px;
  }
}
@media (max-width: 979px) {
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto;
  }
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
body.rock-modal {
  background: transparent;
}
body.rock-modal .modal-content {
  border: 0 !important;
  box-shadow: none;
}
.modal-content.rock-modal,
.rock-modal .modal-content {
  background: transparent;
  border: 0;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}
.modal-content.rock-modal .modal-header,
.rock-modal .modal-content .modal-header {
  min-height: 34px;
  padding: 5px 15px;
  color: #fff;
  background-color: #262629;
}
.modal-content.rock-modal .modal-header:before,
.rock-modal .modal-content .modal-header:before,
.modal-content.rock-modal .modal-header:after,
.rock-modal .modal-content .modal-header:after {
  display: table;
  content: " ";
}
.modal-content.rock-modal .modal-header:after,
.rock-modal .modal-content .modal-header:after {
  clear: both;
}
.modal-content.rock-modal .modal-header h3,
.rock-modal .modal-content .modal-header h3 {
  margin-right: 12px;
}
.modal-content.rock-modal .modal-header a,
.rock-modal .modal-content .modal-header a {
  color: #fff;
  text-decoration: underline;
}
.modal-content.rock-modal .modal-header .close,
.rock-modal .modal-content .modal-header .close {
  padding: 6px;
  text-decoration: none;
  color: #000;
  text-shadow: none;
}
.modal-content.rock-modal .modal-header .label,
.rock-modal .modal-content .modal-header .label {
  margin-top: 8px;
}
.modal-content.rock-modal .modal-header small,
.rock-modal .modal-content .modal-header small {
  display: block;
  margin-top: 12px;
  color: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .modal-content.rock-modal .modal-header h3,
  .rock-modal .modal-content .modal-header h3 {
    float: left;
  }
}
.modal-content.rock-modal .modal-body,
.rock-modal .modal-content .modal-body {
  padding: 8px 12px 12px;
  color: #3a3b3a;
  text-align: left;
  background-color: #f5f3e8;
}
.modal-content.rock-modal .modal-body > .scroll-container,
.rock-modal .modal-content .modal-body > .scroll-container {
  width: 720px;
}
.modal-content.rock-modal .modal-body > .scroll-container > .viewport,
.rock-modal .modal-content .modal-body > .scroll-container > .viewport {
  width: 670px;
}
.modal-content.rock-modal .modal-body.iframe,
.rock-modal .modal-content .modal-body.iframe {
  overflow: hidden;
}
.modal-content.rock-modal .modal-footer,
.rock-modal .modal-content .modal-footer {
  padding: 8px 8px;
  margin-top: 0;
  color: #1a1a1c;
  background-color: #898992;
  border-radius: 0 0 4px 4px;
}
.rock-modal .modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.rock-modal-frame {
  border-radius: 6px !important;
}
.modal.modal-overflow {
  top: 30px;
  margin-bottom: 30px;
}
@supports (-webkit-overflow-scrolling: touch) {
  .modal.modal-overflow {
    top: 1%;
    height: calc(100% - 1px) !important;
  }
}
#modal-popup_iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  background: #000;
  filter: alpha(opacity=70);
  opacity: 0.5;
}
.modal-dialog {
  width: auto;
  margin: 0;
}
.modal-content {
  border: none;
}
/*
    Used to manage styles related to Rock's forms

    1. Bootstrap Overrides / Additions
    2. Data Lists
    3. Input Sizing
    4. Control Specific Styles
    5. Validation
    6. Custom Controls
    7. Static Control
*/
.input-xs {
  height: 25px;
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-xs {
  height: 25px;
  padding: 1px 36px 1px 5px;
}
textarea.input-xs,
select[multiple].input-xs {
  height: auto;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: vertical;
}
legend {
  font-weight: 300;
  color: #3a3b3a;
  border-width: 0;
}
a.aspNetDisabled {
  opacity: 0.5;
}
.picker.aspNetDisabled {
  opacity: 1;
}
a.aspNetDisabled.picker-label,
.picker.aspNetDisabled .picker-label {
  background: #eeeeee;
  opacity: 1;
}
.form-group.rock-literal p.form-control-static,
.rock-control-wrapper p.form-control-static {
  padding-top: 0;
}
.form-group {
  font-size: 16px;
  line-height: 1.5em;
}
.-mt-form-group {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.form-group > .form-group {
  margin-top: 12px;
}
.form-section {
  margin-bottom: 64px;
}
.form-inline .control-wrapper {
  display: inline-table;
  width: auto;
  vertical-align: middle;
}
.form-inline .date-range-picker .input-group {
  margin-bottom: 0;
}
.form-inline-all .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline-all .form-control-static {
  display: inline-block;
}
.form-group.captcha iframe {
  border: 0;
}
.form-group.captcha.has-error iframe {
  border: 1px solid #b94a48;
  border-radius: 4px;
}
.form-horizontal .form-group .form-control-group,
.form-horizontal .form-group .form-control {
  float: left;
}
.form-horizontal[class*="label-"] .form-group label {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal[class*="label-"] .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form-horizontal[class*="label-"] .form-group label {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    line-height: 1.5em;
    text-align: right;
  }
}
.form-horizontal[class*="label-"] .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal[class*="label-"] .form-group .control-wrapper {
    float: left;
    width: 83.33333333%;
  }
}
.form-horizontal.label-md .form-group label {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-md .form-group label {
    float: left;
    width: 33.33333333%;
  }
}
.form-horizontal.label-md .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-md .form-group .control-wrapper {
    float: left;
    width: 66.66666667%;
  }
}
.form-horizontal.label-lg .form-group label {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-lg .form-group label {
    float: left;
    width: 50%;
  }
}
.form-horizontal.label-lg .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-lg .form-group .control-wrapper {
    float: left;
    width: 50%;
  }
}
.form-horizontal.label-xl .form-group label {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-xl .form-group label {
    float: left;
    width: 66.66666667%;
  }
}
.form-horizontal.label-xl .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-xl .form-group .control-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
.form-horizontal.label-auto .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal.label-auto .form-group .control-label {
  width: auto;
  min-width: 180px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  line-height: 1.5em;
  text-align: right;
}
.form-horizontal.label-auto .form-group .control-wrapper {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.form-horizontal.label-min-w-0 .control-label {
  min-width: 0 !important;
}
.controls .checkbox:first-child,
.controls .radio:first-child {
  margin-top: 0;
}
.form-group.required > .control-label::before,
.required-indicator::before {
  margin-right: var(--spacing-tiny);
  background-color: var(--color-danger-strong);
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  content: '';
  position: relative;
  transform: translateY(-30%);
}
dl:not(.dl-horizontal) dt {
  margin-top: 16px;
  margin-bottom: 2px;
  font-weight: 700;
}
dl:not(.dl-horizontal) dt:first-child {
  margin-top: 0;
}
dl:not(.dl-horizontal) dd {
  margin-left: 0;
}
.form-control.input-width-xs,
.input-group.input-width-xs,
.form-control-group.input-width-xs input {
  width: 60px;
}
.form-control.input-width-sm,
.input-group.input-width-sm,
.form-control-group.input-width-sm input {
  width: 90px;
}
.form-control.input-width-md,
.input-group.input-width-md,
.form-control-group.input-width-md input {
  width: 150px;
}
.form-control.input-width-lg,
.input-group.input-width-lg,
.form-control-group.input-width-lg input {
  width: 210px;
}
.form-control.input-width-xl,
.input-group.input-width-xl,
.form-control-group.input-width-xl input {
  width: 270px;
}
.form-control.input-width-xxl,
.input-group.input-width-xxl,
.form-control-group.input-width-xxl input {
  width: 530px;
}
.input-max-w-md {
  max-width: 150px;
}
.input-max-w-xl {
  max-width: 270px;
}
.form-control-group,
.form-control-group > .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-right: 6px;
  align-items: center;
}
.form-control-group > .row,
.form-control-group > .form-row,
.form-control-group > .form-group {
  width: 100%;
}
.form-control-group > .form-row::before,
.form-control-group > .form-row::after {
  display: none;
}
.form-control-group .form-control-static + .timepicker-input {
  margin-left: 35px;
}
.form-control-group .input-group > .form-control {
  margin-right: 0;
}
.form-control-group.controls-row {
  flex-wrap: nowrap;
  margin-right: 0;
}
.form-control-group > span {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5em;
  color: #777777;
}
.form-group-auto .form-control-group {
  display: -ms-flexbox;
  display: flex;
}
.form-group-auto .form-control-group .form-control {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.panel-heading .input-group,
.panel-header .input-group {
  margin-top: -6px;
  margin-bottom: -6px;
}
.panel-heading .picker-daterange .input-group,
.panel-header .picker-daterange .input-group {
  margin-top: 0;
  margin-bottom: 0;
}
.form-control > option[disabled] {
  color: rgba(85, 85, 85, 0.5);
}
.input-group-edit .input-group-addon {
  background-color: #5cb85c;
}
.input-group-edit .input-group-addon a {
  color: #fff;
}
.input-group-addon > .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin: -7px -13px;
  border-radius: 4px;
}
.input-group-addon > .btn:focus {
  z-index: 3;
}
.input-group-addon:first-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:last-child > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.date-parts-picker .control-label {
  width: 100%;
}
.date-parts-picker .form-control {
  flex: 1 1 auto;
  min-width: 90px;
  max-width: 112px;
}
.month-year-picker .separator,
.month-day-picker .separator {
  font-size: 18px;
  line-height: 1;
}
.rock-check-box .checkbox {
  margin-top: 0;
}
.form-control.ssn-part.ssn-area {
  width: 50px;
}
.form-control.ssn-part.ssn-group {
  width: 45px;
}
.form-control.ssn-part.ssn-serial {
  width: 60px;
}
.validation-error {
  float: left;
  font-weight: 300;
  color: #d9534f;
}
.btn-controlaligned {
  margin-top: 24px;
}
/* SK Add margin in ListItems */
.list-items-rows .controls-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.form-group.static-control label {
  margin-bottom: 0;
}
.form-group.static-control .form-control-static {
  padding-top: 0;
}
/*
    Used to manage styles related to Rock's internal grid component

    1. Bootstrap Overrides
    2. Core Table
    3. Filter
    4. Column Header
    5. Footer
    6. Light Style - Used for small grids
    7. Reusable classes
    8. Column Types
    9. Row Types
    10. Responsive Columns
    11. Print Styles (Obsidian)
*/
/* If th has a required class, render the required field indicator after the column heading */
.table thead th.required::after {
  margin-left: 4px;
  font-family: 'FontAwesome';
  font-size: 6px;
  font-weight: 900;
  color: #eca9a7;
  vertical-align: super;
  content: "\f111";
}
.table > tbody > tr > td {
  color: #3a3b3a;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  color: #3a3b3a;
  background-color: #f7f7f7;
}
.table-striped > tbody > tr:nth-of-type(even) {
  color: #3a3b3a;
  background-color: #fff;
}
.table.table-hover > tbody > tr:hover > td {
  color: #3a3b3a;
  background-color: #d5e6ed;
}
td.grid-select-cell {
  cursor: pointer;
}
td.wrap-contents {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
}
.table {
  margin-bottom: 0;
}
.table-inline:not(.table-hide-last-border) > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}
.table-inline > tbody > tr:first-child > td {
  border-top: 0;
}
.grid {
  margin-bottom: 15px;
}
.grid .grid-table {
  border: 1px solid #ddd;
}
.grid .grid-table.table-light {
  border: 0;
}
.grid.grid-panel th:first-child,
.grid.grid-panel td:first-child {
  border-left: 0;
}
.grid.grid-panel th:last-child,
.grid.grid-panel td:last-child {
  border-right: 0;
}
.grid.grid-panel .grid-table {
  border: 0 !important;
}
.grid.grid-panel tfoot > tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.grid.grid-panel tfoot > tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.grid-panel .table-responsive[data-pattern="priority-columns"],
.table-responsive.table-no-border {
  border: 0;
}
.table-responsive[data-pattern="priority-columns"] {
  position: static;
}
.table-wrapper .btn-toolbar {
  display: none;
}
.grid-filter {
  padding: 0;
  color: #1a1a1c;
  background-color: #898992;
}
.grid-filter header {
  position: absolute;
  display: inline;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}
.grid-filter header h3 {
  display: inline;
  margin: 0 2px 0 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
.grid-filter header fieldset {
  margin-bottom: 0;
}
.grid-filter .btn-filter-toggle {
  position: absolute;
  z-index: 9;
  margin: 8px;
  color: #333;
  text-decoration: none;
  background: #898992;
}
.grid-filter .btn-filter-toggle.is-open {
  background: #898992;
}
.grid-filter h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.grid-filter .grid-filter-entry,
.grid-filter .grid-filter-overview fieldset {
  padding: 15px;
  padding-top: 37px;
  border-bottom: 1px solid #707078;
}
.grid-filter .picker .picker-label {
  color: #1a1a1c;
}
.grid-filter-entry legend + .control-group {
  margin-top: 0;
}
.table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #262629;
  border-color: #ddd;
}
.table > thead > tr > th > a:not(.btn) {
  display: inline;
  color: #fff;
}
.table > thead > tr > th > a:not(.btn)::after {
  display: inline-block;
  padding-left: 5px;
  margin-right: -14px;
  font-family: 'FontAwesome';
  font-weight: 900;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  content: "\f0dc";
  opacity: 0;
}
.table > thead > tr > th:hover a:not(.btn)::after {
  opacity: 1;
}
.table > thead > tr > th.descending a:not(.btn)::after {
  color: #fff;
  content: "\f0dd";
  opacity: 1;
}
.table > thead > tr > th.ascending a:not(.btn)::after {
  color: #fff;
  content: "\f0de";
  opacity: 1;
}
.table.table-light > thead > tr > th {
  color: #3a3b3a;
  background-color: transparent;
  border-color: #a0a1a0;
}
.grid-paging {
  padding: 5px 0;
}
.grid-paging .grid-pager {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}
.grid-paging .grid-pager li > a {
  min-width: 23px;
  padding: 5px 12px;
  margin: 0 8px 0 0;
  color: #3a3b3a;
  text-align: center;
  background-color: #7c7c86;
  border-color: #4b4b51;
}
.grid-paging .grid-pager li.disabled > a {
  cursor: default;
}
.grid-paging .grid-pager li.active > a {
  color: #3a3b3a;
  background-color: #96969e;
  border-color: #4b4b51;
}
.grid-paging .grid-pagesize {
  float: left;
  margin: 0 6px 0 0;
}
.grid-paging .pagination-text {
  float: left;
  font-size: 14px;
}
.grid-paging .grid-itemcount {
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  font-size: 14px;
}
td.grid-col-actions {
  text-align: right;
}
.grid-actions {
  text-align: right;
  background-color: #898992;
}
.grid-actions .btn {
  margin-left: 8px;
}
.grid-actions .btn-grid-action {
  color: #333;
  background-color: #fff;
  border-color: #d6cea1;
}
.grid-actions .btn-grid-custom-action {
  margin-bottom: 8px;
}
.grid-filter + .table-responsive .grid-actions:empty {
  height: 28px;
}
.table-light thead th {
  font-weight: 700;
  color: #3a3b3a;
  background-color: inherit;
}
.table-light tfoot td {
  background-color: inherit;
}
.table-light tfoot td .grid-actions a {
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
}
.table-light .grid-columncommand {
  width: 42px;
  min-width: 42px;
}
.panel-section .table-light > tfoot > tr > td,
.well .table-light > tfoot > tr > td {
  background-color: #edead6;
}
.table-padded td,
.table-padded th {
  padding: 12px !important;
}
.hide-row-border tbody > tr:first-child > td,
.hide-row-border tbody > tr:first-child > th {
  border-width: 0;
}
.table-empty {
  opacity: 0.7;
}
.grid-select-field .checkbox,
.grid-select-field .radio {
  padding-left: 0 !important;
  margin: 0 !important;
}
.grid-select-field .checkbox label,
.grid-select-field .radio label {
  position: relative;
  display: block;
  width: 20px;
  padding: 0;
  margin: 0 auto;
}
.grid-select-field .checkbox input,
.grid-select-field .radio input {
  float: none;
  height: 100%;
  margin: 0;
  vertical-align: middle;
}
.table > tbody > tr > td.grid-field,
.table > thead > tr > th.grid-select-field,
.table > tbody > tr > td.grid-select-field {
  padding: 0 12px;
  vertical-align: middle;
}
.grid-table > thead > tr > th,
.grid-table > tbody > tr > td {
  padding: 12px;
}
.grid-table > thead > tr > th.grid-columncommand,
.grid-table > tbody > tr > td.grid-columncommand {
  min-width: 33px;
}
.grid-table > thead > tr > th.grid-columnreorder,
.grid-table > tbody > tr > td.grid-columnreorder {
  width: 48px;
  min-width: 48px;
  padding-top: 12px;
}
.grid-table > thead > tr > th.grid-columnreorder a,
.grid-table > tbody > tr > td.grid-columnreorder a {
  color: #6d6e6d;
}
.grid-table > tbody > tr > td.grid-columncommand {
  padding: 6px;
}
.table .color-field {
  width: 4px;
  padding: 0;
}
.table .color-field + th {
  border-left-width: 0;
}
.table .grid-icon img {
  width: 100%;
  max-width: 120px;
}
.grid-select-cell .photo-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.grid-select-cell .grid-img {
  width: 200px;
}
.table > tbody > tr.grid-section-header > td,
.table > tbody > tr.grid-section-header:hover > td {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  background-color: #57575e;
}
tr.row-highlight td {
  color: #3a3b3a !important;
  background-color: #d5e6ed !important;
}
.table > thead > tr.grid-header-bold th {
  color: #262629;
  vertical-align: top !important;
  background-color: #fff;
  border-color: #ffffff;
}
.table > tbody > tr.grid-row-bold td {
  color: #262629;
  vertical-align: top !important;
  background-color: #fff;
}
.table > tbody > tr.grid-row-bold:hover td {
  color: #262629 !important;
  background-color: #ffffff;
}
.table > tbody > tr.is-inactive > td {
  color: #868886;
}
.table > tbody > tr.is-inactive-person > td {
  color: #868886;
}
.is-deceased {
  color: var(--color-danger-strong);
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.grid .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.table-responsive th[data-priority],
.table-responsive td[data-priority] {
  display: none;
}
.table-responsive th[data-priority="1"],
.table-responsive td[data-priority="1"] {
  display: table-cell;
}
@media screen and (min-width: 480px) {
  .table-responsive th[data-priority="2"],
  .table-responsive td[data-priority="2"] {
    display: table-cell;
  }
}
@media screen and (min-width: 640px) {
  .table-responsive th[data-priority="3"],
  .table-responsive td[data-priority="3"] {
    display: table-cell;
  }
}
@media screen and (min-width: 800px) {
  .table-responsive th[data-priority="4"],
  .table-responsive td[data-priority="4"] {
    display: table-cell;
  }
}
@media screen and (min-width: 960px) {
  .table-responsive th[data-priority="5"],
  .table-responsive td[data-priority="5"] {
    display: table-cell;
  }
}
@media screen and (min-width: 1120px) {
  .table-responsive th[data-priority="6"],
  .table-responsive td[data-priority="6"] {
    display: table-cell;
  }
}
.alert.alert-grid {
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  margin-left: -15px;
  border-radius: 0;
}
@media print {
  /* Hide grid actions */
  .grid-actions,
  .btn-grid-action {
    display: none;
  }
  .grid-header-separator,
  .grid-header-fill {
    display: none;
  }
  /* Unhide all of the columns */
  .grid-obsidian .d-none {
    display: block !important;
  }
  /* Hide the checkbox column */
  .grid-select-field {
    display: none;
  }
  /* Hide all command columns */
  .grid-columncommand {
    display: none;
  }
}
.block-content > .obsidian-block-has-placeholder {
  position: relative;
  transition: height 0.1s ease-in-out;
  overflow: hidden;
}
.block-content > .obsidian-block-has-placeholder.obsidian-block-loading {
  height: var(--initial-block-height, auto);
}
.block-content > .obsidian-block-has-placeholder > .obsidian-block-placeholder {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.block-content > .obsidian-block-has-placeholder.obsidian-block-loading > .obsidian-block-placeholder {
  opacity: 1;
  visibility: visible;
}
.block-content > .obsidian-block-has-placeholder > .obsidian-block-wrapper {
  visibility: visible;
}
.block-content > .obsidian-block-has-placeholder.obsidian-block-loading > .obsidian-block-wrapper {
  min-height: 0;
  transition: visibility 0.2s;
  visibility: hidden;
}
.panel.panel-flex {
  display: flex;
  flex-direction: column;
}
.panel.panel-flex > .panel-heading,
.panel.panel-flex > .panel-header {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0;
  line-height: 1em;
}
.panel.panel-flex > .panel-heading > .panel-title,
.panel.panel-flex > .panel-header > .panel-title {
  flex-grow: 1;
  padding: 0 24px;
}
.panel.panel-flex > .panel-heading > .panel-aside,
.panel.panel-flex > .panel-header > .panel-aside {
  padding: 0 24px 0 0;
}
.panel.panel-flex > .panel-heading > .panel-action,
.panel.panel-flex > .panel-header > .panel-action {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 48px;
  cursor: pointer;
  border-left: 1px solid #ccc;
}
.panel.panel-flex > .panel-heading > .panel-action .rock-fullscreen-toggle,
.panel.panel-flex > .panel-header > .panel-action .rock-fullscreen-toggle {
  position: relative;
  border-left: 0;
}
.panel.panel-flex > .panel-heading .panel-header-actions,
.panel.panel-flex > .panel-header .panel-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.panel.panel-flex > .panel-heading .panel-header-actions > .action,
.panel.panel-flex > .panel-header .panel-header-actions > .action {
  padding-right: 16px;
  margin: 2px;
  color: #616161;
  transition: color 0.2s, background-color 0.2s, border-radius 0.2s;
}
.panel.panel-flex > .panel-heading .panel-header-actions > .action:hover,
.panel.panel-flex > .panel-header .panel-header-actions > .action:hover {
  color: #212121;
}
.panel.panel-flex > .panel-heading .panel-header-actions > .action.active,
.panel.panel-flex > .panel-header .panel-header-actions > .action.active {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .panel.panel-flex > .panel-heading .panel-header-actions .panel-action-zoom,
  .panel.panel-flex > .panel-header .panel-header-actions .panel-action-zoom,
  .panel.panel-flex > .panel-heading .panel-header-actions .panel-action-zoom-control,
  .panel.panel-flex > .panel-header .panel-header-actions .panel-action-zoom-control,
  .panel.panel-flex > .panel-heading .panel-header-actions .panel-action-fullscreen,
  .panel.panel-flex > .panel-header .panel-header-actions .panel-action-fullscreen {
    display: none;
  }
}
.panel.panel-flex .panel-sub-header > .panel-sub-header-left {
  flex-grow: 1;
}
.panel.panel-flex .footer-secondary-actions {
  margin: 0 0 0 auto !important;
}
.panel.panel-flex .panel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px 15px;
  margin: 15px -15px -15px -15px;
}
.panel.panel-fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
}
.panel.panel-fullscreen,
.panel.panel-fullscreen > .panel-heading {
  border-radius: 0;
}
.panel.panel-flex .panel-flex-fill-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.panel.panel-flex.panel-fullscreen > .panel-body {
  position: relative;
  flex-grow: 1;
  overflow-y: auto;
}
.page-fullscreen-capable .panel.panel-block.panel-flex {
  overflow-y: hidden;
}
.page-fullscreen-capable .panel.panel-block.panel-flex > .panel-body {
  position: relative;
}
.page-fullscreen-capable .panel.panel-block.panel-flex > .panel-body::before,
.page-fullscreen-capable .panel.panel-block.panel-flex > .panel-body::after {
  display: none;
}
.picker.picker-obsidian {
  width: initial;
}
.picker.picker-obsidian > .picker-label {
  max-width: initial;
}
.picker.picker-obsidian .picker-select-none {
  display: none;
}
.picker.picker-obsidian.picker-show-clear .picker-select-none {
  display: block;
}
.picker.picker-obsidian.picker-full-width {
  max-width: initial;
}
.rockslide-enter-active,
.rockslide-leave-active {
  transition: all 0.6s ease;
}
.rockslide-enter,
.rockslide-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}
.skeleton {
  width: 100%;
  background: #e1e1e1;
  border-radius: 999px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.skeleton.skeleton-block {
  height: 50px;
  border-radius: 4px;
}
.skeleton.skeleton-block + .skeleton-block {
  margin-top: 24px;
}
.skeleton.skeleton-block.w-lg {
  max-width: min(100%, 1200px);
}
.skeleton.skeleton-block.w-md {
  max-width: min(75%, 640px);
}
.skeleton.skeleton-block.w-sm {
  max-width: min(50%, 300px);
}
.skeleton.skeleton-heading {
  max-width: 600px;
  height: 28px;
  margin: 20px 0;
}
.skeleton.skeleton-subheading {
  max-width: 500px;
  height: 20px;
  margin: 16px 0;
}
.skeleton.skeleton-text {
  height: 12px;
  margin: 10px 0;
}
.skeleton.skeleton-text:first-child {
  margin-top: 0;
}
.skeleton.skeleton-text:last-child {
  width: 75%;
}
.skeleton.skeleton-button {
  max-width: 160px;
  height: 38px;
  margin-top: 24px;
  border-radius: 6px;
}
.skeleton.skeleton-avatar {
  width: 64px;
  height: 64px;
}
.skeleton.skeleton-sm {
  height: 128px;
}
.skeleton.skeleton-md {
  height: 280px;
}
.skeleton.skeleton-lg {
  height: 540px;
}
.skeleton-group + .skeleton-group {
  margin-top: 36px;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
/*
    Used to manage styles for specific blocks.

    1. HTML Content - block to edit HTML on a page
    2. My Account - Used on external sites for setting person details
    3. Lava Debug - Used to style the lava debug panel
    4. Social Tools - Used for showing social media links
    5. Media Element
    6. Asset Manager - Used for managing media assets
    7. Connection Request - Used for connection request block
    8. Media ELement Details - Used for media element details block
*/
.htmlcontent-edit-header {
  padding: 7.5px 15px 0 15px;
}
.htmlcontent-edit-header .html-content-approve {
  float: right;
  margin-top: 4px;
}
.codeeditor-header .picker-mergefield {
  float: right;
}
.codeeditor-header .picker .picker-label {
  padding: 2px 6px;
}
.ace_editor.is-fullscreen {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2500;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
}
.slug-row {
  display: block;
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
.slug-row > .rollover-item {
  margin-top: 7px;
}
.slug-full-url {
  display: block;
  float: left;
  padding: 6px 0;
}
.slug-base-url {
  opacity: 0.6;
}
.slug-literal {
  font-weight: 700;
}
.my-account {
  margin-bottom: 15px;
}
.my-account .photo img {
  width: 100%;
}
.lava-debug {
  margin-top: 24px;
  clear: both;
}
.lava-debug code {
  color: #3a87ad;
  background-color: #c4e3f3;
}
.lava-debug p {
  margin-bottom: 10px;
  font-weight: 400 !important;
}
.lava-debug p.attributes {
  margin-bottom: 0;
}
.lava-debug .lava-debug-key {
  font-weight: 600;
}
.lava-debug .panel.panel-lavadebug {
  background-color: #e6f3fa;
  border: 0;
}
.lava-debug .panel.panel-lavadebug .panel-heading,
.lava-debug .panel.panel-lavadebug .panel-header {
  color: #3a87ad;
  cursor: pointer;
  background-color: #cce7f4;
  border: 0;
}
.lava-debug .panel.panel-lavadebug .panel-heading.collapsed i::before,
.lava-debug .panel.panel-lavadebug .panel-header.collapsed i::before {
  content: "\f078";
}
.socialsharing {
  padding: 0;
  margin-top: 12px;
}
.socialsharing li {
  display: inline-block;
}
.socialsharing li .socialicon {
  padding: 8px 6px;
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #fff;
  border-radius: 20px;
}
.socialsharing li .socialicon:hover {
  text-decoration: none;
}
.socialsharing li .socialicon-facebook {
  background-color: #3B5998;
}
.socialsharing li .socialicon-twitter {
  background-color: #1da1f2;
}
.socialsharing li .socialicon-email {
  background-color: #209904;
}
.socialsharing li .socialicon-calendar {
  background-color: #f00;
}
.mediaplayer-hidecontrolswhenstopped .plyr--video.plyr--stopped .plyr__controls {
  display: none;
}
.content-collection-view {
  /* Pill Checkbox CSS */
}
.content-collection-view .collectionsearch {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.content-collection-view .no-results {
  display: none;
}
.content-collection-view .check-box-list > .control-wrapper > .rockcheckboxlist,
.content-collection-view .rock-radio-button-list > .control-wrapper {
  margin: 0 -5px;
}
.content-collection-view .results i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
}
.content-collection-view .results span > i {
  color: #bcbcbd;
  background: #f5f5f5;
  border-radius: 500px;
}
.content-collection-view .results .panel-title > i {
  color: #ffffff;
  background: #262629;
  border-radius: 8px;
}
.content-collection-view .results > .panel {
  background: none;
  border: 0;
  border-color: #ddd;
  box-shadow: none;
}
.content-collection-view .results > .panel > .panel-heading,
.content-collection-view .results > .panel > .panel-header {
  padding: 0 0 15px;
  margin-bottom: 15px;
  background: none;
}
.content-collection-view .results-order {
  margin-left: auto;
}
.content-collection-view .result-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
  margin-bottom: 20px;
  overflow: hidden;
  word-wrap: break-word;
  background-color: #ffffff;
  border: 2px solid #ddd;
  border-radius: 6px;
  transition: 150ms linear all;
}
.content-collection-view .result-item:hover {
  background: #f3f3f3;
  border: 2px solid #262629;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}
.collectionsearch-fulltext {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .collectionsearch-fulltext {
    margin-bottom: 48px;
  }
}
.collectionsearch-fulltext .search-fulltext .input-group-addon {
  padding: 0 20px;
  font-size: 24px;
  color: #bcbcbc;
  background: #f6f5f5;
  border-color: #f6f5f5;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.collectionsearch-fulltext .search-fulltext .form-control {
  height: 60px;
  font-size: 18px;
  background: #f6f5f5;
  border-color: #f6f5f5;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: none;
}
.collectionsearch-filters .title,
.collectionsearch-fulltext .title {
  margin-top: 0;
}
.collectionsearch-filters {
  flex-basis: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.collectionsearch-filters .checkbox-inline,
.collectionsearch-filters .radio-inline {
  display: inline-block;
  padding: 0;
  margin: 0 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.collectionsearch-filters .checkbox-inline:first-child,
.collectionsearch-filters .radio-inline:first-child {
  padding-left: 0;
}
.collectionsearch-filters .checkbox-inline input,
.collectionsearch-filters .radio-inline input {
  display: none !important;
}
.collectionsearch-filters .checkbox-inline input:checked + .label-text,
.collectionsearch-filters .radio-inline input:checked + .label-text {
  padding-right: 16px;
  padding-left: 16px;
  color: #fff;
  background-color: #262629;
  border-color: #1a1a1c;
}
.collectionsearch-filters .checkbox-inline .label-text,
.collectionsearch-filters .radio-inline .label-text {
  display: block;
  min-width: 65px;
  padding: 5px 15px;
  color: #3a3b3a;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.collectionsearch-filters .checkbox-inline .label-text:hover,
.collectionsearch-filters .radio-inline .label-text:hover,
.collectionsearch-filters .checkbox-inline .label-text:focus,
.collectionsearch-filters .radio-inline .label-text:focus {
  background: #f5f5f5;
}
.collectionsearch-filters .checkbox-inline .label-text::before,
.collectionsearch-filters .radio-inline .label-text::before,
.collectionsearch-filters .checkbox-inline .label-text::after,
.collectionsearch-filters .radio-inline .label-text::after {
  display: none;
}
.collectionsearch-results {
  display: flex;
  flex-basis: 100%;
  flex-flow: column wrap;
}
.collectionsearch-results .results-header {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.collectionsearch-results .results-count {
  font-weight: 700;
}
.collectionsearch-results .results-count-number {
  color: #777777;
}
@media screen and (min-width: 992px) {
  .collectionsearch-filters {
    position: sticky;
    top: 15px;
    flex-basis: 320px;
    align-self: flex-start;
    border-right: 1px solid #e2ddbd;
  }
  .collectionsearch-results {
    flex-basis: calc(100% - 350px);
    margin-left: 30px;
  }
}
.requirement-item {
  margin-bottom: 30px;
}
.alert-requirement {
  display: flex;
  height: 100%;
  margin: 0;
}
.alert-requirement .icon {
  margin: 8px 12px 0 0;
  font-size: 24px;
}
.alert-requirement .requirement-title {
  margin: 0 4px 0 0;
}
.alert-requirement .requirement-summary,
.alert-requirement .list-requirements {
  font-size: 14px;
}
.alert-requirement .requirement-message {
  margin-bottom: 12px;
}
.alert-requirement .list-requirements {
  margin: 12px 0 0;
  font-weight: 500;
}
.alert-requirement .list-requirements a {
  border-bottom: none;
}
.actions.assetmanager-actions {
  margin-bottom: var(--spacing-xsmall);
}
.actions.assetmanager-actions > .pull-left {
  margin-right: var(--spacing-xsmall);
}
.connection-request-board .modal-open .grid-table .grid-select-cell p:empty {
  display: none;
}
.individual-plays-container .media-element-detail .video-container {
  position: relative;
}
.individual-plays-container .media-element-detail .video-container > .chart-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: col-resize;
  background: rgba(0, 0, 0, 0.3);
}
.individual-plays-container .media-element-detail video {
  max-width: 100% !important;
}
.individual-plays-container .media-element-detail .analytic-value {
  font-size: 28px;
  font-weight: 600;
}
.individual-plays-container .individual-play-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .individual-plays-container .individual-play-row {
    flex-direction: row;
    align-items: center;
  }
}
.individual-plays-container .individual-play-row .individual-play-date {
  flex: 0 0 auto;
  padding: 4px 8px 4px 0;
  font-size: 12px;
  line-height: initial;
  color: var(--color-interface-medium);
}
@media (min-width: 768px) {
  .individual-plays-container .individual-play-row .individual-play-date {
    width: 100px;
    text-align: right;
  }
  .individual-plays-container .individual-play-row .individual-play-date span {
    display: block;
  }
}
@media (max-width: 767px) {
  .individual-plays-container .individual-play-row .individual-play-date span {
    margin-right: var(--spacing-tiny);
  }
  .individual-plays-container .individual-play-row .individual-play-interaction {
    height: 60px;
  }
  .individual-plays-container .individual-play-row .individual-play-interaction.expanded .individual-play-interaction-session {
    padding-left: var(--spacing-xsmall);
  }
}
.individual-plays-container .individual-play-row .individual-play-person-info {
  width: 100%;
  overflow: hidden;
}
.individual-plays-container .individual-play-row .individual-play-person-location {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-interface-medium);
}
.individual-plays-container .individual-play-row .individual-play-bar {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--color-interface-softest);
  border: var(--color-interface-soft) 1px solid;
}
@media (min-width: 768px) {
  .individual-plays-container .individual-play-row .individual-play-bar {
    flex-direction: row;
  }
}
.individual-plays-container .individual-play-row .individual-play-percent,
.individual-plays-container .individual-play-row .individual-play-person {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 8px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .individual-plays-container .individual-play-row .individual-play-person {
    width: 280px;
  }
  .individual-plays-container .individual-play-row .individual-play-percent {
    justify-content: center;
    width: 60px;
  }
}
.individual-plays-container .individual-play-row .individual-play-chart {
  flex: 1 1 auto;
  height: 60px;
  background: var(--color-interface-soft);
  padding-left: 20px;
}
.individual-plays-container .individual-play-row .individual-play-chart div {
  height: 100%;
}
.individual-plays-container .individual-play-row .individual-play-chart div > svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.individual-plays-container .individual-play-row .badge-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.individual-plays-container .individual-play-person-detail {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--color-interface-strong);
}
.individual-plays-container .individual-play-interaction {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  padding-right: 20px;
  background: var(--color-interface-softest);
  transition: width 0.2s ease-in-out;
}
.individual-plays-container .individual-play-interaction.expanded {
  width: 150px;
}
.individual-plays-container .individual-play-interaction .individual-play-interaction-session {
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 4px;
  font-size: 12px;
  color: var(--color-interface-strong);
  cursor: default;
  opacity: 0.5;
}
.individual-plays-container .individual-play-interaction .individual-play-interaction-session span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.individual-plays-container .individual-play-interaction .expander {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.individual-plays-container .expanded .individual-play-interaction-session {
  display: flex;
}
/*
  Used to manage styles for specific blocks.

  1. Connection Request Board

*/
.connection-request-board .modal-content.rock-modal .modal-header {
  color: #3a3b3a;
  background: #898992;
}
.connection-request-board .modal-content.rock-modal .modal-body {
  padding: 12px 24px;
}
.connection-request-board .modal-content.rock-modal .modal-header .close {
  color: #777777;
}
.connection-request-board .modal-content.rock-modal .modal-header small {
  margin-top: 5px;
  font-size: 100%;
}
.connection-request-board .modal-content.rock-modal .modal-header .label {
  margin-top: 0;
}
.connection-request-board .modal-open .modal-body .nav-tabs {
  margin-top: var(--spacing-medium);
}
/*
    Used to manage styles for specific blocks.

    1. User Registration - Styling for the user registration blocks
    2. Security Popup - Styling for the security pop-up window)

*/
.not-me {
  margin-left: 21px;
}
.security-inherited {
  margin-top: 12px;
}
/*
    Used to manage styles for specific blocks.

    1. Data Views - block for creating data views
    2. Dynamic Report - block for making reports dynamically updated
    3. Interactions
*/
/* data views */
.filter-toggle {
  align-self: flex-start;
  padding-right: 8px;
}
.filter-toggle > span {
  float: left;
}
.filter-toggle .btn-toggle {
  margin: 0 6px;
}
.filter-item-select > span {
  float: left;
  padding: 8px 6px 0 0;
}
.filter-item-select .chosen-container {
  float: left;
  width: 250px !important;
}
.field-criteria .in-columns,
.field-criteria .checkbox-inline {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .field-criteria > div {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .field-criteria .vertical-align-bottom {
    vertical-align: bottom;
  }
}
.filter-item div[class*="col"] {
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .filter-item div[class*="col"] {
    margin-bottom: 0;
  }
}
/* text between input elements in dataview filters - DT */
span.data-view-filter-label {
  display: inline-block;
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0 12px 0 0;
}
.filterfield {
  margin-bottom: 12px;
}
.filterfield .field-criteria > div {
  display: block;
  float: left;
}
.filterfield-label {
  display: block;
  margin-top: 8px;
  font-weight: 600;
}
.list-panel > .grid-filter {
  padding: 6px 0;
  margin: -15px -15px 15px;
  border-bottom: 1px solid #3f3f43;
}
.list-panel > .grid-filter > header {
  position: relative;
}
.list-panel > .grid-filter .grid-filter-entry {
  padding-top: inherit;
  border: 0;
}
.list-panel > .grid-filter .btn-link {
  position: relative;
  margin: 0;
}
.filter-rule-remove,
.filtervisibilityrules-type {
  margin-bottom: 15px;
}
.filter-rule {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.filter-rule .filter-rule-fields {
  flex: 1 1 auto;
  margin-right: 5px;
}
.filter-rule .flex-rule-remove {
  flex: 0 0 auto;
}
.filter-rule-fieldfilter,
.filter-rule-fieldfilter .field-criteria,
.filter-rule-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.filter-rule-fieldfilter .field-criteria::before,
.filter-rule-fields::before,
.filter-rule-fieldfilter .field-criteria::after,
.filter-rule-fields::after {
  display: none !important;
}
.filter-rule-fieldfilter .field-criteria {
  width: calc(100% + 10px);
}
.filter-rule-comparefield > .form-control,
.filter-rule-comparefield > .control-wrapper,
.filter-rule-fieldfilter > .field-criteria .form-control {
  min-width: 100%;
}
.filter-rule-fieldfilter .field-criteria > div {
  display: block;
  float: left;
}
.filter-rule-comparefield,
.filter-rule-fields {
  min-width: 0;
}
.filter-rule-comparefield .ant-select .ant-select-selector {
  overflow: hidden;
}
.filter-rule-comparefield .ant-select .ant-select-selection-item,
.filter-rule-comparefield .ant-select .ant-select-selection-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
  Used to manage styles for specific blocks.

  1. Notes - block to display, add, edit, delete notes
  2. Schedule Builder - block for building schedules
  3. Workflow - styles for workflow blocks
  4. Electronic Signatures

*/
.rock-fullscreen-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  /* make element size relative to content */
  align-items: center;
  /* vertical alignment of items */
  justify-content: center;
  width: 50px;
  padding: 0 10px;
  /* horizontal with padding-l/r */
  line-height: 40px;
  /* vertically size by height, line-height or padding */
  color: #3a3b3a;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #3f3f43;
  opacity: 0.5;
  transition: 0.2s;
}
.rock-fullscreen-toggle:hover {
  font-size: 110%;
  color: #3a3b3a;
  opacity: 0.75;
}
.rock-fullscreen-toggle::before {
  font-family: 'FontAwesome';
  font-weight: 900;
  text-align: center;
  content: "\f065";
}
.is-fullscreen .rock-fullscreen-toggle {
  color: #3a3b3a;
}
.is-fullscreen .rock-fullscreen-toggle::before {
  content: "\f066";
}
.panel-follow-full-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.panel-follow-full-container > div {
  position: relative;
  float: left;
  height: 100%;
}
.section-header-hr,
.rock-header hr {
  margin-top: 16px;
}
.section-header-actions {
  display: flex;
  gap: 4px;
}
.rock-header .title {
  margin: 0;
}
.rock-header .description {
  margin: 0;
  font-size: 14px;
  color: #777777;
}
.panel-section {
  border-color: #e2ddbd;
  box-shadow: none !important;
}
.panel-section > .panel-heading,
.panel-section > .panel-header {
  position: relative;
  padding: 18px;
  background: #edead6;
  border-radius: 4px 4px 0 0;
}
.panel-section > .panel-heading::after,
.panel-section > .panel-header::after {
  position: absolute;
  right: 11px;
  bottom: 0;
  left: 11px;
  content: "";
  border-bottom: 1px solid #ccc;
}
.panel-section > .panel-heading .description,
.panel-section > .panel-header .description {
  display: block;
  margin: 0;
  color: #777777;
}
.panel-section > .panel-heading .panel-title + .description,
.panel-section > .panel-header .panel-title + .description {
  margin-top: 6px;
}
.panel-section > .panel-body {
  background: #edead6;
  border-radius: 0 0 4px 4px;
}
.styled-scroll ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}
.styled-scroll ::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.styled-scroll ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.panel-note {
  border-top-color: #323236;
  border-color: #3f3f43;
}
.panel-note > .panel-heading,
.panel-note > .panel-header {
  color: #1a1a1c;
  background-color: #898992;
  border-color: #3f3f43;
}
.panel-note > .panel-heading + .panel-collapse > .panel-body,
.panel-note > .panel-header + .panel-collapse > .panel-body {
  border-top-color: #3f3f43;
}
.panel-note > .panel-heading .badge,
.panel-note > .panel-header .badge {
  color: #898992;
  background-color: #1a1a1c;
}
.panel-note > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3f3f43;
}
.panel-note .panel-body {
  padding: 0;
}
.panel-note .panel-heading h3,
.panel-note .panel-header h3 {
  float: left;
}
.panel-note .panel-heading .btn,
.panel-note .panel-header .btn {
  float: right;
  margin: -4px 0 -4px auto;
}
.tag-flair {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-transform: capitalize;
  vertical-align: top;
}
.tag-flair .tag-color {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 6px 0 1px;
  background-color: #999;
  border-radius: 50%;
}
.tag-flair .tag-label {
  line-height: 1;
  color: #777777;
  white-space: nowrap;
}
.load-more-container {
  margin: 16px;
  text-align: center;
}
.avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  color: #777777;
  text-align: center;
  background: #f5f5f5;
  border-radius: 50%;
}
.avatar img {
  max-width: 100%;
  height: auto;
}
.avatar-xl {
  width: 64px;
  height: 64px;
}
.avatar-lg {
  width: 48px;
  height: 48px;
  font-size: 20px;
}
.avatar-sm {
  width: 24px;
  height: 24px;
  font-size: 20px;
}
.avatar-xs {
  width: 20px;
  height: 20px;
  font-size: 16px;
}
.avatar::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.0975);
  border-radius: 50%;
}
.meta {
  display: flex;
  align-items: center;
}
.meta .dropdown {
  align-self: flex-start;
  margin-left: auto;
}
.meta .btn-overflow {
  height: 16px;
  padding: 0;
  line-height: 16px;
  color: #777777;
}
.meta .btn-overflow:hover,
.meta .btn-overflow:focus {
  color: #555555;
}
.meta p {
  margin-bottom: 0;
  line-height: 1.3;
}
.meta .note-caption {
  font-weight: 600;
}
.meta .note-details {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
}
.meta .timestamp {
  display: inline-block;
  color: #777777;
}
.meta .meta-figure {
  display: flex;
  flex-shrink: 0;
  margin-right: 12px;
}
.meta .meta-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}
.meta .meta-body .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 0;
  -webkit-box-pack: justify;
  -webkit-box-flex: 1;
}
.meta .meta-body .dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
.note-view-list {
  margin: 0;
}
.note-view-list > .note:last-child {
  padding-bottom: 0;
}
.note-view-list > .note:last-child .note-comments {
  border-bottom: 0;
}
.note + .note {
  border-top: 1px solid #dee2e6;
}
.note .flag {
  padding: 4px 8px 6px;
  margin: -16px -24px 12px;
  font-size: 12px;
  color: #d9534f;
  background: #f2dede;
  border-top: 2px solid #d9534f;
}
@media (min-width: 768px) {
  .note .flag {
    padding: 4px 23px 6px;
    font-size: 14px;
  }
}
.note .flag.warning {
  color: #c09853;
  background: #fcf8e3;
  border-left-color: #f0ad4e;
}
.note article {
  padding: 16px 24px;
}
.note .note-comments {
  background: #f0f3f6;
  border-top: 1px solid #3f3f43;
}
.note .meta {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .note .meta {
    margin-bottom: 12px;
  }
}
.note .note-content p {
  margin: 0;
}
.note .note-content .note-attributes {
  padding: 8px 0 0;
  margin: 24px 0 0;
  border-top: 1px solid rgba(63, 63, 67, 0.6);
}
.note .note-content .note-attribute {
  margin: 15px 0 0;
  font-size: 14px;
}
.note .note-footer {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
.note .note-footer-actions-list {
  -ms-flex-order: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  order: 0;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-box-ordinal-group: 1;
}
.note .note-footer-meta-list {
  margin-bottom: 0;
  margin-left: auto;
}
.note .note-footer-meta-list > li > .btn {
  padding: 0;
  margin-left: 32px;
  font-size: 14px;
  color: #777777;
}
.note .note-footer-meta-list > li > .btn i {
  margin-right: 4px;
}
.note .note-footer-meta-list > li > .btn:hover {
  color: #3a3b3a;
}
.note-nested > .note-list-nested {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .note-nested > .note-list-nested {
    margin-left: 44px;
  }
}
.note-list-nested {
  margin-left: 0;
}
@media (min-width: 768px) {
  .note-list-nested {
    margin-left: 60px;
  }
}
.note-list-nested > .note:first-child {
  border-top: 0;
}
.note-list-nested .note-content,
.note-list-nested .note-footer {
  margin-left: 44px;
}
.note-editor .meta-body {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.note-editor .settings {
  padding: 3px 12px 6px;
}
.note-editor .settings .createDate {
  float: left;
}
.note-editor .settings .createDate .date-time-picker .input-group,
.note-editor .settings .createDate .date-time-picker {
  margin-bottom: 0;
}
.note-editor .settings .createDate .date-time-picker .control-label {
  display: none;
}
.note-editor .settings .createDate .date-time-picker .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 14px;
}
.note-editor .settings .createDate .date-time-picker .date {
  width: 130px;
}
.note-editor .settings .createDate .date-time-picker .bootstrap-timepicker {
  width: 120px;
}
.note-editor .settings .createDate .date-time-picker .input-group-addon {
  padding: 0 12px;
}
.note-editor .settings .noteentry-notetype {
  float: left;
  width: auto;
  max-width: 200px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 30px;
}
.note-editor .settings .checkbox {
  float: left;
  margin: 3px 5px 0 10px !important;
  font-size: 14px;
  line-height: 24px;
}
.note-editor .settings .hidden + .checkbox,
.note-editor .settings .checkbox:first-child {
  margin-left: 0 !important;
}
.note-editor .settings .commands {
  float: right;
}
.note-editor .settings .commands > .btn {
  margin-left: 8px;
}
.note-editor-standard .meta-body:focus,
.note-editor-standard .meta-body:focus-within,
.note-editor-standard .meta-body.focus-within {
  border: var(--focus-state-border);
  box-shadow: var(--focus-state-shadow);
}
.note-editor-standard .noteentry-control .form-control {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.note-editor-attributes .noteentry-control {
  padding: 18px 24px 0;
}
.note-editor-attributes .settings {
  padding: 6px 24px;
}
.note-editor.note-frame {
  margin: 0;
}
.notes .note-editor {
  margin: 16px 24px;
}
.noteentry-control textarea {
  overflow: auto;
  resize: vertical;
}
.recurrence-pattern-type {
  padding-left: 30px;
  margin-top: 12px;
}
.recurrence-pattern-specific-date:before,
.recurrence-pattern-specific-date:after {
  display: table;
  content: " ";
}
.recurrence-pattern-specific-date:after {
  clear: both;
}
.recurrence-pattern-specific-date .input-group {
  float: left;
}
.recurrence-pattern-specific-date .control-actions {
  float: left;
  margin-top: 4px;
  margin-left: 12px;
}
.recurrence-pattern-daily .form-control-group,
.recurrence-pattern-monthly .form-control-group,
.continue-until .form-control-group {
  align-items: center;
  min-height: 38px;
  margin-bottom: 3px;
}
.recurrence-pattern-weekly .week-days {
  margin-top: 15px;
}
.recurrence-pattern-weekly .week-days:before,
.recurrence-pattern-weekly .week-days:after {
  display: table;
  content: " ";
}
.recurrence-pattern-weekly .week-days:after {
  clear: both;
}
.recurrence-pattern-weekly .week-days .checkbox {
  float: left;
  margin: 0 15px;
}
.exclusions .add-exclusion .form-control-group {
  float: left;
}
.exclusions .add-exclusion .control-actions {
  float: left;
  margin-top: 5px;
}
.workflow-section-activities {
  margin-top: 64px;
}
.workflow-activities-readonly-header {
  color: #3a3b3a;
}
.workflow-activities-readonly-header:hover,
.workflow-activities-readonly-header:active,
.workflow-activities-readonly-header:focus {
  color: inherit;
  text-decoration: none;
}
.panel.workflow-activity::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 6px;
  content: "";
  background: #5bc0de;
  border-radius: 4px 0 0 4px;
}
.panel.workflow-activity h3.panel-title {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.panel.workflow-activity .filter-toggle .panel-title::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: 900;
  color: #5bc0de;
  content: "\f1b3";
  background: rgba(91, 192, 222, 0.2);
  border-radius: 20px;
}
.panel.workflow-activity a.btn-link {
  color: #3a3b3a;
}
.panel.workflow-activity.activated-with-workflow:not(.workflow-activity-inactive)::before {
  background-color: #5cb85c;
}
.panel.workflow-activity.activated-with-workflow:not(.workflow-activity-inactive) .panel-title::before {
  color: #5cb85c;
  background: rgba(92, 184, 92, 0.2);
}
.panel.workflow-activity.workflow-activity-inactive::before {
  background-color: #d9534f;
}
.panel.workflow-activity.workflow-activity-inactive .panel-title::before {
  color: #d9534f;
  background: rgba(217, 83, 79, 0.2);
}
.panel.workflow-activity > .panel-heading > .filter-toggle > span,
.panel.workflow-activity > .panel-header > .filter-toggle > span {
  margin-left: 36px;
  font-size: 14px;
  line-height: 1.5;
  color: #777777;
}
@media (min-width: 992px) {
  .panel.workflow-activity > .panel-body {
    padding-left: 51px;
  }
}
.workflow-action {
  margin-bottom: 12px;
}
.workflow-action:last-of-type {
  margin-bottom: 0;
}
.workflow-action.editable:hover {
  border-color: #262629;
}
.workflow-action > .panel-heading,
.workflow-action > .panel-header {
  background: #f5f5f5 !important;
}
.workflow-action .workflow-action-name::before {
  margin-right: 8px;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f1b2";
}
.workflow-action .criteria-exists {
  color: #fff;
  background-color: #f0ad4e;
  border: 1px solid #eea236;
}
.workflow-action .conditional-run-criteria {
  padding: 15px 0 10px;
  margin: -15px -16px 15px;
  border-style: solid;
  border-width: 1px;
}
.workflow-action .form-action-rows .form-row {
  margin-bottom: 15px;
}
.workflow-action.not-editable {
  opacity: 0.5;
}
.panel-group .panel-workflowitem {
  margin-bottom: 30px;
  border-color: #3f3f43;
}
.panel-group .panel-workflowitem > .panel-heading,
.panel-group .panel-workflowitem > .panel-header {
  color: #1a1a1c;
  background-color: #898992;
  border-color: #3f3f43;
}
.panel-group .panel-workflowitem > .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-workflowitem > .panel-header + .panel-collapse > .panel-body {
  border-top-color: #3f3f43;
}
.panel-group .panel-workflowitem > .panel-heading .badge,
.panel-group .panel-workflowitem > .panel-header .badge {
  color: #898992;
  background-color: #1a1a1c;
}
.panel-group .panel-workflowitem > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3f3f43;
}
.panel-group .panel-workflowitem:hover {
  background-color: #fff;
}
.panel-group .panel-workflowitem .panel-heading,
.panel-group .panel-workflowitem .panel-header {
  padding: 30px;
}
.panel-group .panel-workflowitem .panel-heading a,
.panel-group .panel-workflowitem .panel-header a {
  display: block;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title,
.panel-group .panel-workflowitem .panel-header a .panel-title {
  width: 100%;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title h3,
.panel-group .panel-workflowitem .panel-header a .panel-title h3 {
  margin: 0;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title h3 i,
.panel-group .panel-workflowitem .panel-header a .panel-title h3 i {
  margin-right: 12px;
  font-size: 35px;
}
.panel-group .panel-workflowitem .panel-heading a i.panel-navigation,
.panel-group .panel-workflowitem .panel-header a i.panel-navigation {
  margin-top: 8px;
}
.panel-group .panel-workflowitem .panel-heading a i.panel-navigation::before,
.panel-group .panel-workflowitem .panel-header a i.panel-navigation::before {
  margin-top: 6px;
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: 900;
  content: "\f077";
}
.panel-group .panel-workflowitem .panel-heading a.collapsed i.panel-navigation::before,
.panel-group .panel-workflowitem .panel-header a.collapsed i.panel-navigation::before {
  content: "\f078";
}
.checkin-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.checkin-buttons .btn-checkbox {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
}
@media (min-width: 768px) {
  .checkin-buttons .btn-checkbox {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 992px) {
  .checkin-buttons .btn-checkbox {
    width: calc(25% - 16px);
  }
}
.btn-checkbox {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 10em;
  padding-top: 24px;
  padding-bottom: 24px;
  white-space: normal;
}
.btn-checkbox i {
  margin-bottom: 0.25em;
  font-size: 2em;
}
.btn-checkbox .name {
  display: -webkit-box;
  max-height: 2.6666666em;
  overflow: hidden;
  line-height: 1.3333333;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.btn-checkbox .small {
  font-size: 80%;
  line-height: 1;
}
.btn-checkbox.active {
  color: #fff !important;
  background: #262629 !important;
  border-color: #1a1a1c !important;
}
.mobile-auth-row {
  max-width: 400px;
  margin-right: -4px;
  margin-left: -4px;
  font-size: 36px;
  text-align: center;
}
.mobile-auth-row .input-lg {
  min-height: 54px;
  font-size: 36px;
  border-radius: 0;
}
.mobile-auth-row > .col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}
.mobile-auth-row > .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.rock-fullname {
  display: none !important;
  visibility: hidden !important;
}
.icon-property {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.icon-property .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #777777;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.icon-property .property {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
.registrant-signature-document {
  margin-top: 32px;
}
.signaturedocument-container {
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  overflow: auto;
  background: #fff;
  border: 1px solid #3f3f43;
  border-radius: 4px;
}
.signaturedocument-iframe {
  width: 100%;
  min-height: 450px;
}
.signature-entry-agreement {
  margin-top: 6px;
}
.signature-entry-clear-col {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
body.hide-block-role-secondary .block-instance.block-role-secondary:not(.block-role-action-aware) {
  display: none;
}
/*
    Used to manage styles for specific blocks.

    1. Group Viewer - styles for the group viewer block.
    2. Group Scheduler v2 - styles for the Obsidian group scheduler block.
*/
.group-location-map {
  margin-bottom: 24px;
}
.group-location-map .address {
  margin-top: 8px;
}
.group-location-map img {
  width: 100%;
}
.description {
  margin-bottom: 24px;
}
.description:empty {
  display: none;
}
@media (min-width: 992px) {
  .resource-list {
    top: 16px;
    max-height: calc(100vh - 112px);
  }
}
.group-scheduler-v2 .panel-toolbar {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  border-bottom: 0;
}
.group-scheduler-v2 .panel-toolbar-mobile {
  padding: 4px 15px;
}
.group-scheduler-v2 .panel-body {
  padding: 0;
}
.group-scheduler-v2 .panel-body-alert {
  padding: 16px 16px 0;
}
.group-scheduler-v2 .snap-container {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  padding: 18px 0 24px;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
.group-scheduler-v2 .occurrence-date {
  position: relative;
  flex: 0 0 calc(100% * var(--schedule-count));
}
@media (min-width: 768px) {
  .group-scheduler-v2 .occurrence-date {
    flex-basis: calc(50% * var(--schedule-count));
    height: fit-content;
    padding: 0 24px;
    border-right: 4px solid #d4d4d4;
  }
}
@media (min-width: 992px) {
  .group-scheduler-v2 .occurrence-date {
    flex-basis: auto;
  }
}
.group-scheduler-v2 .occurrence-date:first-child {
  padding-left: 0;
}
.group-scheduler-v2 .occurrence-date:last-child {
  padding-right: 0;
  border-right: none;
}
.group-scheduler-v2 .occurrence-date-title {
  position: sticky;
  left: 12px;
  display: inline-block;
  margin: 0 12px 12px;
  font-size: 18px;
  font-weight: 600;
}
.group-scheduler-v2 .schedules {
  display: flex;
  flex-direction: row;
}
.group-scheduler-v2 .schedule-column {
  scroll-snap-align: start;
  width: calc(100% / var(--schedule-count));
  padding: 0 15px;
}
@media (min-width: 992px) {
  .group-scheduler-v2 .schedule-column {
    width: 360px;
    padding: 0 12px 12px;
  }
}
.group-scheduler-v2 .card-sched {
  margin-bottom: 12px;
}
.group-scheduler-v2 .card-sched .location {
  margin-bottom: 16px;
}
.group-scheduler-v2 .card-sched .card-body {
  padding: 12px;
}
.group-scheduler-v2 .card-sched .card-body .location:last-child {
  margin-bottom: 0;
}
.group-scheduler-v2 .list-group-sched {
  margin: 0;
}
.group-scheduler-v2 .list-group-sched .list-group-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0 8px 10px;
  background-color: #fcfbfc;
}
.group-scheduler-v2 .list-group-sched .list-group-item.status-pending,
.group-scheduler-v2 .list-group-sched .list-group-item.status-declined,
.group-scheduler-v2 .list-group-sched .list-group-item.status-confirmed {
  border-left: 6px solid #ddd;
}
.group-scheduler-v2 .list-group-sched .list-group-item.status-declined {
  border-left-color: #d9534f;
}
.group-scheduler-v2 .list-group-sched .list-group-item.status-confirmed {
  border-left-color: #5cb85c;
}
.group-scheduler-v2 .list-group-sched .list-group-item::before,
.group-scheduler-v2 .list-group-sched .list-group-item::after {
  display: none;
}
.group-scheduler-v2 .list-group-sched .list-group-item .resource-name {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 8px;
}
.group-scheduler-v2 .list-group-sched .list-group-item .resource-role {
  font-size: 12px;
}
.group-scheduler-v2 .list-group-sched .list-group-item .btn-overflow {
  padding: 0 12px;
  color: #777777;
}
.group-scheduler-v2 .list-group-sched .list-group-item .btn-overflow:hover {
  color: rgba(119, 119, 119, 0.75);
}
.group-scheduler-v2 .progress {
  position: relative;
  height: 14px;
  overflow: visible;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50px;
  box-shadow: none;
}
.group-scheduler-v2 .progress .indicator {
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 5px;
}
.group-scheduler-v2 .progress .indicator::before,
.group-scheduler-v2 .progress .indicator::after {
  position: absolute;
  left: 0;
  width: 2px;
  height: 3px;
  content: "";
  background: currentColor;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25);
}
.group-scheduler-v2 .progress .indicator::before {
  top: -1px;
}
.group-scheduler-v2 .progress .indicator::after {
  bottom: -1px;
}
.group-scheduler-v2 .progress-bar {
  position: absolute;
  left: 0;
  border-radius: 50px;
  box-shadow: none;
}
.group-scheduler-v2 .avatar {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.group-scheduler-v2 .schedule-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  margin-bottom: 24px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.group-scheduler-v2 .schedule-header::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  width: 5px;
  height: 1.75em;
  content: "";
  background-color: #9e9ea0;
  border-radius: 0 5px 5px 0;
  transform: translateY(-50%);
}
.group-scheduler-v2 .schedule-header .page {
  color: #3a3b3a;
}
@media (min-width: 768px) {
  .group-scheduler-v2 .schedule-header::before {
    display: block;
  }
  .group-scheduler-v2 .schedule-header .page {
    display: none;
  }
}
.group-scheduler-v2 .circle-plus {
  width: 26px;
  height: 26px;
  padding: 0;
  margin-right: 12px;
  font-size: 16px;
  color: #9e9ea0;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
}
.group-scheduler-v2 .circle-plus:hover {
  color: #848487;
}
.group-scheduler-v2 .circle-plus:active {
  color: #6b6b6d;
  border-color: #aeaeae;
}
.group-scheduler-v2 .resource-notes {
  font-size: 14px;
  color: #777777;
}
.group-scheduler-v2 .resource-notes .resource-notes-header {
  font-weight: 600;
}
.group-scheduler-v2 .resource-notes.resource-disabled {
  opacity: 0.75;
}
.group-scheduler-v2 .tooltip-section + .tooltip-section {
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .featured-content .group-scheduler-v2 .panel.panel-block {
    height: auto;
  }
}
.featured-content .group-scheduler-v2 .panel-body {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: var(--block-min-height, calc(100vh - 290px));
  overflow: auto;
}
.is-fullscreen .featured-content .group-scheduler-v2 {
  height: 100vh;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
/*
    Used to manage styles for specific blocks.

    1. Contributions - block add a contribution transaction
    2. Scheduled Transactions - Styles for the scheduled transaction blocks
    3. Transaction Matching

*/
.contribution-payment .tab-content {
  margin-top: 15px;
}
.scheduledtransaction-item {
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
.scheduledtransaction-item:last-child {
  border-bottom: 0;
}
.scheduledtransaction-item .actions {
  margin: 6px 0;
}
.transaction-image {
  width: 100%;
  margin-bottom: 12px;
  border: 2px solid #57575e;
}
.transaction-image .fluidbox-ghost {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.transaction-image-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
  border: 2px solid #57575e;
}
.transaction-entry-v2 {
  max-width: 600px;
  margin: 0 auto;
}
.transaction-entry-v2 h2 {
  margin-bottom: 24px;
  text-align: center;
}
.transaction-entry-v2 .toggle-container {
  margin-bottom: 8px;
}
.transaction-entry-v2 .navigate-actions {
  margin-top: 15px;
  text-align: center;
}
.giving-personal-information {
  padding: 15px 0;
}
.amount-summary {
  text-align: center;
}
.gateway-type-selector {
  margin-bottom: 15px;
}
.gateway-iframe-container {
  min-height: 44px;
  margin: -5px -15px 10px;
}
.amount-display {
  font-size: 45px;
  line-height: 1.15;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 768px) {
  .amount-display {
    font-size: 100px;
  }
  .amount-display-md {
    font-size: 45px;
  }
  .amount-display-lg {
    font-size: 60px;
  }
}
/*
    Used to manage styles related to the person details page

    1. Page Styles
    2. Header
    3. Badge Bar
    4. Family Bar
    5. Page Tabs
    6. Edit Group Page
    7. Styles for Page Tabs
    8. Add Family Page
    9. Fluidbox
    10. Responsive Overrides
    11. Person Merge
    12. Person Page Views
    13. Deceased / Inactive Styles
    14. Bulk Update
    15. Photo Upload
    16. Duplicate Pages
    17. DISC & Assessments
    19. Edit Person
*/
.originate-call::before {
  margin-right: 6px;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f098";
}
.rockbadge {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0 0.133333em;
  font-size: var(--badge-size, 45px);
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: default;
  background-color: inherit;
}
.rockbadge:empty {
  display: none;
}
.rockbadge .badge-content {
  display: block;
}
.rockbadge .alert-text {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 1.5em;
  padding: 0.25em 0.125em;
  font-size: 0.26666em;
  color: #ffffff;
  background: #d9534f;
  border-radius: 999px;
}
.rockbadge .tooltip-inner {
  max-width: 300px;
  padding: 12px;
}
.rockbadge .fa-stack,
.rockbadge .ti-stacked {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.rockbadge .fa-stack-1x,
.rockbadge .ti-stacked-1x {
  font-size: 0.5em;
}
.rockbadge .fa-stack-2x,
.rockbadge .ti-stacked-2x {
  font-size: 1em;
}
.rockbadge-grid {
  flex-direction: column;
  font-size: 0;
}
.rockbadge-grid .rockbadge {
  width: 1em;
  height: 1em;
  margin: 0 0.09523em 0.09523em;
  font-size: calc(var(--badge-size, 45px) * 0.46667);
}
.rockbadge-grid .badge-row:last-child .rockbadge {
  margin-bottom: 0;
}
.rockbadge-background,
.rockbadge-fraction::before {
  display: block;
  width: 1em;
  height: 1em;
  content: " ";
  background: currentColor;
  border-radius: 0.1em;
}
.rockbadge-standard {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  color: #fff;
  background: rgba(147, 147, 147, 0.2);
  border-radius: 999px;
}
.rockbadge-standard .metric-value {
  font-size: 0.4em;
  font-weight: 700;
  line-height: 0.9em;
}
.rockbadge-standard .metric-unit {
  font-size: 0.2442em;
  font-weight: 400;
  line-height: 1;
}
.rockbadge-standard.duration-new {
  background: #d25555;
}
.rockbadge-standard.duration-months {
  background: #69ad5e;
}
.rockbadge-standard.duration-years {
  background: #56789e;
}
.rockbadge-standard.rockbadge-era {
  background: #5cb85c;
}
.rockbadge-standard.era-loss {
  background: #ee7624;
}
.rockbadge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  background: currentColor;
  border-radius: 0.1em;
}
.rockbadge-icon .badge-icon {
  font-size: 0.65em;
  color: #fff;
}
.rockbadge-icon.rockbadge-circle {
  border-radius: 999px;
}
.rockbadge-icon.rockbadge-icon-nobg {
  background: transparent;
}
.rockbadge-icon.rockbadge-icon-nobg .badge-icon {
  font-size: 1em;
  color: currentColor;
}
.rockbadge-icon.rockbadge-disabled {
  color: #939393;
  opacity: 0.2;
}
.rockbadge-fraction {
  color: #686576;
}
.rockbadge-fraction::before {
  background-color: #f0ad4e;
}
.rockbadge-fraction .metric-value {
  position: absolute;
  top: 0.388em;
  left: 0.2em;
  display: block;
  width: 1em;
  font-size: 0.45em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.1em;
}
.rockbadge-fraction .metric-unit {
  position: absolute;
  right: 0.363em;
  bottom: 0.9em;
  font-size: 0.275em;
  font-weight: 600;
}
.rockbadge-label {
  font-size: 16px;
}
.rockbadge-step .metric-value {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 0.266em;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  background-color: #d9534f;
  border-radius: 50%;
}
.rockbadge-slash::before {
  position: absolute;
  display: block;
  font-family: 'FontAwesome';
  font-size: 0.6em;
  font-weight: 600;
  color: #d9534f;
  content: "\f715";
}
.rockbadge-slash.rockbadge-disabled::before {
  color: #fff;
  text-shadow: -0.074em 0.074em #939393;
}
.rockbadge-baptism {
  color: #23a5c5;
}
.rockbadge-disc .rockbadge-disc-chart {
  display: table;
  width: 1em;
  height: 0.888em;
  margin: 0 auto;
  table-layout: fixed;
}
.rockbadge-disc .rockbadge-disc-chart li {
  position: relative;
  display: table-cell;
  width: 3px;
  height: 100%;
  vertical-align: bottom;
}
.rockbadge-disc .rockbadge-disc-chart li span {
  display: block;
  width: 0.2222em;
  min-height: 2px;
  background: #99bbd9;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .rockbadge-disc .rockbadge-disc-chart li span {
    position: absolute;
    bottom: 0;
  }
}
.rockbadge-disc .rockbadge-disc-chart li.rockbadge-disc-primary span {
  background: #4f89bd;
}
.rockbadge-disc .rockbadge-disc-chart li.rockbadge-disc-disabled span {
  background-color: #939393;
  opacity: 0.2;
}
.rockbadge-disc .requested {
  position: absolute;
  padding: 0.041em 0.25em;
  font-size: 0.5em;
  background-color: #e3ded7;
  border-radius: 99px;
  opacity: 0.8;
}
.rockbadge-disc.animate ul.rockbadge-disc-chart li span {
  -webkit-animation: bar-grow 1s ease-in-out;
  -moz-animation: bar-grow 1s ease-in-out;
  animation: bar-grow 1s ease-in-out;
}
.badge-content.fa-layers {
  width: 50px;
  height: 43px;
  font-size: 4em;
}
.rockbadge-overlay {
  width: 1em;
  height: 1em;
}
.rockbadge-overlay .badge-icon {
  top: 0;
  right: 0;
  left: 0;
  font-size: 1.25em;
  line-height: 1.15em;
  text-align: center;
}
.rockbadge-overlay-invert .metric-value {
  color: #fff;
}
.rockbadge-overlay .metric-value {
  position: absolute;
  top: 0.5em;
  right: 0.3em;
  bottom: 0.95em;
  left: 0.3em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4em;
  font-weight: 700;
  text-align: center;
}
.rockbadge-overlay .badge-content {
  font-size: 1em;
  color: #4f89bd;
}
.rockbadge-overlay .badge-content.today .metric-value {
  font-size: 0.275em;
}
.rockbadge-overlay .badge-content.recent {
  opacity: 0.8;
}
.rockbadge-overlay .badge-content.moderate {
  opacity: 0.6;
}
.rockbadge-overlay .badge-content.not-recent {
  opacity: 0.4;
}
.rockbadge-overlay .badge-content.old {
  opacity: 0.2;
}
.rockbadge-signal .metric-value {
  top: 0.35em;
  bottom: 0.65em;
}
.rockbadge-personaldevice,
.rockbadge-lastvisitonsite {
  width: 0.9em;
}
.rockbadge-personaldevice .badge-content .metric-value,
.rockbadge-lastvisitonsite .badge-content .metric-value {
  bottom: 1em;
}
.rockbadge-personaldevice .badge-content .metric-value {
  font-size: 0.3em;
}
.rockbadge-lastvisitonsite .badge-content .metric-value {
  font-size: 0.4em;
  top: 0.4em;
}
.rockbadge-assessment a {
  display: inline-flex;
  color: inherit;
}
.rockbadge-assessment .fa-stack-1x,
.rockbadge-assessment .ti-stacked-1x {
  color: #fff;
}
.rockbadge-assessment .fa-stack-2x,
.rockbadge-assessment .ti-stacked-2x {
  color: currentColor;
}
.rockbadge-assessment.not-requested {
  color: rgba(147, 147, 147, 0.2) !important;
}
.rockbadge-assessment.requested {
  color: #000000 !important;
}
.assessment-tooltip-item {
  display: flex;
  margin-bottom: 12px;
}
.assessment-tooltip-item:last-child {
  margin-bottom: 0;
}
.assessment-tooltip-value {
  margin: 2px 0 0 6px;
}
.assessment-tooltip-value .assessment-name {
  display: block;
  font-weight: 700;
}
.assessment-tooltip-value .assessment-summary {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.rockbadge-container {
  --badge-size: 45px;
}
.rockbadge-container-xs {
  --badge-size: 24px;
}
.rockbadge-container-xs .rockbadge-grid {
  flex-direction: row;
}
.rockbadge-container-xs .rockbadge-grid .rockbadge {
  font-size: var(--badge-size);
}
.rockbadge-container-xs .rockbadge-fraction .metric-value {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0.7em;
}
.rockbadge-container-xs .rockbadge-fraction .metric-unit,
.rockbadge-container-xs .rockbadge-standard .metric-unit {
  display: none;
}
.rockbadge-container-sm {
  --badge-size: 32px;
}
@-webkit-keyframes bar-grow {
  0% {
    height: 0;
    opacity: 0;
  }
}
@-moz-keyframes bar-grow {
  0% {
    height: 0;
    opacity: 0;
  }
}
@keyframes bar-grow {
  0% {
    height: 0;
    opacity: 0;
  }
}
.trend-chart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  color: #000000;
  list-style: none;
}
.trend-chart-sm {
  height: 20px;
}
.trend-chart-block {
  height: 18px;
}
.trend-chart-block li span {
  width: calc(100% - 3px);
  color: #5bc0de;
}
.rockbadge-attendance .trend-chart {
  width: 220px;
  height: var(--badge-size, 40px);
}
.trend-chart li {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-right: 2px;
  overflow: hidden;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}
.trend-chart li:hover {
  opacity: 0.85;
}
.trend-chart li.has-exclusion {
  opacity: 0.3;
}
.trend-chart li span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  min-width: 2px;
  min-height: 1px;
  max-height: 100%;
  background: currentColor;
}
.animate .trend-chart li span {
  animation: bar-grow 1s ease-in-out;
}
@media (min-width: 1200px) {
  .trend-chart-gap li {
    margin-right: 5px;
  }
}
.streak-chart {
  width: 100%;
  height: 18px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
.streak-chart li {
  position: relative;
  display: table-cell;
  float: right;
  width: 9px;
  height: 100%;
  margin-right: 2px;
  vertical-align: bottom;
}
.streak-chart li span {
  display: block;
  width: 100%;
  min-height: 1px;
  background: #5bc0de;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .streak-chart li span {
    position: absolute;
    bottom: 0;
  }
}
.editgroup-list li.member {
  min-width: 200px;
}
.editgroup-list li.member .radio {
  margin: 0;
}
.editgroup-list .groupmembers h4 {
  margin-bottom: 4px;
}
.person-content {
  padding-top: 0;
}
span.field-name,
span.field-value {
  padding: 2px 4px;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  font-size: 90%;
  color: #000000;
  white-space: nowrap;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* white-space was nowrap but changed to inherit; see discussion at https://github.com/SparkDevNetwork/Rock/commit/e4230496c8a1dc199f1bbb26f95dfa025d64dd02#r28278277 */
span.field-value {
  white-space: inherit;
}
.row-duplicate {
  padding-top: 12px;
  border-top: 1px solid #3f3f43;
}
.row-duplicate:first-child {
  padding-top: 0;
  border-top: 0;
}
#fluidbox-overlay {
  background: #000;
}
.panel-widget.pageviewsession .pageviewsession-client {
  line-height: 1;
  text-align: right;
}
.person-bio div.deceased h1.title.name::after {
  margin-left: 12px;
  font-size: 14px;
  color: #d9534f;
  content: "Deceased";
}
.groupmembers .member.deceased:hover {
  background-color: #5e5e5e;
}
.groupmembers .member.deceased .person-info::after {
  font-size: 14px;
  color: #d9534f;
  content: "Deceased";
}
tr.inactive td {
  color: #868886;
}
.bulk-update .no-select .form-group {
  opacity: 1;
}
.bulk-update .fade-inactive .form-group {
  opacity: 0.5;
}
.bulk-update .fade-inactive .form-group .control-label {
  cursor: pointer;
}
.bulk-update .form-group.bulk-item-selected,
.bulk-update .bulk-item-selected .form-group,
.bulk-update .form-group.bulk-item-visible {
  opacity: 1;
}
.bulk-update .form-group.bulk-item-selected {
  padding: 12px;
  background-color: #eeeeee;
  border-radius: 4px;
}
.photoupload-photo .image-editor {
  float: left;
  margin-right: 48px;
}
.photoupload-photo .image-editor label {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid-table tbody tr.duplicate-source td,
.grid-table tbody tr.duplicate-source:hover > td {
  color: #333333;
  background-color: #777777;
}
.disc-assessment th {
  padding: 6px;
}
.disc-assessment th:last-child {
  border-radius: 0 4px 0 0;
}
.disc-assessment th.disc-question {
  padding: 6px;
  font-weight: 700;
  border-radius: 4px 0 0 0;
}
.disc-assessment td {
  vertical-align: middle;
}
.disc-assessment .disc-answer {
  width: 20%;
  min-width: 50px;
  text-align: center;
}
.disc-heading {
  text-align: center;
}
.disc-row {
  margin-bottom: 48px;
}
.disc-row::after {
  display: block;
  width: 100%;
  margin: 48px 0;
  content: " ";
  border-bottom: 1px solid #dbdbdb;
}
.question-row {
  margin-bottom: 48px;
}
.question-row .answered {
  color: #777777;
}
.question-row .likert > .control-label {
  margin-bottom: 9px;
}
.question-row .likert .radio-inline {
  padding: 5px 12px 7px 36px;
  cursor: pointer;
  background-clip: padding-box;
  border-radius: 4px;
}
@media (min-width: 1198px) {
  .question-row .likert .radio-inline {
    margin-right: 12px;
    margin-left: -12px;
  }
}
.question-row .likert .radio-inline:hover {
  background-color: #eeeeee;
}
.question-row .likert .radio-inline .label-text::before,
.question-row .likert .radio-inline .label-text::after {
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.question-row .likert-7 > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .question-row .likert-7 > span {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.question-row .likert-7 > span .radio-inline {
  flex: 0 0 14.28571429%;
}
.phonegroup-label {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .phonegroup-label {
    padding-top: 4px;
  }
}
/*
    Used to manage styles related to the LMS pages.

    1. LMS Home Navigation
      1.1 Program List
      1.2 Course List
      1.3 Course Detail
      1.4 Class Enrollment
    2. Class Workspace
      2.1 Class Overview
      2.2 Class Activities/Assignments
        2.2.1 Assessment
        2.2.2 Point Assessment
        2.2.3 Acknowledgement
        2.2.4 File Upload
        2.2.5 Video Watch
    3. Course Detail (internal)
    4. Learning Plan Grid (internal)
*/
.enrollment-block-container {
  max-width: 545px;
}
.facilitator-portal {
  padding-right: var(--spacing-large);
}
/* Workspace Tabbar */
.workspace-tab-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--spacing-large);
  align-items: center;
}
/* Column Size and order on Class overview */
.workspace-class-overview {
  display: flex;
  width: 100%;
  gap: 30px;
}
.overview-container {
  flex: 1;
}
.announcements-container {
  flex: 2;
}
.notifications-container {
  flex: 1;
}
/* Change order for smaller screens */
@media (max-width: 768px) {
  .workspace-navigation-pane-container .custom-select-expand-icon {
    margin-right: var(--spacing-large);
  }
  .workspace-navigation-pane-container {
    margin-bottom: var(--spacing-large);
  }
  .workspace-navigation-pane {
    margin-bottom: 0;
  }
  .workspace-class-overview {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .overview-container {
    order: 1;
  }
  .notifications-container {
    order: 2;
  }
  .announcements-container {
    order: 3;
    flex: 1;
  }
}
/* Workspace Class Overview */
.workspace-class-sidebar .section:not(:last-child) {
  margin-bottom: var(--spacing-large) 0;
  padding-bottom: var(--spacing-large);
}
.class-progress-bar .progress {
  margin-bottom: 4px !important;
}
.overview-section,
.announcements-section,
.notifications-section,
.empty-announcements-container,
.empty-notifications-container {
  border: 1px solid var(--color-interface-soft);
  border-radius: 12px;
  padding: var(--spacing-large);
}
/* Override the default h4 margins in the overview section. */
h4.section-label {
  margin-top: 0;
  margin-bottom: var(--spacing-small);
}
.facilitator-list-item {
  margin-bottom: var(--spacing-xsmall);
}
.facilitator-email {
  margin-top: 4px;
}
.announcement-cards-container,
.notification-cards-container {
  display: flex;
  flex-direction: column;
}
.empty-announcements-container,
.empty-notifications-container {
  align-items: center;
  background-color: var(--color-interface-softer);
}
.no-announcements-icon,
.no-notifications-icon {
  color: var(--color-interface-strong);
}
.no-announcements-title,
.no-notifications-title {
  font-weight: var(--font-weight-bold);
  padding-top: var(--spacing-xsmall);
  padding-bottom: var(--spacing-tiny);
  margin: 0;
}
.no-announcements-text,
.no-notifications-text {
  font-size: var(--font-size-small);
  color: var(--color-interface-medium);
}
.view-all-button > .btn-link:focus {
  outline: none;
}
.view-all-button > .btn-link > .fa {
  text-decoration-line: none;
  margin-left: var(--spacing-tiny);
}
.empty-grade {
  background-color: var(--color-interface-soft);
  color: var(--color-interface-strongest);
}
.card-notification,
.card-announcement {
  margin-bottom: var(--spacing-medium);
  background-color: var(--color-interface-softer) !important;
  display: flex;
  flex-direction: column;
}
.notification-title {
  margin-top: var(--spacing-tiny);
  margin-bottom: var(--spacing-tiny);
  font-weight: var(--font-weight-semibold);
}
.notification-content {
  color: var(--color-interface-strong);
}
.view-all-button {
  display: flex;
  justify-content: center;
}
.card-date {
  color: var(--color-interface-medium);
}
.notification-section:not(:last-child),
.announcment-section:not(:last-child) {
  margin-bottom: var(--spacing-large);
}
.overview-section h3.title,
.notifications-section h3.title,
.announcements-section h3.title {
  margin-bottom: var(--spacing-large);
  margin-top: 0;
}
.notification-title {
  margin-top: var(--spacing-tiny);
  margin-bottom: 0;
}
.announcement-title {
  font-size: var(--font-size-h4);
  margin-top: var(--spacing-tiny);
  margin-bottom: var(--spacing-medium);
}
.announcement-content h1,
.announcement-content h2 {
  font-size: var(--font-size-h5);
}
.announcement-content h1,
.announcement-content h2 {
  font-size: var(--font-size-h5);
}
.announcement-content h3,
.announcement-content h4,
.announcement-content h5,
.announcement-content h6 {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-bold);
}
.facilitators-list {
  display: flex;
  flex-direction: column;
}
.facilitator-comment-container {
  padding: var(--spacing-small);
}
/* Workspace Activities */
@media (min-width: 768px) {
  .workspace-block-content {
    display: flex;
  }
  .workspace-navigation-pane-container {
    width: 33%;
    margin-right: var(--spacing-large);
  }
  .workspace-main-content {
    width: 67%;
  }
}
.workspace-navigation-pane-container {
  min-width: 300px;
}
.workspace-navigation-pane {
  min-width: 300px;
  align-self: baseline;
  border-radius: var(--rounded-large) !important;
  margin-bottom: var(--spacing-large);
}
.communication-preference-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--color-interface-soft);
  border-radius: var(--rounded-small);
  padding: var(--spacing-small);
}
.workspace-main-content {
  padding: var(--spacing-large);
  border: 1px solid var(--color-interface-soft);
  border-radius: var(--rounded-large);
  display: flex;
  flex-direction: column;
}
.course-completed-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.workspace-main-content-header {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--spacing-medium);
}
/* Activity List */
.custom-select-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.activity-item-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: var(--spacing-medium);
}
.activity-item-content h5 {
  margin: 0;
  font-weight: var(--font-weight-semibold);
}
.activity-item-content .activity-item-icon .icon {
  color: #fff;
}
.activity-time {
  margin-bottom: var(--spacing-tiny);
  color: var(--color-interface-medium);
}
.custom-select-mobile-wrapper {
  margin-bottom: var(--spacing-large);
  /* add spacing below the activity selector on mobile */
}
.available {
  background-color: var(--color-interface-softest);
}
.not-available {
  background-color: var(--color-interface-softest);
}
.is-completed {
  background-color: var(--color-interface-softest);
}
.is-incomplete {
  color: var(--color-interface-medium);
}
.is-selected {
  background-color: var(--color-interface-softer);
}
.activity-item-detail-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.activity-item-time {
  margin-top: var(--spacing-tiny);
}
.activity-label-container {
  margin-top: var(--spacing-xsmall);
}
.activity-item-grade-container {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-page-container {
  border: 1px solid var(--color-interface-soft);
  border-radius: 12px;
  padding: var(--spacing-large);
}
.content-page-container h1:first-of-type {
  margin-top: 0;
}
.footer-button-section {
  margin-top: var(--spacing-large);
}
.student-completion-summary-header h2 {
  margin-top: 0;
}
.content-blocks-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: var(--spacing-small);
}
.add-content-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-tiny);
}
.clickable-help {
  margin-left: 6px;
}
/* Multiple Choice Weight, Show Results checkboxes... should be on a single line. */
.minor-fields-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* Stack Assessment item fields */
.assessment-items-section {
  display: flex;
  flex-direction: column;
}
.assessment-container .instructions-section span h2 {
  margin-top: 0;
}
.assessment-content h1,
.assessment-content h2 {
  font-size: var(--font-size-h4);
}
.assessment-content h3,
.assessment-content h4,
.assessment-content h5,
.assessment-content h6 {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
}
/* With the title bar having a title and add button on left and right respectively. */
.assessment-items-section > .assessment-items-title-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.assessment-items-container > .assessment-item-container {
  display: grid;
  grid-template-columns: 24px minmax(80px, 30%) 66%;
  row-gap: 8px;
  column-gap: 12px;
}
.assessment-item {
  display: flex;
  flex-direction: column;
}
.assessment-item-reorder-section {
  grid-column: 1;
  padding-left: 4px;
  /* Stack the reorder and delete buttons with space between. */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.assessment-item-type-section {
  grid-column: 2;
}
.assessment-item-configuration-section {
  grid-column: 3;
}
.assessment-term-section {
  display: flex;
  flex-direction: column;
}
.configuration-footer-buttons {
  display: flex;
  justify-content: flex-end;
}
div.summary-sub-title {
  margin-bottom: 12px;
}
.student-completion-summary-header {
  margin-bottom: var(--spacing-large);
}
/* The text in the summary text block */
.summary-text {
  color: var(--interface-medium);
}
.add-assessment-item-button {
  color: var(--interface-medium);
}
.header-content-section-summary {
  margin-bottom: var(--spacing-medium);
}
.header-content-section-summary h1,
.header-content-section-summary h2 {
  font-size: var(--font-size-h4);
}
.header-content-section-summary h3,
.header-content-section-summary h4,
.header-content-section-summary h5,
.header-content-section-summary h6 {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
}
.header-content-section-summary h2 {
  margin-top: 0;
}
.lms-assessment-item-multiple-choice-container > div {
  display: flex;
  flex-direction: column;
}
.add-answer-button > i.ti-circle-plus {
  border-radius: 4px;
  background-color: var(--color-default-soft);
  color: var(--color-default-strong);
  padding: 8px;
  cursor: pointer;
}
.answers-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
  padding-right: 12px;
}
.answer-row {
  display: grid;
  grid-template-columns: calc(100% - 30px) 25px;
  column-gap: 8px;
}
/*
        Because each answer-row is a single row grid use margin instead of row-gap.
        Skip the first row since the label includes margin-bottom already.
    */
.answer-row:not(.answer-row-0) {
  margin-bottom: 12px;
}
/* Textbox for an answer. */
.answer-row:first-child {
  grid-column: 1;
}
/* Remove button for an answer. */
.answer-ro:last-child {
  grid-column: 2;
  padding: 3px;
  max-height: 38px;
}
/* Add a margin-top to the first Remove button to offset the label of the first answer. */
.answer-row-0 > .remove-answer-button {
  margin-top: 25px;
  margin-bottom: 12px;
}
.correct-answer-field {
  width: 80%;
}
/* Summary specific styles  */
.summary-screen-question-header {
  display: flex;
  justify-content: space-between;
}
.summary-answers-list {
  display: block;
  margin: 8px;
}
.multiple-choice-item-question.summary-screen {
  font-weight: bold;
}
.label.label-default.selected-response {
  background-color: var(--color-interface-medium);
}
.question-header {
  display: flex;
  justify-content: space-between;
}
.summary-screen-question-header {
  margin-bottom: 16px;
}
.assessment-item-short-answer-configuration-container {
  display: grid;
  column-gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
.configuration-field-question {
  grid-column: 1 / 3;
  grid-row: 1;
}
.configuration-field-help-text {
  grid-column: 1 / 3;
  grid-row: 2;
}
.configuration-field-question-weight {
  grid-column: 1 / 2;
  grid-row: 3;
}
.configuration-field-answer-box-rows {
  grid-column: 1 / 2;
  grid-row: 4;
}
.configuration-field-max-character-count {
  grid-column: 2 / 3;
  grid-row: 4;
}
.question-section {
  font-weight: bold;
}
.instructions-section h1,
.instructions-section h2 {
  font-size: var(--font-size-h5);
}
.instructions-section h3,
.instructions-section h4,
.instructions-section h5,
.instructions-section h6 {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
}
.header-content-section {
  font-weight: var(--font-weight-semibold);
}
.is-required-section {
  margin-top: var(--spacing-large);
}
.grading-section {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 50% 50%;
}
.file-section {
  grid-row: 1;
  grid-column: 1;
}
.score-section {
  grid-row: 1;
  grid-column: 2;
}
.lms-completion-container .file-upload-section {
  margin-top: var(--spacing-medium);
}
.lms-video {
  margin-top: 0;
}
.workspace-main-content-title {
  margin-top: 0;
}
.workspace-main-content .lms-video .header-section h1,
.workspace-main-content .lms-video .footer-section h1,
.workspace-main-content .lms-video .header-section h2,
.workspace-main-content .lms-video .footer-section h2 {
  font-size: var(--font-size-h5);
}
.workspace-main-content .lms-video .header-section h3,
.workspace-main-content .lms-video .footer-section h3,
.workspace-main-content .lms-video .header-section h4,
.workspace-main-content .lms-video .footer-section h4,
.workspace-main-content .lms-video .header-section h5,
.workspace-main-content .lms-video .footer-section h5,
.workspace-main-content .lms-video .header-section h6,
.workspace-main-content .lms-video .footer-section h6 {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
}
.workspace-main-content .lms-video .header-section p,
.workspace-main-content .lms-video .footer-section p {
  margin-bottom: var(--spacing-medium);
}
.workspace-main-content .lms-video .header-section span > *:first-child {
  margin-top: 0;
}
.workspace-main-content .lms-video .footer-section span > *:first-child {
  margin-top: 0;
}
.video-section {
  margin-top: var(--spacing-large);
  margin-bottom: var(--spacing-large);
}
.course-detail-content {
  min-height: 240px;
}
.student-comments-icon {
  color: var(--color-info-strong);
  background-color: var(--color-info-soft);
}
.attention-needed-icon {
  color: var(--color-warning-strong);
  background-color: var(--color-warning-soft);
}
/*
    Used to manage styles for specific blocks.

    1. Communication Entry
    2. Communication Detail
    3. Communication List
    4. Communication Wizard
    5. SMS Conversations
    6. Communication History

*/
.recipients .recipient {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .recipients .recipient {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .recipients .recipient {
    width: 25%;
  }
}
.recipients .recipient.failed {
  color: #d9534f;
}
.recipients .recipient.opened {
  color: #5cb85c;
}
iframe.email-body {
  width: 100%;
  height: 300px;
  background-color: #fff;
  border: 1px solid #3f3f43;
}
.hint {
  background-color: var(--color-interface-soft);
  padding: 0 6px;
  border-radius: var(--rounded-small);
  color: var(--color-interface-strongest);
}
.hint-ai {
  border: 2px solid transparent;
  border-radius: var(--rounded-small);
  background: linear-gradient(var(--color-interface-softest), var(--color-interface-softest)) padding-box, linear-gradient(to right, #FBC453, #F7964F, #EF6653) border-box;
  padding: 0 6px;
  color: var(--color-primary);
}
.hint-ai::before {
  content: 'AI';
}
.communication-template {
  position: relative;
  display: block;
  height: 192px;
  padding: 15px;
  margin-bottom: 24px;
  overflow: hidden;
  color: #3a3b3a;
  border: 1px solid var(--panel-border);
  outline-offset: -1px;
}
.communication-template:focus,
.communication-template:hover {
  color: #3a3b3a;
  outline: 2px solid #bce8f1;
}
.communication-template label {
  font-size: 16px;
}
.communication-template.template-selected {
  outline: 2px solid #3a87ad;
}
.communication-template.template-selected:hover {
  outline: 2px solid #3a87ad;
}
.communication-template.template-selected::before {
  position: absolute;
  top: -4px;
  left: 8px;
  z-index: 1;
  font-family: 'FontAwesome';
  font-size: 36px;
  font-weight: 900;
  color: #3a87ad;
  content: "\f058";
}
.step-title {
  margin-top: 0;
}
.conversation {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
}
.conversation .message {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-align: start;
}
.sms-conversations-container .conversation-list .table {
  table-layout: fixed;
}
.sms-conversations-container .conversation-list .recipient-row {
  padding: var(--spacing-small) var(--spacing-medium) var(--spacing-medium);
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  height: 90px;
}
.sms-conversations-container .conversation-list .overflow-scroll:first-child .recipient-row {
  border-top: 0;
}
.sms-conversations-container .conversation-list .date {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: var(--font-size-xsmall);
  line-height: 24px;
  color: var(--color-interface-strong);
  text-align: right;
  text-transform: capitalize;
  -webkit-box-flex: 1;
}
.sms-conversations-container .conversation-list .selected {
  background: var(--color-info-soft);
}
.sms-conversations-container .conversation-list .unread {
  box-shadow: inset 4px 0 0 0 var(--color-primary);
}
.sms-conversations-container .messages-outer-container {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.sms-conversations-container .messages-scroll-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--spacing-medium);
  overflow-y: scroll;
}
.sms-conversations-container .note-editor {
  padding: var(--spacing-large) var(--spacing-medium);
  border-bottom: 1px solid var(--color-interface-soft);
}
.sms-conversations-container .footer {
  position: relative;
  flex-shrink: 0;
  border-top: 1px solid var(--color-interface-soft);
  -ms-flex-negative: 0;
}
.sms-conversations-container .footer .control-wrapper .form-control {
  padding: var(--spacing-medium) 162px var(--spacing-medium) 62px;
  resize: none;
  border: 0;
  border-radius: 0;
}
.sms-conversations-container .footer .message-actions-prepend {
  position: absolute;
  left: 12px;
  bottom: 10px;
}
.sms-conversations-container .footer .message-actions-append {
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.sms-conversations-container .conversation-panel {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
  height: 100%;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.sms-conversations-container .conversation-panel .sms-image-uploader {
  position: relative;
  width: 106px;
  margin: 0 auto;
}
.sms-conversations-container .conversation-panel .sms-image-uploader-container {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 220px;
  max-width: 100%;
  padding: var(--spacing-xsmall);
  margin: 0;
  background: var(--color-interface-softer);
  border: 1px solid var(--color-interface-soft);
}
.sms-conversations-container .conversation-panel .sms-image-uploader-container .close {
  font-size: 18px;
}
.sms-conversations-container .conversation-back {
  display: none;
}
.sms-conversations-container .conversation-list {
  position: relative;
  flex-grow: 0;
  min-width: 100%;
  height: 100%;
  min-height: 300px;
  border-right: 1px solid var(--color-interface-soft);
}
.sms-conversations-container .conversation-list .header {
  padding: var(--spacing-small) var(--spacing-medium);
  font-weight: var(--font-weight-regular);
  background-color: var(--color-interface-softer);
}
.sms-conversations-container .conversation-list .overflow-scroll {
  flex: 1 1 0;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.sms-conversations-container .conversation-list .sms-name {
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-regular);
  color: var(--color-interface-stronger);
}
.sms-conversations-container .conversation-list .recipient-row.selected .sms-name {
  font-weight: var(--font-weight-bold);
}
.sms-conversations-container .conversation-list .layout-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.sms-conversations-parent {
  position: relative;
  height: 100%;
  min-height: var(--block-min-height, calc(100vh - 200px));
  overflow: auto;
}
.sms-conversations-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sms-conversations-container > div {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}
.sms-conversations-container .header {
  min-height: 49px;
  padding: 12px 16px;
  font-weight: 700;
  border-bottom: 1px solid var(--color-interface-soft);
}
.conversation .message .bubble {
  display: inline-block;
  max-width: 75%;
  padding: 10px 14px;
  color: var(--color-interface-stronger);
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-line;
  background-color: var(--color-interface-softer);
  border-radius: 20px;
}
.conversation .message.outbound .bubble {
  color: var(--color-interface-softest);
  background-color: #0084ff;
}
.conversation .message.outbound {
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
}
.conversation .message .message-meta {
  padding: 4px 14px 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.conversation .message .message-meta .date {
  text-transform: capitalize;
  font-size: var(--font-size-xsmall);
  font-weight: var(--font-weight-regular);
}
.conversation .message .sender-name::after {
  content: " - ";
}
.conversation .message.inbound .sender-name {
  display: none;
}
.conversation .message .sms-image {
  min-height: 100px;
  margin-top: 5px;
  border-radius: 10px;
}
.sms-conversations-container .message-truncate {
  color: var(--color-interface-strong);
  font-weight: var(--font-weight-semibold);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* line-clamp is not fully supported yet so we need to keep -webkit-line-clamp */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow-wrap: anywhere;
}
@media (max-width: 599px) {
  .sms-conversations-container .conversation-back {
    display: block;
  }
  .sms-conversations-container .has-focus {
    -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 599px) {
  .sms-conversations-container .conversation-list {
    min-width: 320px;
  }
}
@media (min-width: 992px) {
  .sms-conversations-container .conversation-list {
    min-width: 360px;
  }
}
@media (max-width: 599px) {
  .sms-conversations-container .conversation-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
    width: 100%;
    height: 100%;
    background-color: var(--color-interface-softest);
    -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
    will-change: transform;
  }
  .system-phone-selection {
    width: 150px !important;
  }
}
.recipient-row:not(:first-child) {
  border-top: 1px solid var(--color-interface-soft);
}
.recipient-row:hover {
  background-color: var(--color-interface-softest);
  cursor: pointer;
}
.no-recipients-container {
  padding: var(--spacing-small) var(--spacing-medium) var(--spacing-medium);
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: var(--spacing-xsmall);
  background-color: #0084ff;
}
.slide-enter-active,
.slide-leave-active {
  transition: all 0.5s ease;
}
.slide-enter-from,
.slide-leave-to {
  max-height: 0;
  opacity: 0;
  border-top-width: 0;
  overflow: hidden;
  padding: var(--slide-padding-close, 0) !important;
}
.slide-enter-to,
.slide-leave-from {
  max-height: var(--slide-height, 200px);
  opacity: 1;
  border-top-width: var(--border-top-width, 0);
  padding: var(--slide-padding-open, 0) !important;
}
.communication-detail-recipient-details > .grid-obsidian > .grid-header {
  position: sticky;
  top: 0;
}
.communication-detail-recipient-details .sticky-column-header {
  top: 57px;
  position: sticky;
  z-index: 1;
}
.page-fullscreen-capable .panel.panel-block.panel-flex > .panel-body:has(.communication-detail-recipient-details) {
  overflow: auto;
}
.panel-body:has(.communication-detail-recipient-details) {
  padding: 0 var(--spacing-medium) var(--spacing-medium) var(--spacing-medium);
}
/*
    Used to manage styles for specific blocks.

    1. User Entry
    2.

*/
.workflow-entry-panel > h1:first-of-type {
  margin-top: 0;
}
/*
    Used to manage styles for specific blocks.

    1. Calendar - Styles for the calendar blocks
    2. Event Entry - The event registration entry screen

*/
.calendar {
  display: inline-block;
  width: 100%;
  padding: 0 10px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.calendar-month {
  border-spacing: 0;
  border-collapse: separate;
  border: 0;
}
.calendar-month a {
  color: #3a3b3a !important;
  text-decoration: none;
}
.calendar-month th {
  text-align: center;
}
.calendar-month td {
  color: #3a3b3a !important;
}
.calendar-month table.calendar-title td {
  padding: 10px 5px;
}
.calendar-month td.calendar-day {
  padding: 5px;
}
.calendar-month table.calendar-title,
.calendar-month table.calendar-title a {
  font-weight: 600;
}
.calendar-month .calendar-today,
.calendar-month .calendar-selecteditem {
  color: #3a87ad !important;
  background-color: #d9edf7 !important;
  border-radius: 0;
}
.calendar-month .calendar-today {
  border-radius: 4px;
}
.calendar-month .calendar-selected {
  color: #fff !important;
  background-color: #5bc0de !important;
}
.calendar-month .calendar-selected a {
  color: #fff !important;
}
.calendar-month .calendar-last-month a {
  opacity: 0.2;
}
.calendar-month .calendar-hasevent {
  font-weight: 700;
}
.registrationentry-intro {
  text-align: center;
}
.registrationentry-intro h1 {
  margin-top: 24px;
  margin-bottom: 48px;
}
.registrationentry-intro .input-group {
  margin: 0 auto 48px;
}
.registration-entry .feetype-allowmultiples > .control-label {
  display: block;
  margin-bottom: 8px;
}
.registration-entry .feetype-allowmultiples .form-group {
  margin-left: 19px;
}
.registrationentry-summary .fee-table {
  margin: 0 24px;
}
.registrationentry-summary .fee-table > .row {
  padding: 6px 0;
}
.registrationentry-summary .fee-table > .row div[class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.registrationentry-summary .row.fee-header {
  padding-bottom: 2px;
  margin-bottom: 6px;
  font-size: 14px;
  border-bottom: 2px solid #a0a1a0;
}
.registrationentry-summary .fee-row-cost,
.registrationentry-summary .fee-row-total {
  font-weight: 600;
}
.registrationentry-summary .fee-row-total {
  margin-top: 6px;
  border-top: 1px solid #a0a1a0;
}
.registrationentry-summary .row.fee-row-fee {
  font-weight: 300;
}
@media (min-width: 768px) {
  .registrationentry-summary .row.fee-row-fee > div.fee-caption {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .registrationentry-summary div.fee-value {
    text-align: right;
  }
}
.registrationentry-payment .payment-method-options .payment-method {
  margin-bottom: 20px;
}
.registrationentry-payment .payment-method .payment-method-image {
  height: 1.4em;
  margin-right: 8px;
}
.registrationentry-payment .payment-method-account {
  display: inline-flex;
  align-items: center;
}
.registrationentry-payment .payment-method .payment-method-name {
  margin-right: 8px;
  font-weight: 600;
}
.registrationentry-payment .hosted-payment-control {
  margin-bottom: 60px;
}
@media (min-width: 500px) {
  .registrationentry-payment .payment-method-options .payment-method-entry {
    padding-left: 28px;
  }
}
.fee-totals {
  margin-top: 24px;
}
.fee-totals .fee-totals-options {
  text-align: right;
}
.amount-to-pay input {
  text-align: right;
}
.gender-section {
  grid-column-start: 1;
  grid-column-end: -1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
}
.loading-section {
  grid-column-start: 1;
  grid-column-end: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gender-section .group-role-wrapper {
  padding: 0;
  padding-top: var(--spacing-small);
}
.gender-highlight-label {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-semibold);
}
.male-label {
  background-color: var(--color-gender-male-soft);
  color: var(--color-gender-male-shade);
}
.female-label {
  background-color: var(--color-gender-female-soft);
  color: var(--color-gender-female-shade);
}
.unknown-label {
  background-color: var(--color-interface-soft);
  color: var(--color-interface-strong);
}
.empty-drop-zone {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: -1;
  display: flex;
  justify-content: center;
  padding: var(--spacing-xsmall);
  border: 1px dashed var(--color-interface-soft);
  color: var(--color-interface-soft);
}
.placement-capacity-label {
  border-radius: 100px;
}
.role-count {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
  color: var(--color-interface-medium);
}
.role-count.over-under-role-capacity {
  color: var(--color-danger-strong);
}
.male-badge {
  background-color: var(--color-gender-male-shade) !important;
}
.female-badge {
  background-color: var(--color-gender-female-shade) !important;
}
.unknown-badge {
  background-color: var(--color-interface-soft) !important;
  color: var(--color-interface-stronger) !important;
}
.status-over {
  background-color: var(--color-danger-strong) !important;
}
.status-at {
  background-color: var(--color-critical-strong) !important;
}
.status-near {
  background-color: var(--color-warning-strong) !important;
  color: black;
}
.status-under {
  background-color: var(--color-success-strong) !important;
}
.group-role-wrapper {
  display: grid;
  gap: var(--spacing-medium);
  grid-template-columns: 1fr;
  padding: var(--spacing-medium);
}
@media (min-width: 1024px) {
  .group-role-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .group-role-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1800px) {
  .group-role-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 2000px) {
  .group-role-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
.picker-select {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .picker {
    position: relative;
    width: 250px;
    max-width: 100%;
  }
}
.picker .picker-search-header {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.picker .picker-search-action {
  display: block;
  float: right;
  padding: 0 3px;
  margin-left: 3px;
  font-size: 14px;
}
.picker .picker-search-action.active {
  background-color: #e6e6e6;
}
.picker .picker-mode-options {
  margin-bottom: 12px;
}
.picker .picker-label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  gap: 6px;
}
.picker .picker-label:hover {
  text-decoration: none;
}
.picker .picker-label span {
  flex: 1 1 0;
  min-height: 24px;
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-error .picker .picker-label {
  border-color: #b94a48;
}
.has-error .picker .picker-label.active {
  border-color: #d9534f;
  box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.2);
}
.picker.picker-fullwidth,
.picker.picker-fullwidth .picker-label {
  width: 100%;
}
.picker .input-group-sm {
  width: 100%;
}
.picker .input-group-sm > .form-control,
.picker .input-group-sm > .input-group-addon {
  height: 29px;
  padding: 3px 5px;
}
.picker .input-group-sm > .input-group-btn > .btn {
  height: 29px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.picker .picker-select-none {
  padding: 1px 6px;
  font-size: 12px;
  background: transparent;
  color: rgba(85, 85, 85, 0.2);
  border-radius: 50%;
  outline: none;
}
.picker .picker-select-none:hover,
.picker .picker-select-none:focus {
  background: rgba(85, 85, 85, 0.1);
  color: inherit;
}
.picker .scroll-container-picker {
  width: 100%;
}
.picker .scroll-container-picker .viewport {
  width: calc(100% - 15px);
}
.picker .scroll-container-picker .scrollbar {
  width: 5px;
}
.picker .scroll-container-native {
  width: calc(100% + 16px);
  padding: 8px;
  margin: -8px;
  overflow-y: auto;
}
.picker .scroll-container-native,
.picker .scroll-container-picker .viewport,
.picker .scroll-container-picker .scrollbar {
  height: 380px;
}
@media (max-device-height: 480px) {
  .picker .scroll-container-native,
  .picker .scroll-container-picker .viewport,
  .picker .scroll-container-picker .scrollbar {
    max-height: 200px;
  }
}
.picker dl {
  margin-bottom: 4px;
}
.picker hr {
  margin: 8px -8px 4px;
}
.picker h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.picker .picker-menu {
  width: 400px;
  max-height: none;
  padding: 8px;
  will-change: height;
}
@media (max-width: 767px) {
  .picker .picker-menu {
    max-width: 100%;
  }
}
.picker.picker-menu-right .picker-menu {
  right: 0;
  left: auto;
}
.picker .treeview .search-item {
  margin-bottom: 16px;
  margin-left: 4px;
}
.picker .picker-actions {
  display: flex;
  align-items: center;
  padding: 8px;
  margin: 8px -8px -8px -8px;
  font-size: 14px;
  background-color: #e3ded7;
  border-top: 1px solid #cec5b9;
  border-radius: 0 0 4px 4px;
  gap: 0 4px;
}
.picker .picker-actions .pull-right {
  margin-left: auto;
}
.picker .picker-actions .btn {
  width: auto;
}
.picker .picker-actions .rock-checkbox-icon i {
  width: 1rem;
  margin-right: 0;
  font-size: inherit;
}
.picker .picker-actions .btn-select-all {
  order: 10;
}
.picker .picker-select-item {
  margin-left: 3px;
}
.picker .picker-select-item .radio {
  margin-right: 0;
}
.picker .picker-select-item label,
.picker .picker-select-item .label-text {
  display: block;
}
.picker .personpicker-search-panel .input-group {
  margin: 0 0 4px;
}
.picker .personpicker-search-panel .input-group-addon {
  width: 85px;
  text-align: left;
}
.picker .personpicker-results {
  container-type: inline-size;
}
.picker .personpicker-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 16px;
  background: #edead6;
  border: 1px solid #e2ddbd;
  padding: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
}
.picker .personpicker-item:focus-visible {
  outline: #262629 auto 1px;
}
.picker .personpicker-item .main .data {
  align-self: center;
}
.picker .personpicker-item .main,
.picker .personpicker-item .address-email,
.picker .personpicker-item .phones {
  grid-column: span 2;
}
.picker .personpicker-item .taglist {
  flex-direction: column-reverse;
  align-items: end;
}
.picker .personpicker-item .item-meta .taglist {
  display: none;
}
@media (min-width: 420px) {
  .picker .personpicker-item .address-email,
  .picker .personpicker-item .phones {
    grid-column: span 1;
  }
  .picker .personpicker-item .item-meta {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 24px;
  }
}
@media (min-width: 480px) {
  .picker .personpicker-item {
    grid-template-columns: 1fr 1fr;
  }
  .picker .personpicker-item .main {
    grid-column: span 1;
    grid-row: span 2;
  }
  .picker .personpicker-item .main .taglist {
    display: none;
  }
  .picker .personpicker-item .item-meta {
    display: block;
  }
  .picker .personpicker-item .item-meta .taglist {
    display: flex;
    float: right;
    margin-left: 4px;
  }
  .picker .personpicker-item .address-email,
  .picker .personpicker-item .phones {
    grid-column: 2 / span 1;
  }
}
@media (min-width: 820px) {
  .picker .personpicker-item {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    grid-template-rows: 1fr;
    gap: 0 16px;
  }
  .picker .personpicker-item .item-meta {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 4fr) minmax(min-content, 2fr) minmax(min-content, 100px);
    height: 100%;
    align-items: center;
  }
  .picker .personpicker-item .taglist,
  .picker .personpicker-item .address-email,
  .picker .personpicker-item .phones {
    grid-column: span 1;
  }
  .picker .personpicker-item .taglist {
    order: 3;
    align-self: start;
  }
}
@media (min-width: 1020px) {
  .picker .personpicker-item .item-meta {
    grid-template-columns: minmax(0, 4fr) minmax(min-content, 2fr) minmax(min-content, 200px);
  }
  .picker .personpicker-item .taglist {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .picker .picker-select-item-details {
    margin-left: 29px;
  }
}
.picker .picker-select-item-details .person-image {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 8px;
  background-position: 50%;
  background-size: cover;
  border: 1px solid #57575e;
  border-radius: 50%;
}
.picker .picker-select-item-details .label.pull-right {
  position: absolute;
  right: 0;
  display: inline-block;
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picker .picker-select-item-details .contents {
  float: left;
  width: calc(100% - 78px);
}
.picker .picker-select-item-details .contents h5 {
  margin-bottom: 2px;
}
.picker.picker-geography .picker-menu {
  width: 520px;
}
.picker.picker-person .picker-select-none {
  display: none;
}
.picker.picker-person .show-hover {
  display: block;
  color: transparent;
}
.picker.picker-person .picker-label:hover .show-hover,
.picker.picker-person .picker-label:focus .show-hover,
.picker.picker-person .show-hover:focus {
  color: inherit;
}
.picker.picker-person .picker-select-list {
  padding: 0;
  list-style: none;
}
.picker.picker-person .picker-select-item-details {
  position: relative;
}
.picker.picker-person .picker-select-item-details label {
  position: absolute;
  top: 0;
  right: 0;
}
.picker.picker-person .picker-select-item-details img {
  width: 65px;
}
.picker.picker-novalue .picker-label {
  width: 100%;
  max-width: 100%;
}
.picker.picker-mergefield {
  width: 370px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .picker.picker-lg {
    position: relative;
    width: 350px;
  }
}
.campus-account-amount-picker,
.campus-account-amount-picker .amount-input,
.campus-account-amount-picker .campus-dropdown,
.campus-account-amount-picker .account-dropdown {
  margin-bottom: 15px;
}
.ant-select-arrow:has(.ti.ti-square-plus) {
  font-size: 24px !important;
  color: var(--color-info-strong);
  top: 35%;
  right: 17px;
  transition: ease-in-out 0.2s;
}
.ant-select-arrow:has(.ti.ti-square):hover {
  color: var(--color-info-soft);
}
.numberincrement {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.numberincrement .numberincrement-up,
.numberincrement .numberincrement-down {
  padding: 6px 12px;
  color: #555555;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
.numberincrement .numberincrement-up.disabled,
.numberincrement .numberincrement-down.disabled {
  color: #888888;
  cursor: default;
}
.numberincrement .numberincrement-down {
  border-radius: 4px 0 0 4px;
}
.numberincrement .numberincrement-up {
  border-radius: 0 4px 4px 0;
}
.numberincrement .numberincrement-value {
  padding: 6px 18px;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
}
.numberincrement.input-sm .numberincrement-up,
.numberincrement.input-sm .numberincrement-down {
  padding: 5px 8px;
}
.numberincrement.input-sm .numberincrement-value {
  padding: 5px 12px;
}
.numberincrement.input-lg .numberincrement-up,
.numberincrement.input-lg .numberincrement-down {
  padding: 12px 20px;
}
.numberincrement.input-lg .numberincrement-value {
  padding: 12px 28px;
}
.group-tree-view,
.group-tree-view > .block-content,
.h-100 > .zone-content {
  height: 100%;
}
.h-100 > .panel-block {
  height: calc(100% - 24px);
  margin-bottom: 24px;
}
.rocktree-drawer {
  padding: 12px 18px;
  margin: 0;
  background: #fcfcfc;
  border-bottom: 1px solid #eeeeee;
}
.treeview-search-parent {
  position: relative;
  min-height: 300px;
}
.treeview-search-parent .search-results {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 4px 12px;
  overflow: auto;
}
.rocktree-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  font-size: 30px;
  opacity: 0.25;
}
.rocktree-item .rocktree-loading {
  justify-content: flex-start;
  width: 100%;
  height: 30px;
  margin-left: 30px;
}
ul.rocktree,
ul.rocktree-children {
  padding: 0;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 30px;
  list-style-type: none;
}
ul.rocktree-children {
  width: 100%;
  margin: 0 0 0 26px;
}
.rocktree .rocktree-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #3a3b3a;
  white-space: nowrap;
}
.rocktree .rocktree-item.is-inactive {
  opacity: 1;
}
.rocktree .rocktree-item.is-inactive > .rocktree-name {
  opacity: 0.6;
}
.rocktree .rocktree-item .select-children {
  display: none;
  opacity: 0.8;
}
.rocktree .rocktree-item:hover .select-children {
  display: inline;
}
.rocktree .rocktree-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 4px;
  font-size: 14px;
  cursor: pointer;
}
.rocktree .rocktree-icon:hover,
.rocktree .rocktree-icon:active,
.rocktree .rocktree-icon:focus {
  color: #3a3b3a;
}
.rocktree li {
  margin: 0;
}
.rocktree .rocktree-name {
  position: relative;
  display: inline-block;
  flex-grow: 1;
  width: calc(100% - 48px);
  padding: 0 16px 0 0;
  line-height: 30px;
  cursor: pointer;
  border-radius: var(--border-radius-base, 3px);
}
.rocktree .rocktree-name i {
  margin-right: 2px;
}
.rocktree .rocktree-name:hover {
  color: #d5d5d5;
}
.rocktree .rocktree-name::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  z-index: -1;
  width: 100vw;
  content: "";
  border-radius: 4px 0 0 4px;
}
.rocktree .rocktree-name:hover::before {
  background: #555555;
}
.rocktree .selected {
  color: #fff;
}
.rocktree .selected::before {
  background: rgba(106, 106, 106, 0.1) !important;
}
.rocktree .disabled {
  cursor: default;
}
.rocktree .disabled:hover {
  color: #3a3b3a;
  background: inherit;
}
.rocktree .rocktree-loading {
  font-size: 14px;
}
.rocktree .rocktree-leaf {
  padding-left: 30px;
}
.rocktree .label-tree {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 2px;
}
.treeview {
  margin-bottom: 15px;
}
.treeview .panel-body {
  padding: 0;
  margin: 0;
}
.treeview .panel-body .treeview-scroll {
  padding: 8px 0;
}
.treeview .panel-body .treeview-scroll .overview {
  min-width: 100%;
}
.treeview .treeview-frame {
  padding-left: 0;
}
.treeview .treeview-actions {
  margin-bottom: 7.5px;
}
.treeview .treeview-actions .btn {
  margin-bottom: 4px;
}
.preview-item {
  padding: 8px 6px;
  line-height: 1.2;
  cursor: default;
  border-radius: 4px;
}
.preview-item:hover {
  background: #555555;
}
.preview-item .title,
.preview-item .subtitle {
  display: block;
  color: #3a3b3a;
}
.preview-item .subtitle {
  font-size: 12px;
  color: #777777;
}
.personlist {
  padding-left: 0;
  list-style: none;
}
.personlist li {
  padding-left: 15px;
}
.personlist li i.ti-circle {
  margin-right: 7.5px;
  margin-left: -15px;
  font-size: 9px;
  color: #dfe0e1;
}
.personlist li .control-actions {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.personlist li:hover .control-actions {
  opacity: 1;
}
.personlist .popover {
  width: 320px;
}
.rollover-container,
.rollover-container-nested {
  position: relative;
}
.rollover-container > .rollover-item,
.rollover-container-nested .rollover-item {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.rollover-container:hover > .rollover-item,
.rollover-container-nested:hover .rollover-item {
  opacity: 1;
}
.group-hover .group-hover-item {
  transition: 200ms opacity ease-in-out;
}
.group-hover .group-hover-show {
  visibility: hidden;
  opacity: 0;
}
.group-hover .group-hover-0-show {
  width: 0;
  height: 0;
}
.group-hover .group-hover-hide {
  visibility: visible;
  opacity: 1;
}
.group-hover:hover .group-hover-show {
  visibility: visible;
  opacity: 1;
}
.group-hover:hover .group-hover-0-show {
  width: auto;
  height: auto;
}
.group-hover:hover .group-hover-hide {
  visibility: hidden;
  opacity: 0;
}
.touch .rollover-item {
  opacity: 1;
}
.block-title {
  margin: 0 0 8px;
}
.list-as-blocks h3 {
  display: inline-block;
  width: 100%;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
}
.list-as-blocks ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px -7.5px -15px;
  list-style: none;
}
.list-as-blocks ul li {
  position: relative;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .list-as-blocks ul li {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .list-as-blocks ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .list-as-blocks ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.list-as-blocks ul li a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  min-height: 90px;
  padding: 8px;
  color: #000000;
  text-align: center;
  word-wrap: break-word;
  background-color: #57575e;
  background-clip: border-box;
  border: 1px solid #3f3f43;
  border-radius: 4px;
  -webkit-transition: background-color 200ms linear, border-color 200ms linear;
  -moz-transition: background-color 200ms linear, border-color 200ms linear;
  -ms-transition: background-color 200ms linear, border-color 200ms linear;
  transition: background-color 200ms linear, border-color 200ms linear;
}
.list-as-blocks ul li a i {
  margin: 6px 0;
  font-size: 26px;
  color: #1a1a1a;
}
.list-as-blocks ul li a:hover {
  color: #d5d5d5;
  text-decoration: none;
  background-color: #222222;
  border-color: #161616;
}
.list-as-blocks ul li a:hover i {
  color: #eeeeee;
}
.list-as-blocks ul li a .notification {
  position: absolute;
  top: -10px;
  right: -6px;
}
.list-as-blocks ul li a .notification .label {
  padding: 2px 8px;
  color: #ffffff;
  background: #d9534f;
  border-radius: 36px;
}
.list-as-blocks ul li.active a,
.list-as-blocks ul li.selected a {
  color: #d5d5d5;
  background-color: #222222;
  border-color: #090909;
}
.list-as-blocks ul li.active a i,
.list-as-blocks ul li.selected a i {
  color: #eeeeee;
}
.list-as-blocks ul li.inactive-item {
  opacity: 0.5;
}
.list-as-blocks.has-count a {
  position: relative;
}
.list-as-blocks.has-count a::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-right: 45px solid #3f3f43;
  border-bottom: 45px solid transparent;
}
.list-as-blocks.has-count .item-count {
  position: absolute;
  top: 5px;
  right: 1px;
  display: block;
  width: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.list-as-blocks .block-status a {
  min-height: 105px;
  padding: 8px 15px;
}
.list-as-blocks .block-status a .status-list {
  margin-top: auto;
}
.nav > li.pill-help a {
  color: #3a3b3a;
}
.nav > li.pill-help a:hover,
.nav > li.pill-help a:focus {
  color: #3a3b3a;
  background-color: transparent;
}
.tag-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
}
.tagsInput,
.tagsinput {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tagsInput input,
.tagsinput input {
  display: block;
  width: 80px;
  padding: 2px;
  margin: 0 auto;
  clear: both;
  font-size: 14px;
  color: #8f8f8f !important;
  /* needed as script adds element value */
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .tagsInput input,
  .tagsinput input {
    margin: 0;
  }
}
.tagsInput input:hover,
.tagsinput input:hover,
.tagsInput input:focus,
.tagsinput input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.tagsInput input div,
.tagsinput input div {
  display: block;
  float: left;
}
.tagsInput .tags_clear,
.tagsinput .tags_clear {
  width: 100%;
  height: 0;
  clear: both;
}
.taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 7.5px 8px;
}
.taglist .tag {
  position: relative;
  display: inline-flex;
  height: 22px;
  padding: 1px 12px 0;
  font-size: 14px;
  line-height: 18px;
  color: #231f20;
  text-decoration: none;
  background: #c2b8a7;
  border-radius: 4px;
  -webkit-transition: margin-right 0.25s ease-out 1s, padding 0.25s ease-out 1s;
  -moz-transition: margin-right 0.25s ease-out 1s, padding 0.25s ease-out 1s;
  transition: margin-right 0.25s ease-out 1s, padding 0.25s ease-out 1s;
}
.taglist .tag .tag-icon {
  display: block;
  margin-right: 4px;
}
.taglist .tag span {
  display: block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.taglist .tag a {
  position: absolute;
  right: 0;
  padding: 0 5px;
  color: currentColor;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 1s;
  -moz-transition: opacity 0.25s ease-out 1s;
  transition: opacity 0.25s ease-out 1s;
}
.taglist .tag small {
  font-size: 14px;
}
.taglist .tag:hover span {
  max-width: 1000px;
}
.taglist .tag:hover a {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.taglist .tag-wrap .tag:hover {
  padding-right: 20px;
  transition-delay: 0s;
}
.taglist .add-new-tags {
  float: none !important;
  color: #9e9ea0 !important;
}
.taglist .add-new-tags:hover {
  color: #3a3b3a !important;
}
.not_valid {
  color: #b94a48 !important;
  background: #f2dede !important;
}
.tag-wrap .ui-autocomplete {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 9999 !important;
  min-width: 200px;
  padding: 12px;
  list-style: none;
  background-color: #57575e;
  border: 1px solid #3f3f43;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tag-wrap .ui-autocomplete li {
  margin-bottom: 4px;
}
.tag-wrap .ui-autocomplete li:last-child {
  margin-bottom: 0;
}
.tag-wrap .ui-autocomplete li a {
  display: block;
  padding: 4px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.tag-wrap .ui-autocomplete li a:hover {
  background: #3f3f43;
  border-radius: 4px;
}
.tag-letterlist {
  color: #6d6e6d;
}
.tag-letterlist li {
  margin-right: 12px;
  cursor: default;
}
.tag-letterlist a {
  font-weight: 600;
}
.photoframe {
  display: inline-block;
  border: 4px solid #57575e;
}
.photoframe.photoframe-sm {
  border-width: 2px;
}
.smartsearch {
  position: relative;
  width: 298px;
  padding: 2px 6px;
  margin-top: 6px;
  font-size: 12px;
  color: #262629;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #2c2c2c;
  border-radius: 4px;
}
.smartsearch:focus-within {
  background: rgba(255, 255, 255, 0.12);
}
.smartsearch input::-moz-placeholder,
.smartsearch input::-webkit-input-placeholder {
  color: #000000;
}
.smartsearch .nav > li > a {
  padding: 4px 15px;
}
.smartsearch input::selection,
.smartsearch input::-moz-selection {
  color: #fff;
  background: #2e2e2e;
}
.smartsearch:focus {
  border-color: #595959;
}
.smartsearch .twitter-typeahead {
  display: block !important;
  margin-right: 128px;
}
.smartsearch .smartsearch-type {
  width: 128px;
}
.smartsearch > i {
  position: absolute;
  float: left;
  margin-top: 6px;
  font-size: 16px;
  opacity: 0.6;
}
.smartsearch input {
  width: 150px;
  margin: 0;
  font-size: 14px;
  color: #262629;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.smartsearch input:focus {
  outline: 0;
  box-shadow: none;
}
.smartsearch .tt-hint {
  padding: 4px 4px 4px 25px;
}
.smartsearch .tt-dropdown-menu {
  min-width: 290px;
  max-width: 100vw;
  margin-top: 2px;
  margin-left: 0;
  border: 0;
}
.smartsearch input.searchinput {
  width: 100%;
  padding: 4px 4px 4px 25px;
  color: #262629;
  border: 0 !important;
  box-shadow: none !important;
}
.smartsearch .dropdown .navbar-link {
  width: 100%;
  color: #262629;
  text-align: right;
  white-space: nowrap;
  cursor: pointer;
}
.smartsearch .dropdown .navbar-link span {
  padding-right: 4px;
}
.smartsearch .dropdown .navbar-link:hover,
.smartsearch .dropdown .navbar-link:focus {
  background-color: transparent;
}
.smartsearch .dropdown .navbar-link b {
  display: inline-block;
  width: 0.625em;
}
.smartsearch .dropdown.open .navbar-link {
  background-color: transparent;
}
.smartsearch .dropdown .dropdown-menu {
  top: 35px;
  right: 0;
  left: auto;
  font-size: 12px;
  cursor: pointer;
}
fieldset .actions {
  margin-top: 12px;
}
.code-editor {
  position: relative;
}
.note-editor.code-editor-visible {
  padding-bottom: 10px;
  background: #f5f5f5;
}
.note-editor .ace_editor {
  margin: 0;
  border-radius: 0;
}
.html-editor-code-editor {
  display: none;
}
.control-wrapper .html-editor-code-editor {
  display: block;
}
.label a {
  color: #ffffff;
}
.label-outline {
  color: var(--color-interface-strong);
  background-color: transparent;
  border: 1px solid var(--color-interface-medium);
}
.label-campus {
  color: #fff;
  background-color: #83758f;
}
.label-type {
  color: #fff;
  background-color: #57575e;
}
.label-communicationstatus-approved {
  background-color: #5cb85c;
}
.label-communicationstatus-denied {
  background-color: #d9534f;
}
.label-communicationstatus-draft {
  background-color: #777777;
}
.label-communicationstatus-submitted {
  background-color: #f0ad4e;
}
.label-communicationstatus-transient {
  background-color: #57575e;
}
.datepicker {
  direction: ltr;
  border-radius: 4px;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown::before {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 0;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-left: 7px solid transparent;
}
.datepicker-dropdown::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.datepicker-dropdown.datepicker-orient-left::before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left::after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right::before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right::after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom::before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom::after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top::before {
  bottom: -7px;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
}
.datepicker-dropdown.datepicker-orient-top::after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.datepicker table tr td,
.datepicker table tr th {
  width: 34px;
  height: 34px;
  padding: 0;
  text-align: center;
  border: 0;
  border-radius: 4px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  background: #eeeeee;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #777777;
  cursor: default;
  background: none;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  color: #777777;
  background: #d9edf7;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:focus {
  background: #ffbc42;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  color: #777777;
  background: #ffdb99;
}
.datepicker table tr td.range {
  color: #000000;
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.focused,
.datepicker table tr td.range:hover {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  color: #777777;
  background: #eeeeee;
}
.datepicker table tr td.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.datepicker table tr td.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.datepicker table tr td.range.highlighted {
  color: #0000;
  background: #e4eef3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  color: #777777;
  background: #e4eef3;
}
.datepicker table tr td.range.today {
  color: #000;
  background: #f7ca77;
}
.datepicker table tr td.range.today:hover {
  background: #f4b747;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  color: #777777;
  background: #f7ca77;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #777777;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  background: #5e5e5e;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0d0d0f;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus {
  background: #000000;
}
.datepicker table tr td span {
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  line-height: 54px;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  color: #777777;
  cursor: default;
  background: none;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #262629;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  width: 12px;
  padding: 0 2px 0 5px;
  font-size: 10px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.timepicker-input:before,
.clearable-input:before,
.timepicker-input:after,
.clearable-input:after {
  display: table;
  content: " ";
}
.timepicker-input:after,
.clearable-input:after {
  clear: both;
}
.timepicker-input .input-group,
.clearable-input .input-group {
  float: left;
}
.timepicker-input i.ti-x,
.clearable-input i.ti-x {
  float: left;
  padding: 6px;
  margin-top: 4px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.timepicker-input:hover i.ti-x,
.clearable-input:hover i.ti-x {
  opacity: 1;
}
.touch .timepicker-input i.ti-x {
  opacity: 1;
}
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu::before {
  right: 12px;
  left: auto;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu::after {
  right: 13px;
  left: auto;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget a.btn {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
  background-color: transparent;
}
.bootstrap-timepicker-widget table td {
  height: 30px;
  padding: 2px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  color: #333;
  border: 1px transparent solid;
  outline: 0;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #ddd;
  border-radius: 4px;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 45px;
  padding: 6px 4px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
}
.bootstrap-timepicker-widget table td input:focus {
  border: 1px solid #66afe9;
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.imageupload-group,
.fileupload-group {
  position: relative;
  display: table-cell;
  padding: 2px;
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.has-error .imageupload-group,
.has-error .fileupload-group {
  border-color: #b94a48;
}
.has-error .imageupload-group:focus-within,
.has-error .fileupload-group:focus-within {
  border-color: #d9534f;
  box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.2);
}
.imageupload-group:focus-within {
  border-color: #66afe9;
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
}
.imageupload-group .imageupload-thumbnail {
  position: relative;
}
.imageupload-group .imageupload-thumbnail .imageupload-thumbnail-image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.imageupload-group .imageupload-thumbnail .imageupload-remove {
  position: absolute;
  right: 1px;
  bottom: 1px;
}
.imageupload-group .imageupload-thumbnail .imageupload-remove a {
  display: block;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #d9534f;
  border-radius: 2px;
}
.imageupload-group .imageupload-dropzone {
  position: relative;
  width: 100%;
  height: 30px;
  padding-top: 8px;
  margin-top: 2px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
}
.imageupload-group .imageupload-dropzone ::-webkit-file-upload-button {
  cursor: pointer;
}
.imageupload-group .imageupload-dropzone input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.imageupload-group .imageupload-dropzone span {
  width: 100%;
  font-size: 13px;
  color: #555555;
}
.imageupload-group .imageupload-dropzone span::before {
  padding-right: 0.25em;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f093";
}
.imageupload-group .upload-progress {
  position: absolute;
  top: 26px;
  left: 28px;
  z-index: 2;
  text-align: center;
  opacity: 0.3;
}
.fileupload-group:focus-within {
  border-color: #66afe9;
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
}
.fileupload-group .fileupload-remove {
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 50;
}
.fileupload-group .fileupload-remove a {
  display: block;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #d9534f;
  border-radius: 2px;
}
.fileupload-group .fileuploaddefault-button,
.fileupload-group .fileupload-dropzone,
.fileupload-group .fileupload-button {
  position: relative;
  height: 30px;
  padding-top: 8px;
  line-height: 12px;
  text-align: center;
  background-color: #f0f0f0;
}
.fileupload-group .fileuploaddefault-button ::-webkit-file-upload-button,
.fileupload-group .fileupload-dropzone ::-webkit-file-upload-button,
.fileupload-group .fileupload-button ::-webkit-file-upload-button {
  cursor: pointer;
}
.fileupload-group .fileuploaddefault-button input,
.fileupload-group .fileupload-dropzone input,
.fileupload-group .fileupload-button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.fileupload-group .fileuploaddefault-button span,
.fileupload-group .fileupload-dropzone span,
.fileupload-group .fileupload-button span {
  padding: 0 7px;
  font-size: 14px;
  color: #555555;
}
.fileupload-group .fileuploaddefault-button span::before,
.fileupload-group .fileupload-dropzone span::before,
.fileupload-group .fileupload-button span::before {
  padding-right: 4px;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f093";
}
.fileupload-group .fileupload-dropzone {
  margin-top: 2px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #dfe0e1;
}
.fileupload-group .fileupload-button {
  padding: 5px 10px;
  background-color: #262629;
  border: 1px solid #1a1a1c;
  border-radius: 4px;
}
.fileupload-group .fileupload-button span {
  color: #fff;
}
.fileupload-group .fileuploaddefault-button {
  width: 100px;
  height: 25px;
  padding: 5px;
  margin-top: 2px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.fileupload-group .fileuploaddefault-button:hover {
  color: #333333;
  background-color: #eeeeee;
  border-color: #bcbcbc;
}
.fileupload-group .fileuploaddefault-button span {
  color: #333333;
}
.fileupload-group .upload-progress {
  position: absolute;
  top: 8px;
  left: 35px;
  z-index: 15;
  font-size: 12px;
  opacity: 0.3;
}
.fileupload-group .upload-progress-sm {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  opacity: 0.3;
}
.fileupload-thumbnail {
  position: relative;
}
.fileupload-thumbnail .file-link {
  position: relative;
  z-index: 10;
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 2px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1;
  color: #555555;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f0f0f0;
  border-radius: 3px;
}
.fileupload-thumbnail .file-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  font-family: 'FontAwesome';
  font-size: 50px;
  font-weight: 900;
  line-height: 0;
  color: #cacaca;
  content: "\f15b";
}
.fileupload-thumbnail .file-link.file-exists::after {
  content: "\f15c";
}
.picker-asset {
  position: relative;
  display: inline-block;
}
.picker-asset .fileupload-thumbnail {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.picker-asset .fileupload-thumbnail-icon {
  background-size: 40%;
}
.picker-asset .file-link {
  height: 100px;
}
.picker-asset .file-link::after {
  display: none;
}
.picker-asset .file-link-default::after {
  display: block;
  content: "\f07c";
}
.picker-asset .picker-select-none {
  position: absolute;
  right: 4px;
  bottom: 35px;
  z-index: 50;
  display: block;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #d9534f;
  border-top-left-radius: 4px;
}
.fileupload-group-lg .fileupload-group {
  display: block;
  border-style: dashed;
  border-width: 2px;
}
.fileupload-group-lg .fileupload-group:focus-within {
  border: 2px solid #66afe9;
}
.fileupload-group-lg .fileupload-group .fileupload-thumbnail {
  background-color: #f0f0f0;
}
.fileupload-group-lg .fileupload-group .fileupload-dropzone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  -ms-flex-pack: center;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding: 2px;
  margin: 0;
  background-color: transparent;
}
.fileupload-group-lg .fileupload-group .fileupload-dropzone span {
  margin: 0 16px 11px;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  .fileupload-group-lg .fileupload-group .fileupload-dropzone span {
    margin-bottom: 52px;
    font-size: 22px;
  }
}
.fileupload-group-lg .fileupload-group .fileupload-dropzone span::before {
  display: none;
}
.fileupload-group-lg .fileupload-group .fileupload-thumbnail .file-link {
  width: 100%;
  height: 152px;
  padding: 12px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .fileupload-group-lg .fileupload-group .fileupload-thumbnail .file-link {
    height: 288px;
    padding: 20px;
  }
}
.fileupload-group-lg .fileupload-group .fileupload-thumbnail .file-link::after {
  font-size: 72px;
  content: "\f15c";
}
@media (min-width: 768px) {
  .fileupload-group-lg .fileupload-group .fileupload-thumbnail .file-link::after {
    font-size: 112px;
  }
}
.updateprogress-status {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 1140;
  padding: 15px 10px;
  margin-left: -30px;
  background-color: #262629;
  border-radius: 120px;
  box-shadow: 5px 5px 12px 3px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.updateprogress-status .spinner {
  width: 40px;
  height: 30px;
  font-size: 14px;
  text-align: center;
}
.updateprogress-status .spinner > div {
  display: inline-block;
  width: 5px;
  height: 100%;
  margin-right: 2px;
  background-color: #fff;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.updateprogress-status .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.updateprogress-status .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.updateprogress-status .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.updateprogress-status .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (min-width: 992px) {
  .updateprogress-status {
    padding: 30px 20px;
    margin-left: -60px;
  }
  .updateprogress-status .spinner {
    width: 80px;
    height: 60px;
  }
  .updateprogress-status .spinner > div {
    width: 10px;
    margin-right: 3px;
  }
}
.groupmembers {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 6px 0;
  list-style: none;
}
.groupmembers .member {
  float: left;
  min-width: 160px;
  min-height: 90px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.groupmembers .member .person-image {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 8px;
  background-size: cover;
  border: 1px solid #57575e;
}
.groupmembers .member .member-information {
  float: left;
}
.groupmembers .member h4 {
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
}
.groupmembers .member small {
  display: block;
  margin: 0;
  line-height: 16px;
}
.groupmembers .member .btn {
  margin-top: 6px;
}
.well-message {
  text-align: center;
}
.well-message h1 {
  font-size: 38px;
}
.well-message i {
  margin: 12px 0;
  font-size: 84px;
}
.well-message.well-message-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.well-message.well-message-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.well-message.well-message-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.well-message.well-message-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.well-message.well-message-critical {
  color: #ee7624;
  background-color: #fdece1;
  border-color: #ee7624;
}
.loginstatus .dropdown-toggle.navbar-link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: var(--spacing-xsmall);
}
.loginstatus > li {
  min-width: 160px;
  text-align: right;
}
.loginstatus > li li {
  text-align: left;
}
.splash-form-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
ul.rocklist {
  padding: 0;
  list-style-type: none;
}
ul.rocklist .rocklist-item {
  position: relative;
  float: left;
  width: 140px;
  padding: 6px;
  margin: 0 12px 12px 0;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
}
ul.rocklist .rocklist-item .actions {
  position: absolute;
  top: 0;
  right: 4px;
}
ul.rocklist .rocklist-item .action {
  display: block;
  margin-bottom: 2px;
}
ul.rocklist .rocklist-item .file-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
ul.rocklist .rocklist-item:hover {
  color: #d5d5d5;
  background: #555555;
}
ul.rocklist .rocklist-item.selected {
  color: #fff;
  background: #6a6a6a;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-dropdown-menu {
  min-width: 200px;
  padding: 12px;
  color: #000000;
  background-color: #57575e;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #3f3f43;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  display: block;
}
.tt-suggestion p {
  padding: 4px;
  margin: 0;
  border-radius: 4px;
}
.tt-suggestion p:hover {
  color: #3a3b3a;
  background-color: #3f3f43;
}
.tt-suggestion.tt-is-under-cursor {
  color: #4d4d4d;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #000000;
}
.image-editor-photo {
  position: relative;
  width: 150px;
}
.image-editor-photo .image-container {
  width: 150px;
  height: 150px;
  border: 3px solid #57575e;
}
.image-editor-photo .options {
  position: absolute;
  top: 110px;
  right: 0;
  padding: 0 6px;
  color: #ffffff;
  background-color: #57575e;
  border-radius: 4px 0 0 4px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.image-editor-photo .options:focus-within {
  opacity: 1;
}
.image-editor-photo .options a {
  display: inline-block;
  padding: 6px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.image-editor-photo .options a:hover {
  opacity: 0.5;
}
.image-editor-photo .js-upload-progress {
  position: absolute;
  top: 55px;
  left: 55px;
  color: #555555;
  opacity: 0.5;
}
.image-editor-fileinput {
  height: 0;
  visibility: hidden;
}
.image-editor-group.imageupload-group {
  border: 0;
}
.image-editor-crop-container {
  width: 480px;
  height: 480px;
}
.image-editor-photo:hover .options {
  opacity: 1;
}
.nav-paging .btn-prev {
  float: left;
}
.nav-paging .btn-next {
  float: right;
  margin-left: auto !important;
}
.grid-overflow {
  overflow-x: auto;
}
.grid-obsidian {
  --table-cell-padding-x: 16px;
  --table-cell-padding-y: 16px;
  color: var(--theme-darkest);
  margin-bottom: var(--spacing-large);
  /* Allow some of the popups to be positioned relative to the grid */
  position: relative;
}
.grid-obsidian.grid-bordered {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.03), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.grid-obsidian.grid-bordered {
  border: 1px solid var(--theme-light);
  border-radius: 4px;
}
.grid-heading,
.grid-header {
  background: var(--theme-white);
  border-radius: 4px 4px 0 0;
  z-index: 3;
}
.grid-obsidian.grid-sticky > .grid-heading,
.grid-obsidian.grid-sticky > .grid-header {
  position: sticky;
  top: var(--sticky-element-offset);
}
.grid-header-prepend {
  border-bottom: 1px solid var(--color-interface-soft);
}
.grid-obsidian.grid-sticky .sticky-column-header {
  position: sticky;
  top: calc(var(--sticky-element-offset) + 57px);
  z-index: 3;
}
.grid-obsidian > .grid-heading > .grid-title-heading,
.grid-obsidian > .grid-header > .grid-title-header {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--theme-light);
  align-items: center;
  font-size: 18px;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-title,
.grid-obsidian > .grid-header > .grid-title-header > .grid-title {
  flex-grow: 1;
  font-size: var(--font-size-h5);
  font-weight: 500;
  line-height: 1;
  padding-left: 24px;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-badges,
.grid-obsidian > .grid-header > .grid-title-header > .grid-badges {
  height: 56px;
  display: flex;
  align-items: center;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-actions,
.grid-obsidian > .grid-header > .grid-title-header > .grid-actions {
  background-color: initial;
  text-align: initial;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-actions .btn-grid-action,
.grid-obsidian > .grid-header > .grid-title-header > .grid-actions .btn-grid-action {
  width: 56px;
  height: 56px;
  margin: 0;
  border-radius: 0;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-actions .btn-grid-action.active,
.grid-obsidian > .grid-header > .grid-title-header > .grid-actions .btn-grid-action.active {
  background-color: var(--theme-light);
  color: var(--theme-medium);
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-actions .btn-grid-action.btn-add,
.grid-obsidian > .grid-header > .grid-title-header > .grid-actions .btn-grid-action.btn-add {
  color: var(--color-info);
  font-size: 115%;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-actions .btn-grid-action.btn-add:hover,
.grid-obsidian > .grid-header > .grid-title-header > .grid-actions .btn-grid-action.btn-add:hover {
  color: var(--color-info);
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-actions .btn-grid-action:hover,
.grid-obsidian > .grid-header > .grid-title-header > .grid-actions .btn-grid-action:hover {
  background-color: var(--theme-light);
}
.grid-actions-dropdown-menu {
  position: fixed;
  display: block;
  margin-top: 0;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-quick-filter,
.grid-obsidian > .grid-header > .grid-title-header > .grid-quick-filter {
  display: flex;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-quick-filter > .grid-quick-filter-search,
.grid-obsidian > .grid-header > .grid-title-header > .grid-quick-filter > .grid-quick-filter-search {
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease;
  display: inline-flex;
  align-items: stretch;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-quick-filter.active > .grid-quick-filter-search,
.grid-obsidian > .grid-header > .grid-title-header > .grid-quick-filter.active > .grid-quick-filter-search {
  width: 240px;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-quick-filter.active > .grid-quick-filter-search > form,
.grid-obsidian > .grid-header > .grid-title-header > .grid-quick-filter.active > .grid-quick-filter-search > form {
  width: 100%;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-quick-filter.active > .btn-grid-action,
.grid-obsidian > .grid-header > .grid-title-header > .grid-quick-filter.active > .btn-grid-action {
  background-color: var(--theme-light);
  color: var(--theme-medium);
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-quick-filter > .grid-quick-filter-search > .control-wrapper,
.grid-obsidian > .grid-header > .grid-title-header > .grid-quick-filter > .grid-quick-filter-search > .control-wrapper,
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-quick-filter > .grid-quick-filter-search > form > .control-wrapper,
.grid-obsidian > .grid-header > .grid-title-header > .grid-quick-filter > .grid-quick-filter-search > form > .control-wrapper,
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-quick-filter > .grid-quick-filter-search > form > .control-wrapper > div,
.grid-obsidian > .grid-header > .grid-title-header > .grid-quick-filter > .grid-quick-filter-search > form > .control-wrapper > div,
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-quick-filter > .grid-quick-filter-search > form > .control-wrapper > div > .form-control,
.grid-obsidian > .grid-header > .grid-title-header > .grid-quick-filter > .grid-quick-filter-search > form > .control-wrapper > div > .form-control {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.grid-quick-filter-search > .control-wrapper > div {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.grid-obsidian > .grid-heading > .grid-title-heading > .grid-quick-filter > .grid-quick-filter-search > .control-wrapper .form-control,
.grid-obsidian > .grid-header > .grid-title-header > .grid-quick-filter > .grid-quick-filter-search > .control-wrapper .form-control {
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.grid-column-heading,
.grid-column-header-row {
  display: flex;
  font-weight: 500;
  color: var(--theme-dark);
}
.grid-column-header {
  position: relative;
  display: flex;
  align-items: center;
  word-break: break-word;
  font-size: 14px;
  padding: var(--table-cell-padding-y) var(--table-cell-padding-x);
  min-width: 120px;
  border-bottom: 1px solid var(--theme-light);
}
.grid-bordered .grid-column-header {
  background-color: var(--theme-lightest);
}
.grid-column-header.sortable {
  cursor: pointer;
}
.grid-column-header.sortable:hover {
  background-color: var(--theme-light);
}
.grid-column-title {
  flex: 1 1 auto;
  overflow: hidden;
}
.grid-sort-direction {
  display: flex;
  align-items: center;
  transition: transform 0.11s cubic-bezier(0.2, 0, 0.38, 0.9);
  accent-color: var(--color-info);
}
.grid-sort-direction svg {
  width: 14px;
  height: 21px;
}
.grid-sort-direction.sort-desc {
  /* transform flip */
  transform: rotate(180deg);
  /* transform orgin centerr */
  transform-origin: center;
}
.grid-column-header.grid-select-field .checkbox label {
  margin: 0;
}
.grid-column-header > .btn-grid-column-filter {
  border: 0;
  text-align: center;
  background-color: transparent;
  margin-left: 4px;
  width: 26px;
  height: 24px;
  border-radius: 4px;
  color: var(--theme-medium);
  opacity: 0;
  transition: opacity 250ms, color 250ms;
}
.grid-column-heading:hover .btn-grid-column-filter,
.grid-column-header-row:hover .btn-grid-column-filter {
  opacity: 0.5;
}
.grid-column-header > .btn-grid-column-filter:hover {
  opacity: 1;
  background-color: var(--theme-white);
}
.grid-column-header > .btn-grid-column-filter svg {
  width: 14px;
  height: 14px;
}
.grid-column-header > .btn-grid-column-filter.active {
  opacity: 1;
  color: var(--color-info);
}
.grid-filter-popup-container {
  position: fixed;
  /* 1050 matches the bootstrap dropdown menu used in other parts of the grid. */
  z-index: 1050;
}
.grid-filter-popup-container .grid-filter-popup {
  display: flex;
  flex-direction: column;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  max-width: 320px;
  max-height: 400px;
  background-color: var(--theme-white);
  border: 1px solid var(--theme-light);
  border-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: initial;
  font-weight: initial;
}
.grid-filter-popup-container .grid-filter-popup > .grid-filter-popup-content {
  flex-grow: 1;
  overflow-y: auto;
}
.grid-filter-popup-container .grid-filter-popup > .grid-filter-popup-content > .grid-filter-popup-body {
  margin: 10px;
  padding: 2px;
  overflow-x: clip;
}
.grid-filter-popup-container .grid-filter-popup > .actions {
  display: flex;
  border-top: 1px solid var(--theme-light);
  background-color: #fcfcfc;
  padding: 8px;
  gap: 8px;
}
.grid-filter-popup-container .grid-filter-popup .alert {
  border-top: 0;
  box-shadow: none;
  padding: 8px;
}
.grid-row {
  display: flex;
  background-color: #fff;
  transition: background-color 70ms cubic-bezier(0, 0, 0.38, 0.9);
}
.grid-row.grid-row-selectable {
  cursor: pointer;
}
.grid-striped .grid-row.grid-row-even {
  background-color: var(--theme-lightest);
}
.grid-hover .grid-row:hover {
  background-color: #eef4fc;
}
.grid-cell {
  display: flex;
  align-items: center;
  padding: var(--table-cell-padding-y) var(--table-cell-padding-x);
  line-height: 1.4;
  align-self: stretch;
  word-break: break-word;
  background-color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 120px;
  border-bottom: 1px solid var(--theme-light);
}
.grid-cell.grid-columnreorder {
  min-width: fit-content;
}
.grid-cell.grid-wrapcell {
  flex-wrap: wrap;
}
.grid-cell > .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.grid-cell > .label:empty {
  display: none;
}
.grid-select-field {
  min-width: 60px;
}
.grid-obsidian .grid-select-field:first-child {
  align-items: center;
  padding-right: calc(var(--table-cell-padding-x) / 2);
  flex: 0 0 calc(var(--table-cell-padding-x) + 20px) !important;
}
.grid-obsidian .grid-columncommand {
  --table-cell-padding-y: 0;
  display: flex;
  align-items: center;
  padding: 0;
  min-width: fit-content;
}
.grid-obsidian .grid-columncommand .btn {
  opacity: 0.4;
}
.grid-obsidian .grid-columncommand .btn:hover {
  opacity: 1;
}
.grid-columnreorder {
  align-items: center;
}
.grid-footing {
  color: var(--theme-darkest);
  background-color: var(--theme-white);
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.grid-paging-footer {
  display: flex;
  padding: 8px var(--table-cell-padding-x);
  align-items: center;
}
.grid-obsidian > .grid-footing > .grid-paging-footer > .grid-page-sizes {
  flex: 1 1 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  gap: 8px;
}
.grid-obsidian > .grid-footing > .grid-paging-footer > .grid-page-sizes .form-control {
  flex: 0 0 80px;
}
.grid-page-size-picker .btn {
  font-weight: 400;
}
.grid-obsidian > .grid-footing > .grid-paging-footer > .grid-page-picker {
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
  line-height: 1;
  color: var(--theme-darker);
}
.grid-obsidian > .grid-footing > .grid-paging-footer > .grid-page-picker > button {
  display: inline-flex;
  justify-content: center;
  border: 1px solid var(--theme-light);
  background-color: transparent;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  min-width: 2.75em;
}
.grid-obsidian > .grid-footing > .grid-paging-footer > .grid-page-picker > button:hover {
  background-color: var(--theme-lightest);
}
.grid-obsidian > .grid-footing > .grid-paging-footer > .grid-page-picker > button ~ button {
  margin-left: -1px;
}
.grid-obsidian > .grid-footing > .grid-paging-footer > .grid-page-picker .prev {
  border-radius: 4px 0 0 4px;
}
.grid-obsidian > .grid-footing > .grid-paging-footer > .grid-page-picker .next {
  border-radius: 0 4px 4px 0;
}
.grid-obsidian > .grid-footing > .grid-paging-footer > .grid-page-picker > button.disabled {
  color: var(--theme-medium);
  pointer-events: none;
}
.grid-obsidian > .grid-footing > .grid-paging-footer > .grid-page-picker > button.active {
  background-color: var(--theme-light);
}
.grid-obsidian .grid-cell .highlight-detail {
  color: var(--theme-medium);
  font-size: 14px;
}
.grid-obsidian .grid-cell .highlight-title {
  font-weight: 600;
}
.grid-obsidian .grid-cell-boolean,
.grid-obsidian .grid-column-header-boolean {
  text-align: center;
  justify-content: center;
}
.grid-obsidian .grid-column-header-boolean:has(.btn-grid-column-filter) .grid-column-title {
  padding-left: 26px;
}
.grid-obsidian .grid-cell-number,
.grid-obsidian .grid-cell-currency,
.grid-obsidian .grid-column-header-number,
.grid-obsidian .grid-column-header-currency {
  text-align: right;
  justify-content: right;
}
@media (max-width: 767px) {
  .grid-obsidian > .grid-footing > .grid-paging-footer > .grid-page-picker > .page-num {
    display: none;
  }
}
@media (max-width: 992px) {
  .grid-obsidian.grid-sticky .sticky-column-header {
    top: calc(var(--sticky-element-offset) + 114px);
  }
}
.grid-obsidian .grid-row:has(.table-empty) {
  border-bottom: 1px solid var(--theme-light);
}
.grid-obsidian .grid-row:has(.table-empty):hover {
  background-color: transparent;
}
.grid-obsidian .grid-row:has(.table-empty) .grid-cell {
  border-bottom: none;
  background-color: transparent;
}
.grid-obsidian .grid-row:has(.table-empty) .grid-cell:hover {
  background-color: transparent;
}
.grid-obsidian .grid-row:has(.table-empty):has(.grid-footing:empty) .grid-row .grid-cell {
  border-bottom: none;
  background-color: transparent;
}
.list-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-horizontal:before,
.list-horizontal:after {
  display: table;
  content: " ";
}
.list-horizontal:after {
  clear: both;
}
.list-horizontal li {
  float: left;
  margin-right: 2px;
  margin-bottom: 4px;
}
.key-value-rows .controls-row {
  margin-bottom: 6px;
  margin-right: 0;
}
.key-value-rows .controls-row.controls-row-full-width {
  display: flex;
  align-items: center;
}
.key-value-rows .control-wrapper {
  width: 100%;
}
.key-value-rows .form-control-group:not(.controls-row-full-width) {
  max-width: 600px;
}
.contextsetter {
  margin-right: 2px;
}
ul.list-group-panel,
.panel-collapse {
  margin: 0;
}
ul.list-group-panel .list-group,
.panel-collapse .list-group {
  margin-bottom: 0;
}
ul.list-group-panel .list-group-item,
.panel-collapse .list-group-item {
  border: 0;
  border-top: 1px solid #ddd;
  border-radius: 0;
}
ul.list-group-panel .list-group-item:first-child,
.panel-collapse .list-group-item:first-child {
  border: 0;
}
.input-group-sm .slidingdaterange-daterange .form-control,
.input-group-sm .slidingdaterange-daterange .input-group-addon {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm .slidingdaterange-daterange .form-control,
select.input-group-sm .slidingdaterange-daterange .input-group-addon {
  height: 33px;
  padding: 5px 36px 5px 10px;
}
textarea.input-group-sm .slidingdaterange-daterange .form-control,
textarea.input-group-sm .slidingdaterange-daterange .input-group-addon,
select[multiple].input-group-sm .slidingdaterange-daterange .form-control,
select[multiple].input-group-sm .slidingdaterange-daterange .input-group-addon {
  height: auto;
}
.form-control-group .picker-daterange.slidingdaterange-daterange > div {
  display: flex;
  align-items: center;
  gap: var(--spacing-xsmall);
}
.photo-round {
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  border-radius: 9999px;
}
.photo-round.photo-round-sm {
  width: 35px;
  height: 35px;
}
.photo-round.photo-round-xs {
  width: 20px;
  height: 20px;
}
.wizard {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 8px 0;
  background-color: #eeeeee;
}
.wizard:before,
.wizard:after {
  display: table;
  content: " ";
}
.wizard:after {
  clear: both;
}
@media only screen and (max-width: 480px) {
  .wizard {
    display: none;
  }
}
.wizard .wizard-item {
  position: relative;
  /* Because we are absolutely positioning the connector */
  width: 100%;
  min-width: 75px;
  color: #797b79;
  text-align: center;
  word-break: break-word;
  cursor: default;
}
.wizard .wizard-item a {
  color: #797b79;
}
.wizard .wizard-item .wizard-item-icon {
  min-width: 75px;
}
.wizard .wizard-item .wizard-item-icon i {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 6px 6px;
  color: #bbb;
  background: #63636b;
  border: 1px solid #bbb;
  border-radius: 60px;
}
.wizard .wizard-item .wizard-item-icon i.fa {
  padding: 9px 6px;
}
.wizard .wizard-item .wizard-item-label {
  padding-top: 5px;
}
.wizard .wizard-item::before {
  position: absolute;
  top: 18px;
  /* Same as above */
  left: -50%;
  width: calc(100% - 36px);
  /* 22px = icon width */
  height: 1px;
  margin-left: 18px;
  /* 11px = 1/2 icon width */
  content: "";
  background-color: #bbb;
}
.wizard .wizard-item.active {
  font-weight: 700;
  color: #262629;
}
.wizard .wizard-item.active::before {
  background-color: #a2a2a2;
}
.wizard .wizard-item.active .wizard-item-icon i {
  color: #fff;
  background-color: #262629;
  border-color: #262629;
}
.wizard .wizard-item.complete {
  color: #262629;
}
.wizard .wizard-item.complete a {
  color: #262629;
}
.wizard .wizard-item.complete::before {
  background-color: #a2a2a2;
}
.wizard .wizard-item.complete .wizard-item-icon i {
  color: #fff;
  background-color: #262629;
  border-color: #fff;
}
.wizard .wizard-item:first-of-type::before {
  display: none;
}
.rock-checkbox-icon {
  cursor: pointer;
}
.in-columns {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-column-width: 130px;
  -moz-column-width: 130px;
  column-width: 130px;
}
.in-columns-1 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.in-columns-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.in-columns-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.in-columns-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.in-columns-5 {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
}
.in-columns-6 {
  -moz-column-count: 6;
  -webkit-column-count: 6;
  column-count: 6;
}
.in-columns .radio,
.in-columns .checkbox,
.in-columns .radio-inline,
.in-columns .checkbox-inline {
  display: block;
  padding-right: 0;
}
.in-columns .radio:first-child,
.in-columns .checkbox:first-child,
.in-columns .radio-inline:first-child,
.in-columns .checkbox-inline:first-child {
  margin-top: 0;
}
.in-columns .checkbox-inline:first-child,
.in-columns .radio-inline:first-child {
  padding-left: 20px;
}
.in-columns .label-text {
  display: inline-block;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-column-break-inside: avoid-column;
  break-inside: avoid-column;
}
.in-columns .radio-inline + .radio-inline,
.in-columns .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.radio-inline label,
.checkbox-inline label {
  font-weight: 400;
}
.checkbox-inline:first-child,
.radio-inline:first-child {
  padding-left: 30px;
}
.checkbox-inline:first-child.rock-checkbox-icon,
.radio-inline:first-child.rock-checkbox-icon {
  padding-left: 0 !important;
}
.checkbox-inline:first-child.rock-checkbox-icon i,
.radio-inline:first-child.rock-checkbox-icon i {
  width: 30px;
}
.assessment .radio,
.assessment .checkbox {
  min-height: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.assessment .radio label,
.assessment .checkbox label {
  padding-left: 0;
}
.assessment .modal-body > .checkbox label input {
  z-index: 0;
  opacity: 1;
}
.assessment .radio-inline,
.assessment .checkbox-inline {
  padding-right: 16px;
  padding-left: 30px;
  margin-left: 0;
}
.assessment .radio-inline label,
.assessment .checkbox-inline label {
  margin-bottom: 0;
}
.assessment .form-align .radio,
.assessment .form-horizontal .radio,
.assessment .form-align .checkbox,
.assessment .form-horizontal .checkbox,
.assessment .form-align .radio-inline,
.assessment .form-horizontal .radio-inline,
.assessment .form-align .checkbox-inline,
.assessment .form-horizontal .checkbox-inline {
  padding-top: 0;
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.assessment .form-align .radio-inline + .radio-inline,
.assessment .form-horizontal .radio-inline + .radio-inline,
.assessment .form-align .checkbox-inline + .checkbox-inline,
.assessment .form-horizontal .checkbox-inline + .checkbox-inline {
  margin-top: 9px;
}
.assessment .radio,
.assessment .checkbox,
.assessment .radio-inline,
.assessment .checkbox-inline {
  padding-left: 28px;
}
.assessment .radio.deselected,
.assessment .checkbox.deselected,
.assessment .radio-inline.deselected,
.assessment .checkbox-inline.deselected {
  opacity: 0.5;
}
.assessment .radio .label-text::before,
.assessment .checkbox .label-text::before,
.assessment .radio-inline .label-text::before,
.assessment .checkbox-inline .label-text::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 0.25rem;
}
.assessment .radio .label-text::after,
.assessment .checkbox .label-text::after,
.assessment .radio-inline .label-text::after,
.assessment .checkbox-inline .label-text::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: no-repeat center/50%;
}
.assessment .radio input,
.assessment .checkbox input,
.assessment .radio-inline input,
.assessment .checkbox-inline input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.assessment .radio input:checked ~ .label-text::before,
.assessment .checkbox input:checked ~ .label-text::before,
.assessment .radio-inline input:checked ~ .label-text::before,
.assessment .checkbox-inline input:checked ~ .label-text::before {
  background-color: #262629;
  border-color: #262629;
}
.assessment .radio input:focus ~ .label-text::before,
.assessment .checkbox input:focus ~ .label-text::before,
.assessment .radio-inline input:focus ~ .label-text::before,
.assessment .checkbox-inline input:focus ~ .label-text::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px rgba(38, 38, 41, 0.2);
}
.assessment .radio input:active ~ .label-text::before,
.assessment .checkbox input:active ~ .label-text::before,
.assessment .radio-inline input:active ~ .label-text::before,
.assessment .checkbox-inline input:active ~ .label-text::before {
  color: #ffffff;
  background-color: #707078;
}
.assessment .radio input:disabled ~ .label-text,
.assessment .checkbox input:disabled ~ .label-text,
.assessment .radio-inline input:disabled ~ .label-text,
.assessment .checkbox-inline input:disabled ~ .label-text {
  color: #777777;
}
.assessment .radio input:disabled ~ .label-text::before,
.assessment .checkbox input:disabled ~ .label-text::before,
.assessment .radio-inline input:disabled ~ .label-text::before,
.assessment .checkbox-inline input:disabled ~ .label-text::before {
  background-color: #eeeeee;
}
.assessment .radio input:checked:disabled ~ .label-text::before,
.assessment .checkbox input:checked:disabled ~ .label-text::before,
.assessment .radio-inline input:checked:disabled ~ .label-text::before,
.assessment .checkbox-inline input:checked:disabled ~ .label-text::before {
  background-color: #262629;
  opacity: 0.5;
}
.assessment .radio-inline + .radio-inline,
.assessment .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.assessment .checkbox input:checked ~ .label-text::after,
.assessment .checkbox-inline input:checked ~ .label-text::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.assessment .radio .label-text::before,
.assessment .radio-inline .label-text::before {
  border-radius: 50%;
}
.assessment .radio input:checked ~ .label-text::after,
.assessment .radio-inline input:checked ~ .label-text::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}
.assessment .rock-checkbox-icon {
  padding-left: 0;
}
.assessment .rock-checkbox-icon i {
  width: 20px;
  margin-right: 3px;
  font-size: 22px;
  text-align: center;
}
.panel .panel-heading.panel-follow,
.panel .panel-header.panel-follow {
  position: relative;
  padding-right: 40px;
}
.panel .panel-heading.panel-follow-fullscreen,
.panel .panel-header.panel-follow-fullscreen {
  position: relative;
  padding-right: 110px;
}
.panel-follow-status {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  padding-top: 10px 0 0;
  color: #3a3b3a;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #3f3f43;
  opacity: 0.4;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.panel-follow-status::before {
  font-family: 'FontAwesome';
  content: "\f005";
}
.panel-follow-status.following {
  color: #fff;
  background-color: #323236;
  opacity: 1;
}
.btn-copy-to-clipboard:focus {
  outline: 0;
}
.rating-input i {
  margin-right: 8px;
  font-size: 18px;
  cursor: pointer;
}
.value-list-rows .controls-row {
  margin-bottom: 6px;
  margin-right: 0;
}
.value-list-rows .control-wrapper {
  width: 100%;
}
.value-list-rows .form-control-group:not(.controls-row-full-width) {
  max-width: 600px;
}
.hero-section {
  height: calc( 300px + var(--spacing-xlarge));
  align-items: center;
  position: relative;
}
.hero-section-content {
  height: max-content;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
  transform: translatex(-50%);
  background-color: white;
  border-radius: 12px;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid var(--color-interface-soft);
}
.hero-section-image {
  margin-bottom: var(--spacing-xlarge);
  background-color: var(--color-interface-softer);
  border-radius: 12px;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.hero-section-title {
  padding: var(--spacing-tiny) 0;
  font-weight: var(--font-weight-bold);
  margin: 0;
  text-align: center;
}
.hero-section-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .hero-section-title {
    font-size: var(--font-size-h3);
  }
}
/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  float: left;
  width: 100px;
  height: 100px;
  cursor: crosshair;
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/saturation.png");
}
.colorpicker-saturation i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 -4px;
  border: 1px solid #000;
  border-radius: 4px;
}
.colorpicker-saturation i b {
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.colorpicker-hue,
.colorpicker-alpha {
  float: left;
  width: 15px;
  height: 100px;
  margin-bottom: 4px;
  margin-left: 4px;
  cursor: row-resize;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #000;
  border-top: 1px solid #fff;
}
.colorpicker-hue {
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/hue.png");
}
.colorpicker-alpha {
  display: none;
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/alpha.png");
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  top: 0;
  left: 0;
  z-index: 2500;
  min-width: 130px;
  padding: 4px;
  margin-top: 1px;
  *zoom: 1;
  border-radius: 4px;
}
.colorpicker::before,
.colorpicker::after {
  display: table;
  line-height: 0;
  content: "";
}
.colorpicker::before {
  position: absolute;
  top: -7px;
  left: 6px;
  display: inline-block;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
}
.colorpicker::after {
  position: absolute;
  top: -6px;
  left: 7px;
  display: inline-block;
  clear: both;
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-position: 0 100%;
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/alpha.png");
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 16px;
  margin-top: 5px;
  clear: both;
  background: none !important;
}
.colorpicker-selectors i {
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon,
.colorpicker-element .add-on {
  position: relative;
  z-index: 1;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  position: relative;
  z-index: initial;
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: text-top;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
}
.colorpicker-element .input-group-addon i::before,
.colorpicker-element .add-on i::before {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 24px;
  height: 24px;
  content: "";
  background-image: linear-gradient(45deg, #f8f9fa 25%, transparent 25%, transparent 75%, #f8f9fa 75%, #f8f9fa), linear-gradient(45deg, #f8f9fa 25%, transparent 25%, transparent 75%, #f8f9fa 75%, #f8f9fa);
  background-position: 0 0, 30px 30px;
  background-size: 12px 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
}
.colorpicker.colorpicker-inline {
  position: relative;
  z-index: auto;
  display: inline-block;
  float: none;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  float: left;
  width: 100px;
  height: 15px;
  margin-bottom: 4px;
  margin-left: 0;
  cursor: col-resize;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 15px;
  margin-top: 0;
  background: #fff;
  border: 0;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/alpha-horizontal.png");
}
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker.colorpicker-visible,
.colorpicker-inline.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}
.colorpicker-right::before {
  right: 6px;
  left: auto;
}
.colorpicker-right::after {
  right: 7px;
  left: auto;
}
.html-editor-container.loading {
  box-sizing: content-box;
  padding: 0 0 53px;
}
.note-editor.panel-default {
  border-color: #3f3f43;
}
.note-editor.panel-default > .panel-heading,
.note-editor.panel-default > .panel-header {
  background-color: #fff;
}
.htmleditor-filebrowser .is-postback > .modal-header {
  padding: 5px 15px;
  margin: 0 -15px 15px;
  margin-top: 0;
  color: #fff;
  background-color: #262629;
}
.htmleditor-filebrowser .is-postback > .modal-footer {
  padding: 8px 24px;
  margin-right: -15px;
  margin-left: -15px;
  color: #1a1a1c;
  background-color: #898992;
}
.htmleditor-assetmanager .is-postback > .modal-header {
  padding: 5px 15px;
  margin: 0 -15px 15px;
  margin-top: 0;
  color: #fff;
  background-color: #262629;
}
.htmleditor-assetmanager .is-postback > .modal-footer {
  padding: 8px 24px;
  margin-right: -15px;
  margin-left: -15px;
  color: #1a1a1c;
  background-color: #898992;
}
.picker-folders,
.picker-files {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 480px) {
  .picker-folders,
  .picker-files {
    float: left;
  }
}
.picker-folders .scroll-container-vertical,
.picker-files .scroll-container-vertical {
  width: auto;
}
.picker-folders .scroll-container-vertical .viewport,
.picker-files .scroll-container-vertical .viewport {
  width: auto;
}
.picker-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.picker-folders {
  max-width: 320px;
  padding-right: var(--spacing-medium);
  border-right: 1px solid var(--color-interface-soft);
}
@media (max-width: 992px) {
  .picker-folders {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: var(--spacing-medium);
    border-bottom: 1px solid var(--color-interface-soft);
    border-right: 0;
    height: 300px;
  }
}
.picker-folders .actions {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .picker-folders .scroll-container-vertical .viewport {
    height: 100px;
  }
}
.picker-files .empty-folder-notification {
  display: block;
  text-align: center;
}
.picker-files .assetmanager-actions .fileupload-group {
  padding: 0;
  border: 0;
}
.picker-files .assetmanager-actions .fileupload-group .fileupload-button {
  height: 33px;
  padding: 7px 10px;
  line-height: 1;
}
.picker-files img.file-browser-image {
  width: 80px;
  height: 80px;
}
iframe.file-browser {
  border: 0;
}
.structured-content-container {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .structured-content-container {
    background: #ffffff;
  }
}
@media (min-width: 1200px) {
  .structured-content-container {
    padding: 40px;
  }
}
.structured-content-container:focus-within {
  border: var(--focus-state-border);
  box-shadow: var(--focus-state-shadow);
}
.structured-content-container .codex-editor {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}
@media (min-width: 768px) {
  .structured-content-container .codex-editor {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .structured-content-container .codex-editor {
    padding: 50px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
.codex-editor .ce-settings {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.directory-letters li {
  width: 3.8455%;
  min-width: 20px;
}
.directory-grid > div.row:nth-child(odd) {
  background-color: #f7f7f7;
}
.panel-parent > .panel-body {
  padding: 0;
}
.panel-parent .panel {
  margin-bottom: 0;
  border: 0;
}
.panel-parent .panel .panel-heading,
.panel-parent .panel .panel-header {
  display: none;
}
/* use e("/") to escape the forward slash during compilation. */
.panel-with-sidebar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.03), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: var(--spacing-large);
  /* The sidebar panel content spans 1 of the 4 columns of the 1st row. */
  /* The main panel content spans 3 of the 4 columns of the 1st row. */
  /* Remove background and borders for main panel headers. */
  /* The footer spans all 4 columns of the 2nd row. */
}
.panel-with-sidebar > .panel-sidebar-content {
  grid-column: 1;
  grid-row: 1;
  /* Include margins for the top and left. */
  margin-top: 15px;
  margin-left: 15px;
}
.panel-with-sidebar > .panel {
  grid-column: 2 / span 3;
  grid-row: 1;
  border: 0;
  box-shadow: none;
}
.panel-with-sidebar .panel-block > .panel-heading,
.panel-with-sidebar .panel-block > .panel-sub-header,
.panel-with-sidebar .panel-block > .panel-header,
.panel-with-sidebar .panel-block > .panel-sub-header {
  border-bottom: 0;
  background-color: #fff;
}
.panel-with-sidebar .sidebar-footer {
  grid-column: 1 / span 4;
  grid-row: 2;
  /* The actions footer items uses a sub grid with a single row and 2 columns. */
}
.panel-with-sidebar .sidebar-footer > div.actions {
  display: grid;
  justify-items: start;
  grid-template-columns: repeat(2, 1fr);
  margin: 12px;
  /* justify the secondary footer actions to the right-hand side (end) of the grid. */
}
.panel-with-sidebar .sidebar-footer > div.actions div.footer-actions {
  grid-column: 1;
  /* Child buttons should have margins */
}
.panel-with-sidebar .sidebar-footer > div.actions div.footer-actions > * {
  margin-right: 8px;
}
.panel-with-sidebar .sidebar-footer > div.actions div.footer-secondary-actions {
  grid-column: 2;
  justify-self: end;
  /* Child buttons should have margins */
}
.panel-with-sidebar .sidebar-footer > div.actions div.footer-secondary-actions > * {
  margin-left: 4px;
}
.panel.panel-body-flush > .panel-body {
  padding: 0;
}
.panel.panel-body-flush > .panel-body .actions:last-of-type {
  margin: inherit;
}
.panel-block > .panel-header > .panel-header-actions:has(div:only-child) {
  margin-right: var(--spacing-medium);
}
.panel.panel-flex .panel-header-actions:not(:has(.action)) {
  margin-right: var(--spacing-medium);
}
.panel-block:has(.file-asset-manager) {
  margin-top: var(--spacing-medium);
}
.assetmanager-files .checkbox {
  width: 20px;
  padding-left: 0;
}
.assetmanager-actions .fileupload-group {
  margin-bottom: 0;
}
.file-asset-manager,
.file-asset-manager > .block-content,
.file-asset-manager > .block-content > div:not(.config-bar),
.file-asset-manager > .block-content > div:not(.config-bar) > .obsidian-block-wrapper,
.file-asset-manager > .block-content > div:not(.config-bar) > .obsidian-block-wrapper > .obsidian-block {
  height: 100%;
  margin-top: var(--spacing-medium);
}
.file-asset-manager .panel-body > .panel-flex-fill-body {
  position: unset;
  height: 100%;
}
@media (max-width: 992px) {
  .file-asset-manager .panel-body > .panel-flex-fill-body {
    height: unset;
  }
}
.file-asset-manager .panel.panel-block:has(.panel-flex-fill-body) {
  overflow-y: unset;
}
.file-asset-manager .panel-body:has(.panel-flex-fill-body) {
  overflow: hidden auto;
}
.file-asset-manager .panel-body {
  padding: 0;
}
.file-asset-manager .panel-body:has(.panel-flex-fill-body) {
  padding: 0;
}
.panel-flex-fill-body #pnlAssetManager {
  border-bottom: 0;
}
#pnlAssetManager {
  border-radius: var(--rounded-xsmall);
  border-bottom: 1px solid var(--color-interface-soft);
}
@media (max-width: 992px) {
  #pnlAssetManager {
    border-bottom: 0;
    height: 100% !important;
  }
}
.panel-body:has(.file-asset-manager) {
  padding: 0;
}
.actions.assetmanager-actions {
  margin-bottom: var(--spacing-xsmall);
}
.actions.assetmanager-actions > .pull-left {
  margin-right: var(--spacing-xsmall);
}
.file-asset-manager table.assetmanager-files {
  border-left: none;
  border-right: none;
}
.modal-body:has(#pnlAssetManager) {
  padding: 0;
}
.modal-body #pnlAssetManager {
  border-bottom: 0;
}
/* Dragula */
.gu-mirror {
  position: fixed !important;
  z-index: 9999 !important;
  margin: 0 !important;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.custom-control-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 991px) {
  .hide-label-sm .control-label {
    display: none;
  }
}
.custom-switch {
  padding-left: 36px;
}
.custom-switch-centered .custom-switch {
  padding-top: 12px !important;
}
.custom-switch .custom-control-label {
  position: relative;
  font-weight: 400;
  cursor: pointer;
}
.custom-switch .custom-control-label.custom-control-label-bold {
  font-weight: 600;
}
.custom-switch .custom-control-label::before {
  position: absolute;
  top: 2px;
  left: -36px;
  display: block;
  width: 28px;
  height: 16px;
  pointer-events: all;
  content: "";
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.custom-switch .custom-control-label::after {
  position: absolute;
  top: 4px;
  left: -34px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: no-repeat 50%/50% 50%;
  background-color: #ccc;
  border-radius: 10px;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px rgba(38, 38, 41, 0.2);
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eeeeee;
}
.custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #66afe9;
}
.custom-switch .custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #707078;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(12px);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #262629;
  border-color: #262629;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(38, 38, 41, 0.5);
}
.kpi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.kpi-container > .kpi {
  min-width: var(--kpi-min-width, 220px);
  margin: 8px;
}
@media (min-width: 768px) {
  .kpi-container > .kpi {
    max-width: calc(var(--kpi-col-sm, 50%) - 16px);
  }
}
@media (min-width: 992px) {
  .kpi-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .kpi-container > .kpi {
    max-width: calc(var(--kpi-col-md, 33.33333%) - 16px);
  }
}
@media (min-width: 1200px) {
  .kpi-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .kpi-container > .kpi {
    max-width: calc(var(--kpi-col-lg, 25%) - 16px);
  }
}
.kpi-title {
  margin-top: 0;
  font-weight: 600;
}
.kpi {
  position: relative;
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  align-items: stretch;
  margin: 0 8px 16px;
  overflow-y: hidden;
  font-size: 26px;
  color: #000000;
  align-self: flex-start;
}
.kpi-card {
  background: #ffffff;
  border: 1px solid #000;
  border-color: currentColor;
  border-radius: 4px;
  align-self: auto;
}
.kpi-stat {
  flex: 1 1 0;
  align-self: flex-start;
  min-width: 0;
  padding: 8px 0;
  overflow: hidden;
}
.kpi-icon + .kpi-stat {
  align-self: center;
  padding: 8px 16px;
}
.kpi-card .kpi-stat {
  padding: 8px 16px;
}
.kpi-value {
  display: block;
  font-weight: 700;
  line-height: 1;
}
.kpi-subvalue {
  padding-left: 0.4em;
  font-size: 0.6em;
  font-weight: 400;
  color: #9f9f9f;
}
.kpi-label,
.kpi-secondary-label,
.kpi-lg-label {
  display: block;
  font-size: 0.53846em;
  line-height: 1.1;
  color: #777777;
}
.kpi-secondary-label {
  font-size: 12px;
  line-height: 12px;
  opacity: 0.7;
}
.kpi-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 35%;
  font-size: 32px;
  vertical-align: top;
}
.kpi-card .kpi-icon {
  margin-left: 12px;
}
.has-icon-bg .kpi-icon {
  width: max-content;
  margin-left: 0;
}
.has-icon-bg .kpi-icon .kpi-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.has-icon-bg.kpi-sm > .kpi-icon {
  display: flex;
  flex-grow: 1;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}
.kpi-icon .svg-placeholder {
  display: none;
  width: 2em;
  height: auto;
  background: currentColor;
  border-radius: 4px;
  opacity: 0;
}
.kpi-card > .kpi-icon .svg-placeholder {
  height: 100%;
  border-radius: 0;
}
.has-icon-bg .kpi-icon .svg-placeholder {
  display: block;
  opacity: 0.2;
}
@supports not (width: fit-content) {
  .kpi-lg.has-icon-bg .kpi-icon {
    min-width: 86px;
  }
  .has-icon-bg .kpi-icon {
    min-width: 57px;
    height: 100%;
  }
  .has-icon-bg .kpi-icon::before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    content: " ";
    background: currentColor;
    opacity: 0.2;
  }
  .has-icon-bg .kpi-icon .svg-placeholder {
    opacity: 0 !important;
  }
}
.kpi-sm .kpi-icon {
  font-size: 24px;
}
.kpi-sm .kpi-stat {
  padding: 4px 8px;
}
.kpi-lg,
.kpi-xl {
  font-size: 30px;
}
.kpi-lg .kpi-stat,
.kpi-xl .kpi-stat {
  padding: 16px 10px;
}
.kpi-lg .kpi-label,
.kpi-xl .kpi-label,
.kpi-lg-label {
  padding: 3px 0;
  font-size: 17px;
  font-weight: 400;
}
.kpi-lg .kpi-icon,
.kpi-xl .kpi-icon {
  overflow: visible;
  font-size: 48px;
  text-align: center;
}
.kpi-lg-label {
  font-size: 17px;
}
.kpi-xl {
  font-size: 48px;
}
.kpi-xl .kpi-icon {
  font-size: 54px;
}
.stat-value {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.progress-tracker {
  display: flex;
  background: #ffffff;
  border: 1px solid #3f3f43;
  border-radius: 4px;
}
.progress-tracker-container {
  flex-grow: 1;
  overflow: auto;
}
.progress-tracker-container::-webkit-scrollbar {
  display: none;
}
.progress-steps {
  display: flex;
  flex-grow: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.progress-step {
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 140px;
  overflow: hidden;
}
.progress-tracker-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 14px;
  height: 100%;
  color: #3f3f43;
}
.progress-tracker-arrow svg {
  width: 100%;
  height: 100%;
}
.progress-step-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 12px 6px 8px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  color: #777777;
}
.progress-tracker-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 1px 0 0;
  margin-right: 6px;
  font-size: 12px;
  color: #ffffff;
  background: #262629;
  border-radius: 999px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}
.progress-tracker-icon.current {
  background: #ffffff;
  border: 2px solid #262629;
}
.progress-tracker-icon.upcoming {
  background: #ffffff;
  border: 2px solid #777777;
}
.progress-tracker-more {
  flex: 0 1 auto;
  min-width: 56px;
}
.progress-tracker-more .progress-step-link {
  padding: 4px 14px;
  font-size: 24px;
}
.progress-tracker-more + .progress-tracker-more {
  display: none;
}
.progress-tracker-details {
  min-width: 0;
  margin-top: 2px;
}
.current + .progress-tracker-details .progress-tracker-title,
.current + .progress-tracker-details .progress-tracker-subtitle {
  color: #262629;
}
.progress-tracker-title {
  color: #3a3b3a;
}
.progress-tracker-subtitle {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: #777777;
}
.remaining-time {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 20px;
  margin-left: auto;
  text-align: center;
  border-left: 1px solid #3f3f43;
}
.remaining-time-title {
  font-size: 12px;
  line-height: 14px;
  color: #777777;
  white-space: nowrap;
}
.remaining-time-countdown {
  margin: 0;
  font-weight: 500;
  line-height: 1;
  color: #262629;
}
.ant-select.form-control {
  padding: 0;
}
.ant-select.form-control .ant-select-selector {
  height: 38px !important;
  padding: 6px 12px !important;
  border-radius: 4px !important;
  margin: 0 !important;
  background-color: initial !important;
  border: none !important;
  box-shadow: none !important;
}
.ant-select.form-control .ant-select-selector .ant-select-selection-item {
  display: inline-flex;
  align-items: center;
}
.input-group .ant-select.ant-select-focused {
  z-index: 3;
}
.ant-select.ant-select-focused:not(.ant-select-disabled).form-control {
  border: 1px solid #66afe9;
  outline: none;
  box-shadow: var(--focus-state-shadow);
}
.ant-select.ant-select-focused:not(.ant-select-disabled).form-control .ant-select-selector {
  border: none;
  outline: none;
  box-shadow: none;
}
.ant-select.form-control .ant-select-arrow,
.ant-select.form-control .ant-select-clear {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.ant-select.ant-select-single.form-control .ant-select-selection-item {
  padding-right: 0px;
  margin-right: 18px;
  transition: margin-right 0s, padding-right 0s;
}
.ant-select.ant-select-single.ant-select-allow-clear.form-control .ant-select-selection-item {
  margin-right: 36px;
}
.ant-select.ant-select-multiple.form-control .ant-select-selection-overflow {
  padding-right: 18px;
}
.ant-select.ant-select-multiple.form-control,
.ant-select.ant-select-multiple.form-control .ant-select-selector {
  height: initial !important;
  min-height: 38px;
}
.ant-select-clear {
  right: 30px;
}
.ant-select-dropdown .ant-select-item-option-content {
  white-space: normal;
  word-wrap: break-word;
}
.color-selector-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.color-selector-items .color-selector-item-container {
  display: flex;
  padding: 2px;
  border: 2px solid transparent;
}
.color-selector-items .color-selector-item-container.checked {
  border-color: #262629;
}
.form-control-static .color-selector-items .color-selector-item-container {
  padding: 0;
  border: 0;
}
.color-selector-items .color-selector-item-container .color-selector-item {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
}
.color-selector-items .color-selector-item-container .color-selector-item:not(.readonly) {
  cursor: pointer;
}
.color-selector-items .color-selector-item-container .color-selector-item .color-selector-item-checkbox {
  display: none;
}
.billboard {
  position: relative;
  margin-bottom: var(--spacing-medium);
  height: 182px;
}
.billboard .billboard-image {
  background-position: center;
  background-size: cover;
  height: 150px;
  border-radius: var(--rounded-small);
  background-color: var(--color-interface-softer);
}
.billboard .billboard-icon {
  position: absolute;
  bottom: 0;
  left: 24px;
  height: 64px;
  width: 64px;
  border-radius: 99px;
  border: 4px solid var(--color-interface-softest);
  display: flex;
  align-items: center;
  justify-content: center;
}
.billboard .billboard-icon i {
  font-size: 28px;
  margin-top: -3px;
}
/* Global Styles */
.custom-select-item {
  padding: var(--spacing-medium);
}
.custom-select-item:not(.custom-select-item-disabled) {
  cursor: pointer;
}
.custom-select-item-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.custom-select-expand-icon {
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  line-height: 10px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: var(--spacing-medium);
  font-size: 14px;
}
/* Mobile Styles */
.custom-select-mobile-wrapper,
.custom-select-wrapper {
  position: relative;
  border-radius: var(--rounded-small);
  overflow: clip;
}
.custom-select-wrapper {
  border: 1px solid var(--color-interface-soft);
}
.custom-select-mobile-wrapper .custom-select-item {
  --border-radius: var(--rounded-small);
}
.custom-select-mobile-wrapper .custom-select-item-content {
  margin-right: calc( var(--spacing-medium) + 8.5px);
}
/* Fade Transition */
.fade-enter-active {
  transition: opacity 0.25s ease 0.35s;
}
.fade-leave-active {
  transition: opacity 0.15s ease;
}
.fade-enter-to,
.fade-leave-from {
  opacity: 1;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.well-conditional {
  margin-left: var(--spacing-medium);
  border-radius: 0;
  border: 0;
  border-left: 2px var(--color-info-strong) solid;
  box-shadow: none;
  background-color: var(--color-interface-softer);
}
.tabbed-bar {
  border-bottom: 6px solid #dedede;
  padding: 0 24px;
}
.tabbed-bar > .toolbar-nav {
  display: flex;
  margin: 0;
  padding: 0;
  margin-bottom: -6px;
  list-style-type: none;
}
.tabbed-bar > .toolbar-nav > li {
  display: inline-block;
  padding: 8px 12px;
  border-bottom: 6px solid transparent;
  white-space: nowrap;
  transition: border-bottom-color 0.25s ease;
}
.tabbed-bar > .toolbar-nav > li:hover {
  border-bottom-color: #cecece;
}
.tabbed-bar > .toolbar-nav > li.active {
  border-bottom-color: var(--color-primary, #a8a8a8);
}
.tabbed-bar > .toolbar-nav > li .title {
  display: inline-block;
  padding: 4px 6px;
  cursor: pointer;
  font-weight: 600;
}
.tabbed-bar > .toolbar-nav > li > a {
  color: #000;
}
.tabbed-bar > .toolbar-nav > li.more-items {
  font-weight: initial;
}
.tabbed-bar > .toolbar-nav > li.more-items .ti {
  margin-left: 8px;
}
/* Pills overrides. */
.tabbed-bar.pills {
  margin-bottom: 0;
  border-bottom: 0;
}
.tabbed-bar.pills > .toolbar-nav > li {
  padding: 0 6px;
  border-bottom: 0;
}
.tabbed-bar.pills > .toolbar-nav > li .title {
  padding: 6px 12px;
  border-radius: 4px;
  transition: background-color 0.25s ease, color 0.25s ease;
  background-color: #f5f5f5;
}
.tabbed-bar.pills > .toolbar-nav > li:hover .title {
  background-color: #EBEBEB;
}
.tabbed-bar.pills > .toolbar-nav > li.active .title {
  background-color: var(--color-primary, #a8a8a8);
  color: #fff;
}
/* Drop Down Menu button overrides. */
.tabbed-bar > .toolbar-nav > li.more-items :deep(.btn-overflow) {
  margin: 0;
  padding: 0;
  border: 0;
}
.displaycard {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-large);
  align-items: center;
  padding: var(--spacing-large);
  background-color: var(--color-interface-softest);
  border-radius: var(--rounded-xsmall);
  border: 1px solid var(--color-interface-soft);
  transition: background-color 0.15s ease-in-out;
  /* May need to revisit this if a mobile version of the UI is needed */
  min-width: v-bind(minWidth);
}
/* Only show hover state if the item is clickable. */
.displaycard.clickable.is-hovering {
  background-color: var(--color-info-soft);
}
.displaycard-badge {
  /* Prevent the badge from shrinking. */
  flex: 0 auto;
}
.displaycard-heading-icon .label {
  padding: var(--spacing-small);
  font-size: 100%;
}
.displaycard-heading-icon i {
  font-size: var(--font-size-h4);
}
.displaycard-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-medium);
  flex: 1 1 0;
  overflow: hidden;
  /* The icon+title+desc container needs a min width;
       otherwise, it'll shrink until it's hidden
       before the aside shrinks. */
  min-width: v-bind(iconTitleAndDescMinWidth);
}
.displaycard-heading-text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-tiny);
  overflow: hidden;
}
.displaycard-heading-text-title {
  margin: 0;
  /* line-height: var(--line-height-compact) (line-height: 1.055) clips the bottom of "g" and "y"
       for small text, so making a little larger. */
  line-height: var(--line-height-normal);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.displaycard-heading-text-description,
.displaycard-heading-text-description > * {
  font-size: var(--font-size-small);
  /* line-height: var(--line-height-tight) (line-height: 1.1) clips the bottom of "g" and "y"
       for small text, so making a little larger. */
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--color-interface-medium);
}
.displaycard-aside {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-xsmall);
  flex: 0 1 auto;
  white-space: nowrap;
  color: var(--color-interface-medium);
  /* Force min-width of 0 so the aside can shrink properly. */
  min-width: 0;
}
.displaycard-aside small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.displaycard-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-tiny);
  flex: 0 auto;
}
.displaycard-primary-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-tiny);
}
.displaycard-secondary-actions .btn-link.btn-overflow {
  color: var(--color-interface-medium);
}
@media (max-width: 767px) {
  /*Allow display card to stack content on smaller screens*/
  .displaycard {
    flex-direction: column;
    height: auto;
    min-width: 100%;
  }
  .displaycard-heading {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-width: 0;
  }
  .displaycard-heading,
  .displaycard-heading-text {
    min-width: 0;
    width: 100%;
    overflow: visible;
    text-align: center;
  }
  .displaycard-heading-text-title,
  .displaycard-heading-text-description,
  .displaycard-heading-text-description > * {
    white-space: normal;
    /* Allow wrapping */
    text-overflow: unset;
    /* Remove ellipsis */
    overflow: visible;
    /* Show all content */
  }
  .displaycard-aside {
    justify-content: flex-start;
    height: auto;
  }
  .displaycard-actions {
    width: 100%;
    justify-content: center;
  }
}
.displaycard-add-button {
  white-space: nowrap;
}
.displaycard-add-button-trigger {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: var(--spacing-large);
  background-color: var(--color-interface-softest);
  border-radius: var(--rounded-xsmall);
  border: 1px dashed var(--color-info-strong);
  cursor: pointer;
  align-items: center;
  gap: var(--spacing-xsmall);
  color: var(--color-info-strong);
  font-weight: var(--font-weight-semibold);
  white-space: nowrap;
}
.displaycard-add-button-trigger:hover,
.displaycard-add-button-trigger.btn-default:focus,
.dropdown.open .displaycard-add-button-trigger {
  background-color: var(--color-info-soft);
  color: var(--color-info-strong);
}
.displaycard-add-button .dropdown-menu {
  left: 50%;
  right: 50%;
  transform: translate(-50%, calc(0px - var(--spacing-medium)));
}
.displaycard-connector {
  width: 2px;
  height: var(--spacing-medium);
  background-color: var(--color-interface-soft);
  margin: 0 auto;
  position: relative;
}
.displaycard-connector-tip::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--color-interface-soft);
  border-right: 2px solid var(--color-interface-soft);
  background: transparent;
}
.displaycard-connector-transparent,
.displaycard-connector-transparent::after {
  border-color: transparent;
  background-color: transparent;
}
@media (max-width: 480px) {
  .displaycard {
    padding: var(--spacing-medium);
    gap: var(--spacing-medium);
  }
}
.contentstack {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-large);
  width: 100%;
  height: auto;
  padding-bottom: var(--spacing-large);
  border-bottom: 1px solid var(--color-interface-soft);
}
.contentstack:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contentstack-body {
  flex: 1 1 80%;
  max-width: 100%;
}
.contentstack-body .grid-light:last-child {
  margin-bottom: 0;
}
.contentstack > .contentstack-sidebar {
  max-width: 400px;
  padding-top: 0;
}
.contentstack.contentstack-left > .contentstack-sidebar {
  flex: 0 0 20%;
}
.contentstack.contentstack-right > .contentstack-sidebar {
  flex: 0 0 30%;
}
.contentstack.contentstack-right {
  display: flex;
  flex-direction: row-reverse;
}
.contentstack.contentstack-right .contentstack-sidebar .contentstack-header-title {
  display: none;
}
.contentstack.contentstack-right .contentstack-body {
  padding-left: 0;
  flex: 1 1 70%;
}
.contentstack.contentstack-right .contentstack-sidebar {
  flex: 0 0 30%;
}
.contentstack.contentstack-top {
  flex-direction: column;
}
.contentstack.contentstack-top .contentstack-sidebar {
  max-width: initial;
}
.contentstack-header {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-tiny);
}
.contentstack-header-title {
  color: var(--color-interface-strong);
  font-weight: var(--font-weight-semibold);
  margin: 0;
}
.contentstack-header-description {
  color: var(--color-interface-medium);
}
@media (max-width: 767px) {
  .contentstack {
    flex-direction: column;
    gap: var(--spacing-tiny);
  }
  .contentstack.contentstack-right {
    flex-direction: column-reverse;
    gap: var(--spacing-tiny);
  }
}
.contentsection {
  border-radius: var(--rounded-large);
  height: auto;
  width: 100%;
  background-color: var(--color-interface-softer);
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
/* HEADER */
.contentsection-header {
  min-height: 58px;
  padding: var(--spacing-small) var(--spacing-large);
  display: flex;
  justify-content: space-between;
}
.contentsection-collapsible > .contentsection-header {
  cursor: pointer;
}
.contentsection-header-actions {
  display: flex;
  gap: var(--spacing-tiny);
  align-items: center;
  margin-left: var(--spacing-large);
  color: var(--color-interface-strong);
  cursor: initial;
}
.contentsection-header-reveal-actions {
  display: flex;
  gap: var(--spacing-tiny);
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.contentsection-header:hover .contentsection-header-reveal-actions {
  opacity: 100%;
  pointer-events: auto;
}
.contentsection-header-title {
  display: flex;
  align-items: center;
  gap: var(--spacing-tiny);
  color: var(--color-interface-strong);
  margin: 0;
}
.contentsection .contentsection-header-actions .ti-chevron-up {
  /* 0.35 to match the transition speed in the collapse component */
  transition: transform 0.35s ease-in-out;
}
.contentsection.contentsection-collapsed .contentsection-header-actions .ti-chevron-up {
  transform: rotate(180deg);
}
/* SECTION BODY */
.contentsection-body {
  height: auto;
  padding: var(--spacing-large);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-large);
}
.contentsection-header + div > .contentsection-body {
  border-top: 1px var(--color-interface-soft) solid;
}
.contentsection .content-stack + .content-stack {
  border-top: 1px var(--color-interface-soft) solid;
  padding-top: var(--spacing-large);
}
/* OVERFLOW BODY */
.contentsection-body-overflow-toggle {
  margin-bottom: var(--spacing-small);
  padding-left: var(--spacing-xsmall);
}
.contentsection-body-overflow-toggle .btn {
  font-size: var(--font-size-small);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: var(--spacing-tiny);
}
.contentsection-body-overflow-toggle .btn:hover > span,
.contentsection-body-overflow-collapsed .btn:hover > span {
  text-decoration: underline;
}
.contentsection-body-overflow-toggle .btn .ti-chevron-up {
  /* 0.35 to match the transition speed in the collapse component */
  transition: transform 0.35s ease-in-out;
}
.contentsection-body-overflow-collapsed .btn .ti-chevron-up {
  transform: rotate(180deg);
}
.contentsection-body-overflow-toggle .btn.btn-link:hover,
.contentsection-body-overflow-collapsed .btn.btn-link:hover,
.contentsection-body-overflow-toggle .btn.btn-link:focus,
.contentsection-body-overflow-collapsed .btn.btn-link:focus {
  text-decoration: none;
}
.contentsection-body-overflow-content {
  border-top: 1px var(--color-interface-soft) solid;
  padding: var(--spacing-large);
}
/* SECTION FOOTER */
.contentsection-footer {
  padding: var(--spacing-medium);
  display: flex;
  justify-content: space-between;
  border-top: 1px var(--color-interface-soft) solid;
  align-items: center;
}
.contentsection-footer-actions,
.contentsection-footer-secondary-actions {
  display: flex;
  gap: var(--spacing-tiny);
  align-items: center;
  color: var(--color-interface-strong);
  transition: opacity 0.3s ease-in-out;
}
.contentsection-footer-secondary-actions {
  margin-left: var(--spacing-large);
}
.contentsection-footer-secondary-actions > .btn.btn-default {
  margin-left: var(--spacing-xsmall);
}
/* ACTION BUTTONS */
.contentsection-header-actions .btn-action,
.contentsection-footer-actions .btn-action,
.contentsection-footer-secondary-actions .btn-action,
.contentsection-nav-header .btn-action {
  border-radius: var(--rounded-small);
  padding: var(--spacing-tiny);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-interface-strong);
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.contentsection-header-actions .btn-action:hover,
.contentsection-footer-actions .btn-action:hover,
.contentsection-footer-secondary-actions .btn-action:hover,
.contentsection-nav-header .btn-action:hover {
  background-color: var(--color-interface-softest);
  color: var(--color-interface-strong);
}
.contentsection-header-actions .btn-action:focus,
.contentsection-footer-actions .btn-action:focus,
.contentsection-footer-secondary-actions .btn-action:focus,
.contentsection-nav-header .btn-action:focus {
  background-color: transparent;
  box-shadow: none;
}
.contentsection-header-actions .btn-action:active,
.contentsection-footer-actions .btn-action:active,
.contentsection-footer-secondary-actions .btn-action:active,
.contentsection-nav-header .btn-action:active {
  background-color: transparent;
  box-shadow: none;
}
.contentsection-header-actions .btn-action > i,
.contentsection-footer-actions .btn-action > i,
.contentsection-footer-secondary-actions .btn-action > i,
.contentsection-nav-header .btn-action > i {
  color: var(--color-interface-strong);
  align-self: center;
  font-size: var(--font-size-h5);
  padding: 0 var(--spacing-tiny);
}
.contentsection-light {
  background-color: var(--color-interface-softest);
  border: 1px var(--color-interface-soft) solid;
}
.contentsection-light > .contentsection-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.contentsection-light > .contentsection-footer {
  border-top: 0;
}
.contentsection-light > .contentsection-body {
  padding: 0;
  padding-top: 0;
  padding-right: var(--spacing-large);
  padding-bottom: var(--spacing-large);
  padding-left: var(--spacing-large);
}
.contentsection-light > .contentsection-footer {
  display: none;
}
.contentsection-light > .contentsection-header + div > .contentsection-body {
  border-top: none;
}
.contentsection-nav {
  border: none;
  border-radius: var(--rounded-medium);
  padding: var(--spacing-xsmall);
  background-color: var(--color-interface-softer);
  position: sticky;
  position: -webkit-sticky;
  /* ← "pin" it 0px from the top of its scroll container */
  top: 0;
  /* keep it above your content as you scroll */
  z-index: 10;
}
.contentsection-nav .contentsection-nav-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: var(--spacing-xsmall);
  margin-bottom: var(--spacing-tiny);
}
.contentsection-nav .contentsection-nav-header-title {
  color: var(--color-interface-medium);
  font-size: var(--font-size-small);
  padding-left: var(--spacing-small);
}
.contentsection-nav .contentsection-nav-link {
  border: none;
  border-radius: var(--rounded-small);
  background-color: transparent;
  color: var(--color-interface-strong);
  padding: var(--spacing-xsmall) var(--spacing-small);
  font-weight: normal;
  font-size: var(--font-size-small);
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-tiny);
}
.contentsection-nav .list-group-item i.ti {
  font-size: var(--font-size-regular);
  margin-right: var(--spacing-xsmall);
  color: var(--color-interface-strong);
  align-self: center;
}
.contentsection-nav .list-group-item:hover {
  background-color: var(--color-interface-softest);
}
.contentsection-nav .list-group-item.active {
  background-color: var(--color-interface-softest);
  font-weight: var(--font-weight-semibold);
  color: var(--color-interface-strong);
}
.contentsection-nav .list-group-item.active i.ti {
  color: var(--color-interface-strong);
}
.contentsection-container {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-large);
  height: auto;
  width: 100%;
  align-items: flex-start;
}
.contentsection-container > .contentsection-nav {
  height: 100%;
  flex: 0 0 20%;
  position: sticky;
  top: 0;
}
.contentsection-list {
  display: flex;
  flex-direction: column;
  flex: 1 1 80%;
  gap: var(--spacing-xlarge);
  height: auto;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.contentsection-container.contentsection-nav-left {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .contentsection-container .contentsection-nav {
    display: none;
  }
}
@media (max-width: 480px) {
  .contentsection-body {
    padding: var(--spacing-medium);
  }
  .contentsection-list {
    gap: var(--spacing-large);
  }
}
.structuredcontent-attachment {
  display: flex;
  align-items: center;
  padding: var(--spacing-medium);
  border: 1px solid var(--color-interface-soft);
  border-radius: var(--rounded-medium);
  background-color: var(--color-interface-softer);
  margin-bottom: var(--spacing-small);
}
.cdx-block .structuredcontent-attachment {
  margin-bottom: 0;
}
.structuredcontent-attachment .structuredcontent-attachment-fileicon {
  position: relative;
  margin-right: var(--spacing-small);
}
.structuredcontent-attachment .structuredcontent-attachment-fileicon-background {
  background-color: var(--color-interface-medium);
  width: 30px;
  height: 30px;
  margin-right: 0;
  border-radius: var(--rounded-xsmall);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-box-image: none;
}
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  padding: 0;
  border-radius: var(--rounded-xsmall);
  font-size: 10px;
  font-weight: bold;
  box-shadow: none;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="png"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="jpg"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="jpeg"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="gif"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="svg"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="pdf"] {
  background-color: #aa2284;
}
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="doc"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="docx"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="ppt"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="pptx"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="xls"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="xlsx"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="rtf"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="txt"] {
  background-color: #1483e9;
}
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="htm"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="html"] {
  background-color: #2988f0;
}
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="mp3"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="mp4"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="m4v"] {
  background-color: #f676a6;
}
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="zip"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="rar"] {
  background-color: #4f566f;
}
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="json"],
.structuredcontent-attachment .structuredcontent-attachment-fileicon-label[title="csv"] {
  background-color: #11ae3d;
}
.structuredcontent-attachment .structuredcontent-attachment-fileinfo {
  display: grid;
  grid-gap: 0;
  margin: auto 0;
  flex-grow: 2;
}
.structuredcontent-attachment .structuredcontent-attachment-fileinfo-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
  max-width: 90%;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  line-height: 1.5em;
}
.structuredcontent-attachment .structuredcontent-attachment-fileinfo-title:empty::before {
  content: 'File title';
  color: var(--color-interface-medium);
}
.structuredcontent-attachment .structuredcontent-attachment-fileinfo-size {
  color: var(--color-interface-medium);
  font-size: var(--font-size-xsmall);
  line-height: 1em;
}
.structuredcontent-attachment .structuredcontent-attachment-fileinfo-size::after {
  content: attr(data-size);
  margin-left: 0.2em;
}
.structuredcontent-attachment .structuredcontent-attachment-download {
  display: flex;
  align-items: center;
  background: initial;
  padding: var(--spacing-tiny);
  border-radius: var(--rounded-xsmall);
  margin: auto 0 auto auto;
  transition: background-color 0.3s;
}
.structuredcontent-attachment .structuredcontent-attachment-download svg {
  width: 24px;
  height: 24px;
}
.structuredcontent-attachment .structuredcontent-attachment-download:hover {
  background: var(--color-interface-soft);
}
.structuredcontent-attachment .structuredcontent-attachment-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-interface-strongest);
  border-radius: var(--rouneded-small);
  font-weight: var(--font-weight-medium);
  margin: auto;
}
.structuredcontent-attachment .structuredcontent-attachment-upload svg {
  margin-top: 0;
  width: 16px;
  height: 16px;
}
.structuredcontent-attachment.structuredcontent-attachment-loading .structuredcontent-attachment-fileicon,
.structuredcontent-attachment.structuredcontent-attachment-loading .structuredcontent-attachment-fileinfo,
.structuredcontent-attachment.structuredcontent-attachment-loading .structuredcontent-attachment-download,
.structuredcontent-attachment.structuredcontent-attachment-loading .structuredcontent-attachment-upload {
  display: none;
}
/*
    Used to manage styles for specific blocks.

    1. Error Page
    2. Blank Page
    3. Exception Page
*/
.error-wrap {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.error-wrap h1 {
  font-size: 45px;
}
.error-wrap .error-icon {
  margin: 15px;
  font-size: 256px;
  line-height: 256px;
  opacity: 0.7;
}
.error-wrap .error-icon.info {
  color: #5bc0de;
}
.error-wrap .error-icon.warning {
  color: #f0ad4e;
}
.error-wrap .error-icon.danger {
  color: #d9534f;
}
.error-details pre {
  color: #b94a48;
  background-color: transparent;
  border: 0;
}
.rock-blank {
  background-color: #fff;
}
.rock-blank main.container {
  padding: 12px;
  margin: 0;
}
.exception-table {
  word-break: break-all;
  word-wrap: break-word;
}
.exception-table td {
  min-width: 200px;
  vertical-align: text-top;
}
body.rock-modal-page {
  background-color: #fff;
}
.exceptionDetail-stackTrace-hide {
  display: none;
}
.exceptionDetail-stackTrace-show {
  display: table-row;
}
.exceptionDetail-stackTrace-show pre {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}
.tox.tox-tinymce-inline .tox-editor-header {
  border: none;
}
.tox-tinymce {
  border: var(--color-interface-soft) 1px solid !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0 !important;
  border-top-left-radius: var(--rounded-xsmall) !important;
  border-top-right-radius: var(--rounded-xsmall) !important;
  border-bottom-color: transparent !important;
}
.tox-tinymce.note-editor .note-toolbar {
  border: 0 !important;
}
.tox-editor-container {
  background-color: var(--color-interface-softest) !important;
}
.tox-tinymce-inline .tox-editor-container {
  border-radius: var(--rounded-xsmall) !important;
}
.note-editor:has(.tox.tox-tinymce) {
  border: 0 !important;
}
.note-editor:has(.tox.tox-tinymce):focus-within {
  border: var(--focus-state-border) !important;
  border-radius: var(--rounded-tiny) !important;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header,
.tox.tox-tinymce-inline .tox-editor-header {
  background-color: transparent !important;
  box-shadow: none !important;
}
.tox .tox-toolbar {
  background-color: transparent !important;
  background-image: repeating-linear-gradient(var(--color-interface-soft) 0 1px, transparent 1px 39px) !important;
}
.tox .note-editor-container {
  position: relative;
  border: 1px solid var(--input-border);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.html-editor .note-editor-container:focus,
.html-editor .note-editor-container.focused,
.html-editor .note-editor-container:focus-within {
  border-color: var(--focus-state-border-color) !important;
  border: var(--focus-state-border) !important;
  box-shadow: var(--focus-state-shadow) !important;
}
.tox .note-editor .note-toolbar {
  padding: 0;
  border: none;
  box-shadow: none;
}
.note-toolbar:has(.tox.tox-tinymce-inline) {
  border: none !important;
}
.codeeditor-header {
  display: none;
}
.code-editor-container pre {
  border-radius: 0;
}
.note-editing-area-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
}
.note-statusbar {
  background-color: var(--color-interface-softer);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid var(--color-interface-soft);
}
.note-icon-bar {
  border-top: 1px solid var(--color-interface-soft);
  margin: 1px auto;
  width: 20px;
}
.tox .tox-tbtn {
  color: var(--color-interface-stronger) !important;
}
.tox .tox-tbtn svg {
  fill: var(--color-interface-strong) !important;
}
.tox .tox-tbtn__select-chevron svg {
  fill: var(--color-interface-medium) !important;
}
.tox .tox-tbtn--bespoke {
  background: var(--color-interface-softer) !important;
}
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  color: var(--color-interface-strong) !important;
}
.tox .tox-tbtn--disabled .tox-tbtn:not(.tox-tbtn--enabled) {
  opacity: 0.5 !important;
}
.tox .tox-menu {
  background-color: var(--color-interface-softer) !important;
}
.tox .tox-collection--list .tox-collection__item--active {
  background-color: var(--color-interface-soft) !important;
  color: var(--color-interface-strong) !important;
}
.tox .tox-collection--list .tox-collection__item--enabled {
  background-color: var(--color-interface-soft) !important;
  color: var(--color-interface-strong) !important;
}
.tox .tox-collection__item {
  color: var(--color-interface-stronger) !important;
}
.tox .tox-collection__item:hover {
  background-color: var(--color-interface-soft) !important;
}
.tox .tox-collection__item-accessory {
  color: var(--color-interface-strong) !important;
}
.tox .tox-edit-area__iframe {
  background-color: var(--color-interface-softest) !important;
}
.tox .tox-dialog__footer .tox-dialog__footer-end .tox-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  background-color: var(--color-primary);
  color: var(--color-interface-softest);
}
.tox .tox-dialog__footer .tox-dialog__footer-end .tox-button:hover {
  background-color: #d05e10;
  border-color: #c65a0f;
}
.tox .tox-dialog__footer .tox-dialog__footer-end .tox-button:focus {
  background-color: #d05e10;
  border-color: #c65a0f;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(238, 119, 37, 0.5);
}
.tox .tox-dialog__footer .tox-dialog__footer-end .tox-button:active {
  background-color: #d05e10;
  border-color: #c65a0f;
}
.tox .tox-dialog__footer .tox-dialog__footer-end .tox-button:active:focus {
  background-color: #af4f0e;
  border-color: #893e0b;
}
.tox .tox-form .tox-form__group .tox-textfield {
  border-color: var(--color-interface-soft);
}
.tox .tox-form .tox-form__group .tox-textfield:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 0.2rem rgba(238, 119, 37, 0.5);
}
.tox .tox-dialog__body-nav .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid var(--color-primary);
  color: var(--color-primary);
}
.tox .tox-dialog__header .tox-button--naked.tox-button--icon {
  color: var(--color-interface-strong);
}
.tox .tox-dialog__header .tox-button--naked.tox-button--icon:hover:not(:disabled),
.tox .tox-dialog__header .tox-button--naked.tox-button--icon:focus {
  color: var(--color-interface-stronger);
  background-color: var(--color-interface-softer);
}
.tox .tox-dialog__header .tox-button--naked.tox-button--icon:focus:active {
  color: var(--color-interface-stronger);
  background-color: var(--color-interface-soft);
}
.tox .tox-collection.tox-collection--grid .tox-collection__group .tox-collection__item--active {
  background-color: rgba(238, 119, 37, 0.3);
  cursor: pointer;
}
.tox .tox-dialog-wrap .tox-dialog-wrap__backdrop {
  background: rgba(94, 94, 94, 0.6);
}
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
  fill: var(--color-interface-strong) !important;
}
.tox .tox-tbtn--disabled,
.tox .tox-tbtn--disabled:hover {
  background-attachment: local !important;
  background-position: center top 40px !important;
  background-size: calc(100% - 22px) calc(100% - 41px) !important;
  background-repeat: no-repeat !important;
}
/*
    Used to manage styles related to Rock's internal scrollbar

*/
.scroll-container {
  clear: both;
}
.scroll-container .viewport {
  position: relative;
  overflow: hidden;
}
.scroll-container .overview {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
}
.scroll-container .track {
  position: relative;
  padding: 0;
  background-color: #aaa;
  border-radius: 4px;
}
.scroll-container .thumb {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background-color: #ccc;
  border-radius: 120px;
  -webkit-touch-callout: none;
}
.scroll-container .disable {
  display: none;
}
.scroll-container-vertical {
  width: 520px;
}
.scroll-container-vertical .viewport {
  width: 500px;
  height: 375px;
}
.scroll-container-vertical .overview {
  width: 100%;
}
.scroll-container-vertical .scrollbar {
  position: relative;
  float: right;
  width: 15px;
  height: 120px;
}
.scroll-container-vertical .track {
  width: 1px;
  height: 100%;
  border-radius: 4px;
}
.scroll-container-vertical .thumb {
  top: 0;
  width: 13px;
  height: 20px;
  margin-left: -6px;
}
.scroll-container-horizontal {
  width: 100%;
  margin: 0;
}
.scroll-container-horizontal .viewport {
  width: 100%;
  min-height: 200px;
}
.scroll-container-horizontal .scrollbar {
  position: relative;
  width: 100%;
  height: 15px;
  padding: 0 15px;
}
.scroll-container-horizontal .track {
  width: 100%;
  height: 1px;
  padding: 0 1px;
}
.scroll-container-horizontal .thumb {
  width: 20px;
  height: 13px;
  margin-top: -6px;
  border-radius: 10px;
}
.noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*

  Used to provide extensible classes for plugin developers to use to help them match the themes they are running in

*/
.primary-color {
  color: #fff;
  background-color: #262629;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.bg-primary {
  background-color: #262629 !important;
}
.bg-success {
  background-color: #5cb85c !important;
}
.bg-info {
  background-color: #5bc0de !important;
}
.bg-warning {
  background-color: #f0ad4e !important;
}
.bg-danger {
  background-color: #d9534f !important;
}
.bg-critical {
  background-color: #ee7624 !important;
}
.bg-body,
.bg-color {
  background-color: #f5f3e8 !important;
}
.border {
  border: 1px solid #000 !important;
}
.border-top {
  border-top: 1px solid #000 !important;
}
.border-right {
  border-right: 1px solid #000 !important;
}
.border-bottom {
  border-bottom: 1px solid #000 !important;
}
.border-left {
  border-left: 1px solid #000 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #262629 !important;
}
.border-success {
  border-color: #5cb85c !important;
}
.border-danger {
  border-color: #d9534f !important;
}
.border-warning {
  border-color: #f0ad4e !important;
}
.border-info {
  border-color: #5bc0de !important;
}
.border-critical {
  border-color: #ee7624 !important;
}
.border-panel {
  border-color: #3f3f43 !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-sm {
  border-radius: 3px !important;
}
.rounded-lg {
  border-radius: 6px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 999px !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem 1.25rem;
}
.card-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #ddd;
}
.card-header:first-child {
  border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #ddd;
  background-color: var(--color-interface-softest);
}
.card-footer:last-child {
  border-radius: 0 0 calc(4px - 1px) calc(4px - 1px);
}
.card-header-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
  background-color: var(--color-interface-softer);
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(4px - 1px);
  border-bottom-left-radius: calc(4px - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  margin-bottom: -1px;
  border-radius: 0;
}
.card-sm .card-body {
  padding: 0.75rem 0.75rem;
}
.card-schedule {
  min-height: 96px;
  margin-bottom: 16px;
  border-radius: 6px;
}
.card-schedule .card-body {
  padding-right: 0;
}
.card-schedule .card-title {
  font-size: 18px;
}
.card-schedule .schedule-date {
  font-weight: 600;
}
.card-schedule .schedule-occurrence,
.card-schedule .schedule-occurrence-schedule {
  display: block;
}
.card-schedule .schedule-confirm {
  display: flex;
  flex-basis: 180px;
  flex-wrap: wrap;
  align-items: center;
  align-self: center;
  justify-content: flex-end;
  margin-right: 0.75rem;
}
.card-schedule .schedule-confirm .btn-primary,
.card-schedule .schedule-confirm .btn-success {
  margin: 4px 0 4px 8px;
}
.card-schedule.schedule-unavailable {
  background: #edead6;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-current {
  background-color: currentColor !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gray-100 {
  background-color: #f8f9fa !important;
}
.bg-gray-200 {
  background-color: #e9ecef !important;
}
.bg-gray-300 {
  background-color: #dee2e6 !important;
}
.bg-gray-400 {
  background-color: #ced4da !important;
}
.bg-gray-500 {
  background-color: #adb5bd !important;
}
.bg-gray-600 {
  background-color: #6c757d !important;
}
.bg-gray-700 {
  background-color: #495057 !important;
}
.bg-gray-800 {
  background-color: #343a40 !important;
}
.bg-gray-900 {
  background-color: #212529 !important;
}
.bg-red-100 {
  background-color: #fff5f5 !important;
}
.bg-red-200 {
  background-color: #fed7d7 !important;
}
.bg-red-300 {
  background-color: #feb2b2 !important;
}
.bg-red-400 {
  background-color: #fc8181 !important;
}
.bg-red-500 {
  background-color: #f56565 !important;
}
.bg-red-600 {
  background-color: #e53e3e !important;
}
.bg-red-700 {
  background-color: #c53030 !important;
}
.bg-red-800 {
  background-color: #9b2c2c !important;
}
.bg-red-900 {
  background-color: #742a2a !important;
}
.bg-orange-100 {
  background-color: #fffaf0 !important;
}
.bg-orange-200 {
  background-color: #feebc8 !important;
}
.bg-orange-300 {
  background-color: #fbd38d !important;
}
.bg-orange-400 {
  background-color: #f6ad55 !important;
}
.bg-orange-500 {
  background-color: #ed8936 !important;
}
.bg-orange-600 {
  background-color: #dd6b20 !important;
}
.bg-orange-700 {
  background-color: #c05621 !important;
}
.bg-orange-800 {
  background-color: #9c4221 !important;
}
.bg-orange-900 {
  background-color: #7b341e !important;
}
.bg-yellow-100 {
  background-color: #fffff0 !important;
}
.bg-yellow-200 {
  background-color: #fefcbf !important;
}
.bg-yellow-300 {
  background-color: #faf089 !important;
}
.bg-yellow-400 {
  background-color: #f6e05e !important;
}
.bg-yellow-500 {
  background-color: #ecc94b !important;
}
.bg-yellow-600 {
  background-color: #d69e2e !important;
}
.bg-yellow-700 {
  background-color: #b7791f !important;
}
.bg-yellow-800 {
  background-color: #975a16 !important;
}
.bg-yellow-900 {
  background-color: #744210 !important;
}
.bg-green-100 {
  background-color: #f0fff4 !important;
}
.bg-green-200 {
  background-color: #c6f6d5 !important;
}
.bg-green-300 {
  background-color: #9ae6b4 !important;
}
.bg-green-400 {
  background-color: #68d391 !important;
}
.bg-green-500 {
  background-color: #48bb78 !important;
}
.bg-green-600 {
  background-color: #38a169 !important;
}
.bg-green-700 {
  background-color: #2f855a !important;
}
.bg-green-800 {
  background-color: #276749 !important;
}
.bg-green-900 {
  background-color: #22543d !important;
}
.bg-teal-100 {
  background-color: #e6fffa !important;
}
.bg-teal-200 {
  background-color: #b2f5ea !important;
}
.bg-teal-300 {
  background-color: #81e6d9 !important;
}
.bg-teal-400 {
  background-color: #4fd1c5 !important;
}
.bg-teal-500 {
  background-color: #38b2ac !important;
}
.bg-teal-600 {
  background-color: #319795 !important;
}
.bg-teal-700 {
  background-color: #2c7a7b !important;
}
.bg-teal-800 {
  background-color: #285e61 !important;
}
.bg-teal-900 {
  background-color: #234e52 !important;
}
.bg-blue-100 {
  background-color: #ebf8ff !important;
}
.bg-blue-200 {
  background-color: #bee3f8 !important;
}
.bg-blue-300 {
  background-color: #90cdf4 !important;
}
.bg-blue-400 {
  background-color: #63b3ed !important;
}
.bg-blue-500 {
  background-color: #4299e1 !important;
}
.bg-blue-600 {
  background-color: #3182ce !important;
}
.bg-blue-700 {
  background-color: #2b6cb0 !important;
}
.bg-blue-800 {
  background-color: #2c5282 !important;
}
.bg-blue-900 {
  background-color: #2a4365 !important;
}
.bg-indigo-100 {
  background-color: #ebf4ff !important;
}
.bg-indigo-200 {
  background-color: #c3dafe !important;
}
.bg-indigo-300 {
  background-color: #a3bffa !important;
}
.bg-indigo-400 {
  background-color: #7f9cf5 !important;
}
.bg-indigo-500 {
  background-color: #667eea !important;
}
.bg-indigo-600 {
  background-color: #5a67d8 !important;
}
.bg-indigo-700 {
  background-color: #4c51bf !important;
}
.bg-indigo-800 {
  background-color: #434190 !important;
}
.bg-indigo-900 {
  background-color: #3c366b !important;
}
.bg-purple-100 {
  background-color: #faf5ff !important;
}
.bg-purple-200 {
  background-color: #e9d8fd !important;
}
.bg-purple-300 {
  background-color: #d6bcfa !important;
}
.bg-purple-400 {
  background-color: #b794f4 !important;
}
.bg-purple-500 {
  background-color: #9f7aea !important;
}
.bg-purple-600 {
  background-color: #805ad5 !important;
}
.bg-purple-700 {
  background-color: #6b46c1 !important;
}
.bg-purple-800 {
  background-color: #553c9a !important;
}
.bg-purple-900 {
  background-color: #44337a !important;
}
.bg-pink-100 {
  background-color: #fff5f7 !important;
}
.bg-pink-200 {
  background-color: #fed7e2 !important;
}
.bg-pink-300 {
  background-color: #fbb6ce !important;
}
.bg-pink-400 {
  background-color: #f687b3 !important;
}
.bg-pink-500 {
  background-color: #ed64a6 !important;
}
.bg-pink-600 {
  background-color: #d53f8c !important;
}
.bg-pink-700 {
  background-color: #b83280 !important;
}
.bg-pink-800 {
  background-color: #97266d !important;
}
.bg-pink-900 {
  background-color: #702459 !important;
}
.text-transparent {
  color: transparent !important;
}
.text-current {
  color: currentColor !important;
}
.text-black {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}
.text-gray-100 {
  color: #f8f9fa !important;
}
.text-gray-200 {
  color: #e9ecef !important;
}
.text-gray-300 {
  color: #dee2e6 !important;
}
.text-gray-400 {
  color: #ced4da !important;
}
.text-gray-500 {
  color: #adb5bd !important;
}
.text-gray-600 {
  color: #6c757d !important;
}
.text-gray-700 {
  color: #495057 !important;
}
.text-gray-800 {
  color: #343a40 !important;
}
.text-gray-900 {
  color: #212529 !important;
}
.text-red-100 {
  color: #fff5f5 !important;
}
.text-red-200 {
  color: #fed7d7 !important;
}
.text-red-300 {
  color: #feb2b2 !important;
}
.text-red-400 {
  color: #fc8181 !important;
}
.text-red-500 {
  color: #f56565 !important;
}
.text-red-600 {
  color: #e53e3e !important;
}
.text-red-700 {
  color: #c53030 !important;
}
.text-red-800 {
  color: #9b2c2c !important;
}
.text-red-900 {
  color: #742a2a !important;
}
.text-orange-100 {
  color: #fffaf0 !important;
}
.text-orange-200 {
  color: #feebc8 !important;
}
.text-orange-300 {
  color: #fbd38d !important;
}
.text-orange-400 {
  color: #f6ad55 !important;
}
.text-orange-500 {
  color: #ed8936 !important;
}
.text-orange-600 {
  color: #dd6b20 !important;
}
.text-orange-700 {
  color: #c05621 !important;
}
.text-orange-800 {
  color: #9c4221 !important;
}
.text-orange-900 {
  color: #7b341e !important;
}
.text-yellow-100 {
  color: #fffff0 !important;
}
.text-yellow-200 {
  color: #fefcbf !important;
}
.text-yellow-300 {
  color: #faf089 !important;
}
.text-yellow-400 {
  color: #f6e05e !important;
}
.text-yellow-500 {
  color: #ecc94b !important;
}
.text-yellow-600 {
  color: #d69e2e !important;
}
.text-yellow-700 {
  color: #b7791f !important;
}
.text-yellow-800 {
  color: #975a16 !important;
}
.text-yellow-900 {
  color: #744210 !important;
}
.text-green-100 {
  color: #f0fff4 !important;
}
.text-green-200 {
  color: #c6f6d5 !important;
}
.text-green-300 {
  color: #9ae6b4 !important;
}
.text-green-400 {
  color: #68d391 !important;
}
.text-green-500 {
  color: #48bb78 !important;
}
.text-green-600 {
  color: #38a169 !important;
}
.text-green-700 {
  color: #2f855a !important;
}
.text-green-800 {
  color: #276749 !important;
}
.text-green-900 {
  color: #22543d !important;
}
.text-teal-100 {
  color: #e6fffa !important;
}
.text-teal-200 {
  color: #b2f5ea !important;
}
.text-teal-300 {
  color: #81e6d9 !important;
}
.text-teal-400 {
  color: #4fd1c5 !important;
}
.text-teal-500 {
  color: #38b2ac !important;
}
.text-teal-600 {
  color: #319795 !important;
}
.text-teal-700 {
  color: #2c7a7b !important;
}
.text-teal-800 {
  color: #285e61 !important;
}
.text-teal-900 {
  color: #234e52 !important;
}
.text-blue-100 {
  color: #ebf8ff !important;
}
.text-blue-200 {
  color: #bee3f8 !important;
}
.text-blue-300 {
  color: #90cdf4 !important;
}
.text-blue-400 {
  color: #63b3ed !important;
}
.text-blue-500 {
  color: #4299e1 !important;
}
.text-blue-600 {
  color: #3182ce !important;
}
.text-blue-700 {
  color: #2b6cb0 !important;
}
.text-blue-800 {
  color: #2c5282 !important;
}
.text-blue-900 {
  color: #2a4365 !important;
}
.text-indigo-100 {
  color: #ebf4ff !important;
}
.text-indigo-200 {
  color: #c3dafe !important;
}
.text-indigo-300 {
  color: #a3bffa !important;
}
.text-indigo-400 {
  color: #7f9cf5 !important;
}
.text-indigo-500 {
  color: #667eea !important;
}
.text-indigo-600 {
  color: #5a67d8 !important;
}
.text-indigo-700 {
  color: #4c51bf !important;
}
.text-indigo-800 {
  color: #434190 !important;
}
.text-indigo-900 {
  color: #3c366b !important;
}
.text-purple-100 {
  color: #faf5ff !important;
}
.text-purple-200 {
  color: #e9d8fd !important;
}
.text-purple-300 {
  color: #d6bcfa !important;
}
.text-purple-400 {
  color: #b794f4 !important;
}
.text-purple-500 {
  color: #9f7aea !important;
}
.text-purple-600 {
  color: #805ad5 !important;
}
.text-purple-700 {
  color: #6b46c1 !important;
}
.text-purple-800 {
  color: #553c9a !important;
}
.text-purple-900 {
  color: #44337a !important;
}
.text-pink-100 {
  color: #fff5f7 !important;
}
.text-pink-200 {
  color: #fed7e2 !important;
}
.text-pink-300 {
  color: #fbb6ce !important;
}
.text-pink-400 {
  color: #f687b3 !important;
}
.text-pink-500 {
  color: #ed64a6 !important;
}
.text-pink-600 {
  color: #d53f8c !important;
}
.text-pink-700 {
  color: #b83280 !important;
}
.text-pink-800 {
  color: #97266d !important;
}
.text-pink-900 {
  color: #702459 !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-black {
  border-color: #000 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-gray-100 {
  border-color: #f7fafc !important;
}
.border-gray-200 {
  border-color: #edf2f7 !important;
}
.border-gray-300 {
  border-color: #e2e8f0 !important;
}
.border-gray-400 {
  border-color: #cbd5e0 !important;
}
.border-gray-500 {
  border-color: #a0aec0 !important;
}
.border-gray-600 {
  border-color: #718096 !important;
}
.border-gray-700 {
  border-color: #4a5568 !important;
}
.border-gray-800 {
  border-color: #2d3748 !important;
}
.border-gray-900 {
  border-color: #1a202c !important;
}
.border-red-100 {
  border-color: #fff5f5 !important;
}
.border-red-200 {
  border-color: #fed7d7 !important;
}
.border-red-300 {
  border-color: #feb2b2 !important;
}
.border-red-400 {
  border-color: #fc8181 !important;
}
.border-red-500 {
  border-color: #f56565 !important;
}
.border-red-600 {
  border-color: #e53e3e !important;
}
.border-red-700 {
  border-color: #c53030 !important;
}
.border-red-800 {
  border-color: #9b2c2c !important;
}
.border-red-900 {
  border-color: #742a2a !important;
}
.border-orange-100 {
  border-color: #fffaf0 !important;
}
.border-orange-200 {
  border-color: #feebc8 !important;
}
.border-orange-300 {
  border-color: #fbd38d !important;
}
.border-orange-400 {
  border-color: #f6ad55 !important;
}
.border-orange-500 {
  border-color: #ed8936 !important;
}
.border-orange-600 {
  border-color: #dd6b20 !important;
}
.border-orange-700 {
  border-color: #c05621 !important;
}
.border-orange-800 {
  border-color: #9c4221 !important;
}
.border-orange-900 {
  border-color: #7b341e !important;
}
.border-yellow-100 {
  border-color: #fffff0 !important;
}
.border-yellow-200 {
  border-color: #fefcbf !important;
}
.border-yellow-300 {
  border-color: #faf089 !important;
}
.border-yellow-400 {
  border-color: #f6e05e !important;
}
.border-yellow-500 {
  border-color: #ecc94b !important;
}
.border-yellow-600 {
  border-color: #d69e2e !important;
}
.border-yellow-700 {
  border-color: #b7791f !important;
}
.border-yellow-800 {
  border-color: #975a16 !important;
}
.border-yellow-900 {
  border-color: #744210 !important;
}
.border-green-100 {
  border-color: #f0fff4 !important;
}
.border-green-200 {
  border-color: #c6f6d5 !important;
}
.border-green-300 {
  border-color: #9ae6b4 !important;
}
.border-green-400 {
  border-color: #68d391 !important;
}
.border-green-500 {
  border-color: #48bb78 !important;
}
.border-green-600 {
  border-color: #38a169 !important;
}
.border-green-700 {
  border-color: #2f855a !important;
}
.border-green-800 {
  border-color: #276749 !important;
}
.border-green-900 {
  border-color: #22543d !important;
}
.border-teal-100 {
  border-color: #e6fffa !important;
}
.border-teal-200 {
  border-color: #b2f5ea !important;
}
.border-teal-300 {
  border-color: #81e6d9 !important;
}
.border-teal-400 {
  border-color: #4fd1c5 !important;
}
.border-teal-500 {
  border-color: #38b2ac !important;
}
.border-teal-600 {
  border-color: #319795 !important;
}
.border-teal-700 {
  border-color: #2c7a7b !important;
}
.border-teal-800 {
  border-color: #285e61 !important;
}
.border-teal-900 {
  border-color: #234e52 !important;
}
.border-blue-100 {
  border-color: #ebf8ff !important;
}
.border-blue-200 {
  border-color: #bee3f8 !important;
}
.border-blue-300 {
  border-color: #90cdf4 !important;
}
.border-blue-400 {
  border-color: #63b3ed !important;
}
.border-blue-500 {
  border-color: #4299e1 !important;
}
.border-blue-600 {
  border-color: #3182ce !important;
}
.border-blue-700 {
  border-color: #2b6cb0 !important;
}
.border-blue-800 {
  border-color: #2c5282 !important;
}
.border-blue-900 {
  border-color: #2a4365 !important;
}
.border-indigo-100 {
  border-color: #ebf4ff !important;
}
.border-indigo-200 {
  border-color: #c3dafe !important;
}
.border-indigo-300 {
  border-color: #a3bffa !important;
}
.border-indigo-400 {
  border-color: #7f9cf5 !important;
}
.border-indigo-500 {
  border-color: #667eea !important;
}
.border-indigo-600 {
  border-color: #5a67d8 !important;
}
.border-indigo-700 {
  border-color: #4c51bf !important;
}
.border-indigo-800 {
  border-color: #434190 !important;
}
.border-indigo-900 {
  border-color: #3c366b !important;
}
.border-purple-100 {
  border-color: #faf5ff !important;
}
.border-purple-200 {
  border-color: #e9d8fd !important;
}
.border-purple-300 {
  border-color: #d6bcfa !important;
}
.border-purple-400 {
  border-color: #b794f4 !important;
}
.border-purple-500 {
  border-color: #9f7aea !important;
}
.border-purple-600 {
  border-color: #805ad5 !important;
}
.border-purple-700 {
  border-color: #6b46c1 !important;
}
.border-purple-800 {
  border-color: #553c9a !important;
}
.border-purple-900 {
  border-color: #44337a !important;
}
.border-pink-100 {
  border-color: #fff5f7 !important;
}
.border-pink-200 {
  border-color: #fed7e2 !important;
}
.border-pink-300 {
  border-color: #fbb6ce !important;
}
.border-pink-400 {
  border-color: #f687b3 !important;
}
.border-pink-500 {
  border-color: #ed64a6 !important;
}
.border-pink-600 {
  border-color: #d53f8c !important;
}
.border-pink-700 {
  border-color: #b83280 !important;
}
.border-pink-800 {
  border-color: #97266d !important;
}
.border-pink-900 {
  border-color: #702459 !important;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer,
.clickable {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.cursor-text {
  cursor: text;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.cursor-grabbing {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.cursor-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.cursor-zoom-out {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.row-eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (min-width: 992px) {
  .row-eq-height-md {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.hover-underline:hover {
  text-decoration: underline;
}
.object-contain {
  object-fit: contain !important;
}
.object-cover {
  object-fit: cover !important;
}
.object-fill {
  object-fit: fill !important;
}
.object-none {
  object-fit: none !important;
}
.object-scale-down {
  object-fit: scale-down !important;
}
.o-00,
.o-0 {
  opacity: 0 !important;
}
.o-10 {
  opacity: 0.1 !important;
}
.o-20 {
  opacity: 0.2 !important;
}
.o-30 {
  opacity: 0.3 !important;
}
.o-40 {
  opacity: 0.4 !important;
}
.o-50 {
  opacity: 0.5 !important;
}
.o-60 {
  opacity: 0.6 !important;
}
.o-70 {
  opacity: 0.7 !important;
}
.o-80 {
  opacity: 0.8 !important;
}
.o-90 {
  opacity: 0.9 !important;
}
.o-100 {
  opacity: 1 !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}
.inset-0 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.bottom-0 {
  bottom: 0;
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-1 {
  width: 1% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25,
.width-quarter {
  width: 25% !important;
}
.width-third {
  width: 33.33333% !important;
}
.w-50,
.width-half {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100,
.width-full {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-w-0 {
  min-width: 0 !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.padding-all-none {
  padding: 0 !important;
}
.padding-all-sm {
  padding: 8px !important;
}
.padding-all-md {
  padding: 15px !important;
}
.padding-all-lg {
  padding: 30px !important;
}
.padding-all-xl {
  padding: 60px !important;
}
.margin-all-none {
  margin: 0 !important;
}
.margin-all-sm {
  margin: 8px !important;
}
.margin-all-md {
  margin: 15px !important;
}
.margin-all-lg {
  margin: 30px !important;
}
.margin-all-xl {
  margin: 60px !important;
}
.padding-v-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-v-sm {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.padding-v-md {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-v-lg {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padding-v-xl {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.margin-v-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-v-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.margin-v-md {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-v-lg {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.margin-v-xl {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.padding-h-none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-h-sm {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.padding-h-md {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.padding-h-lg {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.padding-h-xl {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.margin-h-none {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.margin-h-sm {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.margin-h-md {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.margin-h-lg {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.margin-h-xl {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.padding-t-none {
  padding-top: 0 !important;
}
.padding-t-sm {
  padding-top: 8px !important;
}
.padding-t-md {
  padding-top: 15px !important;
}
.padding-t-lg {
  padding-top: 30px !important;
}
.padding-t-xl {
  padding-top: 60px !important;
}
.margin-t-none {
  margin-top: 0 !important;
}
.margin-t-sm {
  margin-top: 8px !important;
}
.margin-t-md {
  margin-top: 15px !important;
}
.margin-t-lg {
  margin-top: 30px !important;
}
.margin-t-xl {
  margin-top: 60px !important;
}
.padding-b-none {
  padding-bottom: 0 !important;
}
.padding-b-sm {
  padding-bottom: 8px !important;
}
.padding-b-md {
  padding-bottom: 15px !important;
}
.padding-b-lg {
  padding-bottom: 30px !important;
}
.padding-b-xl {
  padding-bottom: 60px !important;
}
.margin-b-none {
  margin-bottom: 0 !important;
}
.margin-b-sm {
  margin-bottom: 8px !important;
}
.margin-b-md {
  margin-bottom: 15px !important;
}
.margin-b-lg {
  margin-bottom: 30px !important;
}
.margin-b-xl {
  margin-bottom: 60px !important;
}
.padding-r-none {
  padding-right: 0 !important;
}
.padding-r-sm {
  padding-right: 8px !important;
}
.padding-r-md {
  padding-right: 15px !important;
}
.padding-r-lg {
  padding-right: 30px !important;
}
.padding-r-xl {
  padding-right: 60px !important;
}
.margin-r-none {
  margin-right: 0 !important;
}
.margin-r-sm {
  margin-right: 8px !important;
}
.margin-r-md {
  margin-right: 15px !important;
}
.margin-r-lg {
  margin-right: 30px !important;
}
.margin-r-xl {
  margin-right: 60px !important;
}
.padding-l-none {
  padding-left: 0 !important;
}
.padding-l-sm {
  padding-left: 8px !important;
}
.padding-l-md {
  padding-left: 15px !important;
}
.padding-l-lg {
  padding-left: 30px !important;
}
.padding-l-xl {
  padding-left: 60px !important;
}
.margin-l-none {
  margin-left: 0 !important;
}
.margin-l-sm {
  margin-left: 8px !important;
}
.margin-l-md {
  margin-left: 15px !important;
}
.margin-l-lg {
  margin-left: 30px !important;
}
.margin-l-xl {
  margin-left: 60px !important;
}
.mx--panel-body {
  margin-right: -15px;
  margin-left: -15px;
}
.font-monospace {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light,
.text-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: 200 !important;
}
.font-weight-normal,
.text-normal {
  font-weight: 400 !important;
}
.text-semibold,
.font-weight-semibold {
  font-weight: 600 !important;
}
.font-weight-bold,
.text-bold {
  font-weight: 700 !important;
}
.font-weight-bolder,
.text-bolder {
  font-weight: 900 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-primary {
  color: #262629 !important;
}
.text-success {
  color: #5cb85c !important;
}
.text-danger {
  color: #d9534f !important;
}
.text-warning {
  color: #f0ad4e !important;
}
.text-info {
  color: #5bc0de !important;
}
.text-critical {
  color: #ee7624 !important;
}
.text-color,
.text-body {
  color: #3a3b3a !important;
}
.text-muted {
  opacity: 0.8;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-linethrough {
  text-decoration: line-through !important;
}
.text-reset {
  color: inherit !important;
}
.text-shadow-light {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.text-shadow {
  text-shadow: -1px -1px 0 #777, 1px -1px 0 #777, -1px 1px 0 #777, 1px 1px 0 #777;
}
.text-shadow-dark {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.leading-tight {
  line-height: 0.9 !important;
}
.leading-snug {
  line-height: 1 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-relaxed {
  line-height: 1.75 !important;
}
.leading-loose {
  line-height: 2 !important;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.ordinal {
  font-variant-numeric: ordinal;
}
.diagonal-fractions {
  font-variant-numeric: diagonal-fractions;
}
.stacked-fractions {
  font-variant-numeric: stacked-fractions;
}
.slashed-zero {
  font-variant-numeric: slashed-zero;
}
.lining-nums {
  font-variant-numeric: lining-nums;
}
.oldstyle-nums {
  font-variant-numeric: oldstyle-nums;
}
.proportional-nums {
  font-variant-numeric: proportional-nums;
}
.tabular-nums {
  font-variant-numeric: tabular-nums;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: none;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.select-none,
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.-z-10 {
  z-index: -10 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-30 {
  z-index: 30 !important;
}
.z-40 {
  z-index: 40 !important;
}
.z-50 {
  z-index: 50 !important;
}
.z-auto {
  z-index: auto !important;
}
.is-inactive {
  opacity: 0.6;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11 minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.col-auto {
  grid-column: auto;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-13 {
  grid-column-start: 13;
}
.col-start-auto {
  grid-column-start: auto;
}
.col-end-1 {
  grid-column-end: 1;
}
.col-end-2 {
  grid-column-end: 2;
}
.col-end-3 {
  grid-column-end: 3;
}
.col-end-4 {
  grid-column-end: 4;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-end-6 {
  grid-column-end: 6;
}
.col-end-7 {
  grid-column-end: 7;
}
.col-end-8 {
  grid-column-end: 8;
}
.col-end-9 {
  grid-column-end: 9;
}
.col-end-10 {
  grid-column-end: 10;
}
.col-end-11 {
  grid-column-end: 11;
}
.col-end-12 {
  grid-column-end: 12;
}
.col-end-13 {
  grid-column-end: 13;
}
.col-end-auto {
  grid-column-end: auto;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-11 {
  grid-template-rows: repeat(11 minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-none {
  grid-template-rows: none;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.row-auto {
  grid-row: auto;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
.row-span-7 {
  grid-row: span 7 / span 7;
}
.row-span-8 {
  grid-row: span 8 / span 8;
}
.row-span-9 {
  grid-row: span 9 / span 9;
}
.row-span-10 {
  grid-row: span 10 / span 10;
}
.row-span-11 {
  grid-row: span 11 / span 11;
}
.row-span-12 {
  grid-row: span 12 / span 12;
}
.row-span-full {
  grid-row: 1 / -1;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-start-5 {
  grid-row-start: 5;
}
.row-start-6 {
  grid-row-start: 6;
}
.row-start-7 {
  grid-row-start: 7;
}
.row-start-8 {
  grid-row-start: 8;
}
.row-start-9 {
  grid-row-start: 9;
}
.row-start-10 {
  grid-row-start: 10;
}
.row-start-11 {
  grid-row-start: 11;
}
.row-start-12 {
  grid-row-start: 12;
}
.row-start-13 {
  grid-row-start: 13;
}
.row-start-auto {
  grid-row-start: auto;
}
.row-end-1 {
  grid-row-end: 1;
}
.row-end-2 {
  grid-row-end: 2;
}
.row-end-3 {
  grid-row-end: 3;
}
.row-end-4 {
  grid-row-end: 4;
}
.row-end-5 {
  grid-row-end: 5;
}
.row-end-6 {
  grid-row-end: 6;
}
.row-end-7 {
  grid-row-end: 7;
}
.row-end-8 {
  grid-row-end: 8;
}
.row-end-9 {
  grid-row-end: 9;
}
.row-end-10 {
  grid-row-end: 10;
}
.row-end-11 {
  grid-row-end: 11;
}
.row-end-12 {
  grid-row-end: 12;
}
.row-end-13 {
  grid-row-end: 13;
}
.row-end-auto {
  grid-row-end: auto;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-column {
  grid-auto-flow: column;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.auto-cols-min {
  grid-auto-columns: min-content;
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.auto-rows-max {
  grid-auto-rows: max-content;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.gap-0 {
  gap: 0px;
}
.gap-x-0 {
  column-gap: 0px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-px {
  gap: 1px;
}
.gap-x-px {
  column-gap: 1px;
}
.gap-y-px {
  row-gap: 1px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-x-1 {
  column-gap: 0.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-x-3 {
  column-gap: 1rem;
}
.gap-y-3 {
  row-gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-x-4 {
  column-gap: 1.5rem;
}
.gap-y-4 {
  row-gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
.gap-x-5 {
  column-gap: 3rem;
}
.gap-y-5 {
  row-gap: 3rem;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.ratio-thin {
  aspect-ratio: 3 / 1;
}
.ratio-film {
  aspect-ratio: 2.35 / 1;
}
.ratio-landscape {
  aspect-ratio: 2 / 1;
}
.ratio-video {
  aspect-ratio: 16 / 9;
}
.ratio-short-square {
  aspect-ratio: 1.25 / 1;
}
.ratio-square {
  aspect-ratio: 1 / 1;
}
.ratio-portrait {
  aspect-ratio: 1 / 1.25;
}
.ratio-tall {
  aspect-ratio: 1 / 1.75;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11 minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.col-auto {
  grid-column: auto;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-13 {
  grid-column-start: 13;
}
.col-start-auto {
  grid-column-start: auto;
}
.col-end-1 {
  grid-column-end: 1;
}
.col-end-2 {
  grid-column-end: 2;
}
.col-end-3 {
  grid-column-end: 3;
}
.col-end-4 {
  grid-column-end: 4;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-end-6 {
  grid-column-end: 6;
}
.col-end-7 {
  grid-column-end: 7;
}
.col-end-8 {
  grid-column-end: 8;
}
.col-end-9 {
  grid-column-end: 9;
}
.col-end-10 {
  grid-column-end: 10;
}
.col-end-11 {
  grid-column-end: 11;
}
.col-end-12 {
  grid-column-end: 12;
}
.col-end-13 {
  grid-column-end: 13;
}
.col-end-auto {
  grid-column-end: auto;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-11 {
  grid-template-rows: repeat(11 minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-none {
  grid-template-rows: none;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.row-auto {
  grid-row: auto;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
.row-span-7 {
  grid-row: span 7 / span 7;
}
.row-span-8 {
  grid-row: span 8 / span 8;
}
.row-span-9 {
  grid-row: span 9 / span 9;
}
.row-span-10 {
  grid-row: span 10 / span 10;
}
.row-span-11 {
  grid-row: span 11 / span 11;
}
.row-span-12 {
  grid-row: span 12 / span 12;
}
.row-span-full {
  grid-row: 1 / -1;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-start-5 {
  grid-row-start: 5;
}
.row-start-6 {
  grid-row-start: 6;
}
.row-start-7 {
  grid-row-start: 7;
}
.row-start-8 {
  grid-row-start: 8;
}
.row-start-9 {
  grid-row-start: 9;
}
.row-start-10 {
  grid-row-start: 10;
}
.row-start-11 {
  grid-row-start: 11;
}
.row-start-12 {
  grid-row-start: 12;
}
.row-start-13 {
  grid-row-start: 13;
}
.row-start-auto {
  grid-row-start: auto;
}
.row-end-1 {
  grid-row-end: 1;
}
.row-end-2 {
  grid-row-end: 2;
}
.row-end-3 {
  grid-row-end: 3;
}
.row-end-4 {
  grid-row-end: 4;
}
.row-end-5 {
  grid-row-end: 5;
}
.row-end-6 {
  grid-row-end: 6;
}
.row-end-7 {
  grid-row-end: 7;
}
.row-end-8 {
  grid-row-end: 8;
}
.row-end-9 {
  grid-row-end: 9;
}
.row-end-10 {
  grid-row-end: 10;
}
.row-end-11 {
  grid-row-end: 11;
}
.row-end-12 {
  grid-row-end: 12;
}
.row-end-13 {
  grid-row-end: 13;
}
.row-end-auto {
  grid-row-end: auto;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-column {
  grid-auto-flow: column;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.auto-cols-min {
  grid-auto-columns: min-content;
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.auto-rows-max {
  grid-auto-rows: max-content;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.gap-0 {
  gap: 0px;
}
.gap-x-0 {
  column-gap: 0px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-px {
  gap: 1px;
}
.gap-x-px {
  column-gap: 1px;
}
.gap-y-px {
  row-gap: 1px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-x-1 {
  column-gap: 0.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-x-3 {
  column-gap: 1rem;
}
.gap-y-3 {
  row-gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-x-4 {
  column-gap: 1.5rem;
}
.gap-y-4 {
  row-gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
.gap-x-5 {
  column-gap: 3rem;
}
.gap-y-5 {
  row-gap: 3rem;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.ratio-thin {
  aspect-ratio: 3 / 1;
}
.ratio-film {
  aspect-ratio: 2.35 / 1;
}
.ratio-landscape {
  aspect-ratio: 2 / 1;
}
.ratio-video {
  aspect-ratio: 16 / 9;
}
.ratio-short-square {
  aspect-ratio: 1.25 / 1;
}
.ratio-square {
  aspect-ratio: 1 / 1;
}
.ratio-portrait {
  aspect-ratio: 1 / 1.25;
}
.ratio-tall {
  aspect-ratio: 1 / 1.75;
}
.col {
  flex: 1 0 0;
  padding-right: 15px;
  padding-left: 15px;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-eq {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.justify-items-start {
  justify-items: start !important;
}
.justify-items-end {
  justify-items: end !important;
}
.justify-items-center {
  justify-items: center !important;
}
.justify-items-stretch {
  justify-items: stretch !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11 minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.col-auto {
  grid-column: auto;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-13 {
  grid-column-start: 13;
}
.col-start-auto {
  grid-column-start: auto;
}
.col-end-1 {
  grid-column-end: 1;
}
.col-end-2 {
  grid-column-end: 2;
}
.col-end-3 {
  grid-column-end: 3;
}
.col-end-4 {
  grid-column-end: 4;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-end-6 {
  grid-column-end: 6;
}
.col-end-7 {
  grid-column-end: 7;
}
.col-end-8 {
  grid-column-end: 8;
}
.col-end-9 {
  grid-column-end: 9;
}
.col-end-10 {
  grid-column-end: 10;
}
.col-end-11 {
  grid-column-end: 11;
}
.col-end-12 {
  grid-column-end: 12;
}
.col-end-13 {
  grid-column-end: 13;
}
.col-end-auto {
  grid-column-end: auto;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-11 {
  grid-template-rows: repeat(11 minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-none {
  grid-template-rows: none;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.row-auto {
  grid-row: auto;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
.row-span-7 {
  grid-row: span 7 / span 7;
}
.row-span-8 {
  grid-row: span 8 / span 8;
}
.row-span-9 {
  grid-row: span 9 / span 9;
}
.row-span-10 {
  grid-row: span 10 / span 10;
}
.row-span-11 {
  grid-row: span 11 / span 11;
}
.row-span-12 {
  grid-row: span 12 / span 12;
}
.row-span-full {
  grid-row: 1 / -1;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-start-5 {
  grid-row-start: 5;
}
.row-start-6 {
  grid-row-start: 6;
}
.row-start-7 {
  grid-row-start: 7;
}
.row-start-8 {
  grid-row-start: 8;
}
.row-start-9 {
  grid-row-start: 9;
}
.row-start-10 {
  grid-row-start: 10;
}
.row-start-11 {
  grid-row-start: 11;
}
.row-start-12 {
  grid-row-start: 12;
}
.row-start-13 {
  grid-row-start: 13;
}
.row-start-auto {
  grid-row-start: auto;
}
.row-end-1 {
  grid-row-end: 1;
}
.row-end-2 {
  grid-row-end: 2;
}
.row-end-3 {
  grid-row-end: 3;
}
.row-end-4 {
  grid-row-end: 4;
}
.row-end-5 {
  grid-row-end: 5;
}
.row-end-6 {
  grid-row-end: 6;
}
.row-end-7 {
  grid-row-end: 7;
}
.row-end-8 {
  grid-row-end: 8;
}
.row-end-9 {
  grid-row-end: 9;
}
.row-end-10 {
  grid-row-end: 10;
}
.row-end-11 {
  grid-row-end: 11;
}
.row-end-12 {
  grid-row-end: 12;
}
.row-end-13 {
  grid-row-end: 13;
}
.row-end-auto {
  grid-row-end: auto;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-column {
  grid-auto-flow: column;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.auto-cols-min {
  grid-auto-columns: min-content;
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.auto-rows-max {
  grid-auto-rows: max-content;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.gap-0 {
  gap: 0px;
}
.gap-x-0 {
  column-gap: 0px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-px {
  gap: 1px;
}
.gap-x-px {
  column-gap: 1px;
}
.gap-y-px {
  row-gap: 1px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-x-1 {
  column-gap: 0.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-x-3 {
  column-gap: 1rem;
}
.gap-y-3 {
  row-gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-x-4 {
  column-gap: 1.5rem;
}
.gap-y-4 {
  row-gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
.gap-x-5 {
  column-gap: 3rem;
}
.gap-y-5 {
  row-gap: 3rem;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.ratio-thin {
  aspect-ratio: 3 / 1;
}
.ratio-film {
  aspect-ratio: 2.35 / 1;
}
.ratio-landscape {
  aspect-ratio: 2 / 1;
}
.ratio-video {
  aspect-ratio: 16 / 9;
}
.ratio-short-square {
  aspect-ratio: 1.25 / 1;
}
.ratio-square {
  aspect-ratio: 1 / 1;
}
.ratio-portrait {
  aspect-ratio: 1 / 1.25;
}
.ratio-tall {
  aspect-ratio: 1 / 1.75;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11 minmax(0, 1fr));
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-sm-none {
    grid-template-columns: none;
  }
  .grid-cols-sm-subgrid {
    grid-template-columns: subgrid;
  }
  .col-auto-sm {
    grid-column: auto;
  }
  .col-span-sm-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-sm-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-sm-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-sm-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-sm-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-sm-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-sm-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-sm-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-sm-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-sm-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-sm-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-sm-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-sm-full {
    grid-column: 1 / -1;
  }
  .col-start-sm-1 {
    grid-column-start: 1;
  }
  .col-start-sm-2 {
    grid-column-start: 2;
  }
  .col-start-sm-3 {
    grid-column-start: 3;
  }
  .col-start-sm-4 {
    grid-column-start: 4;
  }
  .col-start-sm-5 {
    grid-column-start: 5;
  }
  .col-start-sm-6 {
    grid-column-start: 6;
  }
  .col-start-sm-7 {
    grid-column-start: 7;
  }
  .col-start-sm-8 {
    grid-column-start: 8;
  }
  .col-start-sm-9 {
    grid-column-start: 9;
  }
  .col-start-sm-10 {
    grid-column-start: 10;
  }
  .col-start-sm-11 {
    grid-column-start: 11;
  }
  .col-start-sm-12 {
    grid-column-start: 12;
  }
  .col-start-sm-13 {
    grid-column-start: 13;
  }
  .col-start-sm-auto {
    grid-column-start: auto;
  }
  .col-end-sm-1 {
    grid-column-end: 1;
  }
  .col-end-sm-2 {
    grid-column-end: 2;
  }
  .col-end-sm-3 {
    grid-column-end: 3;
  }
  .col-end-sm-4 {
    grid-column-end: 4;
  }
  .col-end-sm-5 {
    grid-column-end: 5;
  }
  .col-end-sm-6 {
    grid-column-end: 6;
  }
  .col-end-sm-7 {
    grid-column-end: 7;
  }
  .col-end-sm-8 {
    grid-column-end: 8;
  }
  .col-end-sm-9 {
    grid-column-end: 9;
  }
  .col-end-sm-10 {
    grid-column-end: 10;
  }
  .col-end-sm-11 {
    grid-column-end: 11;
  }
  .col-end-sm-12 {
    grid-column-end: 12;
  }
  .col-end-sm-13 {
    grid-column-end: 13;
  }
  .col-end-sm-auto {
    grid-column-end: auto;
  }
  .grid-rows-sm-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-sm-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-sm-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-sm-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-sm-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-sm-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-sm-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-sm-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-sm-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-sm-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-sm-11 {
    grid-template-rows: repeat(11 minmax(0, 1fr));
  }
  .grid-rows-sm-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-sm-none {
    grid-template-rows: none;
  }
  .grid-rows-sm-subgrid {
    grid-template-rows: subgrid;
  }
  .row-auto-sm {
    grid-row: auto;
  }
  .row-span-sm-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-sm-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-sm-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-sm-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-sm-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-sm-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-sm-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-sm-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-sm-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-sm-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-sm-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-sm-12 {
    grid-row: span 12 / span 12;
  }
  .row-span-sm-full {
    grid-row: 1 / -1;
  }
  .row-start-sm-1 {
    grid-row-start: 1;
  }
  .row-start-sm-2 {
    grid-row-start: 2;
  }
  .row-start-sm-3 {
    grid-row-start: 3;
  }
  .row-start-sm-4 {
    grid-row-start: 4;
  }
  .row-start-sm-5 {
    grid-row-start: 5;
  }
  .row-start-sm-6 {
    grid-row-start: 6;
  }
  .row-start-sm-7 {
    grid-row-start: 7;
  }
  .row-start-sm-8 {
    grid-row-start: 8;
  }
  .row-start-sm-9 {
    grid-row-start: 9;
  }
  .row-start-sm-10 {
    grid-row-start: 10;
  }
  .row-start-sm-11 {
    grid-row-start: 11;
  }
  .row-start-sm-12 {
    grid-row-start: 12;
  }
  .row-start-sm-13 {
    grid-row-start: 13;
  }
  .row-start-sm-auto {
    grid-row-start: auto;
  }
  .row-end-sm-1 {
    grid-row-end: 1;
  }
  .row-end-sm-2 {
    grid-row-end: 2;
  }
  .row-end-sm-3 {
    grid-row-end: 3;
  }
  .row-end-sm-4 {
    grid-row-end: 4;
  }
  .row-end-sm-5 {
    grid-row-end: 5;
  }
  .row-end-sm-6 {
    grid-row-end: 6;
  }
  .row-end-sm-7 {
    grid-row-end: 7;
  }
  .row-end-sm-8 {
    grid-row-end: 8;
  }
  .row-end-sm-9 {
    grid-row-end: 9;
  }
  .row-end-sm-10 {
    grid-row-end: 10;
  }
  .row-end-sm-11 {
    grid-row-end: 11;
  }
  .row-end-sm-12 {
    grid-row-end: 12;
  }
  .row-end-sm-13 {
    grid-row-end: 13;
  }
  .row-end-sm-auto {
    grid-row-end: auto;
  }
  .grid-flow-sm-row {
    grid-auto-flow: row;
  }
  .grid-flow-sm-column {
    grid-auto-flow: column;
  }
  .grid-flow-sm-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-sm-row-dense {
    grid-auto-flow: row dense;
  }
  .grid-flow-sm-col-dense {
    grid-auto-flow: column dense;
  }
  .auto-cols-sm-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-sm-min {
    grid-auto-columns: min-content;
  }
  .auto-cols-sm-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-sm-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-rows-sm-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-sm-min {
    grid-auto-rows: min-content;
  }
  .auto-rows-sm-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-sm-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .gap-sm-0 {
    gap: 0px;
  }
  .gap-x-sm-0 {
    column-gap: 0px;
  }
  .gap-y-sm-0 {
    row-gap: 0px;
  }
  .gap-sm-px {
    gap: 1px;
  }
  .gap-x-sm-px {
    column-gap: 1px;
  }
  .gap-y-sm-px {
    row-gap: 1px;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gap-x-sm-1 {
    column-gap: 0.25rem;
  }
  .gap-y-sm-1 {
    row-gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gap-x-sm-2 {
    column-gap: 0.5rem;
  }
  .gap-y-sm-2 {
    row-gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gap-x-sm-3 {
    column-gap: 1rem;
  }
  .gap-y-sm-3 {
    row-gap: 1rem;
  }
  .gap-sm-4 {
    gap: 1.5rem;
  }
  .gap-x-sm-4 {
    column-gap: 1.5rem;
  }
  .gap-y-sm-4 {
    row-gap: 1.5rem;
  }
  .gap-sm-5 {
    gap: 3rem;
  }
  .gap-x-sm-5 {
    column-gap: 3rem;
  }
  .gap-y-sm-5 {
    row-gap: 3rem;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .ratio-sm-thin {
    aspect-ratio: 3 / 1;
  }
  .ratio-sm-film {
    aspect-ratio: 2.35 / 1;
  }
  .ratio-sm-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-sm-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-sm-short-square {
    aspect-ratio: 1.25 / 1;
  }
  .ratio-sm-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-sm-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-sm-tall {
    aspect-ratio: 1 / 1.75;
  }
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11 minmax(0, 1fr));
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-sm-none {
    grid-template-columns: none;
  }
  .grid-cols-sm-subgrid {
    grid-template-columns: subgrid;
  }
  .col-auto-sm {
    grid-column: auto;
  }
  .col-span-sm-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-sm-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-sm-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-sm-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-sm-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-sm-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-sm-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-sm-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-sm-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-sm-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-sm-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-sm-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-sm-full {
    grid-column: 1 / -1;
  }
  .col-start-sm-1 {
    grid-column-start: 1;
  }
  .col-start-sm-2 {
    grid-column-start: 2;
  }
  .col-start-sm-3 {
    grid-column-start: 3;
  }
  .col-start-sm-4 {
    grid-column-start: 4;
  }
  .col-start-sm-5 {
    grid-column-start: 5;
  }
  .col-start-sm-6 {
    grid-column-start: 6;
  }
  .col-start-sm-7 {
    grid-column-start: 7;
  }
  .col-start-sm-8 {
    grid-column-start: 8;
  }
  .col-start-sm-9 {
    grid-column-start: 9;
  }
  .col-start-sm-10 {
    grid-column-start: 10;
  }
  .col-start-sm-11 {
    grid-column-start: 11;
  }
  .col-start-sm-12 {
    grid-column-start: 12;
  }
  .col-start-sm-13 {
    grid-column-start: 13;
  }
  .col-start-sm-auto {
    grid-column-start: auto;
  }
  .col-end-sm-1 {
    grid-column-end: 1;
  }
  .col-end-sm-2 {
    grid-column-end: 2;
  }
  .col-end-sm-3 {
    grid-column-end: 3;
  }
  .col-end-sm-4 {
    grid-column-end: 4;
  }
  .col-end-sm-5 {
    grid-column-end: 5;
  }
  .col-end-sm-6 {
    grid-column-end: 6;
  }
  .col-end-sm-7 {
    grid-column-end: 7;
  }
  .col-end-sm-8 {
    grid-column-end: 8;
  }
  .col-end-sm-9 {
    grid-column-end: 9;
  }
  .col-end-sm-10 {
    grid-column-end: 10;
  }
  .col-end-sm-11 {
    grid-column-end: 11;
  }
  .col-end-sm-12 {
    grid-column-end: 12;
  }
  .col-end-sm-13 {
    grid-column-end: 13;
  }
  .col-end-sm-auto {
    grid-column-end: auto;
  }
  .grid-rows-sm-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-sm-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-sm-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-sm-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-sm-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-sm-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-sm-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-sm-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-sm-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-sm-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-sm-11 {
    grid-template-rows: repeat(11 minmax(0, 1fr));
  }
  .grid-rows-sm-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-sm-none {
    grid-template-rows: none;
  }
  .grid-rows-sm-subgrid {
    grid-template-rows: subgrid;
  }
  .row-auto-sm {
    grid-row: auto;
  }
  .row-span-sm-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-sm-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-sm-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-sm-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-sm-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-sm-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-sm-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-sm-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-sm-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-sm-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-sm-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-sm-12 {
    grid-row: span 12 / span 12;
  }
  .row-span-sm-full {
    grid-row: 1 / -1;
  }
  .row-start-sm-1 {
    grid-row-start: 1;
  }
  .row-start-sm-2 {
    grid-row-start: 2;
  }
  .row-start-sm-3 {
    grid-row-start: 3;
  }
  .row-start-sm-4 {
    grid-row-start: 4;
  }
  .row-start-sm-5 {
    grid-row-start: 5;
  }
  .row-start-sm-6 {
    grid-row-start: 6;
  }
  .row-start-sm-7 {
    grid-row-start: 7;
  }
  .row-start-sm-8 {
    grid-row-start: 8;
  }
  .row-start-sm-9 {
    grid-row-start: 9;
  }
  .row-start-sm-10 {
    grid-row-start: 10;
  }
  .row-start-sm-11 {
    grid-row-start: 11;
  }
  .row-start-sm-12 {
    grid-row-start: 12;
  }
  .row-start-sm-13 {
    grid-row-start: 13;
  }
  .row-start-sm-auto {
    grid-row-start: auto;
  }
  .row-end-sm-1 {
    grid-row-end: 1;
  }
  .row-end-sm-2 {
    grid-row-end: 2;
  }
  .row-end-sm-3 {
    grid-row-end: 3;
  }
  .row-end-sm-4 {
    grid-row-end: 4;
  }
  .row-end-sm-5 {
    grid-row-end: 5;
  }
  .row-end-sm-6 {
    grid-row-end: 6;
  }
  .row-end-sm-7 {
    grid-row-end: 7;
  }
  .row-end-sm-8 {
    grid-row-end: 8;
  }
  .row-end-sm-9 {
    grid-row-end: 9;
  }
  .row-end-sm-10 {
    grid-row-end: 10;
  }
  .row-end-sm-11 {
    grid-row-end: 11;
  }
  .row-end-sm-12 {
    grid-row-end: 12;
  }
  .row-end-sm-13 {
    grid-row-end: 13;
  }
  .row-end-sm-auto {
    grid-row-end: auto;
  }
  .grid-flow-sm-row {
    grid-auto-flow: row;
  }
  .grid-flow-sm-column {
    grid-auto-flow: column;
  }
  .grid-flow-sm-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-sm-row-dense {
    grid-auto-flow: row dense;
  }
  .grid-flow-sm-col-dense {
    grid-auto-flow: column dense;
  }
  .auto-cols-sm-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-sm-min {
    grid-auto-columns: min-content;
  }
  .auto-cols-sm-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-sm-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-rows-sm-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-sm-min {
    grid-auto-rows: min-content;
  }
  .auto-rows-sm-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-sm-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .gap-sm-0 {
    gap: 0px;
  }
  .gap-x-sm-0 {
    column-gap: 0px;
  }
  .gap-y-sm-0 {
    row-gap: 0px;
  }
  .gap-sm-px {
    gap: 1px;
  }
  .gap-x-sm-px {
    column-gap: 1px;
  }
  .gap-y-sm-px {
    row-gap: 1px;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gap-x-sm-1 {
    column-gap: 0.25rem;
  }
  .gap-y-sm-1 {
    row-gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gap-x-sm-2 {
    column-gap: 0.5rem;
  }
  .gap-y-sm-2 {
    row-gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gap-x-sm-3 {
    column-gap: 1rem;
  }
  .gap-y-sm-3 {
    row-gap: 1rem;
  }
  .gap-sm-4 {
    gap: 1.5rem;
  }
  .gap-x-sm-4 {
    column-gap: 1.5rem;
  }
  .gap-y-sm-4 {
    row-gap: 1.5rem;
  }
  .gap-sm-5 {
    gap: 3rem;
  }
  .gap-x-sm-5 {
    column-gap: 3rem;
  }
  .gap-y-sm-5 {
    row-gap: 3rem;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .ratio-sm-thin {
    aspect-ratio: 3 / 1;
  }
  .ratio-sm-film {
    aspect-ratio: 2.35 / 1;
  }
  .ratio-sm-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-sm-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-sm-short-square {
    aspect-ratio: 1.25 / 1;
  }
  .ratio-sm-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-sm-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-sm-tall {
    aspect-ratio: 1 / 1.75;
  }
  .col-sm {
    flex: 1 0 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-eq {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .justify-items-sm-start {
    justify-items: start !important;
  }
  .justify-items-sm-end {
    justify-items: end !important;
  }
  .justify-items-sm-center {
    justify-items: center !important;
  }
  .justify-items-sm-stretch {
    justify-items: stretch !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11 minmax(0, 1fr));
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-sm-none {
    grid-template-columns: none;
  }
  .grid-cols-sm-subgrid {
    grid-template-columns: subgrid;
  }
  .col-auto-sm {
    grid-column: auto;
  }
  .col-span-sm-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-sm-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-sm-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-sm-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-sm-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-sm-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-sm-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-sm-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-sm-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-sm-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-sm-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-sm-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-sm-full {
    grid-column: 1 / -1;
  }
  .col-start-sm-1 {
    grid-column-start: 1;
  }
  .col-start-sm-2 {
    grid-column-start: 2;
  }
  .col-start-sm-3 {
    grid-column-start: 3;
  }
  .col-start-sm-4 {
    grid-column-start: 4;
  }
  .col-start-sm-5 {
    grid-column-start: 5;
  }
  .col-start-sm-6 {
    grid-column-start: 6;
  }
  .col-start-sm-7 {
    grid-column-start: 7;
  }
  .col-start-sm-8 {
    grid-column-start: 8;
  }
  .col-start-sm-9 {
    grid-column-start: 9;
  }
  .col-start-sm-10 {
    grid-column-start: 10;
  }
  .col-start-sm-11 {
    grid-column-start: 11;
  }
  .col-start-sm-12 {
    grid-column-start: 12;
  }
  .col-start-sm-13 {
    grid-column-start: 13;
  }
  .col-start-sm-auto {
    grid-column-start: auto;
  }
  .col-end-sm-1 {
    grid-column-end: 1;
  }
  .col-end-sm-2 {
    grid-column-end: 2;
  }
  .col-end-sm-3 {
    grid-column-end: 3;
  }
  .col-end-sm-4 {
    grid-column-end: 4;
  }
  .col-end-sm-5 {
    grid-column-end: 5;
  }
  .col-end-sm-6 {
    grid-column-end: 6;
  }
  .col-end-sm-7 {
    grid-column-end: 7;
  }
  .col-end-sm-8 {
    grid-column-end: 8;
  }
  .col-end-sm-9 {
    grid-column-end: 9;
  }
  .col-end-sm-10 {
    grid-column-end: 10;
  }
  .col-end-sm-11 {
    grid-column-end: 11;
  }
  .col-end-sm-12 {
    grid-column-end: 12;
  }
  .col-end-sm-13 {
    grid-column-end: 13;
  }
  .col-end-sm-auto {
    grid-column-end: auto;
  }
  .grid-rows-sm-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-sm-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-sm-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-sm-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-sm-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-sm-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-sm-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-sm-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-sm-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-sm-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-sm-11 {
    grid-template-rows: repeat(11 minmax(0, 1fr));
  }
  .grid-rows-sm-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-sm-none {
    grid-template-rows: none;
  }
  .grid-rows-sm-subgrid {
    grid-template-rows: subgrid;
  }
  .row-auto-sm {
    grid-row: auto;
  }
  .row-span-sm-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-sm-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-sm-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-sm-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-sm-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-sm-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-sm-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-sm-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-sm-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-sm-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-sm-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-sm-12 {
    grid-row: span 12 / span 12;
  }
  .row-span-sm-full {
    grid-row: 1 / -1;
  }
  .row-start-sm-1 {
    grid-row-start: 1;
  }
  .row-start-sm-2 {
    grid-row-start: 2;
  }
  .row-start-sm-3 {
    grid-row-start: 3;
  }
  .row-start-sm-4 {
    grid-row-start: 4;
  }
  .row-start-sm-5 {
    grid-row-start: 5;
  }
  .row-start-sm-6 {
    grid-row-start: 6;
  }
  .row-start-sm-7 {
    grid-row-start: 7;
  }
  .row-start-sm-8 {
    grid-row-start: 8;
  }
  .row-start-sm-9 {
    grid-row-start: 9;
  }
  .row-start-sm-10 {
    grid-row-start: 10;
  }
  .row-start-sm-11 {
    grid-row-start: 11;
  }
  .row-start-sm-12 {
    grid-row-start: 12;
  }
  .row-start-sm-13 {
    grid-row-start: 13;
  }
  .row-start-sm-auto {
    grid-row-start: auto;
  }
  .row-end-sm-1 {
    grid-row-end: 1;
  }
  .row-end-sm-2 {
    grid-row-end: 2;
  }
  .row-end-sm-3 {
    grid-row-end: 3;
  }
  .row-end-sm-4 {
    grid-row-end: 4;
  }
  .row-end-sm-5 {
    grid-row-end: 5;
  }
  .row-end-sm-6 {
    grid-row-end: 6;
  }
  .row-end-sm-7 {
    grid-row-end: 7;
  }
  .row-end-sm-8 {
    grid-row-end: 8;
  }
  .row-end-sm-9 {
    grid-row-end: 9;
  }
  .row-end-sm-10 {
    grid-row-end: 10;
  }
  .row-end-sm-11 {
    grid-row-end: 11;
  }
  .row-end-sm-12 {
    grid-row-end: 12;
  }
  .row-end-sm-13 {
    grid-row-end: 13;
  }
  .row-end-sm-auto {
    grid-row-end: auto;
  }
  .grid-flow-sm-row {
    grid-auto-flow: row;
  }
  .grid-flow-sm-column {
    grid-auto-flow: column;
  }
  .grid-flow-sm-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-sm-row-dense {
    grid-auto-flow: row dense;
  }
  .grid-flow-sm-col-dense {
    grid-auto-flow: column dense;
  }
  .auto-cols-sm-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-sm-min {
    grid-auto-columns: min-content;
  }
  .auto-cols-sm-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-sm-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-rows-sm-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-sm-min {
    grid-auto-rows: min-content;
  }
  .auto-rows-sm-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-sm-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .gap-sm-0 {
    gap: 0px;
  }
  .gap-x-sm-0 {
    column-gap: 0px;
  }
  .gap-y-sm-0 {
    row-gap: 0px;
  }
  .gap-sm-px {
    gap: 1px;
  }
  .gap-x-sm-px {
    column-gap: 1px;
  }
  .gap-y-sm-px {
    row-gap: 1px;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gap-x-sm-1 {
    column-gap: 0.25rem;
  }
  .gap-y-sm-1 {
    row-gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gap-x-sm-2 {
    column-gap: 0.5rem;
  }
  .gap-y-sm-2 {
    row-gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gap-x-sm-3 {
    column-gap: 1rem;
  }
  .gap-y-sm-3 {
    row-gap: 1rem;
  }
  .gap-sm-4 {
    gap: 1.5rem;
  }
  .gap-x-sm-4 {
    column-gap: 1.5rem;
  }
  .gap-y-sm-4 {
    row-gap: 1.5rem;
  }
  .gap-sm-5 {
    gap: 3rem;
  }
  .gap-x-sm-5 {
    column-gap: 3rem;
  }
  .gap-y-sm-5 {
    row-gap: 3rem;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .ratio-sm-thin {
    aspect-ratio: 3 / 1;
  }
  .ratio-sm-film {
    aspect-ratio: 2.35 / 1;
  }
  .ratio-sm-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-sm-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-sm-short-square {
    aspect-ratio: 1.25 / 1;
  }
  .ratio-sm-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-sm-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-sm-tall {
    aspect-ratio: 1 / 1.75;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-left,
  .sm-text-left {
    text-align: left !important;
  }
  .text-sm-right,
  .sm-text-right {
    text-align: right !important;
  }
  .text-sm-center,
  .sm-text-right {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11 minmax(0, 1fr));
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-md-none {
    grid-template-columns: none;
  }
  .grid-cols-md-subgrid {
    grid-template-columns: subgrid;
  }
  .col-auto-md {
    grid-column: auto;
  }
  .col-span-md-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-md-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-md-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-md-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-md-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-md-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-md-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-md-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-md-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-md-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-md-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-md-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-md-full {
    grid-column: 1 / -1;
  }
  .col-start-md-1 {
    grid-column-start: 1;
  }
  .col-start-md-2 {
    grid-column-start: 2;
  }
  .col-start-md-3 {
    grid-column-start: 3;
  }
  .col-start-md-4 {
    grid-column-start: 4;
  }
  .col-start-md-5 {
    grid-column-start: 5;
  }
  .col-start-md-6 {
    grid-column-start: 6;
  }
  .col-start-md-7 {
    grid-column-start: 7;
  }
  .col-start-md-8 {
    grid-column-start: 8;
  }
  .col-start-md-9 {
    grid-column-start: 9;
  }
  .col-start-md-10 {
    grid-column-start: 10;
  }
  .col-start-md-11 {
    grid-column-start: 11;
  }
  .col-start-md-12 {
    grid-column-start: 12;
  }
  .col-start-md-13 {
    grid-column-start: 13;
  }
  .col-start-md-auto {
    grid-column-start: auto;
  }
  .col-end-md-1 {
    grid-column-end: 1;
  }
  .col-end-md-2 {
    grid-column-end: 2;
  }
  .col-end-md-3 {
    grid-column-end: 3;
  }
  .col-end-md-4 {
    grid-column-end: 4;
  }
  .col-end-md-5 {
    grid-column-end: 5;
  }
  .col-end-md-6 {
    grid-column-end: 6;
  }
  .col-end-md-7 {
    grid-column-end: 7;
  }
  .col-end-md-8 {
    grid-column-end: 8;
  }
  .col-end-md-9 {
    grid-column-end: 9;
  }
  .col-end-md-10 {
    grid-column-end: 10;
  }
  .col-end-md-11 {
    grid-column-end: 11;
  }
  .col-end-md-12 {
    grid-column-end: 12;
  }
  .col-end-md-13 {
    grid-column-end: 13;
  }
  .col-end-md-auto {
    grid-column-end: auto;
  }
  .grid-rows-md-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-md-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-md-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-md-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-md-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-md-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-md-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-md-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-md-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-md-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-md-11 {
    grid-template-rows: repeat(11 minmax(0, 1fr));
  }
  .grid-rows-md-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-md-none {
    grid-template-rows: none;
  }
  .grid-rows-md-subgrid {
    grid-template-rows: subgrid;
  }
  .row-auto-md {
    grid-row: auto;
  }
  .row-span-md-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-md-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-md-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-md-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-md-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-md-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-md-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-md-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-md-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-md-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-md-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-md-12 {
    grid-row: span 12 / span 12;
  }
  .row-span-md-full {
    grid-row: 1 / -1;
  }
  .row-start-md-1 {
    grid-row-start: 1;
  }
  .row-start-md-2 {
    grid-row-start: 2;
  }
  .row-start-md-3 {
    grid-row-start: 3;
  }
  .row-start-md-4 {
    grid-row-start: 4;
  }
  .row-start-md-5 {
    grid-row-start: 5;
  }
  .row-start-md-6 {
    grid-row-start: 6;
  }
  .row-start-md-7 {
    grid-row-start: 7;
  }
  .row-start-md-8 {
    grid-row-start: 8;
  }
  .row-start-md-9 {
    grid-row-start: 9;
  }
  .row-start-md-10 {
    grid-row-start: 10;
  }
  .row-start-md-11 {
    grid-row-start: 11;
  }
  .row-start-md-12 {
    grid-row-start: 12;
  }
  .row-start-md-13 {
    grid-row-start: 13;
  }
  .row-start-md-auto {
    grid-row-start: auto;
  }
  .row-end-md-1 {
    grid-row-end: 1;
  }
  .row-end-md-2 {
    grid-row-end: 2;
  }
  .row-end-md-3 {
    grid-row-end: 3;
  }
  .row-end-md-4 {
    grid-row-end: 4;
  }
  .row-end-md-5 {
    grid-row-end: 5;
  }
  .row-end-md-6 {
    grid-row-end: 6;
  }
  .row-end-md-7 {
    grid-row-end: 7;
  }
  .row-end-md-8 {
    grid-row-end: 8;
  }
  .row-end-md-9 {
    grid-row-end: 9;
  }
  .row-end-md-10 {
    grid-row-end: 10;
  }
  .row-end-md-11 {
    grid-row-end: 11;
  }
  .row-end-md-12 {
    grid-row-end: 12;
  }
  .row-end-md-13 {
    grid-row-end: 13;
  }
  .row-end-md-auto {
    grid-row-end: auto;
  }
  .grid-flow-md-row {
    grid-auto-flow: row;
  }
  .grid-flow-md-column {
    grid-auto-flow: column;
  }
  .grid-flow-md-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-md-row-dense {
    grid-auto-flow: row dense;
  }
  .grid-flow-md-col-dense {
    grid-auto-flow: column dense;
  }
  .auto-cols-md-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-md-min {
    grid-auto-columns: min-content;
  }
  .auto-cols-md-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-md-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-rows-md-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-md-min {
    grid-auto-rows: min-content;
  }
  .auto-rows-md-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-md-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .gap-md-0 {
    gap: 0px;
  }
  .gap-x-md-0 {
    column-gap: 0px;
  }
  .gap-y-md-0 {
    row-gap: 0px;
  }
  .gap-md-px {
    gap: 1px;
  }
  .gap-x-md-px {
    column-gap: 1px;
  }
  .gap-y-md-px {
    row-gap: 1px;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gap-x-md-1 {
    column-gap: 0.25rem;
  }
  .gap-y-md-1 {
    row-gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gap-x-md-2 {
    column-gap: 0.5rem;
  }
  .gap-y-md-2 {
    row-gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gap-x-md-3 {
    column-gap: 1rem;
  }
  .gap-y-md-3 {
    row-gap: 1rem;
  }
  .gap-md-4 {
    gap: 1.5rem;
  }
  .gap-x-md-4 {
    column-gap: 1.5rem;
  }
  .gap-y-md-4 {
    row-gap: 1.5rem;
  }
  .gap-md-5 {
    gap: 3rem;
  }
  .gap-x-md-5 {
    column-gap: 3rem;
  }
  .gap-y-md-5 {
    row-gap: 3rem;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .ratio-md-thin {
    aspect-ratio: 3 / 1;
  }
  .ratio-md-film {
    aspect-ratio: 2.35 / 1;
  }
  .ratio-md-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-md-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-md-short-square {
    aspect-ratio: 1.25 / 1;
  }
  .ratio-md-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-md-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-md-tall {
    aspect-ratio: 1 / 1.75;
  }
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11 minmax(0, 1fr));
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-md-none {
    grid-template-columns: none;
  }
  .grid-cols-md-subgrid {
    grid-template-columns: subgrid;
  }
  .col-auto-md {
    grid-column: auto;
  }
  .col-span-md-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-md-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-md-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-md-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-md-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-md-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-md-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-md-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-md-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-md-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-md-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-md-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-md-full {
    grid-column: 1 / -1;
  }
  .col-start-md-1 {
    grid-column-start: 1;
  }
  .col-start-md-2 {
    grid-column-start: 2;
  }
  .col-start-md-3 {
    grid-column-start: 3;
  }
  .col-start-md-4 {
    grid-column-start: 4;
  }
  .col-start-md-5 {
    grid-column-start: 5;
  }
  .col-start-md-6 {
    grid-column-start: 6;
  }
  .col-start-md-7 {
    grid-column-start: 7;
  }
  .col-start-md-8 {
    grid-column-start: 8;
  }
  .col-start-md-9 {
    grid-column-start: 9;
  }
  .col-start-md-10 {
    grid-column-start: 10;
  }
  .col-start-md-11 {
    grid-column-start: 11;
  }
  .col-start-md-12 {
    grid-column-start: 12;
  }
  .col-start-md-13 {
    grid-column-start: 13;
  }
  .col-start-md-auto {
    grid-column-start: auto;
  }
  .col-end-md-1 {
    grid-column-end: 1;
  }
  .col-end-md-2 {
    grid-column-end: 2;
  }
  .col-end-md-3 {
    grid-column-end: 3;
  }
  .col-end-md-4 {
    grid-column-end: 4;
  }
  .col-end-md-5 {
    grid-column-end: 5;
  }
  .col-end-md-6 {
    grid-column-end: 6;
  }
  .col-end-md-7 {
    grid-column-end: 7;
  }
  .col-end-md-8 {
    grid-column-end: 8;
  }
  .col-end-md-9 {
    grid-column-end: 9;
  }
  .col-end-md-10 {
    grid-column-end: 10;
  }
  .col-end-md-11 {
    grid-column-end: 11;
  }
  .col-end-md-12 {
    grid-column-end: 12;
  }
  .col-end-md-13 {
    grid-column-end: 13;
  }
  .col-end-md-auto {
    grid-column-end: auto;
  }
  .grid-rows-md-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-md-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-md-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-md-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-md-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-md-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-md-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-md-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-md-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-md-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-md-11 {
    grid-template-rows: repeat(11 minmax(0, 1fr));
  }
  .grid-rows-md-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-md-none {
    grid-template-rows: none;
  }
  .grid-rows-md-subgrid {
    grid-template-rows: subgrid;
  }
  .row-auto-md {
    grid-row: auto;
  }
  .row-span-md-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-md-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-md-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-md-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-md-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-md-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-md-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-md-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-md-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-md-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-md-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-md-12 {
    grid-row: span 12 / span 12;
  }
  .row-span-md-full {
    grid-row: 1 / -1;
  }
  .row-start-md-1 {
    grid-row-start: 1;
  }
  .row-start-md-2 {
    grid-row-start: 2;
  }
  .row-start-md-3 {
    grid-row-start: 3;
  }
  .row-start-md-4 {
    grid-row-start: 4;
  }
  .row-start-md-5 {
    grid-row-start: 5;
  }
  .row-start-md-6 {
    grid-row-start: 6;
  }
  .row-start-md-7 {
    grid-row-start: 7;
  }
  .row-start-md-8 {
    grid-row-start: 8;
  }
  .row-start-md-9 {
    grid-row-start: 9;
  }
  .row-start-md-10 {
    grid-row-start: 10;
  }
  .row-start-md-11 {
    grid-row-start: 11;
  }
  .row-start-md-12 {
    grid-row-start: 12;
  }
  .row-start-md-13 {
    grid-row-start: 13;
  }
  .row-start-md-auto {
    grid-row-start: auto;
  }
  .row-end-md-1 {
    grid-row-end: 1;
  }
  .row-end-md-2 {
    grid-row-end: 2;
  }
  .row-end-md-3 {
    grid-row-end: 3;
  }
  .row-end-md-4 {
    grid-row-end: 4;
  }
  .row-end-md-5 {
    grid-row-end: 5;
  }
  .row-end-md-6 {
    grid-row-end: 6;
  }
  .row-end-md-7 {
    grid-row-end: 7;
  }
  .row-end-md-8 {
    grid-row-end: 8;
  }
  .row-end-md-9 {
    grid-row-end: 9;
  }
  .row-end-md-10 {
    grid-row-end: 10;
  }
  .row-end-md-11 {
    grid-row-end: 11;
  }
  .row-end-md-12 {
    grid-row-end: 12;
  }
  .row-end-md-13 {
    grid-row-end: 13;
  }
  .row-end-md-auto {
    grid-row-end: auto;
  }
  .grid-flow-md-row {
    grid-auto-flow: row;
  }
  .grid-flow-md-column {
    grid-auto-flow: column;
  }
  .grid-flow-md-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-md-row-dense {
    grid-auto-flow: row dense;
  }
  .grid-flow-md-col-dense {
    grid-auto-flow: column dense;
  }
  .auto-cols-md-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-md-min {
    grid-auto-columns: min-content;
  }
  .auto-cols-md-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-md-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-rows-md-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-md-min {
    grid-auto-rows: min-content;
  }
  .auto-rows-md-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-md-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .gap-md-0 {
    gap: 0px;
  }
  .gap-x-md-0 {
    column-gap: 0px;
  }
  .gap-y-md-0 {
    row-gap: 0px;
  }
  .gap-md-px {
    gap: 1px;
  }
  .gap-x-md-px {
    column-gap: 1px;
  }
  .gap-y-md-px {
    row-gap: 1px;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gap-x-md-1 {
    column-gap: 0.25rem;
  }
  .gap-y-md-1 {
    row-gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gap-x-md-2 {
    column-gap: 0.5rem;
  }
  .gap-y-md-2 {
    row-gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gap-x-md-3 {
    column-gap: 1rem;
  }
  .gap-y-md-3 {
    row-gap: 1rem;
  }
  .gap-md-4 {
    gap: 1.5rem;
  }
  .gap-x-md-4 {
    column-gap: 1.5rem;
  }
  .gap-y-md-4 {
    row-gap: 1.5rem;
  }
  .gap-md-5 {
    gap: 3rem;
  }
  .gap-x-md-5 {
    column-gap: 3rem;
  }
  .gap-y-md-5 {
    row-gap: 3rem;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .ratio-md-thin {
    aspect-ratio: 3 / 1;
  }
  .ratio-md-film {
    aspect-ratio: 2.35 / 1;
  }
  .ratio-md-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-md-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-md-short-square {
    aspect-ratio: 1.25 / 1;
  }
  .ratio-md-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-md-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-md-tall {
    aspect-ratio: 1 / 1.75;
  }
  .col-md {
    flex: 1 0 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-eq {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .justify-items-md-start {
    justify-items: start !important;
  }
  .justify-items-md-end {
    justify-items: end !important;
  }
  .justify-items-md-center {
    justify-items: center !important;
  }
  .justify-items-md-stretch {
    justify-items: stretch !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11 minmax(0, 1fr));
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-md-none {
    grid-template-columns: none;
  }
  .grid-cols-md-subgrid {
    grid-template-columns: subgrid;
  }
  .col-auto-md {
    grid-column: auto;
  }
  .col-span-md-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-md-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-md-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-md-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-md-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-md-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-md-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-md-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-md-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-md-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-md-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-md-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-md-full {
    grid-column: 1 / -1;
  }
  .col-start-md-1 {
    grid-column-start: 1;
  }
  .col-start-md-2 {
    grid-column-start: 2;
  }
  .col-start-md-3 {
    grid-column-start: 3;
  }
  .col-start-md-4 {
    grid-column-start: 4;
  }
  .col-start-md-5 {
    grid-column-start: 5;
  }
  .col-start-md-6 {
    grid-column-start: 6;
  }
  .col-start-md-7 {
    grid-column-start: 7;
  }
  .col-start-md-8 {
    grid-column-start: 8;
  }
  .col-start-md-9 {
    grid-column-start: 9;
  }
  .col-start-md-10 {
    grid-column-start: 10;
  }
  .col-start-md-11 {
    grid-column-start: 11;
  }
  .col-start-md-12 {
    grid-column-start: 12;
  }
  .col-start-md-13 {
    grid-column-start: 13;
  }
  .col-start-md-auto {
    grid-column-start: auto;
  }
  .col-end-md-1 {
    grid-column-end: 1;
  }
  .col-end-md-2 {
    grid-column-end: 2;
  }
  .col-end-md-3 {
    grid-column-end: 3;
  }
  .col-end-md-4 {
    grid-column-end: 4;
  }
  .col-end-md-5 {
    grid-column-end: 5;
  }
  .col-end-md-6 {
    grid-column-end: 6;
  }
  .col-end-md-7 {
    grid-column-end: 7;
  }
  .col-end-md-8 {
    grid-column-end: 8;
  }
  .col-end-md-9 {
    grid-column-end: 9;
  }
  .col-end-md-10 {
    grid-column-end: 10;
  }
  .col-end-md-11 {
    grid-column-end: 11;
  }
  .col-end-md-12 {
    grid-column-end: 12;
  }
  .col-end-md-13 {
    grid-column-end: 13;
  }
  .col-end-md-auto {
    grid-column-end: auto;
  }
  .grid-rows-md-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-md-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-md-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-md-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-md-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-md-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-md-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-md-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-md-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-md-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-md-11 {
    grid-template-rows: repeat(11 minmax(0, 1fr));
  }
  .grid-rows-md-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-md-none {
    grid-template-rows: none;
  }
  .grid-rows-md-subgrid {
    grid-template-rows: subgrid;
  }
  .row-auto-md {
    grid-row: auto;
  }
  .row-span-md-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-md-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-md-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-md-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-md-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-md-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-md-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-md-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-md-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-md-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-md-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-md-12 {
    grid-row: span 12 / span 12;
  }
  .row-span-md-full {
    grid-row: 1 / -1;
  }
  .row-start-md-1 {
    grid-row-start: 1;
  }
  .row-start-md-2 {
    grid-row-start: 2;
  }
  .row-start-md-3 {
    grid-row-start: 3;
  }
  .row-start-md-4 {
    grid-row-start: 4;
  }
  .row-start-md-5 {
    grid-row-start: 5;
  }
  .row-start-md-6 {
    grid-row-start: 6;
  }
  .row-start-md-7 {
    grid-row-start: 7;
  }
  .row-start-md-8 {
    grid-row-start: 8;
  }
  .row-start-md-9 {
    grid-row-start: 9;
  }
  .row-start-md-10 {
    grid-row-start: 10;
  }
  .row-start-md-11 {
    grid-row-start: 11;
  }
  .row-start-md-12 {
    grid-row-start: 12;
  }
  .row-start-md-13 {
    grid-row-start: 13;
  }
  .row-start-md-auto {
    grid-row-start: auto;
  }
  .row-end-md-1 {
    grid-row-end: 1;
  }
  .row-end-md-2 {
    grid-row-end: 2;
  }
  .row-end-md-3 {
    grid-row-end: 3;
  }
  .row-end-md-4 {
    grid-row-end: 4;
  }
  .row-end-md-5 {
    grid-row-end: 5;
  }
  .row-end-md-6 {
    grid-row-end: 6;
  }
  .row-end-md-7 {
    grid-row-end: 7;
  }
  .row-end-md-8 {
    grid-row-end: 8;
  }
  .row-end-md-9 {
    grid-row-end: 9;
  }
  .row-end-md-10 {
    grid-row-end: 10;
  }
  .row-end-md-11 {
    grid-row-end: 11;
  }
  .row-end-md-12 {
    grid-row-end: 12;
  }
  .row-end-md-13 {
    grid-row-end: 13;
  }
  .row-end-md-auto {
    grid-row-end: auto;
  }
  .grid-flow-md-row {
    grid-auto-flow: row;
  }
  .grid-flow-md-column {
    grid-auto-flow: column;
  }
  .grid-flow-md-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-md-row-dense {
    grid-auto-flow: row dense;
  }
  .grid-flow-md-col-dense {
    grid-auto-flow: column dense;
  }
  .auto-cols-md-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-md-min {
    grid-auto-columns: min-content;
  }
  .auto-cols-md-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-md-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-rows-md-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-md-min {
    grid-auto-rows: min-content;
  }
  .auto-rows-md-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-md-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .gap-md-0 {
    gap: 0px;
  }
  .gap-x-md-0 {
    column-gap: 0px;
  }
  .gap-y-md-0 {
    row-gap: 0px;
  }
  .gap-md-px {
    gap: 1px;
  }
  .gap-x-md-px {
    column-gap: 1px;
  }
  .gap-y-md-px {
    row-gap: 1px;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gap-x-md-1 {
    column-gap: 0.25rem;
  }
  .gap-y-md-1 {
    row-gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gap-x-md-2 {
    column-gap: 0.5rem;
  }
  .gap-y-md-2 {
    row-gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gap-x-md-3 {
    column-gap: 1rem;
  }
  .gap-y-md-3 {
    row-gap: 1rem;
  }
  .gap-md-4 {
    gap: 1.5rem;
  }
  .gap-x-md-4 {
    column-gap: 1.5rem;
  }
  .gap-y-md-4 {
    row-gap: 1.5rem;
  }
  .gap-md-5 {
    gap: 3rem;
  }
  .gap-x-md-5 {
    column-gap: 3rem;
  }
  .gap-y-md-5 {
    row-gap: 3rem;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .ratio-md-thin {
    aspect-ratio: 3 / 1;
  }
  .ratio-md-film {
    aspect-ratio: 2.35 / 1;
  }
  .ratio-md-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-md-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-md-short-square {
    aspect-ratio: 1.25 / 1;
  }
  .ratio-md-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-md-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-md-tall {
    aspect-ratio: 1 / 1.75;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-left,
  .md-text-left {
    text-align: left !important;
  }
  .text-md-right,
  .md-text-right {
    text-align: right !important;
  }
  .text-md-center,
  .md-text-right {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11 minmax(0, 1fr));
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-lg-none {
    grid-template-columns: none;
  }
  .grid-cols-lg-subgrid {
    grid-template-columns: subgrid;
  }
  .col-auto-lg {
    grid-column: auto;
  }
  .col-span-lg-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-lg-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-lg-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-lg-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-lg-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-lg-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-lg-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-lg-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-lg-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-lg-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-lg-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-lg-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-lg-full {
    grid-column: 1 / -1;
  }
  .col-start-lg-1 {
    grid-column-start: 1;
  }
  .col-start-lg-2 {
    grid-column-start: 2;
  }
  .col-start-lg-3 {
    grid-column-start: 3;
  }
  .col-start-lg-4 {
    grid-column-start: 4;
  }
  .col-start-lg-5 {
    grid-column-start: 5;
  }
  .col-start-lg-6 {
    grid-column-start: 6;
  }
  .col-start-lg-7 {
    grid-column-start: 7;
  }
  .col-start-lg-8 {
    grid-column-start: 8;
  }
  .col-start-lg-9 {
    grid-column-start: 9;
  }
  .col-start-lg-10 {
    grid-column-start: 10;
  }
  .col-start-lg-11 {
    grid-column-start: 11;
  }
  .col-start-lg-12 {
    grid-column-start: 12;
  }
  .col-start-lg-13 {
    grid-column-start: 13;
  }
  .col-start-lg-auto {
    grid-column-start: auto;
  }
  .col-end-lg-1 {
    grid-column-end: 1;
  }
  .col-end-lg-2 {
    grid-column-end: 2;
  }
  .col-end-lg-3 {
    grid-column-end: 3;
  }
  .col-end-lg-4 {
    grid-column-end: 4;
  }
  .col-end-lg-5 {
    grid-column-end: 5;
  }
  .col-end-lg-6 {
    grid-column-end: 6;
  }
  .col-end-lg-7 {
    grid-column-end: 7;
  }
  .col-end-lg-8 {
    grid-column-end: 8;
  }
  .col-end-lg-9 {
    grid-column-end: 9;
  }
  .col-end-lg-10 {
    grid-column-end: 10;
  }
  .col-end-lg-11 {
    grid-column-end: 11;
  }
  .col-end-lg-12 {
    grid-column-end: 12;
  }
  .col-end-lg-13 {
    grid-column-end: 13;
  }
  .col-end-lg-auto {
    grid-column-end: auto;
  }
  .grid-rows-lg-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-lg-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-lg-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-lg-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-lg-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-lg-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-lg-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-lg-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-lg-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-lg-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-lg-11 {
    grid-template-rows: repeat(11 minmax(0, 1fr));
  }
  .grid-rows-lg-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-lg-none {
    grid-template-rows: none;
  }
  .grid-rows-lg-subgrid {
    grid-template-rows: subgrid;
  }
  .row-auto-lg {
    grid-row: auto;
  }
  .row-span-lg-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-lg-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-lg-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-lg-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-lg-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-lg-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-lg-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-lg-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-lg-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-lg-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-lg-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-lg-12 {
    grid-row: span 12 / span 12;
  }
  .row-span-lg-full {
    grid-row: 1 / -1;
  }
  .row-start-lg-1 {
    grid-row-start: 1;
  }
  .row-start-lg-2 {
    grid-row-start: 2;
  }
  .row-start-lg-3 {
    grid-row-start: 3;
  }
  .row-start-lg-4 {
    grid-row-start: 4;
  }
  .row-start-lg-5 {
    grid-row-start: 5;
  }
  .row-start-lg-6 {
    grid-row-start: 6;
  }
  .row-start-lg-7 {
    grid-row-start: 7;
  }
  .row-start-lg-8 {
    grid-row-start: 8;
  }
  .row-start-lg-9 {
    grid-row-start: 9;
  }
  .row-start-lg-10 {
    grid-row-start: 10;
  }
  .row-start-lg-11 {
    grid-row-start: 11;
  }
  .row-start-lg-12 {
    grid-row-start: 12;
  }
  .row-start-lg-13 {
    grid-row-start: 13;
  }
  .row-start-lg-auto {
    grid-row-start: auto;
  }
  .row-end-lg-1 {
    grid-row-end: 1;
  }
  .row-end-lg-2 {
    grid-row-end: 2;
  }
  .row-end-lg-3 {
    grid-row-end: 3;
  }
  .row-end-lg-4 {
    grid-row-end: 4;
  }
  .row-end-lg-5 {
    grid-row-end: 5;
  }
  .row-end-lg-6 {
    grid-row-end: 6;
  }
  .row-end-lg-7 {
    grid-row-end: 7;
  }
  .row-end-lg-8 {
    grid-row-end: 8;
  }
  .row-end-lg-9 {
    grid-row-end: 9;
  }
  .row-end-lg-10 {
    grid-row-end: 10;
  }
  .row-end-lg-11 {
    grid-row-end: 11;
  }
  .row-end-lg-12 {
    grid-row-end: 12;
  }
  .row-end-lg-13 {
    grid-row-end: 13;
  }
  .row-end-lg-auto {
    grid-row-end: auto;
  }
  .grid-flow-lg-row {
    grid-auto-flow: row;
  }
  .grid-flow-lg-column {
    grid-auto-flow: column;
  }
  .grid-flow-lg-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-lg-row-dense {
    grid-auto-flow: row dense;
  }
  .grid-flow-lg-col-dense {
    grid-auto-flow: column dense;
  }
  .auto-cols-lg-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-lg-min {
    grid-auto-columns: min-content;
  }
  .auto-cols-lg-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-lg-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-rows-lg-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-lg-min {
    grid-auto-rows: min-content;
  }
  .auto-rows-lg-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-lg-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .gap-lg-0 {
    gap: 0px;
  }
  .gap-x-lg-0 {
    column-gap: 0px;
  }
  .gap-y-lg-0 {
    row-gap: 0px;
  }
  .gap-lg-px {
    gap: 1px;
  }
  .gap-x-lg-px {
    column-gap: 1px;
  }
  .gap-y-lg-px {
    row-gap: 1px;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gap-x-lg-1 {
    column-gap: 0.25rem;
  }
  .gap-y-lg-1 {
    row-gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gap-x-lg-2 {
    column-gap: 0.5rem;
  }
  .gap-y-lg-2 {
    row-gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-x-lg-3 {
    column-gap: 1rem;
  }
  .gap-y-lg-3 {
    row-gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-x-lg-4 {
    column-gap: 1.5rem;
  }
  .gap-y-lg-4 {
    row-gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .gap-x-lg-5 {
    column-gap: 3rem;
  }
  .gap-y-lg-5 {
    row-gap: 3rem;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .ratio-lg-thin {
    aspect-ratio: 3 / 1;
  }
  .ratio-lg-film {
    aspect-ratio: 2.35 / 1;
  }
  .ratio-lg-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-lg-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-lg-short-square {
    aspect-ratio: 1.25 / 1;
  }
  .ratio-lg-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-lg-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-lg-tall {
    aspect-ratio: 1 / 1.75;
  }
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11 minmax(0, 1fr));
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-lg-none {
    grid-template-columns: none;
  }
  .grid-cols-lg-subgrid {
    grid-template-columns: subgrid;
  }
  .col-auto-lg {
    grid-column: auto;
  }
  .col-span-lg-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-lg-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-lg-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-lg-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-lg-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-lg-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-lg-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-lg-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-lg-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-lg-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-lg-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-lg-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-lg-full {
    grid-column: 1 / -1;
  }
  .col-start-lg-1 {
    grid-column-start: 1;
  }
  .col-start-lg-2 {
    grid-column-start: 2;
  }
  .col-start-lg-3 {
    grid-column-start: 3;
  }
  .col-start-lg-4 {
    grid-column-start: 4;
  }
  .col-start-lg-5 {
    grid-column-start: 5;
  }
  .col-start-lg-6 {
    grid-column-start: 6;
  }
  .col-start-lg-7 {
    grid-column-start: 7;
  }
  .col-start-lg-8 {
    grid-column-start: 8;
  }
  .col-start-lg-9 {
    grid-column-start: 9;
  }
  .col-start-lg-10 {
    grid-column-start: 10;
  }
  .col-start-lg-11 {
    grid-column-start: 11;
  }
  .col-start-lg-12 {
    grid-column-start: 12;
  }
  .col-start-lg-13 {
    grid-column-start: 13;
  }
  .col-start-lg-auto {
    grid-column-start: auto;
  }
  .col-end-lg-1 {
    grid-column-end: 1;
  }
  .col-end-lg-2 {
    grid-column-end: 2;
  }
  .col-end-lg-3 {
    grid-column-end: 3;
  }
  .col-end-lg-4 {
    grid-column-end: 4;
  }
  .col-end-lg-5 {
    grid-column-end: 5;
  }
  .col-end-lg-6 {
    grid-column-end: 6;
  }
  .col-end-lg-7 {
    grid-column-end: 7;
  }
  .col-end-lg-8 {
    grid-column-end: 8;
  }
  .col-end-lg-9 {
    grid-column-end: 9;
  }
  .col-end-lg-10 {
    grid-column-end: 10;
  }
  .col-end-lg-11 {
    grid-column-end: 11;
  }
  .col-end-lg-12 {
    grid-column-end: 12;
  }
  .col-end-lg-13 {
    grid-column-end: 13;
  }
  .col-end-lg-auto {
    grid-column-end: auto;
  }
  .grid-rows-lg-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-lg-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-lg-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-lg-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-lg-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-lg-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-lg-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-lg-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-lg-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-lg-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-lg-11 {
    grid-template-rows: repeat(11 minmax(0, 1fr));
  }
  .grid-rows-lg-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-lg-none {
    grid-template-rows: none;
  }
  .grid-rows-lg-subgrid {
    grid-template-rows: subgrid;
  }
  .row-auto-lg {
    grid-row: auto;
  }
  .row-span-lg-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-lg-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-lg-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-lg-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-lg-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-lg-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-lg-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-lg-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-lg-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-lg-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-lg-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-lg-12 {
    grid-row: span 12 / span 12;
  }
  .row-span-lg-full {
    grid-row: 1 / -1;
  }
  .row-start-lg-1 {
    grid-row-start: 1;
  }
  .row-start-lg-2 {
    grid-row-start: 2;
  }
  .row-start-lg-3 {
    grid-row-start: 3;
  }
  .row-start-lg-4 {
    grid-row-start: 4;
  }
  .row-start-lg-5 {
    grid-row-start: 5;
  }
  .row-start-lg-6 {
    grid-row-start: 6;
  }
  .row-start-lg-7 {
    grid-row-start: 7;
  }
  .row-start-lg-8 {
    grid-row-start: 8;
  }
  .row-start-lg-9 {
    grid-row-start: 9;
  }
  .row-start-lg-10 {
    grid-row-start: 10;
  }
  .row-start-lg-11 {
    grid-row-start: 11;
  }
  .row-start-lg-12 {
    grid-row-start: 12;
  }
  .row-start-lg-13 {
    grid-row-start: 13;
  }
  .row-start-lg-auto {
    grid-row-start: auto;
  }
  .row-end-lg-1 {
    grid-row-end: 1;
  }
  .row-end-lg-2 {
    grid-row-end: 2;
  }
  .row-end-lg-3 {
    grid-row-end: 3;
  }
  .row-end-lg-4 {
    grid-row-end: 4;
  }
  .row-end-lg-5 {
    grid-row-end: 5;
  }
  .row-end-lg-6 {
    grid-row-end: 6;
  }
  .row-end-lg-7 {
    grid-row-end: 7;
  }
  .row-end-lg-8 {
    grid-row-end: 8;
  }
  .row-end-lg-9 {
    grid-row-end: 9;
  }
  .row-end-lg-10 {
    grid-row-end: 10;
  }
  .row-end-lg-11 {
    grid-row-end: 11;
  }
  .row-end-lg-12 {
    grid-row-end: 12;
  }
  .row-end-lg-13 {
    grid-row-end: 13;
  }
  .row-end-lg-auto {
    grid-row-end: auto;
  }
  .grid-flow-lg-row {
    grid-auto-flow: row;
  }
  .grid-flow-lg-column {
    grid-auto-flow: column;
  }
  .grid-flow-lg-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-lg-row-dense {
    grid-auto-flow: row dense;
  }
  .grid-flow-lg-col-dense {
    grid-auto-flow: column dense;
  }
  .auto-cols-lg-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-lg-min {
    grid-auto-columns: min-content;
  }
  .auto-cols-lg-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-lg-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-rows-lg-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-lg-min {
    grid-auto-rows: min-content;
  }
  .auto-rows-lg-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-lg-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .gap-lg-0 {
    gap: 0px;
  }
  .gap-x-lg-0 {
    column-gap: 0px;
  }
  .gap-y-lg-0 {
    row-gap: 0px;
  }
  .gap-lg-px {
    gap: 1px;
  }
  .gap-x-lg-px {
    column-gap: 1px;
  }
  .gap-y-lg-px {
    row-gap: 1px;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gap-x-lg-1 {
    column-gap: 0.25rem;
  }
  .gap-y-lg-1 {
    row-gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gap-x-lg-2 {
    column-gap: 0.5rem;
  }
  .gap-y-lg-2 {
    row-gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-x-lg-3 {
    column-gap: 1rem;
  }
  .gap-y-lg-3 {
    row-gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-x-lg-4 {
    column-gap: 1.5rem;
  }
  .gap-y-lg-4 {
    row-gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .gap-x-lg-5 {
    column-gap: 3rem;
  }
  .gap-y-lg-5 {
    row-gap: 3rem;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .ratio-lg-thin {
    aspect-ratio: 3 / 1;
  }
  .ratio-lg-film {
    aspect-ratio: 2.35 / 1;
  }
  .ratio-lg-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-lg-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-lg-short-square {
    aspect-ratio: 1.25 / 1;
  }
  .ratio-lg-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-lg-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-lg-tall {
    aspect-ratio: 1 / 1.75;
  }
  .col-lg {
    flex: 1 0 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-eq {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .justify-items-lg-start {
    justify-items: start !important;
  }
  .justify-items-lg-end {
    justify-items: end !important;
  }
  .justify-items-lg-center {
    justify-items: center !important;
  }
  .justify-items-lg-stretch {
    justify-items: stretch !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11 minmax(0, 1fr));
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-lg-none {
    grid-template-columns: none;
  }
  .grid-cols-lg-subgrid {
    grid-template-columns: subgrid;
  }
  .col-auto-lg {
    grid-column: auto;
  }
  .col-span-lg-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-lg-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-lg-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-lg-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-lg-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-lg-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-lg-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-lg-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-lg-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-lg-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-lg-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-lg-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-lg-full {
    grid-column: 1 / -1;
  }
  .col-start-lg-1 {
    grid-column-start: 1;
  }
  .col-start-lg-2 {
    grid-column-start: 2;
  }
  .col-start-lg-3 {
    grid-column-start: 3;
  }
  .col-start-lg-4 {
    grid-column-start: 4;
  }
  .col-start-lg-5 {
    grid-column-start: 5;
  }
  .col-start-lg-6 {
    grid-column-start: 6;
  }
  .col-start-lg-7 {
    grid-column-start: 7;
  }
  .col-start-lg-8 {
    grid-column-start: 8;
  }
  .col-start-lg-9 {
    grid-column-start: 9;
  }
  .col-start-lg-10 {
    grid-column-start: 10;
  }
  .col-start-lg-11 {
    grid-column-start: 11;
  }
  .col-start-lg-12 {
    grid-column-start: 12;
  }
  .col-start-lg-13 {
    grid-column-start: 13;
  }
  .col-start-lg-auto {
    grid-column-start: auto;
  }
  .col-end-lg-1 {
    grid-column-end: 1;
  }
  .col-end-lg-2 {
    grid-column-end: 2;
  }
  .col-end-lg-3 {
    grid-column-end: 3;
  }
  .col-end-lg-4 {
    grid-column-end: 4;
  }
  .col-end-lg-5 {
    grid-column-end: 5;
  }
  .col-end-lg-6 {
    grid-column-end: 6;
  }
  .col-end-lg-7 {
    grid-column-end: 7;
  }
  .col-end-lg-8 {
    grid-column-end: 8;
  }
  .col-end-lg-9 {
    grid-column-end: 9;
  }
  .col-end-lg-10 {
    grid-column-end: 10;
  }
  .col-end-lg-11 {
    grid-column-end: 11;
  }
  .col-end-lg-12 {
    grid-column-end: 12;
  }
  .col-end-lg-13 {
    grid-column-end: 13;
  }
  .col-end-lg-auto {
    grid-column-end: auto;
  }
  .grid-rows-lg-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-lg-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-lg-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-lg-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-lg-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-lg-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-lg-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-lg-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-lg-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-lg-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-lg-11 {
    grid-template-rows: repeat(11 minmax(0, 1fr));
  }
  .grid-rows-lg-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-lg-none {
    grid-template-rows: none;
  }
  .grid-rows-lg-subgrid {
    grid-template-rows: subgrid;
  }
  .row-auto-lg {
    grid-row: auto;
  }
  .row-span-lg-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-lg-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-lg-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-lg-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-lg-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-lg-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-lg-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-lg-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-lg-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-lg-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-lg-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-lg-12 {
    grid-row: span 12 / span 12;
  }
  .row-span-lg-full {
    grid-row: 1 / -1;
  }
  .row-start-lg-1 {
    grid-row-start: 1;
  }
  .row-start-lg-2 {
    grid-row-start: 2;
  }
  .row-start-lg-3 {
    grid-row-start: 3;
  }
  .row-start-lg-4 {
    grid-row-start: 4;
  }
  .row-start-lg-5 {
    grid-row-start: 5;
  }
  .row-start-lg-6 {
    grid-row-start: 6;
  }
  .row-start-lg-7 {
    grid-row-start: 7;
  }
  .row-start-lg-8 {
    grid-row-start: 8;
  }
  .row-start-lg-9 {
    grid-row-start: 9;
  }
  .row-start-lg-10 {
    grid-row-start: 10;
  }
  .row-start-lg-11 {
    grid-row-start: 11;
  }
  .row-start-lg-12 {
    grid-row-start: 12;
  }
  .row-start-lg-13 {
    grid-row-start: 13;
  }
  .row-start-lg-auto {
    grid-row-start: auto;
  }
  .row-end-lg-1 {
    grid-row-end: 1;
  }
  .row-end-lg-2 {
    grid-row-end: 2;
  }
  .row-end-lg-3 {
    grid-row-end: 3;
  }
  .row-end-lg-4 {
    grid-row-end: 4;
  }
  .row-end-lg-5 {
    grid-row-end: 5;
  }
  .row-end-lg-6 {
    grid-row-end: 6;
  }
  .row-end-lg-7 {
    grid-row-end: 7;
  }
  .row-end-lg-8 {
    grid-row-end: 8;
  }
  .row-end-lg-9 {
    grid-row-end: 9;
  }
  .row-end-lg-10 {
    grid-row-end: 10;
  }
  .row-end-lg-11 {
    grid-row-end: 11;
  }
  .row-end-lg-12 {
    grid-row-end: 12;
  }
  .row-end-lg-13 {
    grid-row-end: 13;
  }
  .row-end-lg-auto {
    grid-row-end: auto;
  }
  .grid-flow-lg-row {
    grid-auto-flow: row;
  }
  .grid-flow-lg-column {
    grid-auto-flow: column;
  }
  .grid-flow-lg-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-lg-row-dense {
    grid-auto-flow: row dense;
  }
  .grid-flow-lg-col-dense {
    grid-auto-flow: column dense;
  }
  .auto-cols-lg-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-lg-min {
    grid-auto-columns: min-content;
  }
  .auto-cols-lg-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-lg-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-rows-lg-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-lg-min {
    grid-auto-rows: min-content;
  }
  .auto-rows-lg-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-lg-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .gap-lg-0 {
    gap: 0px;
  }
  .gap-x-lg-0 {
    column-gap: 0px;
  }
  .gap-y-lg-0 {
    row-gap: 0px;
  }
  .gap-lg-px {
    gap: 1px;
  }
  .gap-x-lg-px {
    column-gap: 1px;
  }
  .gap-y-lg-px {
    row-gap: 1px;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gap-x-lg-1 {
    column-gap: 0.25rem;
  }
  .gap-y-lg-1 {
    row-gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gap-x-lg-2 {
    column-gap: 0.5rem;
  }
  .gap-y-lg-2 {
    row-gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-x-lg-3 {
    column-gap: 1rem;
  }
  .gap-y-lg-3 {
    row-gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-x-lg-4 {
    column-gap: 1.5rem;
  }
  .gap-y-lg-4 {
    row-gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .gap-x-lg-5 {
    column-gap: 3rem;
  }
  .gap-y-lg-5 {
    row-gap: 3rem;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .ratio-lg-thin {
    aspect-ratio: 3 / 1;
  }
  .ratio-lg-film {
    aspect-ratio: 2.35 / 1;
  }
  .ratio-lg-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-lg-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-lg-short-square {
    aspect-ratio: 1.25 / 1;
  }
  .ratio-lg-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-lg-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-lg-tall {
    aspect-ratio: 1 / 1.75;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-left,
  .lg-text-left {
    text-align: left !important;
  }
  .text-lg-right,
  .lg-text-right {
    text-align: right !important;
  }
  .text-lg-center,
  .lg-text-right {
    text-align: center !important;
  }
}
@media print {
  .grid-cols-print-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-print-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-print-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-print-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-print-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-print-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-print-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-print-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-print-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-print-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-print-11 {
    grid-template-columns: repeat(11 minmax(0, 1fr));
  }
  .grid-cols-print-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-print-none {
    grid-template-columns: none;
  }
  .grid-cols-print-subgrid {
    grid-template-columns: subgrid;
  }
  .col-auto-print {
    grid-column: auto;
  }
  .col-span-print-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-print-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-print-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-print-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-print-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-print-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-print-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-print-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-print-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-print-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-print-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-print-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-print-full {
    grid-column: 1 / -1;
  }
  .col-start-print-1 {
    grid-column-start: 1;
  }
  .col-start-print-2 {
    grid-column-start: 2;
  }
  .col-start-print-3 {
    grid-column-start: 3;
  }
  .col-start-print-4 {
    grid-column-start: 4;
  }
  .col-start-print-5 {
    grid-column-start: 5;
  }
  .col-start-print-6 {
    grid-column-start: 6;
  }
  .col-start-print-7 {
    grid-column-start: 7;
  }
  .col-start-print-8 {
    grid-column-start: 8;
  }
  .col-start-print-9 {
    grid-column-start: 9;
  }
  .col-start-print-10 {
    grid-column-start: 10;
  }
  .col-start-print-11 {
    grid-column-start: 11;
  }
  .col-start-print-12 {
    grid-column-start: 12;
  }
  .col-start-print-13 {
    grid-column-start: 13;
  }
  .col-start-print-auto {
    grid-column-start: auto;
  }
  .col-end-print-1 {
    grid-column-end: 1;
  }
  .col-end-print-2 {
    grid-column-end: 2;
  }
  .col-end-print-3 {
    grid-column-end: 3;
  }
  .col-end-print-4 {
    grid-column-end: 4;
  }
  .col-end-print-5 {
    grid-column-end: 5;
  }
  .col-end-print-6 {
    grid-column-end: 6;
  }
  .col-end-print-7 {
    grid-column-end: 7;
  }
  .col-end-print-8 {
    grid-column-end: 8;
  }
  .col-end-print-9 {
    grid-column-end: 9;
  }
  .col-end-print-10 {
    grid-column-end: 10;
  }
  .col-end-print-11 {
    grid-column-end: 11;
  }
  .col-end-print-12 {
    grid-column-end: 12;
  }
  .col-end-print-13 {
    grid-column-end: 13;
  }
  .col-end-print-auto {
    grid-column-end: auto;
  }
  .grid-rows-print-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-print-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-print-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-print-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-print-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-print-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-print-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-print-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-print-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-print-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-print-11 {
    grid-template-rows: repeat(11 minmax(0, 1fr));
  }
  .grid-rows-print-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-print-none {
    grid-template-rows: none;
  }
  .grid-rows-print-subgrid {
    grid-template-rows: subgrid;
  }
  .row-auto-print {
    grid-row: auto;
  }
  .row-span-print-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-print-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-print-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-print-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-print-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-print-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-print-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-print-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-print-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-print-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-print-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-print-12 {
    grid-row: span 12 / span 12;
  }
  .row-span-print-full {
    grid-row: 1 / -1;
  }
  .row-start-print-1 {
    grid-row-start: 1;
  }
  .row-start-print-2 {
    grid-row-start: 2;
  }
  .row-start-print-3 {
    grid-row-start: 3;
  }
  .row-start-print-4 {
    grid-row-start: 4;
  }
  .row-start-print-5 {
    grid-row-start: 5;
  }
  .row-start-print-6 {
    grid-row-start: 6;
  }
  .row-start-print-7 {
    grid-row-start: 7;
  }
  .row-start-print-8 {
    grid-row-start: 8;
  }
  .row-start-print-9 {
    grid-row-start: 9;
  }
  .row-start-print-10 {
    grid-row-start: 10;
  }
  .row-start-print-11 {
    grid-row-start: 11;
  }
  .row-start-print-12 {
    grid-row-start: 12;
  }
  .row-start-print-13 {
    grid-row-start: 13;
  }
  .row-start-print-auto {
    grid-row-start: auto;
  }
  .row-end-print-1 {
    grid-row-end: 1;
  }
  .row-end-print-2 {
    grid-row-end: 2;
  }
  .row-end-print-3 {
    grid-row-end: 3;
  }
  .row-end-print-4 {
    grid-row-end: 4;
  }
  .row-end-print-5 {
    grid-row-end: 5;
  }
  .row-end-print-6 {
    grid-row-end: 6;
  }
  .row-end-print-7 {
    grid-row-end: 7;
  }
  .row-end-print-8 {
    grid-row-end: 8;
  }
  .row-end-print-9 {
    grid-row-end: 9;
  }
  .row-end-print-10 {
    grid-row-end: 10;
  }
  .row-end-print-11 {
    grid-row-end: 11;
  }
  .row-end-print-12 {
    grid-row-end: 12;
  }
  .row-end-print-13 {
    grid-row-end: 13;
  }
  .row-end-print-auto {
    grid-row-end: auto;
  }
  .grid-flow-print-row {
    grid-auto-flow: row;
  }
  .grid-flow-print-column {
    grid-auto-flow: column;
  }
  .grid-flow-print-dense {
    grid-auto-flow: dense;
  }
  .grid-flow-print-row-dense {
    grid-auto-flow: row dense;
  }
  .grid-flow-print-col-dense {
    grid-auto-flow: column dense;
  }
  .auto-cols-print-auto {
    grid-auto-columns: auto;
  }
  .auto-cols-print-min {
    grid-auto-columns: min-content;
  }
  .auto-cols-print-max {
    grid-auto-columns: max-content;
  }
  .auto-cols-print-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .auto-rows-print-auto {
    grid-auto-rows: auto;
  }
  .auto-rows-print-min {
    grid-auto-rows: min-content;
  }
  .auto-rows-print-max {
    grid-auto-rows: max-content;
  }
  .auto-rows-print-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .gap-print-0 {
    gap: 0px;
  }
  .gap-x-print-0 {
    column-gap: 0px;
  }
  .gap-y-print-0 {
    row-gap: 0px;
  }
  .gap-print-px {
    gap: 1px;
  }
  .gap-x-print-px {
    column-gap: 1px;
  }
  .gap-y-print-px {
    row-gap: 1px;
  }
  .gap-print-1 {
    gap: 0.25rem;
  }
  .gap-x-print-1 {
    column-gap: 0.25rem;
  }
  .gap-y-print-1 {
    row-gap: 0.25rem;
  }
  .gap-print-2 {
    gap: 0.5rem;
  }
  .gap-x-print-2 {
    column-gap: 0.5rem;
  }
  .gap-y-print-2 {
    row-gap: 0.5rem;
  }
  .gap-print-3 {
    gap: 1rem;
  }
  .gap-x-print-3 {
    column-gap: 1rem;
  }
  .gap-y-print-3 {
    row-gap: 1rem;
  }
  .gap-print-4 {
    gap: 1.5rem;
  }
  .gap-x-print-4 {
    column-gap: 1.5rem;
  }
  .gap-y-print-4 {
    row-gap: 1.5rem;
  }
  .gap-print-5 {
    gap: 3rem;
  }
  .gap-x-print-5 {
    column-gap: 3rem;
  }
  .gap-y-print-5 {
    row-gap: 3rem;
  }
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .ratio-print-thin {
    aspect-ratio: 3 / 1;
  }
  .ratio-print-film {
    aspect-ratio: 2.35 / 1;
  }
  .ratio-print-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-print-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-print-short-square {
    aspect-ratio: 1.25 / 1;
  }
  .ratio-print-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-print-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-print-tall {
    aspect-ratio: 1 / 1.75;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.abs-scroll-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.help-inline {
  font-size: var(--font-size-regular);
  color: var(--color-interface-medium);
  cursor: pointer;
}
iframe {
  border: 0 solid #ccc;
}
.form-row {
  margin-right: -5px;
  margin-left: -5px;
}
.form-row:before,
.form-row:after {
  display: table;
  content: " ";
}
.form-row:after {
  clear: both;
}
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-control-group .form-row {
  margin-right: 0;
  margin-left: 0;
}
.tip {
  padding: 0 6px 2px;
  font-size: 14px;
  color: #fff;
  background-color: #71a5bf;
  border-radius: 4px;
}
.tip.tip-liquid::after,
.tip.tip-lava::after {
  content: '{{ Lava }}';
}
.tip.tip-html::after {
  content: '< HTML />';
}
.navigation-tip {
  padding: 2px 4px;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  font-size: 90%;
  color: #3a87ad;
  white-space: nowrap;
  background-color: #d9edf7;
  border-radius: 4px;
}
.alert-warning .navigation-tip {
  color: #fcf8e3;
  background-color: #ceae78;
}
a.help {
  margin-left: 2px;
  color: #86b8cc;
  outline: 0;
}
a.warning {
  margin-left: 6px;
  color: #f0ad4e;
  outline: 0;
}
.help-message {
  font-weight: 400;
}
.photo img {
  width: 100%;
}
.photo > a.fluidbox-opened:hover + a {
  display: none;
}
.well > h1,
.well > h2,
.well > h3,
.well > h4 {
  margin-top: 0;
}
.rock-fullname {
  display: none !important;
  visibility: hidden !important;
}
.dropdown-menu {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  max-height: 85vh;
  overflow-y: auto;
}
.dropdown-menu.datepicker-dropdown {
  max-height: none;
  overflow-y: visible;
  font-size: 16px;
}
.dropdown-right .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-menu .btn-link {
  width: 100%;
  padding: 3px 20px;
  line-height: 1.5em;
  color: #333333;
  text-align: left;
  border: 0;
}
.dropdown-menu .btn-link:hover,
.dropdown-menu .btn-link:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu .dropdown-item-danger {
  color: #d9534f;
}
.dropdown-menu .dropdown-item-danger:hover {
  color: #fff;
  background-color: #d9534f;
}
.btn > .btn-icon {
  position: relative;
  top: -1px;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
}
.alert-default {
  color: #3a3b3a;
  background-color: #eeeeee;
  border-color: #d5d5d5;
}
.alert-default hr {
  border-top-color: #c8c8c8;
}
.alert-default .alert-link {
  color: #212121;
}
.alert-validation {
  color: #b94a48;
  background-color: #fcf8e3;
  border-color: #f7ecb5;
  font-weight: 700;
}
.alert-validation hr {
  border-top-color: #f5e79e;
}
.alert-validation .alert-link {
  color: #953b39;
}
.alert-validation ul,
.alert-validation span {
  font-weight: 400;
  color: #484848;
}
.alert-validation ul {
  padding: 5px 25px 0;
  line-height: 1.5;
}
th[align='center'] {
  text-align: center;
}
th[align='right'] {
  text-align: right;
}
.form-right {
  margin-bottom: 12px;
  text-align: right;
}
.form-right:before,
.form-right:after {
  display: table;
  content: " ";
}
.form-right:after {
  clear: both;
}
.form-right .control-label {
  display: block;
}
.form-right .input-group {
  float: right;
}
.btn-tabled a:hover {
  text-decoration: underline;
}
.label-hidden > .control-label {
  display: none;
}
.control-label-offset {
  margin-top: 29px;
}
.control-label-offset.checkbox {
  margin-top: 34px;
}
.badge-danger {
  color: #ffffff !important;
  background-color: #d9534f !important;
}
.badge-warning {
  color: #ffffff !important;
  background-color: #f0ad4e !important;
}
.badge-success {
  color: #ffffff !important;
  background-color: #5cb85c !important;
}
.badge-info {
  color: #ffffff !important;
  background-color: #5bc0de !important;
}
.badge-critical {
  color: #ffffff !important;
  background-color: #ee7624 !important;
}
.badge-legend .badge {
  height: 24px;
  margin-right: 4px;
  cursor: pointer;
}
.popover-content {
  overflow: hidden;
}
.popover-content header {
  padding: 8px 14px;
  margin: -9px -14px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content header:before,
.popover-content header:after {
  display: table;
  content: " ";
}
.popover-content header:after {
  clear: both;
}
.popover-content header img {
  float: left;
  width: 32px;
  margin-right: 6px;
}
.popover-content header h3 {
  float: left;
  margin: 0 0 0 6px;
  font-size: 18px;
  font-weight: 400;
}
.popover-content header h3 small {
  display: block;
}
.popover-content .body div {
  margin-bottom: 2px;
}
.popover-content .body div:last-child {
  margin-bottom: 0;
}
.list-group-item:before,
.list-group-item:after {
  display: table;
  content: " ";
}
.list-group-item:after {
  clear: both;
}
.list-group-item .toggle-container {
  display: inline-block;
}
.list-group-item .content {
  display: block;
  float: left;
}
.panel-headerimage {
  margin: -15px -15px 15px -15px;
}
.panel .panel-heading .panel-header-actions {
  margin-right: 1rem !important;
}
.panel .panel-heading .panel-title small {
  opacity: 0.5;
}
.panel .panel-heading .panel-toggle {
  margin-top: -2px;
  margin-bottom: -2px;
}
.panel .panel-heading .panel-options {
  float: right;
  margin: -10px -15px -10px 10px;
}
.panel .panel-heading .panel-options button {
  padding: 9px 12px 10px;
  border: 0;
  border-radius: 0 4px 0 0;
}
.panel .panel-heading .checkbox {
  margin: 0 !important;
}
.panel .panel-heading .panel-labels {
  float: right;
  margin-top: -5px;
  margin-bottom: -5px;
}
.panel .panel-heading .panel-labels .panel-text {
  float: left;
  margin-top: 5px;
  font-size: 14px;
}
.panel .panel-heading .panel-actions {
  margin-top: 4px;
}
.panel .panel-heading .form-group {
  margin-bottom: 0;
}
.panel .panel-footer {
  color: #3a3b3a;
  background-color: #fff;
}
.panel .panel-settings {
  padding: 15px;
  margin: -15px;
  border-bottom: 1px solid #3f3f43;
}
.panel .panel-settings-group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.panel .panel-settings-group > .form-group {
  flex: 1 1 100%;
  border-bottom: 1px solid #ccc;
}
.panel .panel-settings-group > .form-group:first-child {
  border-left: 0;
}
@media (min-width: 768px) {
  .panel .panel-settings-group > .form-group {
    flex: 1 1 auto;
    border-left: 1px solid #ccc;
  }
}
.panel .panel-settings-group .control-label {
  position: absolute;
  z-index: 30;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  color: #777777;
  pointer-events: none;
}
.panel .panel-settings-group .btn,
.panel .panel-settings-group .btn-group,
.panel .panel-settings-group .dropdown-menu {
  width: 100%;
}
.panel .panel-settings-group .btn {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0 !important;
}
.panel-toolbar {
  padding: 6px 16px;
  font-size: 14px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .panel-toolbar {
    flex-wrap: nowrap;
  }
}
.panel-toolbar .btn-tool,
.panel-toolbar .picker .picker-label {
  padding: 1px 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #6f7782;
  background: transparent;
  border: 1px solid transparent;
}
.panel-toolbar .btn-tool:focus,
.panel-toolbar .picker .picker-label:focus,
.panel-toolbar .btn-tool:hover,
.panel-toolbar .picker .picker-label:hover,
.panel-toolbar .btn-tool:active,
.panel-toolbar .picker .picker-label:active,
.panel-toolbar .btn-tool.active,
.panel-toolbar .picker .picker-label.active {
  background: #e9ecee;
}
.panel-toolbar .picker-select-none {
  margin: 1px 0 0 2px;
}
.panel-toolbar .nav-pills {
  margin: 6px 8px;
}
.panel-toolbar .nav-pills > li {
  margin-top: 6px;
  margin-bottom: 6px;
}
.panel-toolbar .slidingdaterange-select,
.panel-toolbar .slidingdaterange-number,
.panel-toolbar .slidingdaterange-daterange .input-group {
  margin-bottom: 0;
}
.panel-toolbar.panel-toolbar-right {
  justify-content: flex-end;
  gap: 4px 30px;
}
.panel-toolbar-border {
  border-bottom: 1px solid #dbdbdb;
}
.panel-toolbar-border .btn {
  box-shadow: none;
  border: 0;
  background: transparent;
}
.panel-toolbar-border .btn i {
  font-size: 75%;
}
.panel-toolbar-shadow {
  box-shadow: 0 1px 3px 0 rgba(21, 27, 38, 0.15);
  z-index: 10;
}
.no-border {
  border-color: transparent;
}
.panel-widget {
  border-color: #3f3f43;
}
.panel-widget > .panel-heading,
.panel-widget > .panel-header {
  color: #1a1a1c;
  background-color: #898992;
  border-color: #3f3f43;
}
.panel-widget > .panel-heading + .panel-collapse > .panel-body,
.panel-widget > .panel-header + .panel-collapse > .panel-body {
  border-top-color: #3f3f43;
}
.panel-widget > .panel-heading .badge,
.panel-widget > .panel-header .badge {
  color: #898992;
  background-color: #1a1a1c;
}
.panel-widget > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3f3f43;
}
.panel-widget.collapsed {
  overflow: hidden;
}
.panel-widget .panel-heading {
  border: 0;
}
.panel-widget .panel-heading .checkbox {
  display: inline;
  float: left;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.panel-widget .panel-heading .actions a {
  margin-left: 4px;
}
.panel-widget .panel-heading small {
  color: #4b4b51;
}
.panel-widget > .panel-body {
  border-top: 1px solid #3f3f43;
}
.panel-persondetails {
  border-color: #3f3f43;
  background-color: #ffffff;
}
.panel-persondetails > .panel-heading,
.panel-persondetails > .panel-header {
  color: #1a1a1c;
  background-color: #898992;
  border-color: #3f3f43;
}
.panel-persondetails > .panel-heading + .panel-collapse > .panel-body,
.panel-persondetails > .panel-header + .panel-collapse > .panel-body {
  border-top-color: #3f3f43;
}
.panel-persondetails > .panel-heading .badge,
.panel-persondetails > .panel-header .badge {
  color: #898992;
  background-color: #1a1a1c;
}
.panel-persondetails > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3f3f43;
}
.panel-persondetails .panel-title i {
  display: none;
}
.panel-persondetails .panel-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.panel-persondetails .panel-heading .actions {
  margin: -4px 0 -4px auto;
}
.panel-persondetails .panel-heading .actions a {
  margin-left: 4px;
}
.panel-persondetails .panel-body {
  padding: 13px 18px 15px;
}
.panel-persondetails .panel-body .form-group.static-control {
  line-height: 1.25;
  margin-bottom: 16px;
}
.panel-persondetails .panel-body .form-group.static-control .control-wrapper .form-control-static {
  margin: 0;
  padding: 0;
  min-height: 0;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.panel-persondetails .panel-body .form-group.static-control .control-wrapper .form-control-static > a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel-persondetails .panel-body .form-group.static-control:last-child {
  margin-bottom: 0;
}
.panel-persondetails .panel-body .form-group.static-control label {
  margin-bottom: 3px;
}
.panel-persondetails .panel-body h4 {
  padding: 8px 18px;
  margin: -13px -18px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #737475;
  background: #eeeeee;
}
.panel-persondetails .panel-body .form-group + h4 {
  margin-top: 24px;
}
.panel-persondetails .panel-body .form-group.static-control.matrix-attribute label {
  width: 100%;
  text-align: left;
}
.panel-persondetails .panel-body .form-group.static-control.matrix-attribute .form-control-static {
  width: 100%;
}
.panel-persondetails .panel-body i.fa.fa-bars,
.panel-persondetails .panel-body i.ti.ti-menu-2 {
  cursor: pointer;
}
.panel-persondetails .attribute-values + .attribute-values {
  margin-top: 24px;
}
.panel-block {
  border-top-color: #323236;
  border-color: #3f3f43;
}
.panel-block > .panel-heading,
.panel-block > .panel-header {
  color: #1a1a1c;
  background-color: #898992;
  border-color: #3f3f43;
}
.panel-block > .panel-heading + .panel-collapse > .panel-body,
.panel-block > .panel-header + .panel-collapse > .panel-body {
  border-top-color: #3f3f43;
}
.panel-block > .panel-heading .badge,
.panel-block > .panel-header .badge {
  color: #898992;
  background-color: #1a1a1c;
}
.panel-block > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3f3f43;
}
.panel-block > .panel-heading:before,
.panel-block > .panel-heading:after {
  display: table;
  content: " ";
}
.panel-block > .panel-heading:after {
  clear: both;
}
.panel-block > .panel-heading .panel-title {
  float: left;
}
.panel-block > .panel-heading .panel-title i {
  color: #6a6a6a;
  display: none;
}
.panel-block .list-group-item {
  background-color: transparent;
}
.panel-block .panel-body .panel-fullwidth,
.panel-block .panel-body .grid.grid-panel {
  margin: 0 -15px;
}
.panel-block .panel-body .panel-fullwidth:first-child,
.panel-block .panel-body .grid.grid-panel:first-child {
  margin-top: -15px;
}
.panel-block .panel-body .panel-fullwidth:last-child,
.panel-block .panel-body .grid.grid-panel:last-child {
  margin-bottom: -15px;
}
.panel-block .panel-body .panel-fullwidth .table-bordered,
.panel-block .panel-body .grid.grid-panel .table-bordered {
  border-width: 1px 0 0 0;
}
.panel-block .panel-body .panel-fullwidth .table-bordered > tfoot > tr > td,
.panel-block .panel-body .grid.grid-panel .table-bordered > tfoot > tr > td {
  border: 0;
}
.panel-block .panel-inline-heading {
  background: #898992;
  border-bottom: 1px solid #3f3f43;
}
.panel-block .panel-sidebar {
  border-right: 1px solid #3f3f43;
}
.panel-waterfall {
  border-color: #3f3f43;
  box-shadow: none !important;
  overflow: hidden;
}
.panel-waterfall > .panel-heading,
.panel-waterfall > .panel-header {
  color: #1a1a1c;
  background-color: transparent;
  border-color: transparent;
}
.panel-waterfall > .panel-heading + .panel-collapse > .panel-body,
.panel-waterfall > .panel-header + .panel-collapse > .panel-body {
  border-top-color: #3f3f43;
}
.panel-waterfall > .panel-heading .badge,
.panel-waterfall > .panel-header .badge {
  color: transparent;
  background-color: #1a1a1c;
}
.panel-waterfall > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3f3f43;
}
.panel-waterfall .panel-heading {
  padding-bottom: 8px;
}
.panel-waterfall .panel-heading + .panel-body {
  border-top: 1px solid #3f3f43;
}
.panel-waterfall .panel-body {
  padding: 0 15px;
}
.panel-waterfall .panel-body > .row {
  display: flex;
  flex-wrap: wrap;
}
.panel-waterfall .panel-body > .row > [class*='col-'] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.panel-waterfall .panel-body > .row > [class*='col-']:not(:last-child),
.panel-waterfall .panel-body > .row > [class*='col-'].show-divider {
  border-bottom: 1px solid #3f3f43;
}
@media (min-width: 992px) {
  .panel-waterfall .panel-body > .row > [class*='col-']:not(:last-child),
  .panel-waterfall .panel-body > .row > [class*='col-'].show-divider {
    border-bottom-width: 0;
    border-right: 1px solid #3f3f43;
  }
}
.panel-waterfall .panel-footer {
  padding: 0;
}
.panel-body-columns {
  padding: 0;
  margin: -15px;
}
.panel-body-columns > [class*='col-'] {
  padding: 15px;
}
.panel-body-columns .sidebar {
  background-color: #edead6;
  border-bottom: 1px solid #3f3f43;
}
.panel-body-columns .sidebar:last-child {
  border-top: 1px solid #3f3f43;
}
@media (min-width: 992px) {
  .panel-body-columns .sidebar {
    border-bottom: 0;
    border-right: 1px solid #3f3f43;
  }
  .panel-body-columns .sidebar:last-child {
    border-top: 0;
    border-left: 1px solid #3f3f43;
  }
}
.panel-analytics .panel-body {
  padding: 0 calc(var(--gutter-x) * 0.5);
}
.panel-analytics .panel-body .grid.grid-panel {
  margin-bottom: 0;
}
.panel-analytics .analytics-details > .grid-filter {
  padding: 15px;
  margin: -15px -15px 15px -15px;
}
.panel-analytics .filter-options,
.panel-analytics .analysis-types {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #edead6;
}
.panel-analytics .filter-options {
  border-right: 1px solid #3f3f43;
  border-bottom-left-radius: 4px;
}
.panel-analytics .analysis-types {
  margin-bottom: calc(var(--gutter-x) * 0.5);
  border-bottom: 1px solid #3f3f43;
}
.panel-dashboard {
  height: 220px;
  margin: 24px 0 0;
}
.panel-drawer {
  width: 100%;
  background-color: #edead6;
}
.drawer-content {
  padding: 15px;
}
.panel-drawer.open > .drawer-content {
  display: block;
}
.drawer-pull {
  padding: 6px 8px;
  color: #1a1a1c;
  cursor: pointer;
  border-bottom: 1px solid #3f3f43;
}
.drawer-pull:before,
.drawer-pull:after {
  display: table;
  content: " ";
}
.drawer-pull:after {
  clear: both;
}
.drawer-pull i {
  float: right;
}
.panel-sub-header {
  display: flex;
  min-height: 38px;
  align-items: center;
  padding: 4px 24px;
  border-bottom: 1px solid #3f3f43;
  background-color: #edead6;
}
.panel-badges {
  --badge-size: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  align-items: center;
  justify-content: flex-end;
  height: 38px;
  padding: 0 24px;
  border-bottom: 1px solid #3f3f43;
  background-color: #edead6;
}
.panel-badges:empty {
  display: none;
}
.panel-badges .badge {
  background-color: inherit;
}
.badge .fa-square::before,
.badge .fa-circle::before,
.badge .ti-square::before,
.badge .ti-circle::before {
  display: block;
  width: 1em;
  height: 1em;
  content: ' ';
  background: currentColor;
}
.badge .fa-circle::before,
.badge .ti-circle::before {
  border-radius: 50%;
}
.paneleditor-label {
  float: left;
}
.paneleditor-input {
  float: left;
  margin-top: -6px;
  margin-right: 4px;
  margin-left: 4px;
}
.btn.aspNetDisabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.btn-action {
  color: #000000;
  background-color: #707078;
  border-color: #63636b;
}
.btn-action:focus,
.btn-action.focus {
  color: #000000;
  background-color: #57575e;
  border-color: #262629;
}
.btn-action:hover {
  color: #000000;
  background-color: #57575e;
  border-color: #46464b;
}
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
  color: #000000;
  background-color: #57575e;
  background-image: none;
  border-color: #46464b;
}
.btn-action:active:hover,
.btn-action.active:hover,
.open > .dropdown-toggle.btn-action:hover,
.btn-action:active:focus,
.btn-action.active:focus,
.open > .dropdown-toggle.btn-action:focus,
.btn-action:active.focus,
.btn-action.active.focus,
.open > .dropdown-toggle.btn-action.focus {
  color: #000000;
  background-color: #46464b;
  border-color: #262629;
}
.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled.focus,
.btn-action[disabled].focus,
fieldset[disabled] .btn-action.focus {
  background-color: #707078;
  border-color: #63636b;
}
.btn-action .badge {
  color: #707078;
  background-color: #000000;
}
.btn-security {
  color: #333;
  background-color: #fff;
  border-color: #d6cea1;
}
.btn-security:focus,
.btn-security.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #ad9d4b;
}
.btn-security:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #c4b876;
}
.btn-security:active,
.btn-security.active,
.open > .dropdown-toggle.btn-security {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #c4b876;
}
.btn-security:active:hover,
.btn-security.active:hover,
.open > .dropdown-toggle.btn-security:hover,
.btn-security:active:focus,
.btn-security.active:focus,
.open > .dropdown-toggle.btn-security:focus,
.btn-security:active.focus,
.btn-security.active.focus,
.open > .dropdown-toggle.btn-security.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #ad9d4b;
}
.btn-security.disabled:hover,
.btn-security[disabled]:hover,
fieldset[disabled] .btn-security:hover,
.btn-security.disabled:focus,
.btn-security[disabled]:focus,
fieldset[disabled] .btn-security:focus,
.btn-security.disabled.focus,
.btn-security[disabled].focus,
fieldset[disabled] .btn-security.focus {
  background-color: #fff;
  border-color: #d6cea1;
}
.btn-security .badge {
  color: #fff;
  background-color: #333;
}
.btn-authentication {
  width: 100%;
  margin-bottom: 8px;
  color: #333;
  background-color: #fff;
  border-color: #d6cea1;
}
.btn-authentication.facebook,
.btn-authentication.google,
.btn-authentication.twitter {
  background-color: var(--btn-bg, #fff);
  border-color: var(--btn-bg, #d6cea1);
}
.btn-authentication.facebook::before,
.btn-authentication.google::before,
.btn-authentication.twitter::before {
  display: inline-block;
  margin-right: 12px;
  font-family: 'FontAwesome Brands';
  font-weight: 400;
  content: var(--social-icon);
  flex: 0 0 1.25em;
}
.btn-authentication.facebook {
  color: #fff;
  --btn-bg: #3B5998;
  --btn-hover-bg: #2d4373;
  --social-icon: "\f39e";
}
.btn-authentication.google {
  color: #333;
}
.btn-authentication.google:before {
  background-image: url('/Assets/Icons/googlesigninicon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  content: '  ';
}
.btn-authentication.twitter {
  color: #fff;
  --btn-bg: #1da1f2;
  --btn-hover-bg: #0c85d0;
  --social-icon: "\f099";
}
.btn-authentication:hover {
  background-color: var(--btn-hover-bg, #e6e6e6);
}
.btn-authentication-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  white-space: normal;
}
.btn-authentication-v2:after {
  content: ' ';
  flex: 0 1 1.25em;
}
.btn-pill {
  border-radius: 999px;
}
.btn-overflow {
  color: #777777;
}
.btn-overflow:hover,
.btn-overflow:focus {
  color: #3a3b3a;
}
.btn-minimal {
  padding: 0;
  color: #868886;
  text-decoration: none;
}
.alert-success .btn-success {
  color: #fff;
}
.alert-success a {
  color: #468847;
  border-bottom: 1px dotted #468847;
}
.alert-info .btn-info {
  color: #fff;
}
.alert-info a:not([class]) {
  color: #3a87ad;
  border-bottom: 1px dotted #3a87ad;
}
.alert-warning .btn-warning {
  color: #fff;
}
.alert-warning a {
  color: #c09853;
  border-bottom: 1px dotted #c09853;
}
.alert-danger .btn-danger {
  color: #fff;
}
.alert-danger a {
  color: #b94a48;
  border-bottom: 1px dotted #b94a48;
}
.alert .help {
  border-bottom: 0;
}
.system-error .close {
  color: inherit;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right,
.carousel-control .ti-chevron-left,
.carousel-control .ti-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .fa-chevron-left,
.carousel-control .ti-chevron-left {
  left: 40px;
}
.carousel-control .fa-chevron-right,
.carousel-control .ti-chevron-right {
  right: 40px;
}
.form-no-margin {
  margin: 0;
}
.list-padded {
  margin-top: 12px;
}
.list-padded li {
  margin-top: 12px;
}
.list-padded li:first-child {
  margin-top: 0;
}
h1.condensed,
h2.condensed,
h3.condensed,
h4.condensed,
h5.condensed,
h6.condensed {
  margin-top: 0;
  margin-bottom: 0;
}
div.aspNetDisabled {
  opacity: 0.5;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.btn-outline-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-default:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-default:focus,
.btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-default.disabled {
  opacity: 0.5;
}
.btn-outline-primary {
  color: #262629;
  background-color: transparent;
  border-color: #262629;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #262629;
  border-color: #262629;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 41, 0.5);
}
.btn-outline-primary.disabled {
  opacity: 0.5;
}
.btn-outline-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}
.btn-outline-success.disabled {
  opacity: 0.5;
}
.btn-outline-info {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled {
  opacity: 0.5;
}
.btn-outline-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}
.btn-outline-warning.disabled {
  opacity: 0.5;
}
.grid-columncommand .btn-danger {
  color: #333;
  background-color: #fff;
  border-color: #d6cea1;
}
.grid-columncommand .btn-danger:focus,
.grid-columncommand .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.grid-columncommand .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.grid-columncommand .btn-danger:active,
.grid-columncommand .btn-danger.active,
.open > .dropdown-toggle.grid-columncommand .btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.grid-columncommand .btn-danger:active:hover,
.grid-columncommand .btn-danger.active:hover,
.open > .dropdown-toggle.grid-columncommand .btn-danger:hover,
.grid-columncommand .btn-danger:active:focus,
.grid-columncommand .btn-danger.active:focus,
.open > .dropdown-toggle.grid-columncommand .btn-danger:focus,
.grid-columncommand .btn-danger:active.focus,
.grid-columncommand .btn-danger.active.focus,
.open > .dropdown-toggle.grid-columncommand .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.grid-columncommand .btn-danger.disabled:hover,
.grid-columncommand .btn-danger[disabled]:hover,
fieldset[disabled] .grid-columncommand .btn-danger:hover,
.grid-columncommand .btn-danger.disabled:focus,
.grid-columncommand .btn-danger[disabled]:focus,
fieldset[disabled] .grid-columncommand .btn-danger:focus,
.grid-columncommand .btn-danger.disabled.focus,
.grid-columncommand .btn-danger[disabled].focus,
fieldset[disabled] .grid-columncommand .btn-danger.focus {
  background-color: #fff;
  border-color: #d6cea1;
}
.grid-columncommand .btn-danger .badge {
  color: #fff;
  background-color: #333;
}
.btn-danger-solid {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger-solid:focus,
.btn-danger-solid.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger-solid:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger-solid:active,
.btn-danger-solid.active,
.open > .dropdown-toggle.btn-danger-solid {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger-solid:active:hover,
.btn-danger-solid.active:hover,
.open > .dropdown-toggle.btn-danger-solid:hover,
.btn-danger-solid:active:focus,
.btn-danger-solid.active:focus,
.open > .dropdown-toggle.btn-danger-solid:focus,
.btn-danger-solid:active.focus,
.btn-danger-solid.active.focus,
.open > .dropdown-toggle.btn-danger-solid.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger-solid.disabled:hover,
.btn-danger-solid[disabled]:hover,
fieldset[disabled] .btn-danger-solid:hover,
.btn-danger-solid.disabled:focus,
.btn-danger-solid[disabled]:focus,
fieldset[disabled] .btn-danger-solid:focus,
.btn-danger-solid.disabled.focus,
.btn-danger-solid[disabled].focus,
fieldset[disabled] .btn-danger-solid.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger-solid .badge {
  color: #d9534f;
  background-color: #fff;
}
.badge-bar {
  display: flex;
  align-items: center;
  --badge-size: 36px;
}
.badge-bar .badge {
  background-color: inherit;
}
.rock-popover {
  display: flex;
  z-index: 1050;
  flex-wrap: wrap;
  width: 500px;
  max-width: 100%;
  font-size: 14px;
  border-radius: 4px;
  color: #3a3b3a;
}
@media (min-width: 480px) {
  .rock-popover {
    flex-wrap: nowrap;
    max-height: 383px;
  }
}
.rock-popover .popover-title {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-right: 6px;
}
.rock-popover .dropdown-menu a {
  font-size: 14px;
  line-height: 24px;
}
.rock-popover > .popover-panel + .popover-panel {
  border-left: 1px solid #3f3f43;
}
.rock-popover .popover-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 480px) {
  .rock-popover .popover-panel {
    width: 50%;
  }
}
.rock-popover .popover-panel .popover-content {
  min-height: 100px;
  overflow: auto;
}
.segment-and {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 580px;
  margin: 32px auto;
}
.segment-and .text {
  padding: 0 6px;
  text-transform: uppercase;
  border: 1px solid #3f3f43;
  border-radius: 4px;
  font-size: 14px;
  background-color: #e4e4e4;
  font-weight: 500;
  margin: 0 10px;
}
.segment-and::before,
.segment-and::after {
  content: '';
  border: 1px solid #3f3f43;
  flex: 1;
}
/* Implement Bootstrap v4 borderless tables. */
.table.table-borderless > tbody > tr > td,
.table.table-borderless > tbody > tr > th {
  border: 0;
}
.modal.container.modal-content.rock-modal:has(.ant-select-dropdown) {
  overflow: visible;
}
.modal.container.modal-content.rock-modal:has(.ant-select-dropdown) .modal-header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.modal.container.modal-content.rock-modal form {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
/* stylelint-disable */
/* stylelint-enable */
/*
    The accent colors are deprecated and should not be used in new theme development. They will be
    removed in Rock v 6.0.
*/
/* FontAwesome Start */
/* FontAwesome End */
@media print {
  @page {
    margin: 0.5in;
  }
  .nav-sub {
    display: none;
  }
  #cms-admin-footer {
    display: none;
  }
  a[href]:after {
    content: "" !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #f5f3e8;
}
main {
  display: block;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-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;
}
.panel {
  background-color: transparent;
}
.navbar {
  position: static;
}
.navbar .navbar-toggle {
  padding: 6px 10px;
}
.navbar .navbar-toggle i.fa-bars {
  color: #fff;
}
a:hover i.fs {
  text-decoration: none;
}
h1.heading:empty {
  display: none;
}
h1 {
  font-size: 32px;
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  font-size: 26px;
}
@media only screen and (max-width: 1159px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 1159px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 18px;
}
p {
  line-height: 1.5em;
}
a {
  text-decoration: underline;
}
a.btn,
.nav-pills a {
  text-decoration: none;
}
.page-icon {
  display: none;
}
header .login-status {
  float: right;
}
header .navbar {
  background-color: #fff;
  border: 0;
}
main.container {
  background: #f5f3e8;
  padding-top: 2em;
  padding-bottom: 2em;
}
#announcement-rotator {
  margin: 0 -30px / 2 30px;
}
#announcement-rotator .item img {
  width: 100%;
}
.announcement-list .announcement {
  max-width: 390px;
  margin: 0 auto 30px;
}
.announcement-list .announcement-title {
  margin: 7.5px 0;
}
.announcement-list img {
  width: 100%;
}
.announcement-detail img {
  width: 100%;
}
.nav-sub li {
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.reset ul,
ul.reset,
.reset ul > li,
ul.reset > li,
.reset ol,
ol.reset,
.reset ol > li,
ol.reset > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.animated,
.header-wrap {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.header-wrap,
.content-wrap,
.footer-wrap {
  width: 100%;
}
.navbar-adabible {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  z-index: 1000;
  transition: all 0.3s ease-out;
  transition: transform 0.3s ease;
  background-color: var(--ada-color-main);
}
.header {
  height: 80px;
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  background-color: var(--ada-color-main);
}
.header .logo {
  white-space: nowrap;
  text-indent: 200%;
  transition: all 0.3s ease-out;
  display: block;
  width: 172px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  overflow: hidden;
  background: rgba(0, 0, 0, 0) url(../Assets/images/AdaBible-Reverse2-Horizontal.svg) no-repeat center center;
  color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 480px) {
  .header .logo {
    width: 100px;
    left: 10px;
    background-size: contain !important;
    background-position: center !important;
  }
}
.header .header-right {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 0;
}
.header nav.main {
  transition: all 0.5s ease-out;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 35px;
}
.header nav.main li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
.header nav.main li:last-child {
  margin-right: 0;
}
.header nav.main li.search a {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  display: block;
  width: 24px;
  height: 24px;
  background: url('../Assets/images/search-blue.svg') center no-repeat;
  background-size: contain;
}
.header nav.main a {
  display: block;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #262629;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.header nav.main a:hover {
  color: #eec53e;
}
.header .menu-toggle {
  transition: all 0.5s ease-out;
  display: inline-block;
  vertical-align: middle;
  height: 100px;
  z-index: 999;
  background: none;
}
.header .menu-toggle:before,
.header .menu-toggle:after {
  display: table;
  content: " ";
}
.header .menu-toggle:after {
  clear: both;
}
.header .menu-toggle:hover .text {
  color: #262629;
}
.header .menu-toggle:hover .target-wrap .target span {
  width: 100% !important;
}
.header .menu-toggle .target-wrap {
  width: 100px;
  height: 100px;
  padding: 0 28px;
  float: right;
  background: #262629;
}
.header .menu-toggle .target-wrap .target {
  height: 100%;
  width: 100%;
  position: relative;
}
.header .menu-toggle .target-wrap .target span {
  transition: all 0.5s ease-out;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  height: 3px;
  background-color: white;
  left: 0;
}
.header .menu-toggle .target-wrap .target span:first-of-type {
  top: 35%;
  width: 85%;
}
.header .menu-toggle .target-wrap .target span:last-of-type {
  top: 65%;
  width: 65%;
}
.header .menu-toggle .target-wrap .target:hover span:nth-of-type(n) {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .header .menu-toggle {
    height: 58px;
  }
  .header .menu-toggle .target-wrap {
    width: 58px;
    height: 58px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .header {
    height: 58px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 1099px) {
  .header {
    padding-top: 20px;
  }
  .header nav.main {
    display: none;
  }
}
.block-highlight .header .header-right {
  position: static !important;
  transform: none !important;
}
.block-highlight .navbar-adabible {
  animation-name: none;
}
.header-image-wrap {
  background-size: cover !important;
  z-index: 3;
  position: relative;
  color: white;
  height: 580px;
}
.header-image-wrap.with-mobile-image {
  position: relative;
}
.header-image-wrap.with-mobile-image picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header-image-wrap.with-mobile-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-image-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 28px;
}
.postid-43903 .header-image-wrap:after {
  display: none;
}
.header-image-wrap .header-image-outer {
  display: table;
  width: 100%;
  padding: 20px;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.header-image-wrap .header-image-outer .header-image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding-top: 40px;
}
.header-image-wrap .header-image-outer .header-image .hero-logo {
  max-height: 400px;
}
.header-image-wrap .header-image-outer .header-image h1 {
  color: #fff;
}
.header-image-wrap .header-image-outer .header-image p {
  text-align: center;
  font-size: 18px;
}
.header-image-wrap .header-image-outer .header-image a {
  color: #fff;
}
.header-image-wrap .header-image-outer .header-image .series-heading {
  color: #eec53e;
}
.header-image-wrap .header-image-outer .header-image .watch-heading {
  font-size: 26px;
}
.header-image-wrap .header-image-outer .header-image .play-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 480px) {
  .header-image-wrap {
    /*.two-buttons, .three-buttons, .four-buttons, .six-buttons {
            display: none;
        }*/
  }
}
.heading {
  font-size: 68px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 1099px) {
  .heading {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .heading {
    font-size: 55px;
  }
}
@media only screen and (max-width: 480px) {
  .heading {
    font-size: 45px;
  }
}
.header-background {
  background-size: cover !important;
  z-index: 3;
  position: relative;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 28px;
}
.default-background {
  background-image: url('../Assets/images/FPO.jpg');
}
div.overlay,
div.fixed-overlay {
  position: fixed;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 11;
  background: white;
  width: 90%;
  height: 90%;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  padding-top: 80px;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 480px) {
  div.overlay,
  div.fixed-overlay {
    width: 100%;
    height: 100%;
    top: 0;
  }
}
div.overlay .inner,
div.fixed-overlay .inner {
  padding: 80px 0 80px;
  position: relative;
  height: 100%;
  overflow: auto;
}
@media only screen and (max-width: 919px) {
  div.overlay .inner,
  div.fixed-overlay .inner {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 480px) {
  div.overlay .inner,
  div.fixed-overlay .inner {
    padding: 20px 0;
  }
}
div.overlay .right,
div.fixed-overlay .right {
  width: 265px;
}
@media only screen and (max-width: 919px) {
  div.overlay .right,
  div.fixed-overlay .right {
    float: none;
    width: 100%;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  div.overlay .right,
  div.fixed-overlay .right {
    margin-top: 40px;
  }
}
div.overlay .right nav ul li,
div.fixed-overlay .right nav ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  div.overlay .right nav ul li,
  div.fixed-overlay .right nav ul li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  div.overlay .right nav ul li,
  div.fixed-overlay .right nav ul li {
    margin-bottom: 15px;
  }
}
div.overlay .right nav ul li a,
div.fixed-overlay .right nav ul li a {
  color: #bbb;
  font-size: 24px;
}
div.overlay .right nav ul li a:hover,
div.fixed-overlay .right nav ul li a:hover {
  color: #262629;
}
@media only screen and (max-width: 480px) {
  div.overlay .right nav ul li a,
  div.fixed-overlay .right nav ul li a {
    font-size: 16px;
  }
}
div.overlay .right .menu-logo,
div.fixed-overlay .right .menu-logo {
  color: #bbb;
  font-size: 24px;
  margin-bottom: 20px;
}
div.overlay .right .social-icons,
div.fixed-overlay .right .social-icons {
  margin: 50px 0 40px 0;
}
@media only screen and (max-width: 1599px) {
  div.overlay .right .social-icons,
  div.fixed-overlay .right .social-icons {
    margin: 0 0 80px 0;
  }
}
@media only screen and (max-width: 919px) {
  div.overlay .right .social-icons,
  div.fixed-overlay .right .social-icons {
    margin: 50px 0 50px 0;
  }
}
@media only screen and (max-width: 480px) {
  div.overlay .right .social-icons,
  div.fixed-overlay .right .social-icons {
    margin: 40px 0;
  }
}
div.overlay .right .social-icons .social-icon,
div.fixed-overlay .right .social-icons .social-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}
div.overlay .right .social-icons .social-icon a,
div.fixed-overlay .right .social-icons .social-icon a {
  transition: all 0.5s ease-out;
  color: #bbb;
}
div.overlay .right .social-icons .social-icon a:hover,
div.fixed-overlay .right .social-icons .social-icon a:hover {
  color: #262629;
}
div.overlay .search,
div.fixed-overlay .search {
  position: relative;
  transition: all 1s ease-out;
}
div.overlay .search:before,
div.fixed-overlay .search:before,
div.overlay .search:after,
div.fixed-overlay .search:after {
  display: table;
  content: " ";
}
div.overlay .search:after,
div.fixed-overlay .search:after {
  clear: both;
}
div.overlay .search .s_value,
div.fixed-overlay .search .s_value {
  float: left;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  transition: all 1s ease-out;
  width: calc(100% - 45px);
  margin: 0;
  color: #bbb;
  font-size: 28px;
  font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  div.overlay .search .s_value,
  div.fixed-overlay .search .s_value {
    font-size: 20px;
    padding-top: 10px;
    max-width: 280px;
  }
}
div.overlay .search .s_value:focus,
div.fixed-overlay .search .s_value:focus {
  border-color: #bbb;
  outline: none;
}
div.overlay .search .s_value::placeholder,
div.fixed-overlay .search .s_value::placeholder {
  color: #bbb;
}
div.overlay .search .search-toggle,
div.fixed-overlay .search .search-toggle {
  background: url('../Assets/images/search-icon.svg') no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
div.overlay .left,
div.fixed-overlay .left {
  width: calc(100% - 265px);
  padding-right: 60px;
}
@media only screen and (max-width: 919px) {
  div.overlay .left,
  div.fixed-overlay .left {
    width: 100%;
    float: none;
  }
}
div.overlay nav,
div.fixed-overlay nav {
  text-align: left;
  transition: all 0.2s linear;
  width: 100%;
}
div.overlay nav .active-children li a,
div.fixed-overlay nav .active-children li a {
  color: #bbb;
}
div.overlay nav .active-children li.active a,
div.fixed-overlay nav .active-children li.active a {
  color: #262629;
}
div.overlay nav li,
div.fixed-overlay nav li {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  position: relative;
}
@media only screen and (max-width: 919px) {
  div.overlay nav li,
  div.fixed-overlay nav li {
    margin: 0 auto 20px auto;
  }
}
@media only screen and (max-width: 480px) {
  div.overlay nav li,
  div.fixed-overlay nav li {
    margin: 0 auto 20px auto;
  }
}
div.overlay nav li a,
div.fixed-overlay nav li a {
  font-size: 45px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #262629;
  z-index: 3;
  background: white;
  width: auto;
  display: table;
  position: relative;
  line-height: 1em;
  padding-right: 20px;
  transition: all 0.5s ease-out;
}
div.overlay nav li a:hover,
div.fixed-overlay nav li a:hover {
  color: #bbb;
}
@media only screen and (max-width: 919px) {
  div.overlay nav li a,
  div.fixed-overlay nav li a {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  div.overlay nav li a,
  div.fixed-overlay nav li a {
    font-size: 32px;
  }
}
div.overlay nav li.menu-item-has-children:after,
div.fixed-overlay nav li.menu-item-has-children:after,
div.overlay nav li.page_item_has_children:after,
div.fixed-overlay nav li.page_item_has_children:after,
div.overlay nav li.active:after,
div.fixed-overlay nav li.active:after {
  content: '';
  position: absolute;
  left: 0;
  top: 34px;
  transition: all 0.5s ease-out;
  width: 100%;
  height: 3px;
  background: #262629;
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  div.overlay nav li.menu-item-has-children:after,
  div.fixed-overlay nav li.menu-item-has-children:after,
  div.overlay nav li.page_item_has_children:after,
  div.fixed-overlay nav li.page_item_has_children:after,
  div.overlay nav li.active:after,
  div.fixed-overlay nav li.active:after {
    display: none;
  }
}
div.overlay nav li.active:after,
div.fixed-overlay nav li.active:after {
  opacity: 1;
}
div.overlay nav li ul,
div.fixed-overlay nav li ul {
  padding: 0 20px 0 20px;
  margin-top: 46px;
}
div.overlay nav li ul:before,
div.fixed-overlay nav li ul:before,
div.overlay nav li ul:after,
div.fixed-overlay nav li ul:after {
  display: table;
  content: " ";
}
div.overlay nav li ul:after,
div.fixed-overlay nav li ul:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  div.overlay nav li ul,
  div.fixed-overlay nav li ul {
    padding: 0 20px 0 20px;
    margin-top: 26px;
  }
}
@media only screen and (max-width: 480px) {
  div.overlay nav li ul,
  div.fixed-overlay nav li ul {
    padding: 0 20px 0 20px;
    margin-top: 20px;
  }
}
div.overlay nav li ul li,
div.fixed-overlay nav li ul li {
  animation-name: none;
  animation-delay: 0s;
  display: block;
  float: left;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  div.overlay nav li ul li,
  div.fixed-overlay nav li ul li {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (max-width: 480px) {
  div.overlay nav li ul li,
  div.fixed-overlay nav li ul li {
    margin: 0 auto 20px auto;
  }
}
div.overlay nav li ul li:nth-of-type(3n),
div.fixed-overlay nav li ul li:nth-of-type(3n) {
  margin-right: 0;
}
div.overlay nav li ul li:nth-of-type(4),
div.fixed-overlay nav li ul li:nth-of-type(4),
div.overlay nav li ul li:nth-of-type(7),
div.fixed-overlay nav li ul li:nth-of-type(7) {
  clear: both;
}
div.overlay nav li ul li a,
div.fixed-overlay nav li ul li a {
  text-transform: none;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  div.overlay nav li ul li a,
  div.fixed-overlay nav li ul li a {
    font-size: 18px;
  }
}
.navbar-adabible {
  transition: all 0.5s ease-out;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.navbar-adabible.affix {
  background: #fff;
}
.navbar-adabible.affix .header .logo {
  /*background-image: url(../Assets/images/logo-2018.svg);*/
}
.show-fixed-header {
  position: fixed;
  top: 0 !important;
  z-index: 2000;
  animation-duration: 0.5s;
  visibility: visible;
  animation-name: fadeInDown;
}
.remove-fixed-header {
  position: fixed;
  z-index: 999999;
  animation-duration: 0.5s;
  visibility: hidden;
  animation-name: fadeOutUp;
}
.nav-shown {
  height: 100%;
  overflow: hidden;
  /*@include max-down(760px) {
		.nav-shown .header-wrap.weather-alerted {
			top: 30px !important;
		}
	}*/
}
.nav-shown.admin-bar .menu-toggle,
.nav-shown.admin-bar .logo {
  top: 62px !important;
}
@media only screen and (max-width: 480px) {
  .nav-shown.admin-bar .menu-toggle,
  .nav-shown.admin-bar .logo {
    top: 32px !important;
  }
}
.nav-shown div.overlay {
  opacity: 1;
  visibility: visible;
}
.nav-shown .alt-header .header .menu-toggle .target-wrap .target span {
  background: white !important;
}
.nav-shown .header-wrap.opaque-header .header {
  background: transparent;
}
.nav-shown .header .logo {
  position: absolute;
  left: 5% !important;
  top: 30px !important;
  background-color: transparent !important;
  z-index: 1101;
}
.nav-shown .header .header-right {
  right: 5%;
  top: 30px;
  transform: none;
}
.nav-shown .header nav.main {
  opacity: 0;
}
.nav-shown .header .menu-toggle {
  right: 0;
  top: -30px !important;
  position: absolute;
}
.nav-shown .header .menu-toggle .target-wrap {
  background: #262629;
}
.nav-shown .header .menu-toggle .target-wrap .target span {
  background-color: white !important;
}
.nav-shown .header .menu-toggle .target-wrap .target span:nth-of-type(2) {
  opacity: 0;
}
.nav-shown .header .menu-toggle .target-wrap .target span:first-of-type {
  top: 50%;
  width: 100%;
  transform: rotate(45deg);
}
.nav-shown .header .menu-toggle .target-wrap .target span:last-of-type {
  top: 50%;
  width: 100%;
  transform: rotate(-45deg);
}
.nav-shown .header .menu-toggle .text {
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .nav-shown .header .menu-toggle {
    right: 0;
  }
}
.nav-shown .mobile-header-watch-live {
  display: none;
}
@media only screen and (max-width: 480px) {
  .nav-shown .header-wrap {
    top: 0 !important;
  }
  .nav-shown .header-wrap .header .logo {
    left: 10px !important;
  }
  .nav-shown .header-wrap .header .header-right {
    right: 0;
  }
}
.nav-shown .navbar-adabible {
  bottom: 0;
  visibility: visible !important;
  animation-name: none;
}
.nav-shown .navbar-adabible.affix {
  background: transparent !important;
}
.contain {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  position: relative;
  z-index: 1;
}
.split:before,
.split:after {
  display: table;
  content: " ";
}
.split:after {
  clear: both;
}
.split .left {
  float: left;
}
.split .right {
  float: right;
}
.split .left,
.split .right {
  width: 50%;
}
.copy h4 {
  font-size: 20px;
  text-transform: uppercase;
}
.copy h3 {
  text-transform: uppercase;
}
.copy a {
  transition: all 0.5s ease-out;
}
.copy a:hover {
  color: #eec53e;
}
.copy p:last-of-type {
  margin-bottom: 0;
}
.copy.w-margin {
  margin-bottom: 40px;
}
.btn-large,
.btn,
input[type='submit'],
.tbc_feature_btn a,
.paged-prev-next a {
  border: 3px solid #262629;
  color: #fff;
  background: #262629;
  padding: 12px 20px;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1em;
  -webkit-appearance: none;
  min-width: 204px;
  border-radius: 0px;
}
@media only screen and (max-width: 767px) {
  .btn-large,
  .btn,
  input[type='submit'],
  .tbc_feature_btn a,
  .paged-prev-next a {
    padding: 12px 10px;
  }
}
.btn-large:hover,
.btn:hover,
input[type='submit']:hover,
.tbc_feature_btn a:hover,
.paged-prev-next a:hover {
  background-color: #3f3f43;
  color: white;
}
.btn-large.white,
.btn.white,
input[type='submit'].white,
.tbc_feature_btn a.white,
.paged-prev-next a.white {
  color: white;
  border-color: white;
}
.btn-large.white:hover,
.btn.white:hover,
input[type='submit'].white:hover,
.tbc_feature_btn a.white:hover,
.paged-prev-next a.white:hover {
  background-color: white;
  color: #262629 !important;
}
.btn-large.yellow,
.btn.yellow,
input[type='submit'].yellow,
.tbc_feature_btn a.yellow,
.paged-prev-next a.yellow {
  color: white;
  background: #eec53e;
  border-color: #eec53e;
}
.btn-large.yellow:hover,
.btn.yellow:hover,
input[type='submit'].yellow:hover,
.tbc_feature_btn a.yellow:hover,
.paged-prev-next a.yellow:hover {
  background-color: white;
  color: #eec53e;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #262629;
  background-image: none;
  border-color: #262629;
  box-shadow: none;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-width: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  min-width: 0;
}
.btn-primary:hover,
.btn-default:hover {
  border-color: #262629;
}
.calendar-month .calendar-selected {
  background-color: #262629 !important;
}
#cms-admin-footer a.btn {
  min-width: 0;
}
p.thinkboxcreative {
  clear: both;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  display: block;
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  p.thinkboxcreative {
    display: none;
  }
}
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  display: table;
}
.social-icons .social-icon {
  float: left;
  height: 24px;
  width: 24px;
  margin-right: 20px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
  font-size: 24px;
}
.social-icons .social-icon:last-of-type {
  margin-right: 0;
}
.social-icons .social-icon a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.three-buttons {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.three-buttons .btn {
  width: calc(33.33% - 25px);
  margin: 0 10px;
  display: inline-block;
  max-width: none;
  vertical-align: top;
}
.three-buttons .btn:nth-of-type(n) {
  margin-bottom: 20px;
}
.three-buttons .btn:nth-last-of-type(1),
.three-buttons .btn:nth-last-of-type(2),
.three-buttons .btn:nth-last-of-type(3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .three-buttons .btn {
    margin-bottom: 20px;
  }
  .three-buttons .btn:nth-last-of-type(2),
  .three-buttons .btn:nth-last-of-type(3) {
    margin-bottom: 20px;
  }
  .three-buttons .btn:last-of-type {
    margin-bottom: 0;
  }
}
.four-buttons {
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .four-buttons {
    max-width: 100%;
  }
}
.four-buttons .btn {
  width: calc(50% - 20px);
  margin-right: 20px;
  float: left;
  max-width: none;
}
.four-buttons .btn:nth-of-type(n) {
  margin-bottom: 20px;
}
.four-buttons .btn:nth-of-type(2n) {
  margin-right: 0;
}
.four-buttons .btn:nth-last-of-type(1),
.four-buttons .btn:nth-last-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .four-buttons .btn {
    float: none;
    width: 100%;
  }
  .four-buttons .btn:nth-of-type(n) {
    margin: 0 auto 20px auto;
  }
  .four-buttons .btn:last-of-type {
    margin-bottom: 0;
  }
}
.six-buttons {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.six-buttons .btn {
  width: calc(50% - 15px);
  margin-right: 20px;
  float: left;
  max-width: none;
  min-width: 0;
}
.six-buttons .btn:nth-of-type(1),
.six-buttons .btn:nth-of-type(2),
.six-buttons .btn:nth-of-type(3),
.six-buttons .btn:nth-of-type(4) {
  margin-bottom: 20px;
}
.six-buttons .btn:nth-of-type(2n) {
  margin-right: 0;
}
.two-buttons {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.two-buttons:before,
.two-buttons:after {
  display: table;
  content: " ";
}
.two-buttons:after {
  clear: both;
}
.two-buttons .btn {
  width: calc(50% - 30px);
  max-width: none;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.two-buttons .btn:nth-of-type(n) {
  margin-bottom: 20px;
}
.two-buttons .btn:nth-of-type(2n) {
  margin-right: 0;
}
.two-buttons .btn:nth-last-of-type(1),
.two-buttons .btn:nth-last-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 512px) {
  .two-buttons .btn {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
  .two-buttons .btn:nth-of-type(n) {
    margin: 0 auto 20px auto;
  }
  .two-buttons .btn:last-of-type {
    margin-bottom: 0;
  }
}
.form-control {
  border: 1px solid #d9d9db;
  font-size: 18px;
  height: 41px;
  line-height: 1em;
  font-family: 'Montserrat', sans-serif;
  padding: 22px;
  margin: 0;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}
.form-group .control-label {
  font-size: 18px;
  font-weight: 400;
}
select.form-control {
  border-radius: 0;
}
.input-group-addon {
  border: 3px solid #262629;
  background-color: #262629;
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  padding: 4px 18px;
  border-radius: 0;
}
.well {
  background-color: #262629;
  color: #fff;
  border-radius: 0;
}
.well .form-control,
.well .input-group-addon {
  border-color: #fff;
  background-color: #262629;
  color: #fff;
}
.well .input-group-addon {
  background-color: #fff;
  color: #262629;
}
.well h1,
.well h2,
.well h3,
.well h4,
.well h5 {
  color: #fff;
}
.well .btn {
  border-color: #fff;
  color: #fff;
}
footer {
  position: relative;
  clear: both;
  padding: 130px 0;
  font-size: 14px;
  text-align: center;
}
footer:before,
footer:after {
  display: table;
  content: " ";
}
footer:after {
  clear: both;
}
footer:before {
  position: absolute;
  top: 0px;
  border-radius: 0 0 28px 28px;
  background: #f5f3e8;
  width: 100%;
  height: 30px;
}
@media only screen and (max-width: 480px) {
  footer {
    padding: 80px 0 130px 0;
  }
}
footer .footer-menu {
  margin-bottom: 30px;
}
footer .footer-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
footer .footer-menu li:last-child {
  margin-right: 0;
}
footer .footer-menu li a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.011em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
footer .footer-menu li a:hover {
  color: #eec53e;
}
@media only screen and (max-width: 1159px) {
  footer .footer-menu li {
    margin-right: 20px;
  }
  footer .footer-menu li a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 999px) {
  footer .footer-menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .menu {
  margin-bottom: 30px;
}
footer .menu li {
  display: inline-block;
  margin-right: 55px;
}
footer .menu li:last-child {
  margin-right: 0;
}
footer .menu li a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
footer .menu li a:hover {
  color: #eec53e;
}
footer .menu li ul {
  display: none;
}
@media only screen and (max-width: 1159px) {
  footer .menu li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 599px) {
  footer .menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .copyright {
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1159px) {
  footer .copyright {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  footer .copyright {
    font-size: 11px;
  }
}
#splash.error {
  background-color: #eeeeee;
}
#splash.error #content {
  padding: 20px;
  margin-top: 20px;
  background-color: #f5f3e8;
  border-radius: 4px;
}
.not-found h2 {
  font-size: 200px;
  font-weight: 700;
  line-height: 210px;
  letter-spacing: -5px;
}
.not-found h2 i {
  position: relative;
  top: -12px;
  font-size: 210px;
  color: #f03;
}
/* hide block panels */
.panel.panel-block {
  border: 0;
  box-shadow: none;
}
.panel.panel-block > .panel-heading,
.panel.panel-block > .rock-panel-drawer {
  display: none;
}
.panel.panel-block > .panel-body {
  padding: 0;
}
.panel.panel-block > .panel-body .grid.grid-panel {
  margin: 0;
}
.panel-heading a {
  border-bottom: 1px dotted #3a3b3a;
}
.panel-heading a:hover {
  text-decoration: none;
  border-bottom-style: solid;
}
.panel-success .panel-heading a {
  color: #468847;
  border-color: #468847;
}
.panel-warning .panel-heading a {
  color: #c09853;
  border-color: #c09853;
}
.splash-form-btn .btn-link {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #announcement-rotator {
    margin: 30px 0;
  }
}
/* css overrides */
@media (min-width: 1200px) {
  .container {
    max-width: 1423px;
    width: 100%;
  }
}
.numberincrement .numberincrement-value {
  color: #3a3b3a;
}
:root {
  --ada-color-black: #1e1e1e;
  --ada-color-main: #262629;
  --ada-color-charcoal: #313133;
  --ada-color-gray: #545454;
  --ada-color-light-gray: #a59f9f;
  --ada-color-white: #fffdf1;
  --ada-color-off-white: #f5f3e8;
  --ada-color-blue: #194a7b;
  --ada-color-green-blue: #2ba9a5;
  --ada-color-light-green: #d5ece1;
  --ada-color-yellow: #bbd162;
  --ada-color-bg: var(--ada-color-main);
  --ada-color-text: var(--ada-color-white);
  --ada-color-heading: var(--ada-color-white);
  --ada-color-link: var(--ada-color-green-blue);
  --ada-color-surface: var(--ada-color-off-white);
  --ada-color-surface-text: var(--ada-color-charcoal);
  --ada-color-border: rgba(255, 253, 241, 0.28);
  --ada-font-heading: 'basic-sans', 'Montserrat', serif;
  --ada-font-display: 'Montserrat', 'basic-sans', serif;
  --ada-font-body: 'basic-sans', 'Montserrat', serif;
  --ada-max-width: 1920px;
  --ada-content-max-width: 1440px;
  --ada-shell-padding-x: clamp(24px, 4vw, 62px);
  --ada-shell-padding-x-mobile: 20px;
  --ada-radius: 10px;
  --ada-radius-pill: 9999px;
  --ada-space-3xs: 6px;
  --ada-space-2xs: 10px;
  --ada-space-xs: 12px;
  --ada-space-sm: 16px;
  --ada-space-md: 24px;
  --ada-space-lg: 36px;
  --ada-space-xl: 48px;
  --ada-space-2xl: 64px;
  --ada-shadow-soft: 0 0 11px rgba(43, 41, 41, 0.15);
  --ada-header-stack-height: 129px;
  --narrow-gutter-padding: calc(60px * 4);
  --radius: 10px;
  --xs-gap: calc(48px * (1/4));
}
.ada-theme-light {
  --ada-color-bg: var(--ada-color-off-white);
  --ada-color-text: var(--ada-color-charcoal);
  --ada-color-heading: var(--ada-color-charcoal);
  --ada-color-border: rgba(49, 49, 51, 0.24);
}
.ada-theme-dark {
  --ada-color-bg: var(--ada-color-main);
  --ada-color-text: var(--ada-color-white);
  --ada-color-heading: var(--ada-color-white);
  --ada-color-border: rgba(255, 253, 241, 0.28);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--ada-font-body);
  /* color: var(--ada-color-text); */
  background: var(--ada-color-off-white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--ada-color-heading);
}
h1 {
  font-family: var(--ada-font-display);
  font-weight: 600;
  font-style: normal;
  font-size: 84px;
  line-height: 88px;
  letter-spacing: 0;
  margin-bottom: 0.6em;
}
h2 {
  font-family: var(--ada-font-display);
  font-weight: 600;
  font-style: normal;
  font-size: 58px;
  line-height: 60px;
  letter-spacing: 0;
  margin-bottom: 0.55em;
}
h3 {
  font-family: var(--ada-font-heading);
  font-weight: 400;
  font-style: italic;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: 0;
  margin-bottom: 0.7em;
}
h4 {
  font-family: var(--ada-font-heading);
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 51px;
  letter-spacing: 0;
  margin-bottom: 0.8em;
  max-width: 612px;
}
h5 {
  font-family: var(--ada-font-heading);
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 0.85em;
  max-width: 612px;
}
h6 {
  font-family: var(--ada-font-heading);
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0;
  margin-bottom: 0.9em;
}
p {
  font-family: var(--ada-font-body);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0 0 1em;
  max-width: 518px;
}
a {
  color: var(--ada-color-link);
  text-underline-offset: 2px;
}
strong,
b {
  font-weight: 600;
}
small {
  font-size: 75%;
}
ul,
ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-top: 0.5em;
}
hr {
  border: 0;
  border-top: 1px solid var(--ada-color-border);
  margin: 0;
}
img,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input,
textarea,
select {
  font: inherit;
}
@media (max-width: 1279px) {
  html {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
    line-height: 20px;
  }
  h5 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 54px;
  }
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
  h3 {
    font-size: 34px;
    line-height: 40px;
  }
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
.ada-container {
  width: 100%;
  max-width: calc(var(--ada-content-max-width) + (var(--ada-shell-padding-x) * 2));
  margin-inline: auto;
  padding-inline: var(--ada-shell-padding-x);
}
.ada-section {
  padding-block: var(--ada-space-2xl);
}
.ada-stack > * + * {
  margin-top: var(--ada-space-md);
}
.ada-stack--sm > * + * {
  margin-top: var(--ada-space-sm);
}
.ada-stack--lg > * + * {
  margin-top: var(--ada-space-lg);
}
.ada-eyebrow {
  font-family: var(--ada-font-heading);
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: var(--ada-color-green-blue);
  margin: 0;
}
.ada-text-light {
  color: var(--ada-color-white);
}
.ada-text-dark {
  color: var(--ada-color-charcoal);
}
.ada-surface {
  background: var(--ada-color-surface);
  color: var(--ada-color-surface-text);
  border-radius: var(--ada-radius);
}
.ada-surface--dark {
  background: var(--ada-color-main);
  color: var(--ada-color-white);
}
.ada-border {
  border: 1px solid var(--ada-color-border);
}
.ada-rounded {
  border-radius: var(--ada-radius);
}
.ada-shadow-soft {
  box-shadow: var(--ada-shadow-soft);
}
.ada-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 10px 24px;
  border-radius: var(--ada-radius-pill);
  border: 1px solid transparent;
  font-family: var(--ada-font-heading);
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
.ada-button--light {
  background: var(--ada-color-white);
  color: var(--ada-color-charcoal);
  border-color: var(--ada-color-white);
}
.ada-button--dark {
  background: var(--ada-color-main);
  color: var(--ada-color-white);
  border-color: var(--ada-color-main);
}
.ada-button--ghost {
  background: transparent;
  color: var(--ada-color-link);
  border-color: color-mix(in srgb, var(--ada-color-link) 50%, transparent);
}
.ada-grid {
  display: grid;
  gap: var(--ada-space-lg);
}
.ada-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ada-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ada-prose {
  color: inherit;
}
.ada-prose p,
.ada-prose li {
  font-family: var(--ada-font-body);
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  max-width: none;
}
.ada-prose ul,
.ada-prose ol {
  margin: 0.6em 0 1em;
  padding-left: 1.25em;
}
.ada-prose ul {
  list-style: disc;
}
.ada-prose ol {
  list-style: decimal;
}
.ada-prose h1,
.ada-prose h2,
.ada-prose h3,
.ada-prose h4,
.ada-prose h5,
.ada-prose h6 {
  max-width: none;
}
@media (max-width: 1024px) {
  .ada-container {
    max-width: none;
    padding-inline: var(--ada-shell-padding-x-mobile);
  }
  .ada-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .ada-eyebrow,
  .ada-button {
    font-size: 14px;
    line-height: 20px;
  }
  .ada-grid--2,
  .ada-grid--3 {
    grid-template-columns: 1fr;
  }
  .ada-prose p,
  .ada-prose li {
    font-size: 14px;
    line-height: 20px;
  }
}
.ada-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--ada-color-bg);
  color: var(--ada-color-text);
}
.ada-main {
  flex: 1 1 auto;
}
.ada-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  /* background: var(--ada-header-bg, var(--ada-color-main)); */
  color: var(--ada-header-text, var(--ada-color-white));
  /* border-bottom: 1px solid var(--ada-header-border, rgb(255 253 241 / 18%)); */
}
.navbar-adabible .ada-header--light {
  --ada-header-bg: var(--ada-color-white);
  --ada-header-text: var(--ada-color-charcoal);
  --ada-header-border: rgba(49, 49, 51, 0.16);
}
.ada-header--dark {
  --ada-header-bg: var(--ada-color-main);
  --ada-header-text: var(--ada-color-white);
  /* --ada-header-border: rgb(255 253 241 / 18%); */
}
.ada-header__inner {
  width: 100%;
  max-width: calc(var(--ada-content-max-width) + (var(--ada-shell-padding-x) * 2));
  margin-inline: auto;
  padding-inline: var(--ada-shell-padding-x);
  min-height: 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ada-space-md);
}
.ada-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.ada-header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.ada-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.ada-header__link {
  font-family: basic-sans, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  leading-trim: none;
  margin: 0;
  color: #fffdf1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s linear;
}
.ada-header__link {
  /* font-family: var(--ada-font-heading);
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: inherit;
  text-decoration: none;
  white-space: nowrap; */
}
.ada-header__link:hover,
.ada-header__link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ada-header__button {
  appearance: none;
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  border-radius: var(--ada-radius-pill);
  background: transparent;
  color: inherit;
  min-height: 38px;
  padding: 8px 14px;
  font-family: var(--ada-font-heading);
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.ada-header__button:hover,
.ada-header__button:focus-visible {
  background: color-mix(in srgb, currentColor 10%, transparent);
}
.ada-footer {
  background: var(--ada-footer-bg, var(--ada-color-main));
  color: var(--ada-footer-text, var(--ada-color-white));
}
.ada-footer--light {
  --ada-footer-bg: var(--ada-color-off-white);
  --ada-footer-text: var(--ada-color-charcoal);
}
.ada-footer--dark {
  --ada-footer-bg: var(--ada-color-main);
  --ada-footer-text: var(--ada-color-white);
}
.ada-footer__inner {
  width: 100%;
  max-width: calc(var(--ada-content-max-width) + (var(--ada-shell-padding-x) * 2));
  margin-inline: auto;
  padding: var(--ada-space-2xl) var(--ada-shell-padding-x);
}
.ada-footer__panel {
  border: 1px solid color-mix(in srgb, currentColor 45%, transparent);
  border-radius: 24px;
  padding: 64px;
}
.ada-footer__top {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ada-footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--ada-space-xl);
}
.ada-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 96px;
}
.ada-footer__column {
  display: flex;
  flex-direction: column;
  gap: var(--ada-space-sm);
  min-width: 0;
}
.ada-footer__title {
  margin: 0;
  font-family: var(--ada-font-heading);
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
}
.ada-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  aign-items: flex-start;
}
.ada-footer__link {
  color: inherit;
  text-decoration: none;
}
.ada-footer__link:hover,
.ada-footer__link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ada-footer__link--primary {
  font-style: italic;
  text-decoration: underline;
  color: #fff;
  text-align: left;
}
.ada-footer__link--primary a {
  font-style: italic;
  text-decoration: underline;
  color: #fff;
}
.ada-footer__link--secondary {
  text-align: left;
}
.ada-footer__link--secondary a {
  font-style: italic;
  text-decoration: none;
  color: var(--ada-color-light-gray);
}
.ada-footer__link--muted {
  color: color-mix(in srgb, currentColor 62%, transparent);
}
.ada-footer__bottom {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid color-mix(in srgb, currentColor 45%, transparent);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ada-space-md);
  flex-wrap: wrap;
}
.ada-footer__meta {
  display: flex;
  align-items: center;
  gap: var(--ada-space-md);
  flex-wrap: wrap;
}
.ada-footer__social {
  display: flex;
  align-items: center;
  gap: var(--ada-space-sm);
  flex-direction: column;
}
.ada-footer__social--horizontal {
  display: flex;
  gap: var(--ada-space-sm);
  flex-direction: row;
  align-items: center;
  list-style: none;
}
.ada-footer__social--icon {
  display: none;
}
.ada-footer__Socials--item a {
  color: #fff;
  font-style: italic;
}
@media (max-width: 1024px) {
  .ada-header__inner,
  .ada-footer__inner {
    max-width: none;
    padding-inline: var(--ada-shell-padding-x-mobile);
  }
  .ada-header__inner {
    min-height: 73px;
  }
  .ada-header__nav {
    gap: 24px;
  }
  .ada-footer__panel {
    border-radius: 12px;
    padding: 36px 24px;
  }
  .ada-footer__columns {
    gap: var(--ada-space-xl);
  }
}
@media (max-width: 768px) {
  .ada-header__nav {
    display: none;
  }
  .ada-header__link {
    font-size: 14px;
    line-height: 20px;
  }
  .ada-footer__row,
  .ada-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .ada-footer__columns {
    grid-template-columns: 1fr;
    gap: var(--ada-space-lg);
  }
}
.person-profile {
  color: #000000;
}
.ada-header__icon--buttons button {
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  font: inherit;
  text-transform: inherit;
}
.Header_searchIcon,
.Header_menuIcon {
  height: 38px;
  width: 38px;
}
.Menu_menuIcon .Menu_bg__E9dzi,
.Search_searchIcon .Search_bg__h8Wus {
  fill: url(#grad);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.Menu_menuIcon:hover .Menu_bg__E9dzi,
.Search_searchIcon:hover .Search_bg__h8Wus {
  opacity: 0.8;
}
#zone-footer a {
  font-size: 16px;
  font-style: normal;
}
.MediumImpact_heroShellDark {
  --medium-hero-overlap-fill: var(--ada-color-off-white);
}
.MediumImpact_heroShellWithMedia {
  --medium-hero-overlap: 53px;
}
.MediumImpact_heroShell {
  --medium-hero-overlap: 0px;
  --medium-hero-overlap-fill: var(--ada-color-off-white);
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: visible;
  z-index: 10;
  padding-bottom: 56px;
}
@media (max-width: 1024px) {
  --medium-hero-overlap: calc((100vw - 20px) * 0.25046729);
}
.MediumImpact_backgroundPatternImage {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.MediumImpact_mediumImpactHero {
  display: flex;
  position: relative;
  overflow: visible;
  justify-content: space-between;
  padding: var(--ada-header-stack-height) 0 0 0;
  width: 100%;
  gap: 208px;
}
@media (max-width: 1024px) {
  .MediumImpact_mediumImpactHero {
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
    padding-top: 48px;
  }
}
.MediumImpact_heroStrip {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 113px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .MediumImpact_heroStrip {
    height: calc(56px + 33vw);
  }
}
.MediumImpact_backgroundPattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.MediumImpact_heroContent {
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
}
@media (max-width: 1024px) {
  .MediumImpact_heroContent {
    width: 100% !important;
    max-width: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 auto !important;
  }
}
.MediumImpact_content {
  position: relative;
  z-index: 1;
  padding: 53px 0 100px;
  width: 43%;
}
@media (max-width: 1024px) {
  .MediumImpact_content {
    width: 100% !important;
    padding: 0;
  }
}
.MediumImpact_dark {
  color: #fff;
}
.Gutter_narrow {
  width: calc(100% - var(--ada-menu-outline-padding) * 2);
  max-width: calc(var(--ada-content-max-width) + var(--header-nav-padding-x) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--ada-header-nav-padding-x);
  padding-right: var(--ada-header-nav-padding-x);
  box-sizing: border-box;
}
.Gutter_gutter {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  max-width: var(--ada-content-max-width);
  margin: 0 auto;
  position: unset;
  isolation: isolate;
  z-index: 5;
}
.ContentField_contentField {
  display: flex;
  flex-direction: column;
  position: relative;
}
.MediumImpact_imageWrap {
  position: relative;
  width: 57%;
  aspect-ratio: 1.59;
  margin-top: 53px;
  margin-right: calc(var(--narrow-gutter-padding) * -1);
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .MediumImpact_imageWrap {
    width: 100%;
    margin-right: -24px;
    margin-top: 0;
  }
}
.GradientBg_gradientPattern.GradientBg_hero.GradientBg_right {
  top: -40px;
  right: -40px;
}
@media (max-width: 1024px) {
  .GradientBg_gradientPattern.GradientBg_hero.GradientBg_right {
    top: -20px;
    right: 0;
  }
}
.GradientBg_gradientPattern.GradientBg_right.GradientBg_gradientPattern {
  position: absolute;
  border-radius: var(--radius);
  z-index: -1;
}
.StripePattern_blackBg {
  position: absolute;
  inset: 0;
  background-color: var(--ada-color-main);
}
.StripePattern_stripePattern {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2ba9a5, #bbd162);
  position: relative;
  overflow: hidden;
}
.StripePattern_stripePattern:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.85;
  background-image: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35) 1px, transparent 0, transparent 5px);
  pointer-events: none;
}
.MediumImpact_image {
  position: relative;
  height: 100%;
  min-height: 0;
  max-height: none;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .MediumImpact_image {
    height: 100%;
    min-height: 0;
    max-height: none;
  }
}
@media (max-width: 1920px) {
  .MediumImpact_image {
    border-radius: 10px 0 0 10px;
  }
}
.MediumImpact_image .MediumImpact_media,
.MediumImpact_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#template_bgImage {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background-size: cover;
  background-position: center;
}
.MediumImpact_content h2,
.MediumImpact_content h2 > em {
  font-weight: 600;
  font-size: clamp(42px, 29.5vw, 58px);
  line-height: clamp(48px, 36.5vw, 60px);
  letter-spacing: 0;
}
.RichText_gradientHighlightDark {
  background-image: linear-gradient(90deg, #6c8722, #145755);
  background-repeat: no-repeat;
  background-size: 100% 0.55em;
  background-position: 0 88%;
  mix-blend-mode: hard-light;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.12em;
}
h2 .RichText_gradientHighlight {
  font-size: clamp(42px, 29.5vw, 58px);
  line-height: clamp(48px, 36.5vw, 60px);
}
h1 .RichText_gradientHighlight,
h2 .RichText_gradientHighlight {
  font-family: basic-sans, serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
}
.ServiceInfo_wrap__ihn_F {
  position: fixed;
  bottom: 12px;
  right: 0;
  left: 0;
  z-index: 1001;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0s;
}
.MegaMenu_megaMenu__QzrhR.MegaMenu_open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.22s ease, visibility 0s linear 0s;
}
.MegaMenu_megaMenu__QzrhR {
  width: 100%;
  position: absolute;
  top: var(--menu-alert-offset, 0);
  right: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0s linear 0.22s;
}
.MegaMenu_shell__Rghx2 {
  background: #2ba9a5;
  background: linear-gradient(90deg, #2ba9a5, #bbd162);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2BA9A5", endColorstr="#BBD162", GradientType=1);
  background: linear-gradient(90deg, #bbd162, #6cb388 50%, #1d95af);
  position: relative;
  top: -10px;
  right: 0;
  left: 0;
  border-radius: 0;
  overflow: hidden;
  max-height: calc(100vh - 81px - var(--menu-alert-offset, 0px));
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  padding: 0 17px 17px 17px;
}
.MegaMenu_menuWrap__oLqvd {
  background-color: var(--ada-color-main);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.MegaMenu_shell__Rghx2:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(var(--menu-shell-padding-bottom, var(--menu-outline-padding)) * 2);
  background: linear-gradient(90deg, #bbd162, #6cb388 50%, #1d95af);
  pointer-events: none;
  z-index: 2;
}
.MegaMenu_menuContent__MYaBo {
  margin-top: var(--header-height);
  width: 100%;
  height: auto;
  max-height: 840px;
  /* max-height: calc(100vh - 81px - var(--menu-alert-offset, 0px) - var(--menu-shell-padding-top, var(--menu-outline-padding)) - var(--menu-shell-padding-bottom, var(--menu-outline-padding)) - var(--header-height)); */
  overflow-y: auto;
  overscroll-behavior: contain;
  border-top: 1px solid #fff;
}
.MegaMenu_largeWrap__V1Od3 {
  --header-nav-max-width: 1440px;
  --header-nav-padding-x: clamp(24px, 4vw, 62px);
  display: flex;
  height: auto;
  width: 100%;
  max-width: var(--header-nav-max-width);
  margin: 0 auto;
  padding: 0 var(--header-nav-padding-x);
}
.MegaMenu_smallWrap__JiKzn {
  overflow-y: auto;
  display: none;
  height: auto;
  width: 100%;
  color: #fff;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_parentLinks__UytbM {
  --panel-vertical-padding: 90px;
  padding-top: var(--panel-vertical-padding);
  padding-bottom: var(--panel-vertical-padding);
  padding-right: 128px;
  padding-left: 0;
  width: 58.5%;
  height: auto;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  overflow-y: visible;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_rightSide__Sufr6 {
  --right-panel-column-gap: 72px;
  position: relative;
  padding: 90px 0 90px 48px;
  width: 41.5%;
  height: auto;
  color: #fff;
  overflow: hidden;
}
.MegaMenu_parentItem__zO4OE {
  margin: 0;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_parentLinks__UytbM .MegaMenu_parentLabel__fRE0N,
.MegaMenu_largeWrap__V1Od3 .MegaMenu_parentLinks__UytbM .MegaMenu_parentLink__yskr5 {
  --font-montserrat: 'Montserrat';
  --font-heading: 'basic-sans', serif, sans-serif;
  font-family: var(--font-montserrat), 'basic-sans', serif;
  font-size: clamp(42px, 21vw, 84px);
  line-height: clamp(48px, 25vw, 88px);
  letter-spacing: 0;
  font-family: var(--font-montserrat), var(--font-heading);
  font-size: clamp(46px, 3.6vw, 58px);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(63px, 5.1vw, 81px);
  white-space: nowrap;
  margin: 0;
}
.MegaMenu_parentArrow__UqkkN {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: clamp(10px, 1.1vw, 18px);
  width: clamp(14px, 1.2vw, 19px);
  min-width: clamp(14px, 1.2vw, 19px);
  height: clamp(22px, 1.9vw, 30px);
  flex-shrink: 0;
}
.MegaMenu_parentLink__yskr5 {
  text-decoration: none;
}
.MegaMenu_parentLink__yskr5:hover {
  text-decoration: none;
  color: #fff;
}
.MegaMenu_parentLabel__fRE0N,
.MegaMenu_parentLink__yskr5 {
  display: inline-flex;
  align-items: center;
  color: #fff;
  opacity: 1;
  transition: opacity 0.22s ease, color 0.22s ease;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_rightSide__Sufr6 {
  --right-panel-column-gap: 72px;
  position: relative;
  padding: 90px 0 90px 48px;
  width: 41.5%;
  height: auto;
  color: #fff;
  overflow: hidden;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_defaultPanel__GcmLl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--gap);
  height: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.22s ease, visibility 0s linear 0s;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_contactWrap__HrqPd {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_subNavLink__QErzV {
  color: #fffdf1;
  text-decoration: underline;
  font-family: var(--font-heading);
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 58px;
  margin: 0 !important;
  transition: opacity 0.18s ease;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_contactInfoRow__cTKpn {
  display: grid;
  grid-template-columns: max-content max-content;
  -moz-column-gap: var(--right-panel-column-gap);
  column-gap: var(--right-panel-column-gap);
  width: -moz-max-content;
  width: max-content;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_subNavLink__QErzV {
  color: #fffdf1;
  text-decoration: underline;
  font-family: var(--font-heading);
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 58px;
  margin: 0 !important;
  transition: opacity 0.18s ease;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_contactInfoText__87E3U {
  color: var(--color-light-gray);
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
  margin: 0;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_subNavLink__QErzV {
  color: #fffdf1;
  text-decoration: underline;
  font-family: var(--ada-font-heading);
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 58px;
  margin: 0 !important;
  transition: opacity 0.18s ease;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_contactInfoText__87E3U {
  color: var(--ada-color-light-gray);
  text-decoration: none;
  font-family: var(--ada-font-heading);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
  margin: 0;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_subNavPanelWrap___XPyo {
  position: absolute;
  inset: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 154px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_contactInfoRow__cTKpn {
  display: grid;
  grid-template-columns: max-content max-content;
  -moz-column-gap: var(--right-panel-column-gap);
  column-gap: var(--right-panel-column-gap);
  width: -moz-max-content;
  width: max-content;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_bottomLinks__J3Nk8 {
  display: grid;
  grid-template-columns: max-content max-content;
  -moz-column-gap: var(--right-panel-column-gap);
  column-gap: var(--right-panel-column-gap);
  align-items: start;
  width: -moz-max-content;
  width: max-content;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_locations__Q0pXN,
.MegaMenu_largeWrap__V1Od3 .MegaMenu_socials__6WFkd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_subNavLink__QErzV {
  color: #fffdf1;
  text-decoration: underline;
  font-family: var(--font-heading);
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 58px;
  margin: 0 !important;
  transition: opacity 0.18s ease;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_locations__Q0pXN,
.MegaMenu_largeWrap__V1Od3 .MegaMenu_socials__6WFkd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.MegaMenu_largeWrap__V1Od3 .MegaMenu_locationLink__Oq4uq {
  color: var(--ada-color-light-gray);
  text-decoration: underline;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 36.5px;
  margin: 0 !important;
}
/* Service Info Section */
.ServiceInfo_embeddedWrap__SpKC2 {
  width: 100%;
  height: 81px;
  background-color: var(--ada-color-white);
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  padding: 0 clamp(12px, 2.5vw, 36px);
  display: flex;
  align-items: center;
}
.ServiceInfo_embeddedServiceInfo__96_XH {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  gap: var(--small-gap);
  justify-content: center;
}
.ServiceInfo_serviceInfo__lm_hV {
  height: 61px;
  border-radius: var(--radius);
  background-color: var(--ada-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
  width: 100%;
  padding: var(--xs-gap);
  margin: 0;
  container-type: inline-size;
  overflow: hidden;
}
.ServiceInfo_embeddedServiceInfo__96_XH .ServiceInfo_info__nHZ5Q {
  flex-shrink: 0;
  min-width: -moz-max-content;
  min-width: max-content;
}
.ServiceInfo_info__nHZ5Q {
  display: flex;
  gap: var(--xs-gap);
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.ServiceInfo_embeddedServiceInfo__96_XH .ServiceInfo_movingMessageWrap__RHFmk {
  flex: 0 1 420px;
  max-width: 420px;
}
.ServiceInfo_movingMessageWrap__RHFmk {
  flex: 1 1 300px;
  min-width: 0;
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.ServiceInfo_serviceDetails__6SFqH,
.ServiceInfo_serviceSchedule__T6z_4 {
  display: inline-flex;
  align-items: center;
  gap: var(--xs-gap);
}
.ServiceInfo_serviceDetails__6SFqH {
  flex-shrink: 0;
}
.ServiceInfo_mainLabel__Og82R {
  color: #313133;
  white-space: nowrap;
}
.ServiceInfo_serviceDetails__6SFqH,
.ServiceInfo_serviceSchedule__T6z_4 {
  display: inline-flex;
  align-items: center;
  gap: var(--xs-gap);
}
.ServiceInfo_infoDivider__UkUPH {
  display: inline-flex;
  align-items: center;
}
.ServiceInfo_serviceItem__fpK0f {
  color: rgba(49, 49, 51, 0.6);
  white-space: nowrap;
}
.ServiceInfo_serviceTime__CxzTv {
  color: #313133;
  white-space: nowrap;
}
.ServiceInfo_watchLinkWrap__KDzOY {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.ServiceInfo_watchLink__sFiD6 {
  color: #2ba9a5;
  text-decoration: underline;
  white-space: nowrap;
}
.MegaMenu_megaMenu__QzrhR:not(.MegaMenu_open),
.MegaMenu_megaMenu__QzrhR:not(.MegaMenu_open) * {
  pointer-events: none !important;
}
.ServiceInfo_watchSection__4NfjC {
  display: inline-flex;
  align-items: center;
  gap: var(--xs-gap);
  flex-shrink: 0;
}
/*# sourceMappingURL=theme.css.map */