/*
  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
*/
:root {
  --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: #efefef;
  --input-border: #ccc;
  --input-border-radius: 8px;
  --input-height-base: 54px;
  --input-padding: 12px 24px;
  --input-placeholder: #828282;
}
/* 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: 20px;
  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: 8px;
  border-bottom-left-radius: 8px;
  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 0 0 4px;
  margin: 4px 4px 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #a4a4a4;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  padding: 5px 6px;
  margin: 0;
  line-height: 1.4;
  list-style: none;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  background: #feffde;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  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: #1c1c1c;
}
.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #6bac43;
}
.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: #ccc;
}
.chosen-container .chosen-results .no-results {
  display: list-item;
  padding: 8px;
  color: #efefef;
}
.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: 28px;
  text-indent: -5000px;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  height: 54px;
  padding: 0 0 0 12px;
  overflow: hidden;
  line-height: 54px;
  color: #303030;
  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: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  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: 54px;
  text-align: center;
  cursor: pointer;
}
.chosen-container-single .chosen-single abbr::before {
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: 900;
  color: #a4a4a4;
  content: "\f00d";
}
.chosen-container-single .chosen-single abbr:hover::before {
  color: #717171;
}
.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: 72px;
  height: 54px;
  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 24px center;
  background-size: 16px 12px;
}
.chosen-container-single .chosen-default {
  color: #a4a4a4;
}
.chosen-container-single a:not([href]):not([tabindex]) {
  color: #828282 !important;
}
.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
  color: #303030 !important;
}
.chosen-container-single .chosen-search-input {
  display: none;
  border: none;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1050;
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}
.chosen-container-single .chosen-search::after {
  position: relative;
  left: -28px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: 900;
  color: #a4a4a4;
  content: "\f002";
}
.chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  padding: 4px 28px 4px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  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: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  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 input[type="text"] {
  width: 100% !important;
  height: 52px;
  padding: 0 0 0 0.75rem;
  margin: 0;
  color: #828282;
  background: transparent !important;
  border: 0 !important;
  outline: 0;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #ccc;
}
.chosen-container-multi .chosen-choices .search-choice {
  position: relative;
  padding: 4px 24px 4px 4px;
  margin: 12.5px 0 0 8px;
  font-size: 17px;
  line-height: 1;
  color: #303030;
  cursor: default;
  background-color: #f3f3f3;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.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: 20px;
  font-weight: 900;
  color: #a4a4a4;
  cursor: pointer;
  content: "\f00d";
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover::after {
  color: #717171;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #efefef;
}
.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;
  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 .search-field input[type="text"] {
  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: #6bac43;
}
.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: #6bac43;
}
.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: #c64f55;
}
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: 8px;
  border-bottom-right-radius: 8px;
}
.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;
}
/*
    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: #cfcfcf;
  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: #cfcfcf;
  background: #1c1c1c;
  border-color: #020202;
  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: #363636;
  border-radius: 2px;
}
#cms-admin-footer a {
  color: #cfcfcf;
}
#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: #cfcfcf;
  text-shadow: none;
  box-shadow: none;
}
@media (min-width: 576px) {
  #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: #fff;
  border-radius: 8px;
  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: #6bac43;
}
.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 {
  float: left;
  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;
}
.modal-content.rock-modal .modal-body,
.rock-modal .modal-content .modal-body {
  padding: 8px 12px 12px;
  color: #1c1c1c;
  text-align: left;
  background-color: #fff;
}
.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: #609a3c;
  background-color: #daeccf;
  border-radius: 0 0 8px 8px;
}
.rock-modal .modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.rock-modal-frame {
  border-radius: 16px !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: 43px;
  padding: 8px 16px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-xs {
  height: 43px;
  padding: 8px 72px 8px 16px;
}
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: #1c1c1c;
  border-width: 0;
}
a.aspNetDisabled {
  opacity: 0.5;
}
.picker.aspNetDisabled {
  opacity: 1;
}
a.aspNetDisabled.picker-label,
.picker.aspNetDisabled .picker-label {
  background: #efefef;
  opacity: 1;
}
.form-group.rock-literal p.form-control-static,
.rock-control-wrapper p.form-control-static {
  padding-top: 0;
}
.form-group {
  font-size: 20px;
  line-height: 1.4;
}
.-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: 576px) {
  .form-horizontal[class*="label-"] .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 576px) {
  .form-horizontal[class*="label-"] .form-group label {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
    line-height: 1.4;
    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: 576px) {
  .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: 576px) {
  .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: 576px) {
  .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: 576px) {
  .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: 576px) {
  .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: 576px) {
  .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: 576px) {
  .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: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  line-height: 1.4;
  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::after,
.required-indicator::after {
  margin-left: 4px;
  font-family: 'FontAwesome';
  font-size: 6px;
  font-weight: 900;
  color: #eca9a7;
  vertical-align: super;
  content: "\f111";
}
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-xl {
  max-width: 270px;
}
.form-control-group:before,
.form-control-group:after {
  display: table;
  content: " ";
}
.form-control-group:after {
  clear: both;
}
.form-control-group .form-control,
.form-control-group .input-group,
.form-control-group .chosen-container,
.form-control-group .timepicker-input {
  float: left;
  margin-right: 6px;
}
.form-control-group .form-control-static + .timepicker-input {
  margin-left: 35px;
}
.form-control-group .input-group > .form-control {
  margin-right: 0;
}
.form-control-group > span {
  float: left;
  margin: 11px 6px 13px 0;
  font-size: 20px;
  line-height: 1.4;
  color: #ccc;
}
.form-control-group > label {
  float: left;
  margin-top: 8px;
}
.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 {
  margin-top: -6px;
  margin-bottom: -6px;
}
.panel-heading .picker-daterange .input-group {
  margin-top: 0;
  margin-bottom: 0;
}
.form-control > option[disabled] {
  color: rgba(164, 164, 164, 0.5);
}
.input-group-edit .input-group-addon {
  background-color: #6bac43;
}
.input-group-edit .input-group-addon a {
  color: #fff;
}
.input-group-addon > .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  margin: -13px -25px;
  border-radius: 8px;
}
.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 {
  display: flex;
  flex-wrap: wrap;
}
.date-parts-picker .control-label {
  width: 100%;
}
.date-parts-picker .form-control {
  flex: 1 1 auto;
  min-width: 90px;
  max-width: 112px;
}
.date-parts-picker .form-control:last-of-type {
  margin-right: 0;
}
.month-year-picker .separator,
.month-day-picker .separator {
  margin: 18px 6px 18px 0;
  font-size: 18px;
  line-height: 1;
  color: #ccc;
}
.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: #c64f55;
}
.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 dashboard

    1. Basic Widgets

*/
.panel-dashboard {
  height: 220px;
  margin: 24px 0 0;
  border-color: #85c161;
}
.panel-dashboard > .panel-heading {
  color: #609a3c;
  background-color: #daeccf;
  border-color: #85c161;
}
.panel-dashboard > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #85c161;
}
.panel-dashboard > .panel-heading .badge {
  color: #daeccf;
  background-color: #609a3c;
}
.panel-dashboard > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #85c161;
}
.metriccard {
  position: relative;
  padding: 2px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #85c161;
  border-top: 4px solid #6bac43;
}
.metriccard.metriccard-info {
  border-top-color: #1698da;
}
.metriccard.metriccard-warning {
  border-top-color: #f0ad4e;
}
.metriccard.metriccard-danger {
  border-top-color: #c64f55;
}
.metriccard.metriccard-success {
  border-top-color: #6bac43;
}
.metriccard h1 {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 20px;
}
.metriccard .value {
  display: block;
  font-size: 45px;
  line-height: 72px;
  text-align: center;
}
.metriccard .value.large {
  font-size: 65px;
}
.metriccard i {
  position: absolute;
  right: 4px;
  bottom: 0;
  font-size: 80px;
  opacity: 0.1;
}
/*
    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. Components
*/
/* 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: #1c1c1c;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  color: #1c1c1c;
  background-color: #f7f7f7;
}
.table-striped > tbody > tr:nth-of-type(even) {
  color: #1c1c1c;
  background-color: #fff;
}
.table.table-hover > tbody > tr:hover > td {
  color: #1c1c1c;
  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: 8px;
}
.grid.grid-panel tfoot > tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.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: #609a3c;
  background-color: #daeccf;
}
.grid-filter header {
  position: absolute;
  display: inline;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}
.grid-filter header h3 {
  display: inline;
  margin: 0 2px 0 6px;
  font-size: 17px;
  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: #1c1c1c;
  text-decoration: none;
  background: #daeccf;
}
.grid-filter .btn-filter-toggle.is-open {
  background: #daeccf;
}
.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 #bedeaa;
}
.grid-filter .picker .picker-label {
  color: #609a3c;
}
.grid-filter-entry legend + .control-group {
  margin-top: 0;
}
.table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #6bac43;
  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: #1c1c1c;
  background-color: transparent;
  border-color: #828282;
}
.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: #1c1c1c;
  text-align: center;
  background-color: #cce5bc;
  border-color: #94c873;
}
.grid-paging .grid-pager li.disabled > a {
  cursor: default;
}
.grid-paging .grid-pager li.active > a {
  color: #1c1c1c;
  background-color: #e8f3e1;
  border-color: #94c873;
}
.grid-paging .grid-pagesize {
  float: left;
  margin: 0 12px 0 0;
}
.grid-paging .pagination-text {
  float: left;
  font-size: 17px;
}
.grid-paging .grid-itemcount {
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  font-size: 17px;
}
td.grid-col-actions {
  text-align: right;
}
.grid-actions {
  text-align: right;
  background-color: #daeccf;
}
.grid-actions .btn {
  margin-left: 8px;
}
.grid-actions .btn-grid-action {
  color: #1c1c1c;
  background-color: transparent;
  border-color: #6bac43;
}
.grid-actions .btn-grid-custom-action {
  margin-bottom: 8px;
}
.table-light thead th {
  font-weight: 700;
  color: #1c1c1c;
  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: #f2f2f2;
}
.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: 43px;
}
.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: #4f4f4f;
}
.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: 28px;
  height: 28px;
  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: #1b2c11;
  background-color: #a2d085;
}
tr.row-highlight td {
  color: #1c1c1c !important;
  background-color: #d5e6ed !important;
}
.table > thead > tr.grid-header-bold th {
  color: #e6e6e6;
  vertical-align: top !important;
  background-color: #6bac43;
  border-color: #77ba4e;
}
.table > tbody > tr.grid-row-bold td {
  color: #e6e6e6;
  vertical-align: top !important;
  background-color: #6bac43;
}
.table > tbody > tr.grid-row-bold:hover td {
  color: #e6e6e6 !important;
  background-color: #85c161;
}
.table > tbody > tr.is-inactive > td {
  color: #696969;
}
.table > tbody > tr.is-inactive-person > td {
  color: #696969;
}
.table > tbody > tr.is-deceased > td {
  color: #c64f55;
}
.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;
}
.panel.panel-flex {
  display: flex;
  flex-direction: column;
}
.panel.panel-flex > .panel-heading {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0;
  line-height: 1em;
}
.panel.panel-flex > .panel-heading > .panel-title {
  flex-grow: 1;
  padding: 0 24px;
}
.panel.panel-flex > .panel-heading > .panel-aside {
  padding: 0 24px 0 0;
}
.panel.panel-flex > .panel-heading > .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 {
  position: relative;
  border-left: 0;
}
.panel.panel-flex .panel-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.panel.panel-flex .panel-header-actions > .action {
  padding: 12px;
  color: #616161;
}
.panel.panel-flex .panel-header-actions > .action:hover {
  color: #212121;
}
.panel.panel-flex .footer-secondary-actions {
  margin: 0 0 0 auto !important;
}
.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;
}
/*
    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
*/
.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: 6px;
  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 {
  color: #3a87ad;
  cursor: pointer;
  background-color: #cce7f4;
  border: 0;
}
.lava-debug .panel.panel-lavadebug .panel-heading.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: #1877f2;
}
.socialsharing li .socialicon-twitter {
  background-color: #1da1f2;
}
.socialsharing li .socialicon-email {
  background-color: #209904;
}
.socialsharing li .socialicon-calendar {
  background-color: #f00;
}
.nav-segment {
  padding: 4px;
  background: #f5f5f5;
  border-radius: 16px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
}
.nav-segment > li {
  float: left;
}
.nav-segment > li + li {
  margin-left: 2px;
}
.nav-segment > li > a {
  min-width: 140px;
  padding: 10px 24px;
  color: #ccc;
  text-align: center;
  border-radius: 8px;
}
.nav-segment > li.active > a,
.nav-segment > li.active > a:hover,
.nav-segment > li.active > a:focus {
  font-weight: 600;
  color: #1c1c1c;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.provider-analytics {
  --kpi-col-lg: 50%;
  --kpi-col-md: 50%;
}
.media-element-detail .video-container {
  position: relative;
}
.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);
}
.media-element-detail video {
  max-width: 100% !important;
}
.media-element-detail .analytic-value {
  font-size: 28px;
  font-weight: 600;
}
.individual-play-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .individual-play-row {
    flex-direction: row;
    align-items: center;
  }
}
.individual-play-row .individual-play-date {
  flex: 0 0 auto;
  padding: 4px 8px 4px 0;
  font-size: 12px;
  line-height: initial;
  color: #ccc;
}
@media (min-width: 576px) {
  .individual-play-row .individual-play-date {
    width: 100px;
    text-align: right;
  }
  .individual-play-row .individual-play-date span {
    display: block;
  }
}
.individual-play-row .individual-play-person-info {
  width: 100%;
  overflow: hidden;
}
.individual-play-row .individual-play-person-location {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
}
.individual-play-row .individual-play-bar {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  background-color: #eeeeee;
  border-radius: 16px;
}
@media (min-width: 576px) {
  .individual-play-row .individual-play-bar {
    flex-direction: row;
  }
}
.individual-play-row .individual-play-percent,
.individual-play-row .individual-play-person {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 8px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .individual-play-row .individual-play-person {
    width: 280px;
  }
  .individual-play-row .individual-play-percent {
    justify-content: center;
    width: 60px;
  }
}
.individual-play-row .individual-play-chart {
  flex: 1 1 auto;
  height: 60px;
  background: #f5f5f5;
}
.individual-play-row .individual-play-chart > svg {
  width: 100%;
  height: 60px;
  pointer-events: none;
}
.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-play-person-detail {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.individual-play-interaction {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  padding-right: 20px;
  background-color: #eeeeee;
  transition: width 0.2s ease-in-out;
}
.individual-play-interaction.expanded {
  width: 150px;
}
.individual-play-interaction .individual-play-interaction-session {
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 4px;
  font-size: 12px;
  color: #1c1c1c;
  cursor: default;
  opacity: 0.5;
}
.individual-play-interaction .individual-play-interaction-session span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.individual-play-interaction .expander {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.expanded .individual-play-interaction-session {
  display: flex;
}
.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: #6bac43;
  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 {
  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 #6bac43;
  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: #6bac43;
  border-color: #6bac43;
}
.collectionsearch-filters .checkbox-inline .label-text,
.collectionsearch-filters .radio-inline .label-text {
  display: block;
  min-width: 65px;
  padding: 5px 15px;
  color: #1c1c1c;
  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: #ccc;
}
@media screen and (min-width: 768px) {
  .collectionsearch-filters {
    position: sticky;
    top: 15px;
    flex-basis: 320px;
    align-self: flex-start;
    border-right: 1px solid #e0e0e0;
  }
  .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;
}
/*
  Used to manage styles for specific blocks.

  1. Connection Request Board

*/
.connection-request-board .modal-content.rock-modal .modal-header {
  color: #1c1c1c;
  background: #daeccf;
}
.connection-request-board .modal-content.rock-modal .modal-body {
  padding: 12px 24px;
}
.connection-request-board .modal-content.rock-modal .modal-header .close {
  color: #ccc;
}
.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;
}
/*
    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: 768px) {
  .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: 768px) {
  .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: 46px;
  padding-top: 13px;
  padding-bottom: 13px;
  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 #85c161;
}
.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;
}
@media (min-width: 768px) {
  .filter-rule {
    align-items: flex-end;
  }
}
.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: end;
}
.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%;
  margin-bottom: 15px;
}
.filter-rule-fieldfilter .field-criteria > div {
  display: block;
  float: left;
}
/*
  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: #1c1c1c;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #85c161;
  opacity: 0.5;
  transition: 0.2s;
}
.rock-fullscreen-toggle:hover {
  font-size: 110%;
  color: #1c1c1c;
  opacity: 0.75;
}
.rock-fullscreen-toggle::before {
  font-family: 'FontAwesome';
  font-weight: 900;
  text-align: center;
  content: "\f065";
}
.is-fullscreen .rock-fullscreen-toggle {
  color: #1c1c1c;
}
.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;
}
.rock-header .title {
  margin: 0;
}
.rock-header .description {
  margin: 0;
  font-size: 17px;
  color: #ccc;
}
.panel-section {
  border-color: #e0e0e0;
  box-shadow: none !important;
}
.panel-section > .panel-heading {
  position: relative;
  padding: 18px;
  background: #f2f2f2;
  border-radius: 8px 8px 0 0;
}
.panel-section > .panel-heading::after {
  position: absolute;
  right: 11px;
  bottom: 0;
  left: 11px;
  content: "";
  border-bottom: 1px solid #ccc;
}
.panel-section > .panel-heading .panel-title {
  margin-bottom: 12px;
}
.panel-section > .panel-heading .description {
  margin: 0;
  color: #ccc;
}
.panel-section > .panel-body {
  background: #f2f2f2;
  border-radius: 0 0 8px 8px;
}
.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: #77ba4e;
  border-color: #85c161;
}
.panel-note > .panel-heading {
  color: #609a3c;
  background-color: #daeccf;
  border-color: #85c161;
}
.panel-note > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #85c161;
}
.panel-note > .panel-heading .badge {
  color: #daeccf;
  background-color: #609a3c;
}
.panel-note > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #85c161;
}
.panel-note .panel-body {
  padding: 0;
}
.panel-note .panel-heading h3 {
  float: left;
}
.panel-note .panel-heading .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: #ccc;
  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: #ccc;
  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: 20px;
  padding: 0;
  line-height: 20px;
  color: #ccc;
}
.meta .btn-overflow:hover,
.meta .btn-overflow:focus {
  color: #a4a4a4;
}
.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: 17px;
  line-height: 1.5;
}
.meta .timestamp {
  display: inline-block;
  color: #ccc;
}
.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: #c64f55;
  background: #f2dede;
  border-top: 2px solid #c64f55;
}
@media (min-width: 576px) {
  .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 #85c161;
}
.note .meta {
  margin-bottom: 6px;
}
@media (min-width: 576px) {
  .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(133, 193, 97, 0.6);
}
.note .note-content .note-attribute {
  margin: 15px 0 0;
  font-size: 17px;
}
.note .note-footer {
  display: flex;
  flex-direction: row;
  font-size: 17px;
}
.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: 17px;
  color: #ccc;
}
.note .note-footer-meta-list > li > .btn i {
  margin-right: 4px;
}
.note .note-footer-meta-list > li > .btn:hover {
  color: #6bac43;
}
.note-nested > .note-list-nested {
  margin-left: 16px;
}
@media (min-width: 576px) {
  .note-nested > .note-list-nested {
    margin-left: 44px;
  }
}
.note-list-nested {
  margin-left: 0;
}
@media (min-width: 576px) {
  .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: 8px;
}
.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: 17px;
}
.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: 17px;
  line-height: 30px;
}
.note-editor .settings .checkbox {
  float: left;
  margin: 3px 5px 0 10px !important;
  font-size: 17px;
  line-height: 24px;
}
.note-editor .settings .hidden + .checkbox {
  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 .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 {
  display: block;
  min-height: 54px;
  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 .actions {
  float: left;
  margin-top: 5px;
}
.workflow-section-activities {
  margin-top: 64px;
}
.workflow-activities-readonly-header {
  color: #1c1c1c;
}
.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: #1698da;
  border-radius: 8px 0 0 8px;
}
.panel.workflow-activity h3.panel-title {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
.panel.workflow-activity .panel-title::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  font-family: 'FontAwesome';
  font-size: 17px;
  font-weight: 900;
  color: #1698da;
  content: "\f1b3";
  background: rgba(22, 152, 218, 0.2);
  border-radius: 20px;
}
.panel.workflow-activity a.btn-link {
  color: #1c1c1c;
}
.panel.workflow-activity.activated-with-workflow:not(.workflow-activity-inactive)::before {
  background-color: #6bac43;
}
.panel.workflow-activity.activated-with-workflow:not(.workflow-activity-inactive) .panel-title::before {
  color: #6bac43;
  background: rgba(107, 172, 67, 0.2);
}
.panel.workflow-activity.workflow-activity-inactive::before {
  background-color: #c64f55;
}
.panel.workflow-activity.workflow-activity-inactive .panel-title::before {
  color: #c64f55;
  background: rgba(198, 79, 85, 0.2);
}
.panel.workflow-activity > .panel-heading > .filter-toggle > span {
  margin-left: 36px;
  font-size: 17px;
  line-height: 1.5;
  color: #ccc;
}
@media (min-width: 768px) {
  .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: #6bac43;
}
.workflow-action > .panel-heading {
  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 #f0ad4e;
}
.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: #85c161;
}
.panel-group .panel-workflowitem > .panel-heading {
  color: #609a3c;
  background-color: #daeccf;
  border-color: #85c161;
}
.panel-group .panel-workflowitem > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #85c161;
}
.panel-group .panel-workflowitem > .panel-heading .badge {
  color: #daeccf;
  background-color: #609a3c;
}
.panel-group .panel-workflowitem > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #85c161;
}
.panel-group .panel-workflowitem:hover {
  background-color: #fff;
}
.panel-group .panel-workflowitem .panel-heading {
  padding: 30px;
}
.panel-group .panel-workflowitem .panel-heading a {
  display: block;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title {
  width: 100%;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title h3 {
  margin: 0;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title h3 i {
  margin-right: 12px;
  font-size: 35px;
}
.panel-group .panel-workflowitem .panel-heading a i.panel-navigation {
  margin-top: 8px;
}
.panel-group .panel-workflowitem .panel-heading 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 {
  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: 576px) {
  .checkin-buttons .btn-checkbox {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 768px) {
  .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: #6bac43 !important;
  border-color: #6bac43 !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;
}
.rockslide-enter-active,
.rockslide-leave-active {
  transition: all 0.6s ease;
}
.rockslide-enter,
.rockslide-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}
.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: #ccc;
  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 #85c161;
  border-radius: 8px;
}
.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;
}
/*
    Used to manage styles for specific blocks.

    1. Group Viewer - styles for the group viewer 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: 768px) {
  .resource-list {
    top: 16px;
    max-height: calc(100vh - 112px);
  }
}
/*
    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

*/
.currency-span {
  display: inline-block;
}
.currency-span > span {
  font-size: 0.6em;
  vertical-align: top;
}
.contribution-payment .tab-content {
  margin-top: 15px;
}
.card-visa,
.card-mastercard,
.card-amex,
.card-discover,
.card-diners,
.card-jcb {
  display: inline-block;
  width: 50px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  background: url("../../../Assets/Images/sprite-cards.png") 0 0 no-repeat;
}
.card-mastercard {
  background-position: -55px 0;
}
.card-amex {
  background-position: -110px 0;
}
.card-discover {
  background-position: -165px 0;
}
.card-diners {
  background-position: -220px 0;
}
.card-jcb {
  background-position: -660px 0;
}
.is-visa li,
.is-mastercard li,
.is-amex li,
.is-discover li,
.is-diners li,
.is-jcb li,
.is-nothing li {
  opacity: 0.2;
}
.is-visa li.card-visa,
.is-mastercard li.card-mastercard,
.is-amex li.card-amex,
.is-discover li.card-discover,
.is-diners li.card-diners,
.is-jcb li.card-jcb {
  opacity: 1;
}
.inactive-giving {
  position: relative;
  opacity: 0.85;
}
.inactive-giving::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -10;
  content: " ";
  background: #f5f7fa;
  border-radius: 8px;
}
.scheduledtransaction-item {
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #efefef;
}
.scheduledtransaction-item:last-child {
  border-bottom: 0;
}
.scheduledtransaction-item .actions {
  margin: 6px 0;
}
.transaction-image {
  width: 100%;
  margin-bottom: 12px;
  border: 2px solid #a2d085;
}
.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 #a2d085;
}
.transaction-matching .progress {
  flex: 0 0 30%;
  float: left;
  width: 30%;
  margin-bottom: 0;
}
.transaction-matching .transaction-matching-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.transaction-matching .transaction-matching-details .header {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.transaction-matching .transaction-matching-details .body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.transaction-matching .transaction-matching-details .picker .picker-menu {
  margin-top: -149px;
}
.transaction-matching.is-fullscreen .transaction-matching-details {
  max-height: calc(100vh - 145px);
  overflow-y: auto;
}
.transaction-matching.is-fullscreen .actions {
  margin-top: 15px;
}
.give-box {
  position: relative;
  height: 100px;
  font-size: 100px;
}
.give-box input {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100px;
  padding: 0;
  font-size: 100px;
  line-height: 1;
  text-align: center;
  background: 0;
  border: 0;
}
.give-box input:focus {
  outline: none;
}
.give-box .decorator {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-pack: center;
}
.give-box .wrapper {
  position: relative;
  z-index: 0;
  line-height: 1;
  border-bottom: 1px solid #fff;
}
.give-box .currency-symbol {
  position: absolute;
  left: -24px;
  display: inline-block;
  width: 24px;
  font-size: 32px;
  text-align: center;
  vertical-align: super;
}
.give-box .shadow-amount {
  color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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-hosted-payment {
  padding: 15px 15px 0;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
.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: 576px) {
  .amount-display {
    font-size: 100px;
  }
  .amount-display-md {
    font-size: 45px;
  }
  .amount-display-lg {
    font-size: 60px;
  }
}
.trend-bar {
  height: 11px;
  margin-top: 4px;
}
.trend-bar li {
  float: left;
  height: 100%;
}
.trend-bar li span {
  display: flex;
  height: 100%;
  margin-right: 2px;
  background: #1b2c11;
}
@media (min-width: 576px) {
  .percentile-giving {
    border-left: 1px solid #85c161;
  }
}
/*
    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
*/
.personprofilebar-bio,
.personprofilebar-badge,
.personprofilebar-family,
.pagetabs,
.person-content {
  padding: 15px;
}
.personprofilebar-bio {
  position: relative;
  padding-top: 50px;
  color: #1b2c11;
  background-color: #a2d085;
  border-bottom: 1px solid #85c161;
}
.personprofilebar-bio .action-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 401;
  display: flex;
  height: 40px;
}
.personprofilebar-bio .action-wrapper .action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #1b2c11;
  border: 0 solid #85c161;
  border-width: 0 0 1px 1px;
}
.personprofilebar-bio .action-wrapper .action-extended {
  width: auto;
}
.personprofilebar-bio .action-wrapper .action-extended .dropdown {
  display: flex;
  align-items: center;
  height: 100%;
}
.personprofilebar-bio .action-wrapper .action-extended .dropdown-menu {
  right: -1px;
}
.personprofilebar-bio .name {
  margin-top: 0;
  margin-bottom: 4px;
  text-align: center;
}
.personprofilebar-bio .name .full-name,
.personprofilebar-bio .name .previous-names {
  display: none;
  font-size: 18px;
}
.personprofilebar-bio .name .firstname {
  font-size: 0.6em;
  font-weight: inherit;
}
.personprofilebar-bio .labels {
  margin-bottom: 7.5px;
  text-align: center;
}
.personprofilebar-bio .nav li .persondetails-actions {
  padding: 2px 15px 0;
  color: inherit;
}
.personprofilebar-bio .nav li .persondetails-actions:hover,
.personprofilebar-bio .nav li .persondetails-actions:focus {
  background-color: transparent;
}
.personprofilebar-bio .photo {
  position: relative;
  max-width: 200px;
  padding: 5px;
  margin: 0 auto;
  background-color: #1c1c1c;
}
.personprofilebar-bio .photo .following-status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-top: 70px solid #817b72;
  border-right: 70px solid transparent;
  opacity: 0.4;
  transition: 1s;
}
.personprofilebar-bio .photo .following-status i {
  position: absolute;
  top: -61px;
  left: 8px;
  font-size: 24px;
  color: #ffffff;
  opacity: 0;
  transition: 1s;
}
.personprofilebar-bio .photo .following-status:hover i {
  opacity: 0.5;
}
.personprofilebar-bio .photo .following-status.following {
  opacity: 1;
}
.personprofilebar-bio .photo .following-status.following i {
  opacity: 1;
}
.personprofilebar-bio .photo a.fluidbox-opened + .following-status {
  opacity: 0 !important;
}
.personprofilebar-bio .photo img {
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 200px;
}
.personprofilebar-bio .photo .fluidbox-ghost {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.personprofilebar-bio .photo .fluidbox-opened .fluidbox-ghost {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.personprofilebar-bio .social-icons {
  text-align: center;
}
.personprofilebar-bio .social-icons .btn {
  font-size: 20px;
  color: #fff;
  background-color: #a4a4a4;
  border: 0;
  border-radius: 8px;
}
.personprofilebar-bio .social-icons .btn:hover {
  opacity: 0.8;
}
.personprofilebar-bio .social-icons .btn:first-child {
  margin-left: 0;
}
.personprofilebar-bio .taglist {
  margin-top: 15px;
}
.personprofilebar-bio .demographics {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .personprofilebar-bio .demographics {
    float: left;
    width: 50%;
  }
}
.personprofilebar-bio .personcontact {
  padding-bottom: 30px;
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .personprofilebar-bio .personcontact {
    float: left;
    width: 50%;
  }
}
.personprofilebar-bio .personcontact .email .email-status i {
  color: #1b2c11;
}
.personprofilebar-bio .personcontact .email .email-status.do-not-email i {
  color: #c64f55;
}
.personprofilebar-bio .personcontact .email .email-status.not-active i {
  color: #f0ad4e;
}
.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: 45px;
  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: #c64f55;
  border-radius: 999px;
}
.rockbadge .tooltip-inner {
  max-width: 300px;
  padding: 12px;
}
.rockbadge .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.rockbadge .fa-stack-1x {
  font-size: 0.5em;
}
.rockbadge .fa-stack-2x {
  font-size: 1em;
}
.personprofilebar-badge {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  color: #1b2c11;
  background-color: #a2d085;
  border-bottom: 1px solid #85c161;
}
.personprofilebar-badge .rockbadge-container {
  margin: 7.5px 0;
  text-align: center;
}
.personprofilebar-badge .rockbadge-container .badge-debug {
  position: absolute;
  right: 12px;
  z-index: 9999;
  width: 900px;
  text-align: left;
}
.personprofilebar-badge .rockbadge-container .rockbadge-grid {
  margin: -5px 0;
}
.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: #6bac43;
}
.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: 20px;
}
.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: #c64f55;
  border-radius: 50%;
}
.rockbadge-slash::before {
  position: absolute;
  display: block;
  font-family: 'FontAwesome';
  font-size: 0.6em;
  font-weight: 600;
  color: #c64f55;
  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 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: inherit;
  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: 0.888em;
  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.6em;
  bottom: 0.6em;
}
.rockbadge-personaldevice {
  width: 0.6em;
}
.rockbadge-personaldevice .badge-content .metric-value {
  top: 0.7142em;
}
.rockbadge-assessment a {
  display: inline-flex;
  color: inherit;
}
.rockbadge-assessment .fa-stack-1x {
  color: #fff;
}
.rockbadge-assessment .fa-stack-2x {
  color: currentColor;
}
.rockbadge-assessment.not-requested {
  color: rgba(147, 147, 147, 0.2) !important;
}
.rockbadge-assessment.requested {
  color: #1b2c11 !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: 17px;
  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: #1b2c11;
  list-style: none;
}
.trend-chart-sm {
  height: 20px;
}
.trend-chart-block {
  height: 18px;
}
.trend-chart-block li span {
  width: calc(100% - 3px);
  color: #1698da;
}
.rockbadge-attendance .trend-chart {
  width: 220px;
  height: 40px;
  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: 992px) {
  .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: #1698da;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .streak-chart li span {
    position: absolute;
    bottom: 0;
  }
}
.personprofilebar-family {
  min-height: 60px;
  color: #1b2c11;
  background: #a2d085;
  border-bottom: 1px solid #85c161;
}
.personprofilebar-family a {
  color: #1b2c11;
}
.persondetails-group header {
  position: relative;
  display: flex;
  margin: 0 -15px;
  background-color: #a2d085;
  border-top: 1px solid #85c161;
  border-bottom: 1px solid #85c161;
}
.persondetails-group header h1 {
  float: left;
  margin: 10px 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 25px;
}
.persondetails-group header .action-wrapper {
  float: right;
  margin-left: auto;
}
.persondetails-group header .action-wrapper .action {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 45px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #85c161;
}
.group-members:first-child .persondetails-group:first-child header {
  margin: -15px -15px 0;
  border-top-width: 0;
}
.persondetails-group .group-details {
  margin-bottom: 12px;
}
.persondetails-group .groupmembers .member a {
  display: block;
  padding: 8px;
  border-radius: 8px;
}
.persondetails-group .groupmembers .member a:before,
.persondetails-group .groupmembers .member a:after {
  display: table;
  content: " ";
}
.persondetails-group .groupmembers .member a:after {
  clear: both;
}
.persondetails-group .groupmembers .member .person-image {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  background-position: center;
  background-size: cover;
  border: none;
  border-color: #6bac43;
  border-radius: 50%;
}
.persondetails-group .groupmembers .member .person-image::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%;
}
.persondetails-group .groupmembers .member:hover {
  background-color: #8bc468;
  border-radius: 8px;
}
.persondetails-group .addresses ul {
  margin: 0;
  list-style: none;
}
.persondetails-group .addresses ul li {
  display: block;
  margin-bottom: 15px;
  clear: both;
}
.persondetails-group .addresses ul li:last-child {
  margin-bottom: 0;
}
.persondetails-group .addresses ul h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.persondetails-group .addresses ul .address .actions a {
  padding: 1px;
}
.persondetails-group .addresses ul a.map,
.persondetails-group .addresses ul div.actions,
.persondetails-group .addresses ul div.address {
  float: left;
  margin-right: 12px;
}
.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: #1b2c11;
  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;
}
.table-groupmembers .radio:first-child {
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  /* Force table to not be like tables anymore */
  table.table-groupmembers,
  .table-groupmembers thead,
  .table-groupmembers tbody,
  .table-groupmembers th,
  .table-groupmembers td,
  .table-groupmembers tr,
  table.table-groupcontactinfo,
  .table-groupcontactinfo thead,
  .table-groupcontactinfo tbody,
  .table-groupcontactinfo th,
  .table-groupcontactinfo td,
  .table-groupcontactinfo tr {
    display: block;
  }
  .table-groupmembers thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-groupmembers > thead > tr > th,
  .table-groupmembers > tbody > tr > th,
  .table-groupmembers > tfoot > tr > th,
  .table-groupmembers > thead > tr > td,
  .table-groupmembers > tbody > tr > td,
  .table-groupmembers > tfoot > tr > td {
    border: 0;
  }
  .table-groupmembers > tbody > tr > td {
    position: relative;
    padding-left: 35%;
    /* Behave  like a "row" */
    border-bottom: 1px solid #efefef;
  }
  .table-groupmembers td::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 8px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
  }
  .table-groupmembers > tbody > tr {
    counter-increment: rowNumber;
  }
  .table-groupmembers > tbody > tr::before {
    /* Now like a table header */
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    /* Top/left values mimic padding */
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    content: "Person #" counter(rowNumber);
    background-color: #6bac43;
    border-bottom: 2px solid #ddd;
  }
  .table-groupmembers tbody td::before {
    content: attr(data-label);
  }
  .table-groupmembers tbody td:empty {
    display: none;
  }
  .table-groupmembers > tfoot,
  .table-groupmembers > tfoot > tr > td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .table-groupmembers > tfoot > tr > td > .btn-action {
    display: block;
    width: 100%;
    margin: 8px 0 16px;
    padding: 12px 24px;
    padding: 13px 24px 11px;
    font-size: 20px;
    line-height: 1.4;
    border-radius: 1000px;
  }
  .table-groupmembers > tbody > tr > td > .form-group:last-of-type,
  .table-groupmembers > tbody > tr > td > .form-group .radio:last-of-type {
    margin-bottom: 0;
  }
  .table-groupmembers .pull-right {
    float: none !important;
  }
  .table-groupcontactinfo,
  .table-groupmemberattributes {
    margin-bottom: 12px;
  }
  .table-groupcontactinfo thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-groupcontactinfo > thead > tr > th,
  .table-groupcontactinfo > tbody > tr > th,
  .table-groupcontactinfo > tfoot > tr > th,
  .table-groupcontactinfo > thead > tr > td,
  .table-groupcontactinfo > tbody > tr > td,
  .table-groupcontactinfo > tfoot > tr > td {
    border: 0;
  }
  .table-groupcontactinfo > tbody > tr > td {
    position: relative;
    /* Behave  like a "row" */
    border: 0;
    border-bottom: 1px solid #efefef;
  }
  .table-groupcontactinfo tbody .person-name {
    /* Now like a table header */
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    /* Top/left values mimic padding */
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #6bac43;
    border-bottom: 2px solid #ddd;
  }
  .table-groupcontactinfo tbody .person-name::before {
    content: "Contact Info: ";
  }
  .table-groupcontactinfo tbody .person-sms {
    position: relative;
    padding-left: 35%;
    /* Behave  like a "row" */
    border: 0;
    border-bottom: 1px solid #efefef;
  }
  .table-groupcontactinfo tbody .person-sms::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 14px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    font-weight: 600;
    content: "Enable SMS";
  }
  .table-groupcontactinfo tbody > tr > td > .form-group {
    margin-bottom: 0;
  }
}
.row-duplicate {
  padding-top: 12px;
  border-top: 1px solid #85c161;
}
.row-duplicate:first-child {
  padding-top: 0;
  border-top: 0;
}
#fluidbox-overlay {
  background: #000;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 576px), print {
  .personprofilebar-bio {
    padding: 15px;
  }
  .personprofilebar-bio .name {
    text-align: left;
  }
  .personprofilebar-bio .name .full-name,
  .personprofilebar-bio .name .previous-names {
    display: inline;
  }
  .personprofilebar-bio .labels {
    text-align: right;
  }
  .personprofilebar-bio .photo {
    margin: 0;
  }
  .personprofilebar-bio .demographics {
    text-align: left;
  }
  .personprofilebar-bio .personcontact {
    padding-bottom: 0;
    text-align: left;
  }
  .personprofilebar-bio .social-icons {
    text-align: left;
  }
  .personprofilebar-bio .social-icons .icon {
    float: left;
  }
  .personprofilebar-badge .rockbadge-container {
    text-align: left;
  }
  .personprofilebar-badge .rockbadge-container:last-child {
    text-align: right;
  }
}
/* DT Make the header of the merge field columns have a pointer since it can be used to select checkbox */
.person-merge .merge-header-summary {
  cursor: pointer;
}
.panel-widget.pageviewsession .pageviewsession-client {
  line-height: 1;
  text-align: right;
}
.person-bio div.deceased h1.title.name::after {
  margin-left: 12px;
  font-size: 17px;
  color: #c64f55;
  content: "Deceased";
}
.groupmembers .member.deceased:hover {
  background-color: #b3b3b3;
}
.groupmembers .member.deceased .person-info::after {
  font-size: 17px;
  color: #c64f55;
  content: "Deceased";
}
tr.inactive td {
  color: #696969;
}
.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: #efefef;
  border-radius: 8px;
}
.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: #303030;
  background-color: #ccc;
}
.disc-assessment th {
  padding: 6px;
}
.disc-assessment th:last-child {
  border-radius: 0 8px 0 0;
}
.disc-assessment th.disc-question {
  padding: 6px;
  font-weight: 700;
  border-radius: 8px 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;
}
.discchart {
  position: relative;
  width: 80%;
  max-width: 650px;
  height: 425px;
  padding: 0;
  margin: 36px auto;
  clear: both;
  font-size: 0;
  background-image: linear-gradient(to bottom, #dbdbdb 0%, transparent 2%, transparent 100%);
  background-size: 100% 42.5px;
}
.discchart li {
  position: relative;
  display: inline-block;
  width: 22.5%;
  height: 425px;
  padding: 0;
  margin: 0 2% 0 0;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  background-color: #85c161;
}
.discchart li.discchart-midpoint {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  margin: 0;
  background-color: transparent;
  border-top: 2px solid #c64f55;
  border-radius: 0;
}
.discchart .discbar-label {
  position: absolute;
  bottom: 10px;
  width: 100%;
  overflow: hidden;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 0 3px #6bac43;
}
.discchart .discbar::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  font-size: 20px;
  line-height: 1em;
  color: #1c1c1c;
  text-align: center;
  word-wrap: break-word;
  content: attr(title);
}
.discchart .discbar.discbar-primary {
  background: #6bac43;
}
.question-row {
  margin-bottom: 96px;
}
.question-row .answered {
  color: #ccc;
}
.question-row .likert > .control-label {
  margin-bottom: 18px;
}
.question-row .likert .radio-inline {
  padding: 5px 24px 7px 48px;
  cursor: pointer;
  background-clip: padding-box;
  border-radius: 4px;
}
@media (min-width: 990px) {
  .question-row .likert .radio-inline {
    margin-right: 24px;
    margin-left: -24px;
  }
}
.question-row .likert .radio-inline:hover {
  background-color: #efefef;
}
.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: 991px) {
  .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: 576px) {
  .phonegroup-label {
    padding-top: 4px;
  }
}
.eventitem {
  cursor: pointer;
}
.eventitem-select {
  font-family: 'FontAwesome';
  font-size: 38px;
  font-weight: 900;
}
.eventitem-select::after {
  content: "\f0c8";
}
.eventitem.selected .eventitem-select::after {
  content: "\f14a";
}
.add-step-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 15px;
  margin: -15px -15px 0;
  background: #f2f2f2;
  border-bottom: 1px solid #85c161;
}
.add-step-buttons .add-step-label {
  margin: 0 4px 0 0;
  font-size: 17px;
}
.add-step-buttons .btn {
  margin: 2px;
}
.col-steps {
  position: relative;
  float: left;
  width: 25%;
  width: calc(100% / var(--stepsPerRowMobile));
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .col-steps {
    width: 100%;
    width: calc(100% / var(--stepsPerRow));
  }
}
.step-card {
  position: relative;
  height: 100%;
  min-height: 260px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #85c161;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.step-card .card-info {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 12px;
  text-align: center;
  transition-duration: 0.25s;
  will-change: transform;
}
.step-card .step-status {
  margin: 0;
}
.step-card .step-name {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .step-card .card-info {
    padding: 0;
  }
  .step-card .card-top {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
  }
  .step-card .card-top,
  .step-card .card-bottom {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 16px 0;
  }
}
.step-card.no-steps .card-info {
  opacity: 0.75;
}
.step-card.has-prerequisite .step-card-hover {
  background: #f5f7fa;
}
.step-card p:empty {
  display: none;
}
.step-card .badge {
  background-color: #1698da;
}
.step-card > .step-card-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  overflow-y: auto;
  opacity: 0;
  transition-duration: 0.25s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  will-change: opacity, transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.step-card:hover > .step-card-hover {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.step-card .btn-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 49px;
  color: inherit;
}
.step-card .btn-actions:hover {
  background-color: rgba(0, 0, 0, 0);
}
.step-card .btn-delete:hover {
  color: #fff;
  background-color: #c64f55;
}
.has-overflow .step-records-table-container,
.has-overflow .card-add-step-button {
  position: relative;
  display: block;
}
.has-overflow .card-add-step-button {
  height: 50%;
}
.step-records-table-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.step-records-table {
  width: 100%;
}
.step-records-table td {
  width: 50px;
  vertical-align: middle;
  border: 1px solid #85c161;
}
.step-records-table td.steps-status {
  width: auto;
  height: 49px;
  border-left: none;
}
.step-records-table tr:last-child td {
  border-bottom: 0;
}
.step-records-table td:last-of-type {
  border-right: none;
}
.prereq-list-info {
  padding: 20px 20px 0;
}
.card-add-step-button {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 28px;
  background: #f5f7fa;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card-add-step-button > span {
  position: relative;
  top: 50%;
  display: block;
  transform: perspective(1px) translateY(-50%);
}
.rapid-attendance-entry .mh-300 {
  min-height: 300px;
}
.family-select-item {
  margin-bottom: 12px;
  color: #1c1c1c;
  border: 1px solid #85c161;
}
.family-select-item.active {
  border-color: #6bac43;
  border-color: var(--brand-primary, #6bac43);
}
.family-select-item a {
  display: block;
  padding: 15px 18px;
  color: #1c1c1c !important;
}
/*
    Used to manage styles for specific blocks.

    1. Communication Blocks - styles for the communication blocks
    2. Communication Entry - stles for the communication entry
    3. Communication Wizard - styles for the communication wizard
    4. Communication Analytics - styles for the communication analytics block
    5. SMS Conversations - styles for the SMS Conversation block

*/
.recipients .recipient {
  float: left;
  width: 100%;
}
@media (min-width: 576px) {
  .recipients .recipient {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .recipients .recipient {
    width: 25%;
  }
}
.recipients .recipient.failed {
  color: #c64f55;
}
.recipients .recipient.opened {
  color: #6bac43;
}
iframe.email-body {
  width: 100%;
  height: 300px;
  background-color: #fff;
  border: 1px solid #85c161;
}
#emaileditor,
.panel-fill-body {
  height: calc(100vh - var(--email-editor-offset, 360px));
  min-height: 300px;
  margin: -15px -15px 0 -15px;
}
.panel-actions-bordered {
  padding: 15px 15px 0;
  margin: 15px -15px 0;
  border-top: 1px solid #85c161;
}
#emaileditor-properties {
  width: 40%;
  padding: 15px;
  background-color: #daeccf;
}
#emaileditor-properties .actions {
  margin-right: -15px;
  margin-left: -15px;
}
#section-email {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
}
#email-editor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 100%;
  border-top: 1px solid #85c161;
}
#emaileditor-designer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  border-right: 1px solid #85c161;
}
.emaileditor-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.emaileditor-propertypanels .propertypanel-title {
  margin-top: 0;
  font-weight: 600;
}
.communication-template {
  position: relative;
  display: block;
  height: 192px;
  padding: 15px;
  margin-bottom: 24px;
  overflow: hidden;
  color: #1c1c1c;
  border: 1px solid #85c161;
  outline-offset: -1px;
}
.communication-template:focus {
  color: #1c1c1c;
}
.communication-template:hover {
  color: #1c1c1c;
  outline: 2px solid #bce8f1;
}
.communication-template label {
  font-size: 16px;
}
.template-selected {
  outline: 2px solid #3a87ad;
}
.template-selected:hover {
  outline: 2px solid #3a87ad;
}
.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;
}
.label-clicked {
  background-color: #60bd68;
}
.label-opened {
  background-color: #5da5da;
}
.label-unopened {
  background-color: #ffb70f;
}
.sms-conversations-parent {
  position: relative;
  height: 100%;
  min-height: 500px;
  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: -ms-flexbox;
  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 #85c161;
}
.sms-conversations-container .message-truncate {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sms-conversations-container .conversation-list {
  position: relative;
  flex-grow: 0;
  min-width: 100%;
  height: 100%;
  min-height: 300px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 599px) {
  .sms-conversations-container .conversation-list {
    min-width: 320px;
  }
}
@media (min-width: 768px) {
  .sms-conversations-container .conversation-list {
    min-width: 360px;
  }
}
.sms-conversations-container .conversation-list .header {
  padding: 7px 16px;
  font-weight: 400;
  background-color: #daeccf;
}
.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: 600;
  color: #000;
}
.sms-conversations-container .conversation-list .layout-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.sms-conversations-container .conversation-list .table {
  table-layout: fixed;
}
.sms-conversations-container .conversation-list .table td {
  padding: 14px 16px 16px;
}
.sms-conversations-container .conversation-list .table tr:first-child td {
  border-top: 0;
}
.sms-conversations-container .conversation-list .date {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 13px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  text-transform: capitalize;
  -webkit-box-flex: 1;
}
.sms-conversations-container .conversation-list .selected {
  background: rgba(0, 0, 0, 0.02);
}
.sms-conversations-container .conversation-list .unread {
  box-shadow: inset 4px 0 0 0 #6bac43;
}
.sms-conversations-container .messages-outer-container {
  position: relative;
  flex-grow: 1;
  height: 100%;
  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: 15px;
  overflow-y: scroll;
}
.sms-conversations-container .note-editor {
  padding: 8px 12px;
  border-top: 1px solid #85c161;
}
.sms-conversations-container .footer {
  position: relative;
  flex-shrink: 0;
  border-top: 1px solid #85c161;
  -ms-flex-negative: 0;
}
.sms-conversations-container .footer .form-control {
  padding: 18px 162px 18px 12px;
  resize: none;
  border: 0;
}
.sms-conversations-container .footer .actions {
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.sms-conversations-container .conversation-panel {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  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;
}
@media (max-width: 599px) {
  .sms-conversations-container .conversation-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -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;
  }
}
.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: 8px;
  margin: 0;
  background: #f2f2f2;
  border: 1px solid #85c161;
}
.sms-conversations-container .conversation-panel .sms-image-uploader-container .close {
  font-size: 18px;
}
.sms-conversations-container .conversation-back {
  display: none;
}
@media (max-width: 599px) {
  .sms-conversations-container .conversation-back {
    display: block;
  }
}
@media (max-width: 599px) {
  .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);
  }
}
.conversation {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
}
.conversation .message {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  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;
}
.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 .bubble {
  display: inline-block;
  max-width: 75%;
  padding: 10px 14px;
  color: #000;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-line;
  background-color: #f3f3f3;
  border-radius: 20px;
}
.conversation .message.outbound .bubble {
  color: #fff;
  background-color: #0084ff;
}
.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;
}
.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-action-components {
  background: #daeccf;
}
.components-list {
  margin: 6px;
}
.components-list > li ol {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.components-list .component {
  display: block;
  float: left;
  width: 45%;
  padding: 12px 0 4px;
  margin: 6px 2.5%;
  font-size: 12px;
  color: #1c1c1c;
  text-align: center;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  zoom: 1;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.components-list .component > i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 6px;
  font-size: 28px;
  color: #ccc;
  text-align: center;
}
.components-list .component span {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 26px;
  overflow: hidden;
  line-height: 1.1;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.components-list .component:hover {
  border: 1px solid #6bac43;
  box-shadow: 0 0 0 1px #6bac43 inset;
}
.mobile-pages-container .component {
  display: none;
}
.mobile-pages-container .component.gu-transit {
  display: block;
  padding: 10px 15px;
  margin-bottom: 28px;
  background-color: #daeccf;
  border: 1px solid #85c161;
}
.mobile-block-types .form-control {
  border-color: transparent;
  border-radius: 0;
}
.sms-actions-container {
  padding: 20px 50px !important;
  counter-reset: section;
}
.sms-actions-container .component {
  display: none;
}
.sms-actions-container .component.gu-transit {
  display: block;
}
.sms-action {
  position: relative;
  max-width: 500px;
  padding: 20px 16px;
  margin: 0 auto 20px;
  font-size: 21px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.sms-action::after {
  position: absolute;
  top: 20px;
  left: -40px;
  display: block;
  width: 28px;
  height: 28px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  content: counter(section);
  counter-increment: section;
  /* Increment the value of section counter by 1 */
  background-color: #1c683e;
  border: 2px solid #fff;
  border-radius: 50%;
}
.sms-action::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
  width: 2px;
  height: 100%;
  height: calc(100% + 20px);
  margin-left: 1px;
  content: "";
  background: #dddbda;
}
.sms-action.inactive {
  color: rgba(28, 28, 28, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}
.sms-action.inactive::after {
  display: none;
}
.sms-action:first-child::before {
  top: 20px;
}
.sms-action:last-child::before {
  height: calc(100% - 28px);
}
.sms-action.editing {
  box-shadow: 0 0 0 4px #6bac43;
}
.sms-action .reorder {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.sms-action > .fa {
  width: 30px;
  padding-right: 2px;
  color: #ccc;
  text-align: center;
}
.panel-palette {
  margin: 0;
  border: 0;
  border-left: 1px solid #85c161;
  border-radius: 0;
}
.panel-palette .panel-heading {
  font-weight: 500;
  text-align: center;
  background: #daeccf;
  border-bottom: 3px solid #6bac43;
  border-radius: 0;
}
.sms-pipeline-detail .sms-heading {
  max-width: 500px;
  padding: 20px 16px;
  margin: 0 auto 20px;
  font-size: 21px;
  text-align: center;
  cursor: pointer;
  background-color: #daeccf;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.sms-pipeline-detail .drag-container {
  height: 100%;
}
.sms-pipeline-detail .drag-container-empty::after {
  display: block;
  max-width: 500px;
  height: 200px;
  padding: 80px 0;
  margin: 0 auto 20px;
  font-size: 20px;
  text-align: center;
  content: "Drag and Drop Here";
  border: 3px dashed rgba(0, 0, 0, 0.2);
}
.sms-pipeline-detail h4 {
  padding: 12px 15px;
  margin: 1px -15px 16px;
  font-size: 18px;
  font-weight: 500;
  background: #daeccf;
  border-top: 1px solid #85c161;
}
.sms-pipeline-detail .component.gu-transit {
  max-width: 500px;
  padding: 20px 0;
  margin: 0 auto 20px;
  font-size: 20px;
  text-align: center;
  list-style: none;
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.component.gu-mirror,
.sms-action.gu-mirror {
  list-style: none;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.component.gu-mirror::before,
.sms-action.gu-mirror::before,
.component.gu-mirror::after,
.sms-action.gu-mirror::after {
  display: none;
}
.metric-tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center !important;
  margin-bottom: 12px;
  color: #fff;
}
.metric-tile .value {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 60%;
  max-width: 100%;
  padding: 4px 12px 14px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}
.metric-tile .value small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}
.metric-tile .metric-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  flex-basis: 100px;
  flex-grow: 1;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: 65px;
  min-height: 100px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}
.metric-tile.metric-sm .value {
  font-size: 26px;
  line-height: 1.4;
}
.metric-tile.metric-sm .value small {
  font-size: 16px;
}
.metric-pending {
  background-color: #aeaeae;
}
.metric-delivered {
  background-color: #1698da;
}
.metric-failed {
  background-color: #c64f55;
}
.metric-cancelled {
  background-color: #f0ad4e;
}
.metric-clicked {
  background-color: #6bac43;
}
.metric-opened {
  background-color: #0079cc;
}
/*
    Used to manage styles for check-in administration.

    1. Group / Location
    2. Attendance Analysis
*/
.checkin-item {
  padding: 12px;
  margin-bottom: 6px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-top-width: 3px;
}
.checkin-item .fa-bars {
  margin-right: 6px;
  opacity: 0.5;
}
.checkin-item-selected {
  background-color: #f3f3f3;
}
.checkin-list {
  padding-left: 40px;
  list-style-type: none;
}
.checkin-list-first {
  padding-left: 0;
}
.checkin-group {
  border-top-color: #afd074;
}
.checkin-area {
  border-top-color: #5593a4;
}
.panel.panel-widget.checkin-group {
  border-top-color: #afd074;
}
.panel.panel-widget.checkin-grouptype {
  border-top-color: #5593a4;
}
.attendance-reporting .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.attendance-reporting .panel-body > .row > [class*="col-"]:first-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .attendance-reporting .panel-body .row {
    margin-left: -16px;
  }
}
.attendance-reporting .analysis-types {
  padding: 15px 0;
  margin-bottom: 24px;
  background-color: #efefef;
}
/*
    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. Prayer Session
    2.

*/
.prayer-session .panel-note {
  border: 0;
  box-shadow: none;
}
.prayer-session .panel-note > .panel-body {
  padding: 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: 8px;
}
.calendar-month {
  border-spacing: 0;
  border-collapse: separate;
  border: 0;
}
.calendar-month a {
  color: #1c1c1c !important;
  text-decoration: none;
}
.calendar-month th {
  text-align: center;
}
.calendar-month td {
  color: #1c1c1c !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: 8px;
}
.calendar-month .calendar-selected {
  color: #fff !important;
  background-color: #1698da !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: 17px;
  border-bottom: 2px solid #828282;
}
.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 #828282;
}
.registrationentry-summary .row.fee-row-fee {
  font-weight: 300;
}
@media (min-width: 576px) {
  .registrationentry-summary .row.fee-row-fee > div.fee-caption {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .registrationentry-summary div.fee-value {
    float: right;
    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;
}
.picker:before,
.picker:after {
  display: table;
  content: " ";
}
.picker:after {
  clear: both;
}
@media (min-width: 576px) {
  .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: 17px;
}
.picker .picker-search-action.active {
  background-color: rgba(0, 0, 0, 0);
}
.picker .picker-mode-options {
  margin-bottom: 12px;
}
.picker .picker-label {
  float: left;
  width: 225px;
  max-width: calc(100% - 25px);
  padding: 12px 24px;
  font-size: 20px;
  line-height: 28px;
  color: #a4a4a4;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.picker .picker-label:hover {
  text-decoration: none;
}
.picker .picker-label i {
  float: left;
  margin-right: 6px;
  line-height: inherit;
  vertical-align: bottom;
}
.picker .picker-label span {
  float: left;
  width: calc(100% - 42px);
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picker .picker-label .fa.fa-caret-down {
  margin-top: 3px;
}
.has-error .picker .picker-label {
  border-color: #b94a48;
}
.has-error .picker .picker-label.active {
  border-color: #c64f55;
  box-shadow: 0 0 0 3px rgba(198, 79, 85, 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: 47px;
  padding: 10px 16px;
}
.picker .input-group-sm > .input-group-btn > .btn {
  height: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.picker .picker-select-none {
  display: block;
  float: left;
  margin: 6px 0 0 6px;
  cursor: pointer;
}
.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: 17px;
  font-weight: 600;
}
.picker .picker-menu {
  width: 400px;
  padding: 8px;
}
@media (max-width: 575px) {
  .picker .picker-menu {
    position: static;
    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: 17px;
  background-color: #e3ded7;
  border-top: 1px solid #cec5b9;
  border-radius: 0 0 8px 8px;
  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;
}
@media (min-width: 576px) {
  .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 #a2d085;
}
.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 {
  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: 576px) {
  .picker.picker-lg {
    position: relative;
    width: 350px;
  }
}
.picker.picker-lg .picker-label {
  width: 325px;
}
.date-time-picker {
  margin-bottom: 11px;
}
.date-time-picker .input-group {
  margin-bottom: 4px;
}
.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;
}
.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: #a4a4a4;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
.numberincrement .numberincrement-up.disabled,
.numberincrement .numberincrement-down.disabled {
  color: #d7d7d7;
  cursor: default;
}
.numberincrement .numberincrement-down {
  border-radius: 8px 0 0 8px;
}
.numberincrement .numberincrement-up {
  border-radius: 0 8px 8px 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: 17px;
  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: #1c1c1c;
  white-space: nowrap;
}
.rocktree .rocktree-item.is-inactive {
  color: #4f4f4f;
}
.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: 17px;
  cursor: pointer;
}
.rocktree .rocktree-icon:hover,
.rocktree .rocktree-icon:active,
.rocktree .rocktree-icon:focus {
  color: #6bac43;
}
.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: 3px;
  border-radius: var(--border-radius-base, 3px);
}
.rocktree .rocktree-name i {
  margin-right: 2px;
}
.rocktree .rocktree-name:hover {
  color: #cfcfcf;
}
.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: #4f4f4f;
}
.rocktree .selected {
  color: #fff;
}
.rocktree .selected::before {
  background: rgba(106, 106, 106, 0.1) !important;
}
.rocktree .disabled {
  cursor: default;
}
.rocktree .disabled:hover {
  color: #1c1c1c;
  background: inherit;
}
.rocktree .rocktree-loading {
  font-size: 17px;
}
.rocktree .rocktree-leaf {
  padding-left: 30px;
}
.rocktree .label-tree {
  display: inline-block;
  margin-left: 8px;
  font-size: 17px;
  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: #4f4f4f;
}
.preview-item .title,
.preview-item .subtitle {
  display: block;
  color: #1c1c1c;
}
.preview-item .subtitle {
  font-size: 12px;
  color: #ccc;
}
.personlist {
  padding-left: 0;
  list-style: none;
}
.personlist li {
  padding-left: 15px;
}
.personlist li i.fa-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 9.33333333px;
}
.list-as-blocks h3 {
  display: inline-block;
  width: 100%;
  margin: 0 0 6px;
  font-size: 17px;
  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: 576px) {
  .list-as-blocks ul li {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 768px) {
  .list-as-blocks ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .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: #1b2c11;
  text-align: center;
  word-wrap: break-word;
  background-color: #a2d085;
  background-clip: border-box;
  border: 1px solid #85c161;
  border-radius: 8px;
  -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: #32501f;
}
.list-as-blocks ul li a:hover {
  color: #cfcfcf;
  text-decoration: none;
  background-color: #1c1c1c;
  border-color: #0f0f0f;
}
.list-as-blocks ul li a:hover i {
  color: #e8e8e8;
}
.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: #c64f55;
  border-radius: 36px;
}
.list-as-blocks ul li.active a,
.list-as-blocks ul li.selected a {
  color: #cfcfcf;
  background-color: #1c1c1c;
  border-color: #020202;
}
.list-as-blocks ul li.active a i,
.list-as-blocks ul li.selected a i {
  color: #e8e8e8;
}
.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 #85c161;
  border-bottom: 45px solid transparent;
}
.list-as-blocks.has-count .item-count {
  position: absolute;
  top: 5px;
  right: 1px;
  display: block;
  width: 25px;
  font-size: 17px;
  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: #6bac43;
}
.nav > li.pill-help a:hover,
.nav > li.pill-help a:focus {
  color: #6bac43;
  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: 17px;
  color: #8f8f8f !important;
  /* needed as script adds element value */
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  outline: 0;
  box-shadow: none;
}
@media (min-width: 576px) {
  .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;
}
.taglist .tag {
  position: relative;
  display: inline-flex;
  height: 22px;
  padding: 1px 12px 0;
  margin-right: 8px;
  margin-bottom: 7.5px;
  font-size: 17px;
  line-height: 18px;
  color: #231f20;
  text-decoration: none;
  background: #c2b8a7;
  border-radius: 8px;
  -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: 17px;
}
.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: #1c1c1c !important;
}
.not_valid {
  color: #b94a48 !important;
  background: #f2dede !important;
}
.tag-wrap .ui-autocomplete {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 90;
  z-index: 9999 !important;
  min-width: 200px;
  padding: 12px;
  list-style: none;
  background-color: #a2d085;
  border: 1px solid #85c161;
  border-radius: 0 0 8px 8px;
  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: #1b2c11;
  text-decoration: none;
  cursor: pointer;
}
.tag-wrap .ui-autocomplete li a:hover {
  background: #85c161;
  border-radius: 4px;
}
.tag-letterlist {
  color: #4f4f4f;
}
.tag-letterlist li {
  margin-right: 12px;
  cursor: default;
}
.tag-letterlist a {
  font-weight: 600;
}
.photoframe {
  display: inline-block;
  border: 4px solid #a2d085;
}
.photoframe.photoframe-sm {
  border-width: 2px;
}
.smartsearch {
  position: relative;
  width: 298px;
  padding: 2px 6px;
  margin-top: 6px;
  font-size: 12px;
  color: #cfcfcf;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #2c2c2c;
  border-radius: 8px;
}
.smartsearch:focus-within {
  background: rgba(255, 255, 255, 0.12);
}
.smartsearch input::-moz-placeholder,
.smartsearch input::-webkit-input-placeholder {
  color: #8f8f8f;
}
.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: #cfcfcf;
  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: #cfcfcf;
  border: 0 !important;
  box-shadow: none !important;
}
.smartsearch .dropdown .navbar-link {
  width: 100%;
  color: #cfcfcf;
  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-campus {
  color: #fff;
  background-color: #83758f;
}
.label-type {
  color: #fff;
  background-color: #a2d085;
}
.label-communicationstatus-approved {
  background-color: #6bac43;
}
.label-communicationstatus-denied {
  background-color: #c64f55;
}
.label-communicationstatus-draft {
  background-color: #ccc;
}
.label-communicationstatus-submitted {
  background-color: #f0ad4e;
}
.label-communicationstatus-transient {
  background-color: #a2d085;
}
.datepicker {
  direction: ltr;
  border-radius: 8px;
}
.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: #ccc;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  background: #efefef;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #ccc;
  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: #ccc;
  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: #ccc;
  background: #ffdb99;
}
.datepicker table tr td.range {
  color: #000000;
  background: #efefef;
  border-radius: 0;
}
.datepicker table tr td.range.focused,
.datepicker table tr td.range:hover {
  background: #d6d6d6;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  color: #ccc;
  background: #efefef;
}
.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: #c1d8e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  color: #ccc;
  background: #e4eef3;
}
.datepicker table tr td.range.today {
  color: #000;
  background: #f7ca78;
}
.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: #ccc;
  background: #f7ca78;
}
.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: #ccc;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  background: #b3b3b3;
}
.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: #548735;
}
.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: #446e2b;
}
.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: #efefef;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  color: #ccc;
  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: #6bac43;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #ccc;
}
.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: #efefef;
}
.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.fa-times,
.clearable-input i.fa-times {
  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.fa-times,
.clearable-input:hover i.fa-times {
  opacity: 1;
}
.touch .timepicker-input i.fa-times {
  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: 12px 4px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  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: 8px;
}
.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: #c64f55;
  box-shadow: 0 0 0 3px rgba(198, 79, 85, 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: 0;
  bottom: 0;
}
.imageupload-group .imageupload-thumbnail .imageupload-remove a {
  display: block;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #c64f55;
  border-top-left-radius: 8px;
}
.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 8px 8px;
}
.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: #a4a4a4;
}
.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: 0;
  bottom: 0;
  z-index: 50;
}
.fileupload-group .fileupload-remove a {
  display: block;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #c64f55;
  border-top-left-radius: 8px;
}
.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: #a4a4a4;
}
.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 8px 8px;
}
.fileupload-group .fileupload-button {
  padding: 8px 20px;
  background-color: #6bac43;
  border: 1px solid #6bac43;
  border-radius: 8px;
}
.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: 8px;
}
.fileupload-group .fileuploaddefault-button:hover {
  color: #303030;
  background-color: #efefef;
  border-color: #bcbcbc;
}
.fileupload-group .fileuploaddefault-button span {
  color: #303030;
}
.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: 50px;
  padding-top: 2px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1;
  color: #a4a4a4;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f0f0f0;
  border-radius: 7px;
}
.fileupload-thumbnail .file-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  font-family: 'FontAwesome';
  font-size: 28px;
  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: #c64f55;
  border-top-left-radius: 8px;
}
.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: 0;
  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: 576px) {
  .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: 20px;
}
@media (min-width: 576px) {
  .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: 576px) {
  .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: #6bac43;
  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: 17px;
  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: 768px) {
  .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: 8px;
}
.groupmembers .member .person-image {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 7.5px;
  border: 1px solid #a2d085;
}
.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 > li {
  min-width: 160px;
  text-align: right;
}
.loginstatus > li li {
  text-align: left;
}
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: 8px;
}
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: #cfcfcf;
  background: #4f4f4f;
}
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: #1b2c11;
  background-color: #a2d085;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #85c161;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  display: block;
}
.tt-suggestion p {
  padding: 4px;
  margin: 0;
  border-radius: 8px;
}
.tt-suggestion p:hover {
  color: #1c1c1c;
  background-color: #85c161;
}
.tt-suggestion.tt-is-under-cursor {
  color: #609a3c;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #1b2c11;
}
.image-editor-photo {
  position: relative;
  width: 150px;
}
.image-editor-photo .image-container {
  width: 150px;
  height: 150px;
  border: 3px solid #a2d085;
}
.image-editor-photo .options {
  position: absolute;
  top: 110px;
  right: 0;
  padding: 0 6px;
  color: #000000;
  background-color: #a2d085;
  border-radius: 8px 0 0 8px;
  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: #000000;
  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: #a4a4a4;
  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;
}
.activeusers .recent i {
  color: #6bac43;
}
.activeusers .not-recent i {
  color: #f0ad4e;
}
.nav-paging .btn-prev {
  float: left;
}
.nav-paging .btn-next {
  float: right;
  margin-left: auto !important;
}
.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;
}
.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: 43px;
  padding: 8px 20px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-group-sm .slidingdaterange-daterange .form-control,
select.input-group-sm .slidingdaterange-daterange .input-group-addon {
  height: 43px;
  padding: 8px 72px 8px 20px;
}
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;
}
.slidingdaterange-select,
.slidingdaterange-number,
.slidingdaterange-daterange .input-group {
  margin-bottom: 6px;
}
.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: #efefef;
}
.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: #5c5c5c;
  text-align: center;
  word-break: break-word;
  cursor: default;
}
.wizard .wizard-item a {
  color: #5c5c5c;
}
.wizard .wizard-item .wizard-item-icon {
  min-width: 75px;
}
.wizard .wizard-item .wizard-item-icon i {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 9px 7px;
  color: #bbb;
  background: #b0d798;
  border: 1px solid #bbb;
  border-radius: 60px;
}
.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: #6bac43;
}
.wizard .wizard-item.active::before {
  background-color: #a2a2a2;
}
.wizard .wizard-item.active .wizard-item-icon i {
  color: #fff;
  background-color: #6bac43;
  border-color: #6bac43;
}
.wizard .wizard-item.complete {
  color: #6bac43;
}
.wizard .wizard-item.complete a {
  color: #6bac43;
}
.wizard .wizard-item.complete::before {
  background-color: #a2a2a2;
}
.wizard .wizard-item.complete .wizard-item-icon i {
  color: #fff;
  background-color: #6bac43;
  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-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: 13px !important;
  margin-bottom: 13px !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: 13px;
}
.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: #6bac43;
  border-color: #6bac43;
}
.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(107, 172, 67, 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: #bedeaa;
}
.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: #ccc;
}
.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: #efefef;
}
.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: #6bac43;
  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 {
  position: relative;
  padding-right: 40px;
}
.panel .panel-heading.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: #1c1c1c;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #85c161;
  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: #77ba4e;
  opacity: 1;
}
.number-range-editor .form-control-group .form-control {
  margin-bottom: 4px;
}
.date-range-picker .input-group {
  margin-bottom: 6px;
}
.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;
}
/*!
 * 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: 8px;
}
.colorpicker-saturation i b {
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-radius: 8px;
}
.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: 8px;
}
.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: 28px;
  height: 28px;
  overflow: hidden;
  vertical-align: text-top;
  cursor: pointer;
  border-radius: 8px;
  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: 28px;
  height: 28px;
  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: #85c161;
}
.note-editor.panel-default > .panel-heading {
  background-color: #fff;
}
.htmleditor-filebrowser .is-postback > .modal-header {
  padding: 5px 15px;
  margin: 0 -15px 15px;
  margin-top: 0;
  color: #fff;
  background-color: #6bac43;
}
.htmleditor-filebrowser .is-postback > .modal-footer {
  padding: 8px 24px;
  margin-right: -15px;
  margin-left: -15px;
  color: #609a3c;
  background-color: #daeccf;
}
.htmleditor-assetmanager .is-postback > .modal-header {
  padding: 5px 15px;
  margin: 0 -15px 15px;
  margin-top: 0;
  color: #fff;
  background-color: #6bac43;
}
.htmleditor-assetmanager .is-postback > .modal-footer {
  padding: 8px 24px;
  margin-right: -15px;
  margin-left: -15px;
  color: #609a3c;
  background-color: #daeccf;
}
.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: 24px;
}
@media (max-width: 575px) {
  .picker-folders {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 24px;
  }
}
.picker-folders .actions {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .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 {
  min-height: 378px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .structured-content-container {
    background: #ffffff;
  }
}
@media (min-width: 992px) {
  .structured-content-container {
    min-height: 520px;
    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: 576px) {
  .structured-content-container .codex-editor {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .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 {
  display: none;
}
.assetmanager-files .checkbox {
  width: 20px;
  padding-left: 0;
}
.assetmanager-actions .fileupload-group {
  margin-bottom: 0;
}
/* Dragula */
.gu-mirror {
  position: fixed !important;
  z-index: 9999 !important;
  margin: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 767px) {
  .hide-label-sm .control-label {
    display: none;
  }
}
.custom-switch {
  padding-left: 36px;
}
.custom-switch-centered .custom-switch {
  padding-top: 20px !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(107, 172, 67, 0.2);
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #efefef;
}
.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: #bedeaa;
}
.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: #6bac43;
  border-color: #6bac43;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(107, 172, 67, 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: 576px) {
  .kpi-container > .kpi {
    max-width: calc(50% - 16px);
    max-width: calc(var(--kpi-col-sm, 50%) - 16px);
  }
}
@media (min-width: 768px) {
  .kpi-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .kpi-container > .kpi {
    max-width: calc(33.3333% - 16px);
    max-width: calc(var(--kpi-col-md, 33.33333%) - 16px);
  }
}
@media (min-width: 992px) {
  .kpi-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .kpi-container > .kpi {
    max-width: calc(25% - 16px);
    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: center;
  margin: 0 8px 16px;
  overflow-y: hidden;
  font-size: 26px;
  color: #1b2c11;
  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: #ccc;
}
.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%;
  height: 100%;
  font-size: 32px;
  vertical-align: top;
}
.kpi-card .kpi-icon {
  margin-left: 12px;
}
.has-icon-bg .kpi-icon {
  display: block;
  width: max-content;
  margin-left: 0;
}
.has-icon-bg .kpi-icon .kpi-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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 #85c161;
  border-radius: 8px;
}
.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: #85c161;
}
.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: #ccc;
}
.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: #6bac43;
  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 #6bac43;
}
.progress-tracker-icon.upcoming {
  background: #ffffff;
  border: 2px solid #ccc;
}
.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: #6bac43;
}
.progress-tracker-title {
  color: #1c1c1c;
}
.progress-tracker-subtitle {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: #ccc;
}
.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 #85c161;
}
.remaining-time-title {
  font-size: 12px;
  line-height: 14px;
  color: #ccc;
  white-space: nowrap;
}
.remaining-time-countdown {
  margin: 0;
  font-weight: 500;
  line-height: 1;
  color: #6bac43;
}
.inline-svg {
  display: inline-flex;
  width: 1.25em;
  height: 1em;
  line-height: 1;
  fill: currentColor;
}
.form-builder-detail {
  --zone-border: #ebebeb;
  --zone-configurable-border: #f5faff;
  --zone-configurable-hover-border: #dfe0e1;
  --zone-action-bg: #f5faff;
  --zone-action-border: #dde7f2;
  --zone-action-color: #89a1b9;
  --zone-action-hover-color: #cccccc;
  --zone-active-color: #c9eaf9;
  --zone-active-action-color: #83bad3;
  --zone-highlight-color: #ee7725;
  --zone-highlight-action-text-color: #e4bda2;
  --flex-col-gutter: 30px;
  --zone-border-radius: 6px;
  /*** Configurable Zones ***/
  /*** Form Sections ***/
  /*** Flex Column Sizes ***/
}
.form-builder-detail .zone-body .configurable-zone > .zone-content-container > .zone-content {
  pointer-events: none;
}
.form-builder-detail .zone-body > div > .form-group {
  margin-bottom: 0;
}
.form-builder-detail .configurable-zone {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  transition: border-color 108ms cubic-bezier(0.2, 0.2, 0.38, 0.9);
}
.form-builder-detail .configurable-zone.zone-section {
  flex-grow: 1;
}
.form-builder-detail .configurable-zone.zone-section > .zone-actions {
  position: relative;
}
.form-builder-detail .configurable-zone > .zone-content-container {
  display: flex;
  flex-grow: 1;
  background: #fff;
  border: 2px dotted var(--zone-border);
  border-right: 2px solid var(--zone-action-border);
  border-radius: var(--zone-border-radius) 0 0 var(--zone-border-radius);
}
.form-builder-detail .configurable-zone > .zone-content-container > .zone-content {
  flex-grow: 1;
}
.form-builder-detail .configurable-zone > .zone-content-container > .zone-content > .zone-body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
}
.form-builder-detail .configurable-zone > .zone-actions {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  background-color: var(--zone-action-bg);
  border: 2px solid var(--zone-action-border);
  border-left: 0;
}
.form-builder-detail .configurable-zone.active > .zone-content-container {
  border-color: var(--zone-active-color);
}
.form-builder-detail .configurable-zone.active > .zone-actions {
  background-color: var(--zone-active-color);
  border-color: var(--zone-active-color);
}
.form-builder-detail .configurable-zone.highlight > .zone-content-container {
  border-color: var(--zone-highlight-color);
  border-right-style: dotted;
}
.form-builder-detail .form-section {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-content: flex-start;
  min-height: 50px;
  margin: 0 calc(-.5 * var(--flex-col-gutter)) -10px;
}
.form-builder-detail .form-layout .form-template-item {
  padding: 16px;
  margin: 0 0 12px;
  font-size: 18px;
}
.form-builder-detail .form-layout .form-template-item.form-template-item-field {
  flex-basis: calc(100% - var(--flex-col-gutter) - 40px);
  margin: 0 calc(.5 * var(--flex-col-gutter) + 40px) 12px calc(.5 * var(--flex-col-gutter));
}
.form-builder-detail .form-section .configurable-zone {
  --zone-border: var(--zone-configurable-border);
}
.form-builder-detail .form-section .configurable-zone > .zone-actions {
  border-style: dotted;
  border-radius: 0 var(--zone-border-radius) var(--zone-border-radius) 0;
  opacity: 0;
  transition: opacity 116ms cubic-bezier(0.2, 0.2, 0.38, 0.9), transform 116ms cubic-bezier(0.2, 0.2, 0.38, 0.9);
  transform: scaleX(0);
  transform-origin: 0% 0%;
}
.form-builder-detail .form-section .configurable-zone > .zone-content-container {
  border-right: 2px dotted var(--zone-border);
}
.form-builder-detail .form-section .configurable-zone.active,
.form-builder-detail .form-section .configurable-zone:hover {
  --zone-border: var(--zone-configurable-hover-border);
}
.form-builder-detail .form-section .configurable-zone.active > .zone-content-container,
.form-builder-detail .form-section .configurable-zone:hover > .zone-content-container {
  border-right-color: transparent;
}
.form-builder-detail .form-section .configurable-zone.active > .zone-actions,
.form-builder-detail .form-section .configurable-zone:hover > .zone-actions {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: 0% 0%;
}
.form-builder-detail .flex-col {
  margin-right: calc(.5 * var(--flex-col-gutter));
  margin-left: calc(.5 * var(--flex-col-gutter));
}
.form-builder-detail .flex-col-1 {
  flex-basis: calc(8.3333% - var(--flex-col-gutter));
}
.form-builder-detail .flex-col-2 {
  flex-basis: calc(16.6666% - var(--flex-col-gutter));
}
.form-builder-detail .flex-col-3 {
  flex-basis: calc(25% - var(--flex-col-gutter));
}
.form-builder-detail .flex-col-4 {
  flex-basis: calc(33.3333% - var(--flex-col-gutter));
}
.form-builder-detail .flex-col-5 {
  flex-basis: calc(41.6666% - var(--flex-col-gutter));
}
.form-builder-detail .flex-col-6 {
  flex-basis: calc(50% - var(--flex-col-gutter));
}
.form-builder-detail .flex-col-7 {
  flex-basis: calc(58.3333% - var(--flex-col-gutter));
}
.form-builder-detail .flex-col-8 {
  flex-basis: calc(66.6666% - var(--flex-col-gutter));
}
.form-builder-detail .flex-col-9 {
  flex-basis: calc(75% - var(--flex-col-gutter));
}
.form-builder-detail .flex-col-10 {
  flex-basis: calc(83.3333% - var(--flex-col-gutter));
}
.form-builder-detail .flex-col-11 {
  flex-basis: calc(91.6666% - var(--flex-col-gutter));
}
.form-builder-detail .flex-col-12 {
  flex-basis: calc(100% - var(--flex-col-gutter));
}
.form-builder-grow {
  position: relative;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}
.form-builder-container {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
.form-builder-scroll {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
}
.form-layout {
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  padding: 1rem;
  overflow-y: auto;
}
.form-layout-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.form-sidebar {
  position: relative;
  z-index: 20;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  min-width: 320px;
  max-width: 320px;
  overflow: hidden;
  background-color: #fcfcfc;
  border-right: 1px solid #dfe0e1;
}
.form-sidebar .panel-body {
  padding: 12px 16px;
}
.form-sidebar .panel-title {
  padding: 0 16px !important;
  font-size: 16px;
}
.sidebar-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #484848;
}
.sidebar-back:hover {
  background-color: #3d3d3d;
}
.sidebar-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #dfe0e1;
}
.sidebar-header .title {
  display: flex;
  align-items: center;
  padding: 8px;
}
.sidebar-header .icon {
  width: 1em;
  height: 1em;
  margin-right: 8px;
  font-size: 1.125rem;
}
.sidebar-body {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.sidebar-panels {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sidebar-panels .panel-default {
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #85c161;
  border-radius: 0;
  box-shadow: none;
}
.sidebar-panels > div:nth-child(2) > .panel {
  border-top: 0;
}
.sidebar-panels > div:last-child {
  border-bottom: 1px solid #85c161;
}
.sidebar-panels .panel-heading {
  background: #f5f5f5;
  border-bottom: 0;
  transition: 0.1s background ease-in-out;
}
.sidebar-panels .panel-heading > .panel-aside {
  color: #ccc;
}
.sidebar-panels .panel-heading:hover {
  background: #fcfcfc;
}
.sidebar-panels .panel-heading:hover > .panel-aside {
  color: #1c1c1c;
}
.sidebar-panels .panel-heading:active {
  background: #dfe0e1;
}
.form-template-item-list {
  --gutter: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter));
  margin-right: calc(-.5 * var(--gutter));
  margin-left: calc(-.5 * var(--gutter));
}
.form-template-item-list .form-template-item {
  flex-shrink: 0;
  width: calc(50% - var(--gutter));
  max-width: 100%;
  margin-top: var(--gutter);
  margin-right: calc(var(--gutter) * .5);
  margin-left: calc(var(--gutter) * .5);
}
.zone-action {
  z-index: 10;
  width: 100% !important;
  padding: 6px 4px;
  color: var(--zone-action-color);
  text-align: center;
  cursor: pointer;
}
.zone-action:hover {
  color: var(--zone-action-hover-color);
}
.configurable-zone.active .zone-action {
  color: var(--zone-active-action-color);
}
.zone-action.zone-action-delete:hover {
  color: #c64f55;
}
.zone-action-move {
  margin-bottom: auto;
  cursor: grab;
}
.section-header {
  display: flex;
}
.section-header-content {
  flex-grow: 1;
  align-items: center;
}
/*** Form Template Items ***/
.form-template-item {
  display: flex;
  align-items: center;
  padding: 7px 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: grab;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-left-width: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 108ms cubic-bezier(0.2, 0.2, 0.38, 0.9);
  transform: scale(1);
}
.form-template-item > .fa {
  margin-right: 6px;
}
.form-template-item > .icon {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.form-template-item > .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-template-item:hover {
  border-color: #6bac43;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}
.form-template-item.form-template-item-section {
  border-left-color: #009ce3;
}
.block-instance.form-list .panel-body {
  flex: 1 0 0;
  overflow: hidden;
}
.block-instance.form-list .filter-options,
.block-instance.form-list .form-category-display {
  overflow-y: auto;
}
.block-instance.form-list .filter-options {
  min-width: 320px;
  padding: 0 !important;
}
.block-instance.form-list .filter-options .category-header {
  padding: 18px 18px 12px;
}
@media (max-width: 991px) {
  .block-instance.form-list .filter-options {
    border-right: 0;
    border-bottom: 1px solid #85c161;
  }
}
.block-instance.form-list .form-actions {
  margin-top: 12px;
}
.block-instance.form-list .btn-link-spaced {
  padding: 0;
  margin-right: 8px;
}
.block-instance.form-list .btn-link-spaced + .btn-link-spaced {
  margin-left: 8px;
}
.ant-select.form-control {
  padding: 0;
}
.ant-select.form-control .ant-select-selector {
  height: 54px !important;
  padding: 12px 24px !important;
  border-radius: 8px !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-multiple.form-control,
.ant-select.ant-select-multiple.form-control .ant-select-selector {
  height: initial;
  min-height: 54px;
}
.ant-select-clear {
  right: 30px;
}
/*
    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: #1698da;
}
.error-wrap .error-icon.warning {
  color: #f0ad4e;
}
.error-wrap .error-icon.danger {
  color: #c64f55;
}
.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;
}
.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;
}
/*
    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: #6bac43;
}
.theme-color-1 {
  color: #fff;
  background-color: #6bac43;
}
.theme-color-1-bordered {
  color: #fff;
  background-color: #6bac43;
  border: 1px solid #548735;
}
.theme-color-2 {
  color: #cfcfcf;
  background-color: #1c1c1c;
}
.theme-color-2-bordered {
  color: #cfcfcf;
  background-color: #1c1c1c;
  border: 1px solid #020202;
}
.theme-color-3 {
  color: #1b2c11;
  background-color: #a2d085;
}
.theme-color-3-bordered {
  color: #1b2c11;
  background-color: #a2d085;
  border: 1px solid #85c161;
}
.theme-color-4 {
  color: #fff;
  background-color: #1c683e;
}
.theme-color-4-bordered {
  color: #fff;
  background-color: #1c683e;
  border: 1px solid #114026;
}
.theme-color-5 {
  color: #609a3c;
  background-color: #daeccf;
}
.theme-color-5-bordered {
  color: #609a3c;
  background-color: #daeccf;
  border: 1px solid #bedeaa;
}
.theme-color-6 {
  color: #77ba4e;
  background-color: #e8f3e1;
}
.theme-color-6-bordered {
  color: #77ba4e;
  background-color: #e8f3e1;
  border: 1px solid #cce5bc;
}
.theme-color-7 {
  color: #fff;
  background-color: #ac4385;
}
.theme-color-7-bordered {
  color: #fff;
  background-color: #ac4385;
  border: 1px solid #873569;
}
.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: #6bac43 !important;
}
.bg-success {
  background-color: #6bac43 !important;
}
.bg-info {
  background-color: #1698da !important;
}
.bg-warning {
  background-color: #f0ad4e !important;
}
.bg-danger {
  background-color: #c64f55 !important;
}
.bg-critical {
  background-color: #ee7624 !important;
}
.bg-body,
.bg-color {
  background-color: #fff !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: #6bac43 !important;
}
.border-success {
  border-color: #6bac43 !important;
}
.border-danger {
  border-color: #c64f55 !important;
}
.border-warning {
  border-color: #f0ad4e !important;
}
.border-info {
  border-color: #1698da !important;
}
.border-critical {
  border-color: #ee7624 !important;
}
.border-panel {
  border-color: #85c161 !important;
}
.rounded {
  border-radius: 8px !important;
}
.rounded-sm {
  border-radius: 4px !important;
}
.rounded-lg {
  border-radius: 16px !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: 8px !important;
  border-top-right-radius: 8px !important;
}
.rounded-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.rounded-left {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !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: 8px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.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(8px - 1px) calc(8px - 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;
}
.card-footer:last-child {
  border-radius: 0 0 calc(8px - 1px) calc(8px - 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%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(8px - 1px);
  border-top-right-radius: calc(8px - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(8px - 1px);
  border-bottom-left-radius: calc(8px - 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: 108px;
  margin-bottom: 16px;
  border-radius: 16px;
}
.card-schedule .card-body {
  padding-right: 0;
}
.card-schedule .card-title {
  font-size: 23px;
}
.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 {
  margin: 4px 0 4px 8px;
}
.card-schedule.schedule-unavailable {
  background: #f2f2f2;
}
.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: 768px) {
  .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;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.font-weight-bold,
.text-semibold {
  font-weight: 700 !important;
}
.font-weight-bolder,
.text-bold {
  font-weight: 900 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-primary {
  color: #6bac43 !important;
}
.text-success {
  color: #6bac43 !important;
}
.text-danger {
  color: #c64f55 !important;
}
.text-warning {
  color: #f0ad4e !important;
}
.text-info {
  color: #1698da !important;
}
.text-color,
.text-body {
  color: #1c1c1c !important;
}
.text-muted {
  color: #ccc !important;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.m-3 {
  margin: 16px !important;
}
.m-4 {
  margin: 24px !important;
}
.m-5 {
  margin: 32px !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.mx-5 {
  margin-right: 32px !important;
  margin-left: 32px !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: 4px !important;
  margin-bottom: 4px !important;
}
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.mt-3 {
  margin-top: 16px !important;
}
.mt-4 {
  margin-top: 24px !important;
}
.mt-5 {
  margin-top: 32px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 4px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.mr-3 {
  margin-right: 16px !important;
}
.mr-4 {
  margin-right: 24px !important;
}
.mr-5 {
  margin-right: 32px !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.mb-5 {
  margin-bottom: 32px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 4px !important;
}
.ml-2 {
  margin-left: 8px !important;
}
.ml-3 {
  margin-left: 16px !important;
}
.ml-4 {
  margin-left: 24px !important;
}
.ml-5 {
  margin-left: 32px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.p-3 {
  padding: 16px !important;
}
.p-4 {
  padding: 24px !important;
}
.p-5 {
  padding: 32px !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.px-5 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pt-3 {
  padding-top: 16px !important;
}
.pt-4 {
  padding-top: 24px !important;
}
.pt-5 {
  padding-top: 32px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 4px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pr-3 {
  padding-right: 16px !important;
}
.pr-4 {
  padding-right: 24px !important;
}
.pr-5 {
  padding-right: 32px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pb-3 {
  padding-bottom: 16px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.pb-5 {
  padding-bottom: 32px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 4px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.pl-3 {
  padding-left: 16px !important;
}
.pl-4 {
  padding-left: 24px !important;
}
.pl-5 {
  padding-left: 32px !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .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;
  }
  .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;
  }
  .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;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 4px !important;
  }
  .m-sm-2 {
    margin: 8px !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .m-sm-5 {
    margin: 32px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-5 {
    margin-right: 32px !important;
    margin-left: 32px !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: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  .mt-sm-5 {
    margin-top: 32px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 4px !important;
  }
  .mr-sm-2 {
    margin-right: 8px !important;
  }
  .mr-sm-3 {
    margin-right: 16px !important;
  }
  .mr-sm-4 {
    margin-right: 24px !important;
  }
  .mr-sm-5 {
    margin-right: 32px !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 4px !important;
  }
  .ml-sm-2 {
    margin-left: 8px !important;
  }
  .ml-sm-3 {
    margin-left: 16px !important;
  }
  .ml-sm-4 {
    margin-left: 24px !important;
  }
  .ml-sm-5 {
    margin-left: 32px !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .p-sm-5 {
    padding: 32px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sm-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  .pt-sm-3 {
    padding-top: 16px !important;
  }
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  .pt-sm-5 {
    padding-top: 32px !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 4px !important;
  }
  .pr-sm-2 {
    padding-right: 8px !important;
  }
  .pr-sm-3 {
    padding-right: 16px !important;
  }
  .pr-sm-4 {
    padding-right: 24px !important;
  }
  .pr-sm-5 {
    padding-right: 32px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  .pb-sm-5 {
    padding-bottom: 32px !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 4px !important;
  }
  .pl-sm-2 {
    padding-left: 8px !important;
  }
  .pl-sm-3 {
    padding-left: 16px !important;
  }
  .pl-sm-4 {
    padding-left: 24px !important;
  }
  .pl-sm-5 {
    padding-left: 32px !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: 768px) {
  .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;
  }
  .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;
  }
  .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;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .m-md-5 {
    margin: 32px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-5 {
    margin-right: 32px !important;
    margin-left: 32px !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: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 4px !important;
  }
  .mt-md-2 {
    margin-top: 8px !important;
  }
  .mt-md-3 {
    margin-top: 16px !important;
  }
  .mt-md-4 {
    margin-top: 24px !important;
  }
  .mt-md-5 {
    margin-top: 32px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 4px !important;
  }
  .mr-md-2 {
    margin-right: 8px !important;
  }
  .mr-md-3 {
    margin-right: 16px !important;
  }
  .mr-md-4 {
    margin-right: 24px !important;
  }
  .mr-md-5 {
    margin-right: 32px !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .mb-md-5 {
    margin-bottom: 32px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 4px !important;
  }
  .ml-md-2 {
    margin-left: 8px !important;
  }
  .ml-md-3 {
    margin-left: 16px !important;
  }
  .ml-md-4 {
    margin-left: 24px !important;
  }
  .ml-md-5 {
    margin-left: 32px !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .p-md-5 {
    padding: 32px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-md-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 4px !important;
  }
  .pt-md-2 {
    padding-top: 8px !important;
  }
  .pt-md-3 {
    padding-top: 16px !important;
  }
  .pt-md-4 {
    padding-top: 24px !important;
  }
  .pt-md-5 {
    padding-top: 32px !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 4px !important;
  }
  .pr-md-2 {
    padding-right: 8px !important;
  }
  .pr-md-3 {
    padding-right: 16px !important;
  }
  .pr-md-4 {
    padding-right: 24px !important;
  }
  .pr-md-5 {
    padding-right: 32px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .pb-md-3 {
    padding-bottom: 16px !important;
  }
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  .pb-md-5 {
    padding-bottom: 32px !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 4px !important;
  }
  .pl-md-2 {
    padding-left: 8px !important;
  }
  .pl-md-3 {
    padding-left: 16px !important;
  }
  .pl-md-4 {
    padding-left: 24px !important;
  }
  .pl-md-5 {
    padding-left: 32px !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: 992px) {
  .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;
  }
  .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;
  }
  .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;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .m-lg-5 {
    margin: 32px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-lg-5 {
    margin-right: 32px !important;
    margin-left: 32px !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: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  .mt-lg-5 {
    margin-top: 32px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 4px !important;
  }
  .mr-lg-2 {
    margin-right: 8px !important;
  }
  .mr-lg-3 {
    margin-right: 16px !important;
  }
  .mr-lg-4 {
    margin-right: 24px !important;
  }
  .mr-lg-5 {
    margin-right: 32px !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .mb-lg-5 {
    margin-bottom: 32px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 4px !important;
  }
  .ml-lg-2 {
    margin-left: 8px !important;
  }
  .ml-lg-3 {
    margin-left: 16px !important;
  }
  .ml-lg-4 {
    margin-left: 24px !important;
  }
  .ml-lg-5 {
    margin-left: 32px !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .p-lg-5 {
    padding: 32px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-lg-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-lg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  .pt-lg-5 {
    padding-top: 32px !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 4px !important;
  }
  .pr-lg-2 {
    padding-right: 8px !important;
  }
  .pr-lg-3 {
    padding-right: 16px !important;
  }
  .pr-lg-4 {
    padding-right: 24px !important;
  }
  .pr-lg-5 {
    padding-right: 32px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  .pb-lg-5 {
    padding-bottom: 32px !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 4px !important;
  }
  .pl-lg-2 {
    padding-left: 8px !important;
  }
  .pl-lg-3 {
    padding-left: 16px !important;
  }
  .pl-lg-4 {
    padding-left: 24px !important;
  }
  .pl-lg-5 {
    padding-left: 32px !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 {
  .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;
  }
}
.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;
}
/*
    Used to create devices using CSS.

    1. Common
    2. Mobile Phone
    3. Tablet
    4. Browser
    5. SMS Sample

*/
.device {
  position: relative;
  margin: 0 auto;
}
.device-mobile {
  width: 435px;
  border-top: solid 24px #ddd;
  border-right: solid 12px #ddd;
  border-bottom: solid 48px #ddd;
  border-left: solid 12px #ddd;
  border-radius: 12px;
}
.device-mobile::before {
  position: absolute;
  top: 12px;
  left: -14px;
  display: block;
  width: 2px;
  height: 12px;
  content: "";
  background-color: #bbb;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 0 0 0 #bbb, 0 24px 0 0 #bbb;
}
.device-mobile::after {
  position: absolute;
  bottom: -36px;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  content: "";
  background-color: #bbb;
  border-radius: 12px;
}
.device-mobile .email-wrapper {
  position: relative;
  height: 525px;
  padding-top: 10px;
  border: 1px solid #ddd;
  border-top: 0 none;
}
@media all and (min-width: 576px) {
  .device-mobile {
    width: 435px;
    border-top: solid 36px #ddd;
    border-right: solid 18px #ddd;
    border-bottom: solid 72px #ddd;
    border-left: solid 18px #ddd;
    border-radius: 18px;
  }
  .device-mobile::before {
    top: 18px;
    left: -21px;
    width: 3px;
    height: 18px;
    content: "";
    background-color: #bbb;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 0 0 #bbb, 0 36px 0 0 #bbb;
  }
  .device-mobile::after {
    bottom: -54px;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    content: "";
    border-radius: 18px;
  }
}
.device-tablet {
  position: relative;
  width: 264px;
  border-top: solid 48px #ddd;
  border-right: solid 12px #ddd;
  border-bottom: solid 48px #ddd;
  border-left: solid 12px #ddd;
  border-radius: 12px;
}
.device-tablet::before {
  position: absolute;
  top: -26px;
  left: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  content: "";
  background-color: #bbb;
  border-radius: 4px;
}
.device-tablet::after {
  position: absolute;
  bottom: -36px;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  content: "";
  background-color: #bbb;
  border-radius: 12px;
}
@media all and (min-width: 576px) {
  .device--tablet {
    width: 396px;
    border-top: solid 72px #ddd;
    border-right: solid 18px #ddd;
    border-bottom: solid 72px #ddd;
    border-left: solid 18px #ddd;
    border-radius: 18px;
  }
  .device--tablet::before {
    top: -39px;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 6px;
  }
  .device--tablet::after {
    bottom: -54px;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    content: "";
    border-radius: 18px;
  }
}
.device-browser {
  width: 100%;
  /* max-width: 100%; set max width here if you need to. */
  border-top: solid 36px #dfdfdf;
  border-right: solid 2px #dfdfdf;
  border-bottom: solid 2px #dfdfdf;
  border-left: solid 2px #dfdfdf;
  border-radius: 4px 4px 0 0;
}
.device-browser::before {
  position: absolute;
  top: -24px;
  left: 12px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #f36;
  border-radius: 12px;
  box-shadow: 0 0 0 0 #f36, 16px 0 0 0 #fc9, 32px 0 0 0 #3f6;
}
@media all and (min-width: 480px) {
  .device-browser {
    border-top: solid 48px #dfdfdf;
  }
  .device-browser::before {
    top: -30px;
    box-shadow: 0 0 0 0 #f36, 24px 0 0 0 #fc9, 48px 0 0 0 #3f6;
  }
  .device-browser::after {
    top: -36px;
    right: 12px;
    width: 240px;
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
  }
}
.sms {
  position: relative;
  width: 400px;
  overflow-x: hidden;
  background: none repeat scroll 0 0 #fff;
}
.sms .left {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 14px;
}
.sms .left::after {
  position: absolute;
  top: 22px;
  left: -12px;
  width: 14px;
  height: 14px;
  content: " ";
  border: 3px solid #2095fe;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sms .right {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 14px;
}
.sms header {
  height: 60px;
  font-size: 20px;
  line-height: 58px;
  color: #2095fe;
  text-align: center;
  white-space: nowrap;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  box-shadow: 0 1px 2px rgba(1, 1, 1, 0.2);
}
.sms header h2 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}
.sms .messages-wrapper {
  position: relative;
  height: 525px;
  padding-top: 10px;
  border: 1px solid #ddd;
  border-top: 0 none;
}
.sms .message {
  position: relative;
  padding: 15px 20px;
  margin: 0 15px 10px;
  font-size: 16px;
  border-radius: 20px;
}
.sms .message.to {
  margin-left: 80px;
  color: #fff;
  background-color: #2095fe;
}
.sms .message.from {
  margin-right: 80px;
  color: #363636;
  background-color: #e5e4e9;
}
.sms .message.to + .message.to,
.sms .message.from + .message.from {
  margin-top: -7px;
}
.sms .message::before {
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: 1;
  width: 70px;
  height: 40px;
  clip: rect(20px, 35px, 42px, 0);
  content: " ";
  border-color: #2095fe;
  border-style: solid;
  border-width: 0 20px;
  border-radius: 50%;
}
.sms .message.from::before {
  left: -50px;
  border-color: #e5e4e9;
  transform: rotateY(180deg);
}
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: 17px;
  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: 8px;
}
.alert-warning .navigation-tip {
  color: #fcf8e3;
  background-color: #ceae78;
}
a.help {
  margin-left: 6px;
  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);
  overflow-y: auto;
}
.dropdown-menu.datepicker-dropdown {
  max-height: none;
  overflow-y: visible;
  font-size: 20px;
}
.dropdown-right .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-menu .btn-link {
  width: 100%;
  padding: 3px 20px;
  line-height: 1.4;
  color: #303030;
  text-align: left;
  border: 0;
}
.dropdown-menu .btn-link:hover,
.dropdown-menu .btn-link:focus {
  color: #232323;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu .dropdown-item-danger {
  color: #c64f55;
}
.dropdown-menu .dropdown-item-danger:hover {
  color: #fff;
  background-color: #c64f55;
}
.btn > .btn-icon {
  position: relative;
  top: -1px;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
}
.alert-default {
  color: #1c1c1c;
  background-color: #efefef;
  border-color: #d6d6d6;
}
.alert-default hr {
  border-top-color: #c9c9c9;
}
.alert-default .alert-link {
  color: #020202;
}
.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: 33px;
}
.control-label-offset.checkbox {
  margin-top: 38px;
}
.badge-danger {
  color: #ffffff !important;
  background-color: #c64f55 !important;
}
.badge-warning {
  color: #ffffff !important;
  background-color: #f0ad4e !important;
}
.badge-success {
  color: #ffffff !important;
  background-color: #6bac43 !important;
}
.badge-info {
  color: #ffffff !important;
  background-color: #1698da !important;
}
.badge-critical {
  color: #ffffff !important;
  background-color: #ee7624 !important;
}
.badge-legend .badge {
  height: 28px;
  margin-right: 4px;
  cursor: pointer;
}
.popover-content {
  overflow: hidden;
}
.popover-content header {
  padding: 8px 14px;
  margin: -9px -14px 8px;
  font-size: 20px;
  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-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 8px 0 0;
}
.panel .panel-heading .checkbox {
  margin: 0 !important;
}
.panel .panel-heading .panel-labels {
  float: right;
  margin-top: -6.3px;
  margin-bottom: -6.3px;
}
.panel .panel-heading .panel-labels .panel-text {
  float: left;
  margin-top: 5px;
  font-size: 17px;
}
.panel .panel-heading .panel-actions {
  margin-top: 4px;
}
.panel .panel-heading .form-group {
  margin-bottom: 0;
}
.panel .panel-footer {
  color: #1c1c1c;
  background-color: #fff;
}
.panel .panel-settings {
  padding: 15px;
  margin: -15px;
  border-bottom: 1px solid #85c161;
}
.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: 576px) {
  .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: 12px 24px;
  font-size: 12px;
  font-weight: 400;
  color: #ccc;
  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: 0;
  padding-top: 38px;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0 !important;
}
.panel-toolbar {
  padding: 4px 16px;
  font-size: 17px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .panel-toolbar {
    flex-wrap: nowrap;
  }
}
.panel-toolbar .btn-tool,
.panel-toolbar .picker .picker-label {
  padding: 1px 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  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: #85c161;
}
.panel-widget > .panel-heading {
  color: #609a3c;
  background-color: #daeccf;
  border-color: #85c161;
}
.panel-widget > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #85c161;
}
.panel-widget > .panel-heading .badge {
  color: #daeccf;
  background-color: #609a3c;
}
.panel-widget > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #85c161;
}
.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: #94c873;
}
.panel-widget > .panel-body {
  border-top: 1px solid #85c161;
}
.panel-persondetails {
  border-color: #85c161;
  background-color: #ffffff;
}
.panel-persondetails > .panel-heading {
  color: #609a3c;
  background-color: #daeccf;
  border-color: #85c161;
}
.panel-persondetails > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #85c161;
}
.panel-persondetails > .panel-heading .badge {
  color: #daeccf;
  background-color: #609a3c;
}
.panel-persondetails > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #85c161;
}
.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;
}
.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: 17px;
  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 {
  cursor: pointer;
}
.panel-persondetails .attribute-values + .attribute-values {
  margin-top: 24px;
}
.panel-block {
  border-top-color: #77ba4e;
  border-color: #85c161;
}
.panel-block > .panel-heading {
  color: #609a3c;
  background-color: #daeccf;
  border-color: #85c161;
}
.panel-block > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #85c161;
}
.panel-block > .panel-heading .badge {
  color: #daeccf;
  background-color: #609a3c;
}
.panel-block > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #85c161;
}
.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: #daeccf;
  border-bottom: 1px solid #85c161;
}
.panel-block .panel-sidebar {
  border-right: 1px solid #85c161;
}
.panel-body-columns {
  padding: 0;
  margin: -15px;
}
.panel-body-columns > [class*="col-"] {
  padding: 15px;
}
.panel-body-columns .sidebar {
  background-color: #f2f2f2;
  border-bottom: 1px solid #85c161;
}
.panel-body-columns .sidebar:last-child {
  border-top: 1px solid #85c161;
}
@media (min-width: 768px) {
  .panel-body-columns .sidebar {
    border-bottom: 0;
    border-right: 1px solid #85c161;
  }
  .panel-body-columns .sidebar:last-child {
    border-top: 0;
    border-left: 1px solid #85c161;
  }
}
.panel-analytics .panel-body {
  padding: 0 15px;
}
.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: #f2f2f2;
}
.panel-analytics .filter-options {
  border-right: 1px solid #85c161;
  border-bottom-left-radius: 8px;
}
.panel-analytics .analysis-types {
  margin-bottom: 15px;
  border-bottom: 1px solid #85c161;
}
.panel-drawer {
  width: 100%;
  background-color: #f2f2f2;
}
.drawer-content {
  padding: 15px;
}
.panel-drawer.open > .drawer-content {
  display: block;
}
.drawer-pull {
  padding: 6px 8px;
  color: #609a3c;
  cursor: pointer;
  border-bottom: 1px solid #85c161;
}
.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 #85c161;
  background-color: #f2f2f2;
}
.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 #85c161;
  background-color: #f2f2f2;
}
.panel-badges:empty {
  display: none;
}
.panel-badges .badge {
  background-color: inherit;
}
.badge .fa-square::before,
.badge .fa-circle::before {
  display: block;
  width: 1em;
  height: 1em;
  content: " ";
  background: currentColor;
}
.badge .fa-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: #fff;
  background-color: #1c683e;
  border-color: #175432;
}
.btn-action:focus,
.btn-action.focus {
  color: #fff;
  background-color: #114026;
  border-color: #000000;
}
.btn-action:hover {
  color: #fff;
  background-color: #114026;
  border-color: #0a2415;
}
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
  color: #fff;
  background-color: #114026;
  background-image: none;
  border-color: #0a2415;
}
.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: #fff;
  background-color: #0a2415;
  border-color: #000000;
}
.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: #1c683e;
  border-color: #175432;
}
.btn-action .badge {
  color: #1c683e;
  background-color: #fff;
}
.btn-security {
  color: #1c1c1c;
  background-color: transparent;
  border-color: #6bac43;
}
.btn-security:focus,
.btn-security.focus {
  color: #1c1c1c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #32501f;
}
.btn-security:hover {
  color: #1c1c1c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #508032;
}
.btn-security:active,
.btn-security.active,
.open > .dropdown-toggle.btn-security {
  color: #1c1c1c;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #508032;
}
.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: #1c1c1c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #32501f;
}
.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: transparent;
  border-color: #6bac43;
}
.btn-security .badge {
  color: transparent;
  background-color: #1c1c1c;
}
.btn-authentication {
  width: 100%;
  margin-bottom: 8px;
  color: #1c1c1c;
  background-color: transparent;
  border-color: #6bac43;
}
.btn-authentication:focus,
.btn-authentication.focus {
  color: #1c1c1c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #32501f;
}
.btn-authentication:hover {
  color: #1c1c1c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #508032;
}
.btn-authentication:active,
.btn-authentication.active,
.open > .dropdown-toggle.btn-authentication {
  color: #1c1c1c;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #508032;
}
.btn-authentication:active:hover,
.btn-authentication.active:hover,
.open > .dropdown-toggle.btn-authentication:hover,
.btn-authentication:active:focus,
.btn-authentication.active:focus,
.open > .dropdown-toggle.btn-authentication:focus,
.btn-authentication:active.focus,
.btn-authentication.active.focus,
.open > .dropdown-toggle.btn-authentication.focus {
  color: #1c1c1c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #32501f;
}
.btn-authentication.disabled:hover,
.btn-authentication[disabled]:hover,
fieldset[disabled] .btn-authentication:hover,
.btn-authentication.disabled:focus,
.btn-authentication[disabled]:focus,
fieldset[disabled] .btn-authentication:focus,
.btn-authentication.disabled.focus,
.btn-authentication[disabled].focus,
fieldset[disabled] .btn-authentication.focus {
  background-color: transparent;
  border-color: #6bac43;
}
.btn-authentication .badge {
  color: transparent;
  background-color: #1c1c1c;
}
.btn-authentication:hover {
  background-color: rgba(0, 0, 0, 0);
}
.btn-authentication.facebook,
.btn-authentication.google,
.btn-authentication.twitter {
  color: #fff;
}
.btn-authentication.facebook::before,
.btn-authentication.google::before,
.btn-authentication.twitter::before {
  margin-right: 12px;
  font-family: "FontAwesome Brands";
  font-weight: 400;
}
.btn-authentication.facebook {
  background-color: #1877f2;
}
.btn-authentication.facebook::before {
  content: "\f09a";
}
.btn-authentication.google {
  background-color: #ed4e23;
}
.btn-authentication.google::before {
  content: "\f1a0";
}
.btn-authentication.twitter {
  background-color: #1da1f2;
}
.btn-authentication.twitter::before {
  content: "\f099";
}
.btn-pill {
  border-radius: 999px;
}
.btn-overflow {
  color: #ccc;
}
.btn-overflow:hover,
.btn-overflow:focus {
  color: #1c1c1c;
}
.btn-minimal {
  padding: 0;
  color: #696969;
  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 {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .fa-chevron-left {
  left: 40px;
}
.carousel-control .fa-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;
}
.col-md-2-10 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-md-2-10 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
div.aspNetDisabled {
  opacity: 0.5;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.btn-outline-default {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-default:hover {
  color: #1c1c1c;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-default:focus,
.btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-default.disabled {
  opacity: 0.5;
}
.btn-outline-primary {
  color: #6bac43;
  background-color: transparent;
  border-color: #6bac43;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #6bac43;
  border-color: #6bac43;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 172, 67, 0.5);
}
.btn-outline-primary.disabled {
  opacity: 0.5;
}
.btn-outline-success {
  color: #6bac43;
  background-color: transparent;
  border-color: #6bac43;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #6bac43;
  border-color: #6bac43;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 172, 67, 0.5);
}
.btn-outline-success.disabled {
  opacity: 0.5;
}
.btn-outline-info {
  color: #1698da;
  background-color: transparent;
  border-color: #1698da;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1698da;
  border-color: #1698da;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 152, 218, 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;
}
.btn-danger {
  color: #1c1c1c;
  background-color: transparent;
  border-color: #6bac43;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ab373d;
  border-color: #712528;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ab373d;
  border-color: #a3353a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ab373d;
  background-image: none;
  border-color: #a3353a;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #902f33;
  border-color: #712528;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: transparent;
  border-color: #6bac43;
}
.btn-danger .badge {
  color: transparent;
  background-color: #1c1c1c;
}
.btn-danger-solid {
  color: #fff;
  background-color: #c64f55;
  border-color: #c64f55;
}
.btn-danger-solid:focus,
.btn-danger-solid.focus {
  color: #fff;
  background-color: #ab373d;
  border-color: #712528;
}
.btn-danger-solid:hover {
  color: #fff;
  background-color: #ab373d;
  border-color: #a3353a;
}
.btn-danger-solid:active,
.btn-danger-solid.active,
.open > .dropdown-toggle.btn-danger-solid {
  color: #fff;
  background-color: #ab373d;
  background-image: none;
  border-color: #a3353a;
}
.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: #902f33;
  border-color: #712528;
}
.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: #c64f55;
  border-color: #c64f55;
}
.btn-danger-solid .badge {
  color: #c64f55;
  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;
}
@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 #85c161;
}
.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 #85c161;
  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 #85c161;
  flex: 1;
}
/*
    Used to manage styles related to Rock's store
    /* NOTE: This less file is not included in the core since it is only used
             internally. It must be included in the theme.

    1. Promo Rotator
    2. Package Summary
    3. Package Detail
    4. Components
    5. Purchased Package
*/
.promotionrotator {
  margin-bottom: 48px;
}
.promotionrotator .carousel-inner img {
  width: 100%;
}
.promotionrotator .carousel-indicators {
  bottom: -35px;
}
.promotionrotator .carousel-indicators li {
  border-color: #6a6a6a;
}
.promotionrotator .carousel-indicators .active {
  background-color: #6a6a6a;
}
.promotionrotator .carousel-control .fa-chevron-right {
  right: 20px;
}
.promotionrotator .carousel-control .fa-chevron-left {
  left: 20px;
}
.packagesummary {
  position: relative;
  max-width: 282px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.packagesummary .packagesummary-body {
  padding: 24px;
}
.packagesummary .packagesummary-body h2 {
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.packagesummary .packagesummary-body .vendor {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.packagesummary-footer {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background-color: #fcfcfc;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.packagedetail-image {
  width: 100%;
}
.packagedetail-additionalversions {
  display: none;
}
.btn-install {
  width: 100%;
}
.rating-bg {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0.08;
}
.pricelabel {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 8px;
}
.pricelabel.cost {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.pricelabel.free {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.pricelabel h4 {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
}
.store-categories h4 {
  margin-top: 0;
  font-weight: 700;
}
.purchasedpackage h1 {
  margin-top: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.purchasedpackage .purchasedpackage-install a {
  width: 100%;
}
.store-category-list > li {
  margin: 0 12px 6px 0;
}
@media (max-width: 991px) {
  .store-category-list > li {
    margin-right: 8px;
  }
  .store-category-list > li a {
    padding: 5px 8px;
    font-size: 14px;
  }
}
.store-category-list > li + li {
  margin-left: 0 !important;
}
/* 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.
*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  margin-top: 0;
  font-family: "colfax-web", sans-serif;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}
.display-1,
.display-2,
.display-3 {
  line-height: 1;
  letter-spacing: -1.7px;
  font-weight: 900;
}
.display-1 {
  font-size: 64px;
}
.display-2 {
  font-size: 56px;
}
.display-3 {
  font-size: 48px;
  letter-spacing: -1.4px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  line-height: 1.08;
}
h5,
.h5,
h6,
.h6 {
  line-height: 1.12;
}
h1,
.h1 {
  letter-spacing: -1.75px;
}
h2,
.h2 {
  letter-spacing: -1.45px;
}
h3,
.h3 {
  letter-spacing: -1.4px;
}
h4,
.h4 {
  letter-spacing: -1.1px;
}
h5,
.h5 {
  letter-spacing: -0.9px;
}
h6,
.h6 {
  letter-spacing: -0.7px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
blockquote {
  margin-top: 0;
  margin-bottom: 24px;
}
.pretitle {
  font-family: "colfax-web", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.4;
  color: #a4a4a4;
}
blockquote {
  padding: 0;
  border: none;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.8px;
  line-height: 1.08;
  font-size: 32px;
}
blockquote footer {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500;
}
.lead {
  font-size: 24px;
  line-height: 1.32;
  letter-spacing: -0.5px;
  font-style: italic;
  color: #a4a4a4;
}
.label {
  font-size: 13px;
  letter-spacing: -0.5px;
}
small {
  font-size: 75%;
}
.no-wrap {
  white-space: nowrap;
}
.font-sans {
  font-family: "colfax-web", sans-serif;
}
.font-serif {
  font-family: "ff-meta-serif-web-pro", serif;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}
.font-underline {
  text-decoration: underline;
}
.tracking-tightest {
  letter-spacing: -0.1em !important;
}
.tracking-tighter {
  letter-spacing: -0.05em !important;
}
.tracking-tight {
  letter-spacing: -0.025em !important;
}
.tracking-normal {
  letter-spacing: 0em !important;
}
.tracking-wide {
  letter-spacing: 0.025em !important;
}
.tracking-wider {
  letter-spacing: 0.05em !important;
}
.tracking-widest {
  letter-spacing: 0.1em !important;
}
mark {
  background-color: #fff14f;
}
a {
  text-decoration: underline;
}
.list-none {
  list-style-type: none;
}
.text-decoration-none a {
  text-decoration: none;
}
@media (min-width: 576px) {
  .display-1 {
    font-size: 76px;
    letter-spacing: -2px;
  }
  .display-2 {
    font-size: 68px;
    letter-spacing: -1.4px;
  }
  .display-3 {
    font-size: 60px;
    letter-spacing: -1.2px;
  }
  h1,
  .h1 {
    font-size: 44px;
    letter-spacing: -2.3px;
  }
  h2,
  .h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  h3,
  .h3 {
    font-size: 36px;
    letter-spacing: -1.8px;
  }
  h4,
  .h4 {
    font-size: 32px;
    letter-spacing: -1.3px;
  }
  h5,
  .h5 {
    font-size: 28px;
    letter-spacing: -1.15px;
  }
  h6,
  .h6 {
    font-size: 24px;
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 92px;
    letter-spacing: -3px;
  }
  .display-2 {
    font-size: 84px;
    letter-spacing: -2.7px;
  }
  .display-3 {
    font-size: 68px;
    letter-spacing: -2px;
  }
  h1,
  .h1 {
    font-size: 60px;
    letter-spacing: -2.6px;
  }
  h2,
  .h2 {
    font-size: 52px;
    letter-spacing: -2.4px;
  }
  h3,
  .h3 {
    font-size: 44px;
    letter-spacing: -2.4px;
  }
  h4,
  .h4 {
    font-size: 40px;
    letter-spacing: -1.8px;
  }
  h5,
  .h5 {
    font-size: 28px;
    letter-spacing: -1.45px;
  }
  h6,
  .h6 {
    font-size: 24px;
  }
  .pretitle {
    font-size: 21px;
    line-height: 1.16;
    letter-spacing: 5px;
  }
  blockquote {
    font-size: 36px;
    line-height: 1.16;
    letter-spacing: -1.1px;
  }
  .lead {
    font-size: 28px;
  }
}
.btn {
  border: 0;
  transition: all 0.1s ease-in-out;
}
.btn-secondary {
  color: #fff;
  background-color: #1c683e;
  border-color: #1c683e;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #114026;
  border-color: #010402;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #114026;
  border-color: #0f3821;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #114026;
  background-image: none;
  border-color: #0f3821;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #0a2415;
  border-color: #010402;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #1c683e;
  border-color: #1c683e;
}
.btn-secondary .badge {
  color: #1c683e;
  background-color: #fff;
}
.btn-tertiary {
  color: #fff;
  background-color: #2a4930;
  border-color: #2a4930;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
  color: #fff;
  background-color: #17291b;
  border-color: #000000;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #17291b;
  border-color: #142216;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
  color: #fff;
  background-color: #17291b;
  background-image: none;
  border-color: #142216;
}
.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open > .dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open > .dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open > .dropdown-toggle.btn-tertiary.focus {
  color: #fff;
  background-color: #0a120c;
  border-color: #000000;
}
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus {
  background-color: #2a4930;
  border-color: #2a4930;
}
.btn-tertiary .badge {
  color: #2a4930;
  background-color: #fff;
}
.btn-dark {
  color: #ffffff;
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #ffffff;
  background-color: #020202;
  border-color: #000000;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #020202;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #020202;
  background-image: none;
  border-color: #000000;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}
.btn-dark .badge {
  color: #1c1c1c;
  background-color: #ffffff;
}
.dropdown-menu > li > a {
  text-decoration: none;
  font-family: "colfax-web", sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.btn > i {
  position: relative;
  top: 1px;
}
.btn-danger {
  color: #fff;
  background-color: #c64f55;
  border-color: #c64f55;
}
.bg-secondary {
  background-color: #1c683e;
}
.bg-tertiary {
  background-color: #2a4930;
}
.bg-kraft {
  background-color: #bd9b68;
}
.bg-gray-darker {
  background-color: #1c1c1c;
}
.bg-gray-dark {
  background-color: #303030;
}
.bg-gray {
  background-color: #a4a4a4;
}
.bg-gray-light {
  background-color: #ccc;
}
.bg-gray-lighter {
  background-color: #efefef;
}
.text-secondary {
  color: #1c683e;
}
.text-tertiary {
  color: #2a4930;
}
.text-kraft {
  color: #bd9b68;
}
.text-gray-darker,
.text-gray-darker:hover {
  color: #1c1c1c;
}
.text-gray-dark {
  color: #303030;
}
.text-gray {
  color: #a4a4a4;
}
.text-gray-light {
  color: #ccc;
}
.text-gray-lighter {
  color: #efefef;
}
.fill-primary {
  fill: #6bac43;
}
.fill-secondary {
  fill: #1c683e;
}
.fill-tertiary {
  fill: #2a4930;
}
.fill-kraft {
  fill: #bd9b68;
}
.fill-gray-darker {
  fill: #1c1c1c;
}
.fill-gray-dark {
  fill: #303030;
}
.fill-gray {
  fill: #a4a4a4;
}
.fill-gray-light {
  fill: #ccc;
}
.fill-gray-lighter {
  fill: #efefef;
}
.stroke-primary {
  stroke: #6bac43;
}
.stroke-secondary {
  stroke: #1c683e;
}
.stroke-tertiary {
  stroke: #2a4930;
}
.stroke-kraft {
  stroke: #bd9b68;
}
.stroke-gray-darker {
  stroke: #1c1c1c;
}
.stroke-gray-dark {
  stroke: #303030;
}
.stroke-gray {
  stroke: #a4a4a4;
}
.stroke-gray-light {
  stroke: #ccc;
}
.stroke-gray-lighter {
  stroke: #efefef;
}
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media (min-width: 576px) {
  .swiper-slide {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 47px;
  height: 64px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 22px 39px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.swiper-prev,
.swiper-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -50px;
  z-index: 10;
  cursor: pointer;
  background-color: #6bac43;
  border-radius: 100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  outline: none;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.swiper-prev i,
.swiper-next i {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  color: #ffffff;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  opacity: 0;
}
.swiper-next {
  right: 20px;
}
.swiper-next i {
  margin-left: 3px;
}
.swiper-prev {
  left: 20px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236bac43'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236bac43'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: auto;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.bg-black .swiper-pagination-bullet,
.bg-gray-darker .swiper-pagination-bullet,
.bg-gray-dark .swiper-pagination-bullet,
.bg-gray .swiper-pagination-bullet,
.bg-primary .swiper-pagination-bullet,
.bg-secondary .swiper-pagination-bullet,
.bg-gray-tertiary .swiper-pagination-bullet {
  background: #fff;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #6bac43 !important;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.drop-shadow-sm {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}
.drop-shadow {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.18)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.18));
}
.drop-shadow-md {
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.15)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
}
.drop-shadow-lg {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
.drop-shadow-xl {
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}
.drop-shadow-2xl {
  filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}
.drop-shadow-none {
  filter: drop-shadow(0 0 #0000);
}
.border-solid {
  border-style: solid;
  border-width: 0;
}
.border-none {
  border-style: none;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border {
  border-width: 1px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-3 {
  border-left-width: 3px;
  border-right-width: 3px;
}
.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}
.border-x-8 {
  border-left-width: 8px;
  border-right-width: 8px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-y-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-3 {
  border-top-width: 3px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-3 {
  border-right-width: 3px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-r-8 {
  border-right-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-3 {
  border-bottom-width: 3px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-3 {
  border-left-width: 3px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-l {
  border-left-width: 1px;
}
.border-white {
  border-color: #ffffff;
}
.border-gray-lighter {
  border-color: #efefef;
}
.border-gray-light {
  border-color: #ccc;
}
.border-gray {
  border-color: #a4a4a4;
}
.border-gray-dark {
  border-color: #303030;
}
.border-gray-darker {
  border-color: #1c1c1c;
}
/* 

  Radius

*/
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.5rem;
}
.rounded-lg {
  border-radius: 0.75rem;
}
.rounded-xl {
  border-radius: 1rem;
}
.rounded-2x {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-tr-0 {
  border-top-right-radius: 0;
}
.rounded-br-0 {
  border-bottom-right-radius: 0;
}
.rounded-tl-0 {
  border-top-left-radius: 0;
}
.rounded-bl-0 {
  border-bottom-left-radius: 0;
}
.rounded-t-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-b-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-l-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-r-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.timeline .timeline--item {
  min-height: 100px;
}
.timeline .timeline--item > div {
  position: relative;
}
.timeline .timeline--item > div:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 1000px;
  background-color: var(--gray-darker);
  border: 4px solid var(--gray-light);
  z-index: 1;
}
.timeline .timeline--item > div:after {
  content: '';
  position: absolute;
  top: 0%;
  left: 0;
  width: 4px;
  margin-left: -2px;
  height: 100%;
  background-color: var(--gray-light);
}
.timeline .timeline--item:first-child > div:after,
.timeline .timeline--item:last-child > div:after {
  height: 50%;
}
.timeline .timeline--item:first-child > div:after {
  top: 50%;
}
@media (min-width: 768px) {
  .timeline .timeline--item i {
    font-size: 3em;
  }
  .timeline .timeline--item:nth-child(2n+1) > div:before {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -10px;
  }
  .timeline .timeline--item:nth-child(2n+1) > div:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -2px;
  }
}
/*****

  HELPERS

*****/
.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-video {
  aspect-ratio: 16 / 9;
}
.ratio-landscape {
  aspect-ratio: 2 / 1;
}
.ratio-square {
  aspect-ratio: 1 / 1;
}
.ratio-portrait {
  aspect-ratio: 1 / 1.25;
}
.ratio-tall {
  aspect-ratio: 1 / 1.7;
}
.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-initial {
  grid-column-start: initial;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.align-content-evenly {
  align-content: space-evenly;
}
.align-content-baseline {
  align-content: baseline;
}
.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;
}
.gap-0 {
  gap: 0;
}
.gap-x-0 {
  column-gap: 0;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-1 {
  gap: 4px;
}
.gap-x-1 {
  column-gap: 4px;
}
.gap-y-1 {
  row-gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-x-2 {
  column-gap: 8px;
}
.gap-y-2 {
  row-gap: 8px;
}
.gap-3 {
  gap: 16px;
}
.gap-x-3 {
  column-gap: 16px;
}
.gap-y-3 {
  row-gap: 16px;
}
.gap-4 {
  gap: 24px;
}
.gap-x-4 {
  column-gap: 24px;
}
.gap-y-4 {
  row-gap: 24px;
}
.gap-5 {
  gap: 32px;
}
.gap-x-5 {
  column-gap: 32px;
}
.gap-y-5 {
  row-gap: 32px;
}
.gap-6 {
  gap: 40px;
}
.gap-x-6 {
  column-gap: 40px;
}
.gap-y-6 {
  row-gap: 40px;
}
.gap-7 {
  gap: 48px;
}
.gap-x-7 {
  column-gap: 48px;
}
.gap-y-7 {
  row-gap: 48px;
}
.gap-8 {
  gap: 96px;
}
.gap-x-8 {
  column-gap: 96px;
}
.gap-y-8 {
  row-gap: 96px;
}
.gap-9 {
  gap: 192px;
}
.gap-x-9 {
  column-gap: 192px;
}
.gap-y-9 {
  row-gap: 192px;
}
.gap-10 {
  gap: 256px;
}
.gap-x-10 {
  column-gap: 256px;
}
.gap-y-10 {
  row-gap: 256px;
}
.gap-11 {
  gap: 320px;
}
.gap-x-11 {
  column-gap: 320px;
}
.gap-y-11 {
  row-gap: 320px;
}
.gap-12 {
  gap: 384px;
}
.gap-x-12 {
  column-gap: 384px;
}
.gap-y-12 {
  row-gap: 384px;
}
.ltr {
  direction: ltr;
}
.rtl {
  direction: rtl;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.top-0 {
  top: 0%;
}
.right-0 {
  right: 0%;
}
.bottom-0 {
  bottom: 0%;
}
.left-0 {
  left: 0%;
}
.top-5 {
  top: 5%;
}
.right-5 {
  right: 5%;
}
.bottom-5 {
  bottom: 5%;
}
.left-5 {
  left: 5%;
}
.top-10 {
  top: 10%;
}
.right-10 {
  right: 10%;
}
.bottom-10 {
  bottom: 10%;
}
.left-10 {
  left: 10%;
}
.top-25 {
  top: 25%;
}
.right-25 {
  right: 25%;
}
.bottom-25 {
  bottom: 25%;
}
.left-25 {
  left: 25%;
}
.top-40 {
  top: 40%;
}
.right-40 {
  right: 40%;
}
.bottom-40 {
  bottom: 40%;
}
.left-40 {
  left: 40%;
}
.top-50 {
  top: 50%;
}
.right-50 {
  right: 50%;
}
.bottom-50 {
  bottom: 50%;
}
.left-50 {
  left: 50%;
}
.top-60 {
  top: 60%;
}
.right-60 {
  right: 60%;
}
.bottom-60 {
  bottom: 60%;
}
.left-60 {
  left: 60%;
}
.top-75 {
  top: 75%;
}
.right-75 {
  right: 75%;
}
.bottom-75 {
  bottom: 75%;
}
.left-75 {
  left: 75%;
}
.rotate-90 {
  transform: rotate(90deg);
}
.rotate-90-counter {
  transform: rotate(-90deg);
}
.flip-x {
  transform: scaleX(-1);
}
.flip-y {
  transform: scaleY(-1);
}
.m-6 {
  margin: 40px !important;
}
.m-7 {
  margin: 48px !important;
}
.m-8 {
  margin: 96px !important;
}
.m-9 {
  margin: 192px !important;
}
.m-10 {
  margin: 256px !important;
}
.m-11 {
  margin: 320px !important;
}
.m-12 {
  margin: 384px !important;
}
.mx-neg-3 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.mx-6 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.mx-7 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.mx-8 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}
.mx-9 {
  margin-right: 192px !important;
  margin-left: 192px !important;
}
.mx-10 {
  margin-right: 256px !important;
  margin-left: 256px !important;
}
.mx-11 {
  margin-right: 320px !important;
  margin-left: 320px !important;
}
.mx-12 {
  margin-right: 384px !important;
  margin-left: 384px !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-6 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-7 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.my-8 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.my-9 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}
.my-10 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}
.my-11 {
  margin-top: 320px !important;
  margin-bottom: 320px !important;
}
.my-12 {
  margin-top: 384px !important;
  margin-bottom: 384px !important;
}
.mt-6 {
  margin-top: 40px !important;
}
.mt-7 {
  margin-top: 48px !important;
}
.mt-8 {
  margin-top: 96px !important;
}
.mt-9 {
  margin-top: 192px !important;
}
.mt-10 {
  margin-top: 256px !important;
}
.mt-11 {
  margin-top: 320px !important;
}
.mt-12 {
  margin-top: 384px !important;
}
.mr-6 {
  margin-right: 40px !important;
}
.mr-7 {
  margin-right: 48px !important;
}
.mr-8 {
  margin-right: 96px !important;
}
.mr-9 {
  margin-right: 192px !important;
}
.mr-10 {
  margin-right: 256px !important;
}
.mr-11 {
  margin-right: 320px !important;
}
.mr-12 {
  margin-right: 384px !important;
}
.mb-6 {
  margin-bottom: 40px !important;
}
.mb-7 {
  margin-bottom: 48px !important;
}
.mb-8 {
  margin-bottom: 96px !important;
}
.mb-9 {
  margin-bottom: 192px !important;
}
.mb-10 {
  margin-bottom: 256px !important;
}
.mb-11 {
  margin-bottom: 320px !important;
}
.mb-12 {
  margin-bottom: 384px !important;
}
.ml-6 {
  margin-left: 40px !important;
}
.ml-7 {
  margin-left: 48px !important;
}
.ml-8 {
  margin-left: 96px !important;
}
.ml-9 {
  margin-left: 192px !important;
}
.ml-10 {
  margin-left: 256px !important;
}
.ml-11 {
  margin-left: 320px !important;
}
.ml-12 {
  margin-left: 384px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-6 {
  padding: 40px !important;
}
.p-7 {
  padding: 48px !important;
}
.p-8 {
  padding: 96px !important;
}
.p-9 {
  padding: 192px !important;
}
.p-10 {
  padding: 256px !important;
}
.p-11 {
  padding: 320px !important;
}
.p-12 {
  padding: 384px !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-6 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.px-7 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.px-8 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}
.px-9 {
  padding-right: 192px !important;
  padding-left: 192px !important;
}
.px-10 {
  padding-right: 256px !important;
  padding-left: 256px !important;
}
.px-11 {
  padding-right: 320px !important;
  padding-left: 320px !important;
}
.px-12 {
  padding-right: 384px !important;
  padding-left: 384px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-6 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-7 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.py-8 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.py-9 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}
.py-10 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}
.py-11 {
  padding-top: 320px !important;
  padding-bottom: 320px !important;
}
.py-12 {
  padding-top: 384px !important;
  padding-bottom: 384px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-6 {
  padding-top: 40px !important;
}
.pt-7 {
  padding-top: 48px !important;
}
.pt-8 {
  padding-top: 96px !important;
}
.pt-9 {
  padding-top: 192px !important;
}
.pt-10 {
  padding-top: 256px !important;
}
.pt-11 {
  padding-top: 320px !important;
}
.pt-12 {
  padding-top: 384px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-6 {
  padding-right: 40px !important;
}
.pr-7 {
  padding-right: 48px !important;
}
.pr-8 {
  padding-right: 96px !important;
}
.pr-9 {
  padding-right: 192px !important;
}
.pr-10 {
  padding-right: 256px !important;
}
.pr-11 {
  padding-right: 320px !important;
}
.pr-12 {
  padding-right: 384px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-6 {
  padding-bottom: 40px !important;
}
.pb-7 {
  padding-bottom: 48px !important;
}
.pb-8 {
  padding-bottom: 96px !important;
}
.pb-9 {
  padding-bottom: 192px !important;
}
.pb-10 {
  padding-bottom: 256px !important;
}
.pb-11 {
  padding-bottom: 320px !important;
}
.pb-12 {
  padding-bottom: 384px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-6 {
  padding-left: 40px !important;
}
.pl-7 {
  padding-left: 48px !important;
}
.pl-8 {
  padding-left: 96px !important;
}
.pl-9 {
  padding-left: 192px !important;
}
.pl-10 {
  padding-left: 256px !important;
}
.pl-11 {
  padding-left: 320px !important;
}
.pl-12 {
  padding-left: 384px !important;
}
.w-auto {
  width: auto !important;
}
.w-0 {
  width: 0% !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.max-w-auto {
  max-width: auto !important;
}
.max-w-0 {
  max-width: 0% !important;
}
.max-w-25 {
  max-width: 25% !important;
}
.max-w-50 {
  max-width: 50% !important;
}
.max-w-75 {
  max-width: 75% !important;
}
.max-w-100 {
  max-width: 100% !important;
}
.vh-100 {
  height: 100vh;
}
@media (min-width: 576px) {
  .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-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-sm-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-sm-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-sm-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-sm-tall {
    aspect-ratio: 1 / 1.7;
  }
  .col-sm-auto {
    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-initial {
    grid-column-start: initial;
  }
  .justify-items-sm-start {
    justify-items: start;
  }
  .justify-items-sm-end {
    justify-items: end;
  }
  .justify-items-sm-center {
    justify-items: center;
  }
  .justify-items-sm-stretch {
    justify-items: stretch;
  }
  .align-content-sm-evenly {
    align-content: space-evenly;
  }
  .align-content-sm-baseline {
    align-content: baseline;
  }
  .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;
  }
  .gap-sm-0 {
    gap: 0;
  }
  .gap-x-sm-0 {
    column-gap: 0;
  }
  .gap-y-sm-0 {
    row-gap: 0;
  }
  .gap-sm-1 {
    gap: 4px;
  }
  .gap-x-sm-1 {
    column-gap: 4px;
  }
  .gap-y-sm-1 {
    row-gap: 4px;
  }
  .gap-sm-2 {
    gap: 8px;
  }
  .gap-x-sm-2 {
    column-gap: 8px;
  }
  .gap-y-sm-2 {
    row-gap: 8px;
  }
  .gap-sm-3 {
    gap: 16px;
  }
  .gap-x-sm-3 {
    column-gap: 16px;
  }
  .gap-y-sm-3 {
    row-gap: 16px;
  }
  .gap-sm-4 {
    gap: 24px;
  }
  .gap-x-sm-4 {
    column-gap: 24px;
  }
  .gap-y-sm-4 {
    row-gap: 24px;
  }
  .gap-sm-5 {
    gap: 32px;
  }
  .gap-x-sm-5 {
    column-gap: 32px;
  }
  .gap-y-sm-5 {
    row-gap: 32px;
  }
  .gap-sm-6 {
    gap: 40px;
  }
  .gap-x-sm-6 {
    column-gap: 40px;
  }
  .gap-y-sm-6 {
    row-gap: 40px;
  }
  .gap-sm-7 {
    gap: 48px;
  }
  .gap-x-sm-7 {
    column-gap: 48px;
  }
  .gap-y-sm-7 {
    row-gap: 48px;
  }
  .gap-sm-8 {
    gap: 96px;
  }
  .gap-x-sm-8 {
    column-gap: 96px;
  }
  .gap-y-sm-8 {
    row-gap: 96px;
  }
  .gap-sm-9 {
    gap: 192px;
  }
  .gap-x-sm-9 {
    column-gap: 192px;
  }
  .gap-y-sm-9 {
    row-gap: 192px;
  }
  .gap-sm-10 {
    gap: 256px;
  }
  .gap-x-sm-10 {
    column-gap: 256px;
  }
  .gap-y-sm-10 {
    row-gap: 256px;
  }
  .gap-sm-11 {
    gap: 320px;
  }
  .gap-x-sm-11 {
    column-gap: 320px;
  }
  .gap-y-sm-11 {
    row-gap: 320px;
  }
  .gap-sm-12 {
    gap: 384px;
  }
  .gap-x-sm-12 {
    column-gap: 384px;
  }
  .gap-y-sm-12 {
    row-gap: 384px;
  }
  .ltr-sm {
    direction: ltr;
  }
  .rtl-sm {
    direction: rtl;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .top-sm-0 {
    top: 0%;
  }
  .right-sm-0 {
    right: 0%;
  }
  .bottom-sm-0 {
    bottom: 0%;
  }
  .left-sm-0 {
    left: 0%;
  }
  .top-sm-5 {
    top: 5%;
  }
  .right-sm-5 {
    right: 5%;
  }
  .bottom-sm-5 {
    bottom: 5%;
  }
  .left-sm-5 {
    left: 5%;
  }
  .top-sm-10 {
    top: 10%;
  }
  .right-sm-10 {
    right: 10%;
  }
  .bottom-sm-10 {
    bottom: 10%;
  }
  .left-sm-10 {
    left: 10%;
  }
  .top-sm-25 {
    top: 25%;
  }
  .right-sm-25 {
    right: 25%;
  }
  .bottom-sm-25 {
    bottom: 25%;
  }
  .left-sm-25 {
    left: 25%;
  }
  .top-sm-40 {
    top: 40%;
  }
  .right-sm-40 {
    right: 40%;
  }
  .bottom-sm-40 {
    bottom: 40%;
  }
  .left-sm-40 {
    left: 40%;
  }
  .top-sm-50 {
    top: 50%;
  }
  .right-sm-50 {
    right: 50%;
  }
  .bottom-sm-50 {
    bottom: 50%;
  }
  .left-sm-50 {
    left: 50%;
  }
  .top-sm-60 {
    top: 60%;
  }
  .right-sm-60 {
    right: 60%;
  }
  .bottom-sm-60 {
    bottom: 60%;
  }
  .left-sm-60 {
    left: 60%;
  }
  .top-sm-75 {
    top: 75%;
  }
  .right-sm-75 {
    right: 75%;
  }
  .bottom-sm-75 {
    bottom: 75%;
  }
  .left-sm-75 {
    left: 75%;
  }
  .rotate-sm-90 {
    transform: rotate(90deg);
  }
  .rotate-sm-90-counter {
    transform: rotate(-90deg);
  }
  .flip-sm-x {
    transform: scaleX(-1);
  }
  .flip-sm-y {
    transform: scaleY(-1);
  }
  .m-sm-6 {
    margin: 40px !important;
  }
  .m-sm-7 {
    margin: 48px !important;
  }
  .m-sm-8 {
    margin: 96px !important;
  }
  .m-sm-9 {
    margin: 192px !important;
  }
  .m-sm-10 {
    margin: 256px !important;
  }
  .m-sm-11 {
    margin: 320px !important;
  }
  .m-sm-12 {
    margin: 384px !important;
  }
  .mx-neg-sm-3 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .mx-sm-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-sm-8 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-sm-9 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .mx-sm-10 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .mx-sm-11 {
    margin-right: 320px !important;
    margin-left: 320px !important;
  }
  .mx-sm-12 {
    margin-right: 384px !important;
    margin-left: 384px !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-sm-8 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-sm-9 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-sm-10 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .my-sm-11 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .my-sm-12 {
    margin-top: 384px !important;
    margin-bottom: 384px !important;
  }
  .mt-sm-6 {
    margin-top: 40px !important;
  }
  .mt-sm-7 {
    margin-top: 48px !important;
  }
  .mt-sm-8 {
    margin-top: 96px !important;
  }
  .mt-sm-9 {
    margin-top: 192px !important;
  }
  .mt-sm-10 {
    margin-top: 256px !important;
  }
  .mt-sm-11 {
    margin-top: 320px !important;
  }
  .mt-sm-12 {
    margin-top: 384px !important;
  }
  .mr-sm-6 {
    margin-right: 40px !important;
  }
  .mr-sm-7 {
    margin-right: 48px !important;
  }
  .mr-sm-8 {
    margin-right: 96px !important;
  }
  .mr-sm-9 {
    margin-right: 192px !important;
  }
  .mr-sm-10 {
    margin-right: 256px !important;
  }
  .mr-sm-11 {
    margin-right: 320px !important;
  }
  .mr-sm-12 {
    margin-right: 384px !important;
  }
  .mb-sm-6 {
    margin-bottom: 40px !important;
  }
  .mb-sm-7 {
    margin-bottom: 48px !important;
  }
  .mb-sm-8 {
    margin-bottom: 96px !important;
  }
  .mb-sm-9 {
    margin-bottom: 192px !important;
  }
  .mb-sm-10 {
    margin-bottom: 256px !important;
  }
  .mb-sm-11 {
    margin-bottom: 320px !important;
  }
  .mb-sm-12 {
    margin-bottom: 384px !important;
  }
  .ml-sm-6 {
    margin-left: 40px !important;
  }
  .ml-sm-7 {
    margin-left: 48px !important;
  }
  .ml-sm-8 {
    margin-left: 96px !important;
  }
  .ml-sm-9 {
    margin-left: 192px !important;
  }
  .ml-sm-10 {
    margin-left: 256px !important;
  }
  .ml-sm-11 {
    margin-left: 320px !important;
  }
  .ml-sm-12 {
    margin-left: 384px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-6 {
    padding: 40px !important;
  }
  .p-sm-7 {
    padding: 48px !important;
  }
  .p-sm-8 {
    padding: 96px !important;
  }
  .p-sm-9 {
    padding: 192px !important;
  }
  .p-sm-10 {
    padding: 256px !important;
  }
  .p-sm-11 {
    padding: 320px !important;
  }
  .p-sm-12 {
    padding: 384px !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-sm-8 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-sm-9 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .px-sm-10 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .px-sm-11 {
    padding-right: 320px !important;
    padding-left: 320px !important;
  }
  .px-sm-12 {
    padding-right: 384px !important;
    padding-left: 384px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-sm-8 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-sm-9 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-sm-10 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .py-sm-11 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .py-sm-12 {
    padding-top: 384px !important;
    padding-bottom: 384px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-6 {
    padding-top: 40px !important;
  }
  .pt-sm-7 {
    padding-top: 48px !important;
  }
  .pt-sm-8 {
    padding-top: 96px !important;
  }
  .pt-sm-9 {
    padding-top: 192px !important;
  }
  .pt-sm-10 {
    padding-top: 256px !important;
  }
  .pt-sm-11 {
    padding-top: 320px !important;
  }
  .pt-sm-12 {
    padding-top: 384px !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-6 {
    padding-right: 40px !important;
  }
  .pr-sm-7 {
    padding-right: 48px !important;
  }
  .pr-sm-8 {
    padding-right: 96px !important;
  }
  .pr-sm-9 {
    padding-right: 192px !important;
  }
  .pr-sm-10 {
    padding-right: 256px !important;
  }
  .pr-sm-11 {
    padding-right: 320px !important;
  }
  .pr-sm-12 {
    padding-right: 384px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-6 {
    padding-bottom: 40px !important;
  }
  .pb-sm-7 {
    padding-bottom: 48px !important;
  }
  .pb-sm-8 {
    padding-bottom: 96px !important;
  }
  .pb-sm-9 {
    padding-bottom: 192px !important;
  }
  .pb-sm-10 {
    padding-bottom: 256px !important;
  }
  .pb-sm-11 {
    padding-bottom: 320px !important;
  }
  .pb-sm-12 {
    padding-bottom: 384px !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-6 {
    padding-left: 40px !important;
  }
  .pl-sm-7 {
    padding-left: 48px !important;
  }
  .pl-sm-8 {
    padding-left: 96px !important;
  }
  .pl-sm-9 {
    padding-left: 192px !important;
  }
  .pl-sm-10 {
    padding-left: 256px !important;
  }
  .pl-sm-11 {
    padding-left: 320px !important;
  }
  .pl-sm-12 {
    padding-left: 384px !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-0 {
    width: 0% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .max-w-sm-auto {
    max-width: auto !important;
  }
  .max-w-sm-0 {
    max-width: 0% !important;
  }
  .max-w-sm-25 {
    max-width: 25% !important;
  }
  .max-w-sm-50 {
    max-width: 50% !important;
  }
  .max-w-sm-75 {
    max-width: 75% !important;
  }
  .max-w-sm-100 {
    max-width: 100% !important;
  }
  .vh-sm-100 {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .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-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-md-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-md-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-md-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-md-tall {
    aspect-ratio: 1 / 1.7;
  }
  .col-md-auto {
    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-initial {
    grid-column-start: initial;
  }
  .justify-items-md-start {
    justify-items: start;
  }
  .justify-items-md-end {
    justify-items: end;
  }
  .justify-items-md-center {
    justify-items: center;
  }
  .justify-items-md-stretch {
    justify-items: stretch;
  }
  .align-content-md-evenly {
    align-content: space-evenly;
  }
  .align-content-md-baseline {
    align-content: baseline;
  }
  .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;
  }
  .gap-md-0 {
    gap: 0;
  }
  .gap-x-md-0 {
    column-gap: 0;
  }
  .gap-y-md-0 {
    row-gap: 0;
  }
  .gap-md-1 {
    gap: 4px;
  }
  .gap-x-md-1 {
    column-gap: 4px;
  }
  .gap-y-md-1 {
    row-gap: 4px;
  }
  .gap-md-2 {
    gap: 8px;
  }
  .gap-x-md-2 {
    column-gap: 8px;
  }
  .gap-y-md-2 {
    row-gap: 8px;
  }
  .gap-md-3 {
    gap: 16px;
  }
  .gap-x-md-3 {
    column-gap: 16px;
  }
  .gap-y-md-3 {
    row-gap: 16px;
  }
  .gap-md-4 {
    gap: 24px;
  }
  .gap-x-md-4 {
    column-gap: 24px;
  }
  .gap-y-md-4 {
    row-gap: 24px;
  }
  .gap-md-5 {
    gap: 32px;
  }
  .gap-x-md-5 {
    column-gap: 32px;
  }
  .gap-y-md-5 {
    row-gap: 32px;
  }
  .gap-md-6 {
    gap: 40px;
  }
  .gap-x-md-6 {
    column-gap: 40px;
  }
  .gap-y-md-6 {
    row-gap: 40px;
  }
  .gap-md-7 {
    gap: 48px;
  }
  .gap-x-md-7 {
    column-gap: 48px;
  }
  .gap-y-md-7 {
    row-gap: 48px;
  }
  .gap-md-8 {
    gap: 96px;
  }
  .gap-x-md-8 {
    column-gap: 96px;
  }
  .gap-y-md-8 {
    row-gap: 96px;
  }
  .gap-md-9 {
    gap: 192px;
  }
  .gap-x-md-9 {
    column-gap: 192px;
  }
  .gap-y-md-9 {
    row-gap: 192px;
  }
  .gap-md-10 {
    gap: 256px;
  }
  .gap-x-md-10 {
    column-gap: 256px;
  }
  .gap-y-md-10 {
    row-gap: 256px;
  }
  .gap-md-11 {
    gap: 320px;
  }
  .gap-x-md-11 {
    column-gap: 320px;
  }
  .gap-y-md-11 {
    row-gap: 320px;
  }
  .gap-md-12 {
    gap: 384px;
  }
  .gap-x-md-12 {
    column-gap: 384px;
  }
  .gap-y-md-12 {
    row-gap: 384px;
  }
  .ltr-md {
    direction: ltr;
  }
  .rtl-md {
    direction: rtl;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .top-md-0 {
    top: 0%;
  }
  .right-md-0 {
    right: 0%;
  }
  .bottom-md-0 {
    bottom: 0%;
  }
  .left-md-0 {
    left: 0%;
  }
  .top-md-5 {
    top: 5%;
  }
  .right-md-5 {
    right: 5%;
  }
  .bottom-md-5 {
    bottom: 5%;
  }
  .left-md-5 {
    left: 5%;
  }
  .top-md-10 {
    top: 10%;
  }
  .right-md-10 {
    right: 10%;
  }
  .bottom-md-10 {
    bottom: 10%;
  }
  .left-md-10 {
    left: 10%;
  }
  .top-md-25 {
    top: 25%;
  }
  .right-md-25 {
    right: 25%;
  }
  .bottom-md-25 {
    bottom: 25%;
  }
  .left-md-25 {
    left: 25%;
  }
  .top-md-40 {
    top: 40%;
  }
  .right-md-40 {
    right: 40%;
  }
  .bottom-md-40 {
    bottom: 40%;
  }
  .left-md-40 {
    left: 40%;
  }
  .top-md-50 {
    top: 50%;
  }
  .right-md-50 {
    right: 50%;
  }
  .bottom-md-50 {
    bottom: 50%;
  }
  .left-md-50 {
    left: 50%;
  }
  .top-md-60 {
    top: 60%;
  }
  .right-md-60 {
    right: 60%;
  }
  .bottom-md-60 {
    bottom: 60%;
  }
  .left-md-60 {
    left: 60%;
  }
  .top-md-75 {
    top: 75%;
  }
  .right-md-75 {
    right: 75%;
  }
  .bottom-md-75 {
    bottom: 75%;
  }
  .left-md-75 {
    left: 75%;
  }
  .rotate-md-90 {
    transform: rotate(90deg);
  }
  .rotate-md-90-counter {
    transform: rotate(-90deg);
  }
  .flip-md-x {
    transform: scaleX(-1);
  }
  .flip-md-y {
    transform: scaleY(-1);
  }
  .m-md-6 {
    margin: 40px !important;
  }
  .m-md-7 {
    margin: 48px !important;
  }
  .m-md-8 {
    margin: 96px !important;
  }
  .m-md-9 {
    margin: 192px !important;
  }
  .m-md-10 {
    margin: 256px !important;
  }
  .m-md-11 {
    margin: 320px !important;
  }
  .m-md-12 {
    margin: 384px !important;
  }
  .mx-neg-md-3 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .mx-md-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-md-8 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-md-9 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .mx-md-10 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .mx-md-11 {
    margin-right: 320px !important;
    margin-left: 320px !important;
  }
  .mx-md-12 {
    margin-right: 384px !important;
    margin-left: 384px !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-md-8 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-md-9 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-md-10 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .my-md-11 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .my-md-12 {
    margin-top: 384px !important;
    margin-bottom: 384px !important;
  }
  .mt-md-6 {
    margin-top: 40px !important;
  }
  .mt-md-7 {
    margin-top: 48px !important;
  }
  .mt-md-8 {
    margin-top: 96px !important;
  }
  .mt-md-9 {
    margin-top: 192px !important;
  }
  .mt-md-10 {
    margin-top: 256px !important;
  }
  .mt-md-11 {
    margin-top: 320px !important;
  }
  .mt-md-12 {
    margin-top: 384px !important;
  }
  .mr-md-6 {
    margin-right: 40px !important;
  }
  .mr-md-7 {
    margin-right: 48px !important;
  }
  .mr-md-8 {
    margin-right: 96px !important;
  }
  .mr-md-9 {
    margin-right: 192px !important;
  }
  .mr-md-10 {
    margin-right: 256px !important;
  }
  .mr-md-11 {
    margin-right: 320px !important;
  }
  .mr-md-12 {
    margin-right: 384px !important;
  }
  .mb-md-6 {
    margin-bottom: 40px !important;
  }
  .mb-md-7 {
    margin-bottom: 48px !important;
  }
  .mb-md-8 {
    margin-bottom: 96px !important;
  }
  .mb-md-9 {
    margin-bottom: 192px !important;
  }
  .mb-md-10 {
    margin-bottom: 256px !important;
  }
  .mb-md-11 {
    margin-bottom: 320px !important;
  }
  .mb-md-12 {
    margin-bottom: 384px !important;
  }
  .ml-md-6 {
    margin-left: 40px !important;
  }
  .ml-md-7 {
    margin-left: 48px !important;
  }
  .ml-md-8 {
    margin-left: 96px !important;
  }
  .ml-md-9 {
    margin-left: 192px !important;
  }
  .ml-md-10 {
    margin-left: 256px !important;
  }
  .ml-md-11 {
    margin-left: 320px !important;
  }
  .ml-md-12 {
    margin-left: 384px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-6 {
    padding: 40px !important;
  }
  .p-md-7 {
    padding: 48px !important;
  }
  .p-md-8 {
    padding: 96px !important;
  }
  .p-md-9 {
    padding: 192px !important;
  }
  .p-md-10 {
    padding: 256px !important;
  }
  .p-md-11 {
    padding: 320px !important;
  }
  .p-md-12 {
    padding: 384px !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-md-8 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-md-9 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .px-md-10 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .px-md-11 {
    padding-right: 320px !important;
    padding-left: 320px !important;
  }
  .px-md-12 {
    padding-right: 384px !important;
    padding-left: 384px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-md-8 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-md-9 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-md-10 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .py-md-11 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .py-md-12 {
    padding-top: 384px !important;
    padding-bottom: 384px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-6 {
    padding-top: 40px !important;
  }
  .pt-md-7 {
    padding-top: 48px !important;
  }
  .pt-md-8 {
    padding-top: 96px !important;
  }
  .pt-md-9 {
    padding-top: 192px !important;
  }
  .pt-md-10 {
    padding-top: 256px !important;
  }
  .pt-md-11 {
    padding-top: 320px !important;
  }
  .pt-md-12 {
    padding-top: 384px !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-6 {
    padding-right: 40px !important;
  }
  .pr-md-7 {
    padding-right: 48px !important;
  }
  .pr-md-8 {
    padding-right: 96px !important;
  }
  .pr-md-9 {
    padding-right: 192px !important;
  }
  .pr-md-10 {
    padding-right: 256px !important;
  }
  .pr-md-11 {
    padding-right: 320px !important;
  }
  .pr-md-12 {
    padding-right: 384px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-6 {
    padding-bottom: 40px !important;
  }
  .pb-md-7 {
    padding-bottom: 48px !important;
  }
  .pb-md-8 {
    padding-bottom: 96px !important;
  }
  .pb-md-9 {
    padding-bottom: 192px !important;
  }
  .pb-md-10 {
    padding-bottom: 256px !important;
  }
  .pb-md-11 {
    padding-bottom: 320px !important;
  }
  .pb-md-12 {
    padding-bottom: 384px !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-6 {
    padding-left: 40px !important;
  }
  .pl-md-7 {
    padding-left: 48px !important;
  }
  .pl-md-8 {
    padding-left: 96px !important;
  }
  .pl-md-9 {
    padding-left: 192px !important;
  }
  .pl-md-10 {
    padding-left: 256px !important;
  }
  .pl-md-11 {
    padding-left: 320px !important;
  }
  .pl-md-12 {
    padding-left: 384px !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-0 {
    width: 0% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .max-w-md-auto {
    max-width: auto !important;
  }
  .max-w-md-0 {
    max-width: 0% !important;
  }
  .max-w-md-25 {
    max-width: 25% !important;
  }
  .max-w-md-50 {
    max-width: 50% !important;
  }
  .max-w-md-75 {
    max-width: 75% !important;
  }
  .max-w-md-100 {
    max-width: 100% !important;
  }
  .vh-md-100 {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .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-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-lg-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-lg-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-lg-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-lg-tall {
    aspect-ratio: 1 / 1.7;
  }
  .col-lg-auto {
    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-initial {
    grid-column-start: initial;
  }
  .justify-items-lg-start {
    justify-items: start;
  }
  .justify-items-lg-end {
    justify-items: end;
  }
  .justify-items-lg-center {
    justify-items: center;
  }
  .justify-items-lg-stretch {
    justify-items: stretch;
  }
  .align-content-lg-evenly {
    align-content: space-evenly;
  }
  .align-content-lg-baseline {
    align-content: baseline;
  }
  .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;
  }
  .gap-lg-0 {
    gap: 0;
  }
  .gap-x-lg-0 {
    column-gap: 0;
  }
  .gap-y-lg-0 {
    row-gap: 0;
  }
  .gap-lg-1 {
    gap: 4px;
  }
  .gap-x-lg-1 {
    column-gap: 4px;
  }
  .gap-y-lg-1 {
    row-gap: 4px;
  }
  .gap-lg-2 {
    gap: 8px;
  }
  .gap-x-lg-2 {
    column-gap: 8px;
  }
  .gap-y-lg-2 {
    row-gap: 8px;
  }
  .gap-lg-3 {
    gap: 16px;
  }
  .gap-x-lg-3 {
    column-gap: 16px;
  }
  .gap-y-lg-3 {
    row-gap: 16px;
  }
  .gap-lg-4 {
    gap: 24px;
  }
  .gap-x-lg-4 {
    column-gap: 24px;
  }
  .gap-y-lg-4 {
    row-gap: 24px;
  }
  .gap-lg-5 {
    gap: 32px;
  }
  .gap-x-lg-5 {
    column-gap: 32px;
  }
  .gap-y-lg-5 {
    row-gap: 32px;
  }
  .gap-lg-6 {
    gap: 40px;
  }
  .gap-x-lg-6 {
    column-gap: 40px;
  }
  .gap-y-lg-6 {
    row-gap: 40px;
  }
  .gap-lg-7 {
    gap: 48px;
  }
  .gap-x-lg-7 {
    column-gap: 48px;
  }
  .gap-y-lg-7 {
    row-gap: 48px;
  }
  .gap-lg-8 {
    gap: 96px;
  }
  .gap-x-lg-8 {
    column-gap: 96px;
  }
  .gap-y-lg-8 {
    row-gap: 96px;
  }
  .gap-lg-9 {
    gap: 192px;
  }
  .gap-x-lg-9 {
    column-gap: 192px;
  }
  .gap-y-lg-9 {
    row-gap: 192px;
  }
  .gap-lg-10 {
    gap: 256px;
  }
  .gap-x-lg-10 {
    column-gap: 256px;
  }
  .gap-y-lg-10 {
    row-gap: 256px;
  }
  .gap-lg-11 {
    gap: 320px;
  }
  .gap-x-lg-11 {
    column-gap: 320px;
  }
  .gap-y-lg-11 {
    row-gap: 320px;
  }
  .gap-lg-12 {
    gap: 384px;
  }
  .gap-x-lg-12 {
    column-gap: 384px;
  }
  .gap-y-lg-12 {
    row-gap: 384px;
  }
  .ltr-lg {
    direction: ltr;
  }
  .rtl-lg {
    direction: rtl;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .top-lg-0 {
    top: 0%;
  }
  .right-lg-0 {
    right: 0%;
  }
  .bottom-lg-0 {
    bottom: 0%;
  }
  .left-lg-0 {
    left: 0%;
  }
  .top-lg-5 {
    top: 5%;
  }
  .right-lg-5 {
    right: 5%;
  }
  .bottom-lg-5 {
    bottom: 5%;
  }
  .left-lg-5 {
    left: 5%;
  }
  .top-lg-10 {
    top: 10%;
  }
  .right-lg-10 {
    right: 10%;
  }
  .bottom-lg-10 {
    bottom: 10%;
  }
  .left-lg-10 {
    left: 10%;
  }
  .top-lg-25 {
    top: 25%;
  }
  .right-lg-25 {
    right: 25%;
  }
  .bottom-lg-25 {
    bottom: 25%;
  }
  .left-lg-25 {
    left: 25%;
  }
  .top-lg-40 {
    top: 40%;
  }
  .right-lg-40 {
    right: 40%;
  }
  .bottom-lg-40 {
    bottom: 40%;
  }
  .left-lg-40 {
    left: 40%;
  }
  .top-lg-50 {
    top: 50%;
  }
  .right-lg-50 {
    right: 50%;
  }
  .bottom-lg-50 {
    bottom: 50%;
  }
  .left-lg-50 {
    left: 50%;
  }
  .top-lg-60 {
    top: 60%;
  }
  .right-lg-60 {
    right: 60%;
  }
  .bottom-lg-60 {
    bottom: 60%;
  }
  .left-lg-60 {
    left: 60%;
  }
  .top-lg-75 {
    top: 75%;
  }
  .right-lg-75 {
    right: 75%;
  }
  .bottom-lg-75 {
    bottom: 75%;
  }
  .left-lg-75 {
    left: 75%;
  }
  .rotate-lg-90 {
    transform: rotate(90deg);
  }
  .rotate-lg-90-counter {
    transform: rotate(-90deg);
  }
  .flip-lg-x {
    transform: scaleX(-1);
  }
  .flip-lg-y {
    transform: scaleY(-1);
  }
  .m-lg-6 {
    margin: 40px !important;
  }
  .m-lg-7 {
    margin: 48px !important;
  }
  .m-lg-8 {
    margin: 96px !important;
  }
  .m-lg-9 {
    margin: 192px !important;
  }
  .m-lg-10 {
    margin: 256px !important;
  }
  .m-lg-11 {
    margin: 320px !important;
  }
  .m-lg-12 {
    margin: 384px !important;
  }
  .mx-neg-lg-3 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .mx-lg-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-lg-8 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-lg-9 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .mx-lg-10 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .mx-lg-11 {
    margin-right: 320px !important;
    margin-left: 320px !important;
  }
  .mx-lg-12 {
    margin-right: 384px !important;
    margin-left: 384px !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-lg-8 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-lg-9 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-lg-10 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .my-lg-11 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .my-lg-12 {
    margin-top: 384px !important;
    margin-bottom: 384px !important;
  }
  .mt-lg-6 {
    margin-top: 40px !important;
  }
  .mt-lg-7 {
    margin-top: 48px !important;
  }
  .mt-lg-8 {
    margin-top: 96px !important;
  }
  .mt-lg-9 {
    margin-top: 192px !important;
  }
  .mt-lg-10 {
    margin-top: 256px !important;
  }
  .mt-lg-11 {
    margin-top: 320px !important;
  }
  .mt-lg-12 {
    margin-top: 384px !important;
  }
  .mr-lg-6 {
    margin-right: 40px !important;
  }
  .mr-lg-7 {
    margin-right: 48px !important;
  }
  .mr-lg-8 {
    margin-right: 96px !important;
  }
  .mr-lg-9 {
    margin-right: 192px !important;
  }
  .mr-lg-10 {
    margin-right: 256px !important;
  }
  .mr-lg-11 {
    margin-right: 320px !important;
  }
  .mr-lg-12 {
    margin-right: 384px !important;
  }
  .mb-lg-6 {
    margin-bottom: 40px !important;
  }
  .mb-lg-7 {
    margin-bottom: 48px !important;
  }
  .mb-lg-8 {
    margin-bottom: 96px !important;
  }
  .mb-lg-9 {
    margin-bottom: 192px !important;
  }
  .mb-lg-10 {
    margin-bottom: 256px !important;
  }
  .mb-lg-11 {
    margin-bottom: 320px !important;
  }
  .mb-lg-12 {
    margin-bottom: 384px !important;
  }
  .ml-lg-6 {
    margin-left: 40px !important;
  }
  .ml-lg-7 {
    margin-left: 48px !important;
  }
  .ml-lg-8 {
    margin-left: 96px !important;
  }
  .ml-lg-9 {
    margin-left: 192px !important;
  }
  .ml-lg-10 {
    margin-left: 256px !important;
  }
  .ml-lg-11 {
    margin-left: 320px !important;
  }
  .ml-lg-12 {
    margin-left: 384px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-6 {
    padding: 40px !important;
  }
  .p-lg-7 {
    padding: 48px !important;
  }
  .p-lg-8 {
    padding: 96px !important;
  }
  .p-lg-9 {
    padding: 192px !important;
  }
  .p-lg-10 {
    padding: 256px !important;
  }
  .p-lg-11 {
    padding: 320px !important;
  }
  .p-lg-12 {
    padding: 384px !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-lg-8 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-lg-9 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .px-lg-10 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .px-lg-11 {
    padding-right: 320px !important;
    padding-left: 320px !important;
  }
  .px-lg-12 {
    padding-right: 384px !important;
    padding-left: 384px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-lg-8 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-lg-9 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-lg-10 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .py-lg-11 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .py-lg-12 {
    padding-top: 384px !important;
    padding-bottom: 384px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-6 {
    padding-top: 40px !important;
  }
  .pt-lg-7 {
    padding-top: 48px !important;
  }
  .pt-lg-8 {
    padding-top: 96px !important;
  }
  .pt-lg-9 {
    padding-top: 192px !important;
  }
  .pt-lg-10 {
    padding-top: 256px !important;
  }
  .pt-lg-11 {
    padding-top: 320px !important;
  }
  .pt-lg-12 {
    padding-top: 384px !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-6 {
    padding-right: 40px !important;
  }
  .pr-lg-7 {
    padding-right: 48px !important;
  }
  .pr-lg-8 {
    padding-right: 96px !important;
  }
  .pr-lg-9 {
    padding-right: 192px !important;
  }
  .pr-lg-10 {
    padding-right: 256px !important;
  }
  .pr-lg-11 {
    padding-right: 320px !important;
  }
  .pr-lg-12 {
    padding-right: 384px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-6 {
    padding-bottom: 40px !important;
  }
  .pb-lg-7 {
    padding-bottom: 48px !important;
  }
  .pb-lg-8 {
    padding-bottom: 96px !important;
  }
  .pb-lg-9 {
    padding-bottom: 192px !important;
  }
  .pb-lg-10 {
    padding-bottom: 256px !important;
  }
  .pb-lg-11 {
    padding-bottom: 320px !important;
  }
  .pb-lg-12 {
    padding-bottom: 384px !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-6 {
    padding-left: 40px !important;
  }
  .pl-lg-7 {
    padding-left: 48px !important;
  }
  .pl-lg-8 {
    padding-left: 96px !important;
  }
  .pl-lg-9 {
    padding-left: 192px !important;
  }
  .pl-lg-10 {
    padding-left: 256px !important;
  }
  .pl-lg-11 {
    padding-left: 320px !important;
  }
  .pl-lg-12 {
    padding-left: 384px !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-0 {
    width: 0% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .max-w-lg-auto {
    max-width: auto !important;
  }
  .max-w-lg-0 {
    max-width: 0% !important;
  }
  .max-w-lg-25 {
    max-width: 25% !important;
  }
  .max-w-lg-50 {
    max-width: 50% !important;
  }
  .max-w-lg-75 {
    max-width: 75% !important;
  }
  .max-w-lg-100 {
    max-width: 100% !important;
  }
  .vh-lg-100 {
    height: 100vh;
  }
}
@media (min-width: 1441px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .ratio-xl-thin {
    aspect-ratio: 3 / 1;
  }
  .ratio-xl-video {
    aspect-ratio: 16 / 9;
  }
  .ratio-xl-landscape {
    aspect-ratio: 2 / 1;
  }
  .ratio-xl-square {
    aspect-ratio: 1 / 1;
  }
  .ratio-xl-portrait {
    aspect-ratio: 1 / 1.25;
  }
  .ratio-xl-tall {
    aspect-ratio: 1 / 1.7;
  }
  .col-xl-auto {
    grid-column: auto;
  }
  .col-span-xl-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-xl-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-xl-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-xl-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-xl-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-xl-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-xl-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-xl-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-xl-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-xl-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-xl-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-xl-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-xl-full {
    grid-column: 1 / -1;
  }
  .col-start-xl-1 {
    grid-column-start: 1;
  }
  .col-start-xl-2 {
    grid-column-start: 2;
  }
  .col-start-xl-3 {
    grid-column-start: 3;
  }
  .col-start-xl-4 {
    grid-column-start: 4;
  }
  .col-start-xl-5 {
    grid-column-start: 5;
  }
  .col-start-xl-6 {
    grid-column-start: 6;
  }
  .col-start-xl-7 {
    grid-column-start: 7;
  }
  .col-start-xl-8 {
    grid-column-start: 8;
  }
  .col-start-xl-9 {
    grid-column-start: 9;
  }
  .col-start-xl-10 {
    grid-column-start: 10;
  }
  .col-start-xl-11 {
    grid-column-start: 11;
  }
  .col-start-xl-12 {
    grid-column-start: 12;
  }
  .col-start-xl-initial {
    grid-column-start: initial;
  }
  .justify-items-xl-start {
    justify-items: start;
  }
  .justify-items-xl-end {
    justify-items: end;
  }
  .justify-items-xl-center {
    justify-items: center;
  }
  .justify-items-xl-stretch {
    justify-items: stretch;
  }
  .align-content-xl-evenly {
    align-content: space-evenly;
  }
  .align-content-xl-baseline {
    align-content: baseline;
  }
  .grid-cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-xl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-xl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-xl-none {
    grid-template-columns: none;
  }
  .gap-xl-0 {
    gap: 0;
  }
  .gap-x-xl-0 {
    column-gap: 0;
  }
  .gap-y-xl-0 {
    row-gap: 0;
  }
  .gap-xl-1 {
    gap: 4px;
  }
  .gap-x-xl-1 {
    column-gap: 4px;
  }
  .gap-y-xl-1 {
    row-gap: 4px;
  }
  .gap-xl-2 {
    gap: 8px;
  }
  .gap-x-xl-2 {
    column-gap: 8px;
  }
  .gap-y-xl-2 {
    row-gap: 8px;
  }
  .gap-xl-3 {
    gap: 16px;
  }
  .gap-x-xl-3 {
    column-gap: 16px;
  }
  .gap-y-xl-3 {
    row-gap: 16px;
  }
  .gap-xl-4 {
    gap: 24px;
  }
  .gap-x-xl-4 {
    column-gap: 24px;
  }
  .gap-y-xl-4 {
    row-gap: 24px;
  }
  .gap-xl-5 {
    gap: 32px;
  }
  .gap-x-xl-5 {
    column-gap: 32px;
  }
  .gap-y-xl-5 {
    row-gap: 32px;
  }
  .gap-xl-6 {
    gap: 40px;
  }
  .gap-x-xl-6 {
    column-gap: 40px;
  }
  .gap-y-xl-6 {
    row-gap: 40px;
  }
  .gap-xl-7 {
    gap: 48px;
  }
  .gap-x-xl-7 {
    column-gap: 48px;
  }
  .gap-y-xl-7 {
    row-gap: 48px;
  }
  .gap-xl-8 {
    gap: 96px;
  }
  .gap-x-xl-8 {
    column-gap: 96px;
  }
  .gap-y-xl-8 {
    row-gap: 96px;
  }
  .gap-xl-9 {
    gap: 192px;
  }
  .gap-x-xl-9 {
    column-gap: 192px;
  }
  .gap-y-xl-9 {
    row-gap: 192px;
  }
  .gap-xl-10 {
    gap: 256px;
  }
  .gap-x-xl-10 {
    column-gap: 256px;
  }
  .gap-y-xl-10 {
    row-gap: 256px;
  }
  .gap-xl-11 {
    gap: 320px;
  }
  .gap-x-xl-11 {
    column-gap: 320px;
  }
  .gap-y-xl-11 {
    row-gap: 320px;
  }
  .gap-xl-12 {
    gap: 384px;
  }
  .gap-x-xl-12 {
    column-gap: 384px;
  }
  .gap-y-xl-12 {
    row-gap: 384px;
  }
  .ltr-xl {
    direction: ltr;
  }
  .rtl-xl {
    direction: rtl;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .top-xl-0 {
    top: 0%;
  }
  .right-xl-0 {
    right: 0%;
  }
  .bottom-xl-0 {
    bottom: 0%;
  }
  .left-xl-0 {
    left: 0%;
  }
  .top-xl-5 {
    top: 5%;
  }
  .right-xl-5 {
    right: 5%;
  }
  .bottom-xl-5 {
    bottom: 5%;
  }
  .left-xl-5 {
    left: 5%;
  }
  .top-xl-10 {
    top: 10%;
  }
  .right-xl-10 {
    right: 10%;
  }
  .bottom-xl-10 {
    bottom: 10%;
  }
  .left-xl-10 {
    left: 10%;
  }
  .top-xl-25 {
    top: 25%;
  }
  .right-xl-25 {
    right: 25%;
  }
  .bottom-xl-25 {
    bottom: 25%;
  }
  .left-xl-25 {
    left: 25%;
  }
  .top-xl-40 {
    top: 40%;
  }
  .right-xl-40 {
    right: 40%;
  }
  .bottom-xl-40 {
    bottom: 40%;
  }
  .left-xl-40 {
    left: 40%;
  }
  .top-xl-50 {
    top: 50%;
  }
  .right-xl-50 {
    right: 50%;
  }
  .bottom-xl-50 {
    bottom: 50%;
  }
  .left-xl-50 {
    left: 50%;
  }
  .top-xl-60 {
    top: 60%;
  }
  .right-xl-60 {
    right: 60%;
  }
  .bottom-xl-60 {
    bottom: 60%;
  }
  .left-xl-60 {
    left: 60%;
  }
  .top-xl-75 {
    top: 75%;
  }
  .right-xl-75 {
    right: 75%;
  }
  .bottom-xl-75 {
    bottom: 75%;
  }
  .left-xl-75 {
    left: 75%;
  }
  .rotate-xl-90 {
    transform: rotate(90deg);
  }
  .rotate-xl-90-counter {
    transform: rotate(-90deg);
  }
  .flip-xl-x {
    transform: scaleX(-1);
  }
  .flip-xl-y {
    transform: scaleY(-1);
  }
  .m-xl-6 {
    margin: 40px !important;
  }
  .m-xl-7 {
    margin: 48px !important;
  }
  .m-xl-8 {
    margin: 96px !important;
  }
  .m-xl-9 {
    margin: 192px !important;
  }
  .m-xl-10 {
    margin: 256px !important;
  }
  .m-xl-11 {
    margin: 320px !important;
  }
  .m-xl-12 {
    margin: 384px !important;
  }
  .mx-neg-xl-3 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .mx-xl-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-7 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xl-8 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-xl-9 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .mx-xl-10 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .mx-xl-11 {
    margin-right: 320px !important;
    margin-left: 320px !important;
  }
  .mx-xl-12 {
    margin-right: 384px !important;
    margin-left: 384px !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-7 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xl-8 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-xl-9 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-xl-10 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .my-xl-11 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
  }
  .my-xl-12 {
    margin-top: 384px !important;
    margin-bottom: 384px !important;
  }
  .mt-xl-6 {
    margin-top: 40px !important;
  }
  .mt-xl-7 {
    margin-top: 48px !important;
  }
  .mt-xl-8 {
    margin-top: 96px !important;
  }
  .mt-xl-9 {
    margin-top: 192px !important;
  }
  .mt-xl-10 {
    margin-top: 256px !important;
  }
  .mt-xl-11 {
    margin-top: 320px !important;
  }
  .mt-xl-12 {
    margin-top: 384px !important;
  }
  .mr-xl-6 {
    margin-right: 40px !important;
  }
  .mr-xl-7 {
    margin-right: 48px !important;
  }
  .mr-xl-8 {
    margin-right: 96px !important;
  }
  .mr-xl-9 {
    margin-right: 192px !important;
  }
  .mr-xl-10 {
    margin-right: 256px !important;
  }
  .mr-xl-11 {
    margin-right: 320px !important;
  }
  .mr-xl-12 {
    margin-right: 384px !important;
  }
  .mb-xl-6 {
    margin-bottom: 40px !important;
  }
  .mb-xl-7 {
    margin-bottom: 48px !important;
  }
  .mb-xl-8 {
    margin-bottom: 96px !important;
  }
  .mb-xl-9 {
    margin-bottom: 192px !important;
  }
  .mb-xl-10 {
    margin-bottom: 256px !important;
  }
  .mb-xl-11 {
    margin-bottom: 320px !important;
  }
  .mb-xl-12 {
    margin-bottom: 384px !important;
  }
  .ml-xl-6 {
    margin-left: 40px !important;
  }
  .ml-xl-7 {
    margin-left: 48px !important;
  }
  .ml-xl-8 {
    margin-left: 96px !important;
  }
  .ml-xl-9 {
    margin-left: 192px !important;
  }
  .ml-xl-10 {
    margin-left: 256px !important;
  }
  .ml-xl-11 {
    margin-left: 320px !important;
  }
  .ml-xl-12 {
    margin-left: 384px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-6 {
    padding: 40px !important;
  }
  .p-xl-7 {
    padding: 48px !important;
  }
  .p-xl-8 {
    padding: 96px !important;
  }
  .p-xl-9 {
    padding: 192px !important;
  }
  .p-xl-10 {
    padding: 256px !important;
  }
  .p-xl-11 {
    padding: 320px !important;
  }
  .p-xl-12 {
    padding: 384px !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-7 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xl-8 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-xl-9 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .px-xl-10 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .px-xl-11 {
    padding-right: 320px !important;
    padding-left: 320px !important;
  }
  .px-xl-12 {
    padding-right: 384px !important;
    padding-left: 384px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-7 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xl-8 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-xl-9 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-xl-10 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .py-xl-11 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
  }
  .py-xl-12 {
    padding-top: 384px !important;
    padding-bottom: 384px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-6 {
    padding-top: 40px !important;
  }
  .pt-xl-7 {
    padding-top: 48px !important;
  }
  .pt-xl-8 {
    padding-top: 96px !important;
  }
  .pt-xl-9 {
    padding-top: 192px !important;
  }
  .pt-xl-10 {
    padding-top: 256px !important;
  }
  .pt-xl-11 {
    padding-top: 320px !important;
  }
  .pt-xl-12 {
    padding-top: 384px !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-6 {
    padding-right: 40px !important;
  }
  .pr-xl-7 {
    padding-right: 48px !important;
  }
  .pr-xl-8 {
    padding-right: 96px !important;
  }
  .pr-xl-9 {
    padding-right: 192px !important;
  }
  .pr-xl-10 {
    padding-right: 256px !important;
  }
  .pr-xl-11 {
    padding-right: 320px !important;
  }
  .pr-xl-12 {
    padding-right: 384px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-6 {
    padding-bottom: 40px !important;
  }
  .pb-xl-7 {
    padding-bottom: 48px !important;
  }
  .pb-xl-8 {
    padding-bottom: 96px !important;
  }
  .pb-xl-9 {
    padding-bottom: 192px !important;
  }
  .pb-xl-10 {
    padding-bottom: 256px !important;
  }
  .pb-xl-11 {
    padding-bottom: 320px !important;
  }
  .pb-xl-12 {
    padding-bottom: 384px !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-6 {
    padding-left: 40px !important;
  }
  .pl-xl-7 {
    padding-left: 48px !important;
  }
  .pl-xl-8 {
    padding-left: 96px !important;
  }
  .pl-xl-9 {
    padding-left: 192px !important;
  }
  .pl-xl-10 {
    padding-left: 256px !important;
  }
  .pl-xl-11 {
    padding-left: 320px !important;
  }
  .pl-xl-12 {
    padding-left: 384px !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-0 {
    width: 0% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .max-w-xl-auto {
    max-width: auto !important;
  }
  .max-w-xl-0 {
    max-width: 0% !important;
  }
  .max-w-xl-25 {
    max-width: 25% !important;
  }
  .max-w-xl-50 {
    max-width: 50% !important;
  }
  .max-w-xl-75 {
    max-width: 75% !important;
  }
  .max-w-xl-100 {
    max-width: 100% !important;
  }
  .vh-xl-100 {
    height: 100vh;
  }
}
@media print {
  @page {
    margin: 0.5in;
  }
  .nav-sub {
    display: none;
  }
  #cms-admin-footer {
    display: none;
  }
  a[href]:after {
    content: "" !important;
  }
}
/*
    Rock Theme Styles

    1. HTML Overrides
    2. Bootstrap Overrides
    3. Theme Styling
    4. Responsive Overrides

*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn {
  font-family: "colfax-web", sans-serif;
  letter-spacing: -0.25px;
  text-decoration: none;
  border-width: 2px;
}
.btn-link {
  font-weight: 500;
}
:root {
  --brand-primary: #6bac43;
  --brand-secondary: #1c683e;
  --brand-tertiary: #2a4930;
  --brand-kraft: #bd9b68;
  --brand-info: #1698da;
  --brand-warning: #f0ad4e;
  --brand-danger: #c64f55;
  --gray-darker: #1c1c1c;
  --gray-dark: #303030;
  --gray: #a4a4a4;
  --gray-light: #ccc;
  --gray-lighter: #efefef;
}
.hidden {
  display: none !important;
}
#navigation-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  transition: all 0.1s ease-in-out;
}
#navigation-secondary {
  font-size: 90%;
  background-color: var(--brand-primary);
  color: white;
}
#navigation-secondary ul {
  background-color: var(--gray-darker);
}
#navigation-secondary a:hover,
#navigation-secondary a:focus {
  color: white;
}
.js-container {
  padding: 0 !important;
}
.card {
  flex-direction: inherit;
  font-size: 18px;
}
section {
  padding: 80px 32px;
}
.fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.background-center {
  background-position: center;
}
.background-top {
  background-position: top;
}
.background-bottom {
  background-position: bottom;
}
.background-left {
  background-position: left;
}
.background-right {
  background-position: right;
}
.background-fixed {
  background-attachment: fixed;
}
.bring-forward {
  position: relative;
  z-index: 1;
}
.height-max-content {
  height: max-content;
}
.grayscale {
  filter: grayscale(1);
}
.page-constrained {
  max-width: 1200px;
}
.text-constrained {
  max-width: 700px;
}
.cursor-pointer {
  cursor: pointer;
}
.clickable {
  transition: all 0.2s ease-in-out;
}
.clickable:hover {
  opacity: 0.9;
}
footer a:hover {
  color: #ffffff;
}
@media (min-width: 576px) {
  section {
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media (min-width: 768px) {
  section {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .background-md-center {
    background-position: center;
  }
  .background-md-top {
    background-position: top;
  }
  .background-md-bottom {
    background-position: bottom;
  }
  .background-md-left {
    background-position: left;
  }
  .background-md-right {
    background-position: right;
  }
  #navigation-secondary {
    background-color: var(--gray-darker);
  }
  #navigation-secondary .collapse {
    display: flex;
    height: auto !important;
  }
}
@media (min-width: 1441px) {
  section {
    padding-top: 192px;
    padding-bottom: 192px;
  }
}
