@font-face {
  font-family: lg;
  src: url("https://s1.skutally.com/assets/lg-27fa35523d587a4ea9ddb9b95464baa3461f4fae2773731d284bbead66bf335a.woff2?io9a6k") format("woff2"), url("https://s1.skutally.com/assets/lg-bc2f4a0c9566efd95470941fdcdd4fd3720fc206b8d34453c86bb8844c08f7e9.ttf?io9a6k") format("truetype"), url("https://s1.skutally.com/assets/lg-fba5abd9e307e54bd140a7b4fc459d502ece4cacd5963f8ebe579eb0337680fa.woff?io9a6k") format("woff"), url("https://s1.skutally.com/assets/lg-2c5bed6d2401028bf7663c3eeda9524d35c56606aa02c58cd559d1fdf3df9a31.svg?io9a6k#lg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-container {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-next, .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: 0;
  border: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-next.disabled, .lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
  color: #fff;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-next {
  right: 20px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-next:before {
  content: "\e095";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-prev {
  left: 20px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-prev:after {
  content: "\e094";
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end .3s;
  position: relative;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end .3s;
  position: relative;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color .2s linear;
  background: 0 0;
  border: none;
  box-shadow: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-toolbar .lg-icon:hover {
  color: #fff;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-toolbar .lg-close:after {
  content: "\e070";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-toolbar .lg-maximize {
  font-size: 22px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity .2s ease-out 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-sub-html a {
  color: inherit;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-sub-html a:hover {
  text-decoration: underline;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-error-msg {
  font-size: 14px;
  color: #999;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-closing .lg-next, .lg-closing .lg-prev, .lg-closing .lg-sub-html, .lg-closing .lg-toolbar {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform,opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color .25s ease;
  }
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-video-poster {
  z-index: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity .3s ease-in;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button, .lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity,transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-video-play-button:hover .lg-video-play-icon, .lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: .6;
  will-change: opacity;
  transition: opacity .12s ease-in;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: .6;
  will-change: opacity;
  transition: opacity .12s ease-in;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  transition: opacity 80ms ease 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-autoplay-button:after {
  content: "\e01d";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-single-item .lg-autoplay-button {
  opacity: .75;
  pointer-events: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition {
  transition: none !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
  top: 50% !important;
  left: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-icon.lg-actual-size {
  font-size: 20px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-icon.lg-actual-size:after {
  content: "\e033";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-icon.lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-first-slide-loading .lg-actual-size, .lg-outer.lg-first-slide-loading .lg-zoom-in, .lg-outer.lg-first-slide-loading .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-actual-size, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer[data-lg-slide-type=video] .lg-actual-size, .lg-outer[data-lg-slide-type=video] .lg-zoom-in, .lg-outer[data-lg-slide-type=video] .lg-zoom-out {
  opacity: .75;
  pointer-events: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform,opacity;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-fullscreen:after {
  content: "\e20c";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility,opacity;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  will-change: visibility,opacity,transform;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-share {
  position: relative;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-share:after {
  content: "\e80d";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("https://s1.skutally.com/assets/lightgallery/loading-e6ffece0b2c659c0c0083e120fcad088cd40cc2466e1024391ae6eb777a0edb9.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  transition: color .2s linear;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility,opacity;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-comment-active .lg-comment-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-comment-active .lg-comment-box {
  transform: translate3d(0, 0, 0);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-flip-ver, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-right, .lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=video] .lg-flip-ver, .lg-outer[data-lg-slide-type=video] .lg-rotate-left, .lg-outer[data-lg-slide-type=video] .lg-rotate-right {
  opacity: .75;
  pointer-events: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-rotate-left:after {
  content: "\e900";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-rotate-right:after {
  content: "\e901";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-flip-ver:after {
  content: "\e903";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-flip-hor:after {
  content: "\e902";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-medium-zoom-item {
  cursor: zoom-in;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: .5s opacity ease;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-container {
  display: none;
  outline: 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-container.lg-show {
  display: block;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-on {
  scroll-behavior: unset;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-overlay-open {
  overflow: hidden;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
  opacity: 0;
  will-change: transform,opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: .001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  transition: opacity .15s ease 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer * {
  box-sizing: border-box;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-visible {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-item {
  display: none !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("https://s1.skutally.com/assets/lightgallery/loading-e6ffece0b2c659c0c0083e120fcad088cd40cc2466e1024391ae6eb777a0edb9.gif") no-repeat scroll center center transparent;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-item.lg-complete {
  background-image: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-empty-html .lg-sub-html, .lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity .2s ease-out .15s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-backdrop.in {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-container {
  display: none;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-container.lg-show {
  display: block;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-inline .lg-backdrop, .lg-inline .lg-outer {
  position: absolute;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-inline .lg-backdrop {
  z-index: 1;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-inline .lg-outer {
  z-index: 2;
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-inline .lg-maximize:after {
  content: "\e909";
}

/* line 3, app/assets/stylesheets/light-gallery/lightgallery.scss */
.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform .35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer.lg-animate-thumb .lg-thumb{transition-timing-function:cubic-bezier(.215,.61,.355,1)}
.lg-outer .lg-img-rotate{position:absolute;left:0;right:0;top:0;bottom:0;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:"\e903"}.lg-flip-hor:after{content:"\e902"}
/* Source: https://cdn.jsdelivr.net/npm/lightgallery@2.8.3/css/lg-zoom.css */
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}
.checklist::-moz-selection{background:none}
.checklist::selection{background:none}.checklist::-moz-selection{background:none}.checklist{border:2px solid #e8e8e8;border-radius:30px;display:inline-block;width:auto;padding:4px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checklist > *{display:inline-block;padding:10px 0;width:38px;cursor:pointer;text-align:center;color:#0036ff;border:2px solid transparent;font-size:13px}.checklist > :not(:first-child){margin-left:-7px}.checklist > .active{border-radius:50px;border:2px solid #0036ff;color:#000}.checklist > .right-side{border-bottom-left-radius:0;border-top-left-radius:0;border-left:2px solid transparent}.checklist > .left-side{border-bottom-right-radius:0;border-top-right-radius:0;border-right:2px solid transparent}.checklist > .center-side{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;border-right:2px solid transparent;border-left:2px solid transparent}.checklist [data-disabled="true"]{cursor:not-allowed}.checklist.vertical{width:38px;padding:3px 4px}.checklist.vertical > *{margin-left:-2px}.checklist.vertical > :not(:first-child){margin-top:-7px}.checklist.vertical > .right-side{border-radius:50px;border-top-right-radius:0;border-top-left-radius:0;border-left:2px solid #0036ff;border-top:2px solid transparent}.checklist.vertical > .left-side{border-radius:50px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-right:2px solid #0036ff;border-bottom:2px solid transparent}.checklist.vertical > .center-side{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;border-top:2px solid transparent;border-bottom:2px solid transparent;border-right:2px solid #0036ff;border-left:2px solid #0036ff}.checklist.small > *{width:30px;padding:7px 0;font-size:11px}.checklist.small > .active{border-width:1px;padding:8px 1px}.checklist.vertical.small{width:30px;padding:2px 3px}.checklist.large > *{width:45px;padding:12px 0;font-size:15px}.checklist.large > .active{border-width:2px}.checklist.vertical.large{width:45px;padding:5px}.checklist.quadratic,.checklist.quadratic > *,.checklist.vertical.quadratic > *{border-radius:0}.checklist input{display:none}.checklist.more-padded-l{padding-left:11px}.checklist.more-padded-t{padding-top:10px}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@charset "UTF-8";
/*












 */
/* line 1, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-title {
  font-weight: bold;
}

/* line 4, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message {
  word-wrap: break-word;
}

/* line 8, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message a,
.toast-message label {
  color: #FFF;
}

/* line 12, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

/* line 17, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 22, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 27, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-bottom-left {
  left: 12px;
  bottom: 12px;
}

/* line 32, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container {
  position: fixed;
  z-index: 9999;
}

/* line 37, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > div {
  background-position: 15px center;
  background-repeat: no-repeat;
  border-radius: 3px 3px 3px 3px;
  -o-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  margin: 0 0 6px;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  padding: 15px 15px 15px 50px;
  width: 300px;
}

/* line 56, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast {
  background-color: #030303;
}

/* line 60, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-success {
  background-color: #51A351;
}

/* line 64, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-error {
  background-color: #BD362F;
}

/* line 68, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-info {
  background-color: #2F96B4;
}

/* line 72, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-warning {
  background-color: #F89406;
}

/* line 75, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 80, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > :hover {
  -o-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  cursor: pointer;
}

/* line 91, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 95, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 99, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 103, ../../shared/bundle/ruby/4.0.0/gems/toastr-rails-1.0.3/vendor/assets/stylesheets/toastr.css */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 7, app/assets/stylesheets/theme/_light.scss */
:root {
  --blue: #0179A8;
  --indigo: #346CB0;
  --purple: #5F4B8B;
  --pink: #d53417;
  --red: #EA6759;
  --orange: #EC935E;
  --yellow: #F7C46C;
  --green: #A7C796;
  --teal: #00A28A;
  --cyan: #3686A0;
  --white: #ffffff;
  --gray: #888c9b;
  --gray-dark: #252a33;
  --primary: #346CB0;
  --secondary: #f6f7f9;
  --success: #00A28A;
  --info: #0179A8;
  --warning: #F7C46C;
  --danger: #d53417;
  --light: #f6f7f9;
  --dark: #252a33;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Fira Sans", "Helvetica Neue", "Apple Color Emoji", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 38, app/assets/stylesheets/theme/_light.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 44, app/assets/stylesheets/theme/_light.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(20, 20, 31, 0);
}

/* line 57, app/assets/stylesheets/theme/_light.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 61, app/assets/stylesheets/theme/_light.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Fira Sans", "Helvetica Neue", "Apple Color Emoji", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363642;
  text-align: left;
  background-color: #f6f7f9;
}

/* line 72, app/assets/stylesheets/theme/_light.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 76, app/assets/stylesheets/theme/_light.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 82, app/assets/stylesheets/theme/_light.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 87, app/assets/stylesheets/theme/_light.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 92, app/assets/stylesheets/theme/_light.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 101, app/assets/stylesheets/theme/_light.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 107, app/assets/stylesheets/theme/_light.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, app/assets/stylesheets/theme/_light.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 121, app/assets/stylesheets/theme/_light.scss */
dt {
  font-weight: 700;
}

/* line 125, app/assets/stylesheets/theme/_light.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 130, app/assets/stylesheets/theme/_light.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 134, app/assets/stylesheets/theme/_light.scss */
dfn {
  font-style: italic;
}

/* line 138, app/assets/stylesheets/theme/_light.scss */
b,
strong {
  font-weight: bolder;
}

/* line 143, app/assets/stylesheets/theme/_light.scss */
small {
  font-size: 80%;
}

/* line 147, app/assets/stylesheets/theme/_light.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 155, app/assets/stylesheets/theme/_light.scss */
sub {
  bottom: -.25em;
}

/* line 159, app/assets/stylesheets/theme/_light.scss */
sup {
  top: -.5em;
}

/* line 163, app/assets/stylesheets/theme/_light.scss */
a {
  color: #346CB0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 170, app/assets/stylesheets/theme/_light.scss */
a:hover {
  color: #234875;
  text-decoration: underline;
}

/* line 175, app/assets/stylesheets/theme/_light.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/theme/_light.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 185, app/assets/stylesheets/theme/_light.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 189, app/assets/stylesheets/theme/_light.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 197, app/assets/stylesheets/theme/_light.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 204, app/assets/stylesheets/theme/_light.scss */
figure {
  margin: 0 0 1rem;
}

/* line 208, app/assets/stylesheets/theme/_light.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 213, app/assets/stylesheets/theme/_light.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 218, app/assets/stylesheets/theme/_light.scss */
table {
  border-collapse: collapse;
}

/* line 222, app/assets/stylesheets/theme/_light.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888c9b;
  text-align: left;
  caption-side: bottom;
}

/* line 230, app/assets/stylesheets/theme/_light.scss */
th {
  text-align: inherit;
}

/* line 234, app/assets/stylesheets/theme/_light.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 239, app/assets/stylesheets/theme/_light.scss */
button {
  border-radius: 0;
}

/* line 243, app/assets/stylesheets/theme/_light.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 248, app/assets/stylesheets/theme/_light.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 259, app/assets/stylesheets/theme/_light.scss */
button,
input {
  overflow: visible;
}

/* line 264, app/assets/stylesheets/theme/_light.scss */
button,
select {
  text-transform: none;
}

/* line 269, app/assets/stylesheets/theme/_light.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 276, app/assets/stylesheets/theme/_light.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 284, app/assets/stylesheets/theme/_light.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 290, app/assets/stylesheets/theme/_light.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 297, app/assets/stylesheets/theme/_light.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 302, app/assets/stylesheets/theme/_light.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 309, app/assets/stylesheets/theme/_light.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 321, app/assets/stylesheets/theme/_light.scss */
progress {
  vertical-align: baseline;
}

/* line 325, app/assets/stylesheets/theme/_light.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 330, app/assets/stylesheets/theme/_light.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 335, app/assets/stylesheets/theme/_light.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 340, app/assets/stylesheets/theme/_light.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 345, app/assets/stylesheets/theme/_light.scss */
output {
  display: inline-block;
}

/* line 349, app/assets/stylesheets/theme/_light.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 354, app/assets/stylesheets/theme/_light.scss */
template {
  display: none;
}

/* line 358, app/assets/stylesheets/theme/_light.scss */
[hidden] {
  display: none !important;
}

/* line 362, app/assets/stylesheets/theme/_light.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

/* line 371, app/assets/stylesheets/theme/_light.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 375, app/assets/stylesheets/theme/_light.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 379, app/assets/stylesheets/theme/_light.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 383, app/assets/stylesheets/theme/_light.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 387, app/assets/stylesheets/theme/_light.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 391, app/assets/stylesheets/theme/_light.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 395, app/assets/stylesheets/theme/_light.scss */
.lead {
  font-size: 1.25rem;
  font-weight: normal;
}

/* line 400, app/assets/stylesheets/theme/_light.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 406, app/assets/stylesheets/theme/_light.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 412, app/assets/stylesheets/theme/_light.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 418, app/assets/stylesheets/theme/_light.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 424, app/assets/stylesheets/theme/_light.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(34, 34, 48, 0.1);
}

/* line 431, app/assets/stylesheets/theme/_light.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 437, app/assets/stylesheets/theme/_light.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 443, app/assets/stylesheets/theme/_light.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 448, app/assets/stylesheets/theme/_light.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 453, app/assets/stylesheets/theme/_light.scss */
.list-inline-item {
  display: inline-block;
}

/* line 457, app/assets/stylesheets/theme/_light.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 461, app/assets/stylesheets/theme/_light.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 466, app/assets/stylesheets/theme/_light.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

/* line 471, app/assets/stylesheets/theme/_light.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #888c9b;
}

/* line 477, app/assets/stylesheets/theme/_light.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 481, app/assets/stylesheets/theme/_light.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 486, app/assets/stylesheets/theme/_light.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f6f7f9;
  border: 1px solid #d6d8e1;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 495, app/assets/stylesheets/theme/_light.scss */
.figure {
  display: inline-block;
}

/* line 499, app/assets/stylesheets/theme/_light.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 504, app/assets/stylesheets/theme/_light.scss */
.figure-caption {
  font-size: 90%;
  color: #888c9b;
}

/* line 509, app/assets/stylesheets/theme/_light.scss */
code {
  font-size: 87.5%;
  color: #d53417;
  word-break: break-word;
}

/* line 515, app/assets/stylesheets/theme/_light.scss */
a > code {
  color: inherit;
}

/* line 519, app/assets/stylesheets/theme/_light.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #363642;
  border-radius: 0.2rem;
}

/* line 527, app/assets/stylesheets/theme/_light.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 533, app/assets/stylesheets/theme/_light.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #191927;
}

/* line 539, app/assets/stylesheets/theme/_light.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 545, app/assets/stylesheets/theme/_light.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 550, app/assets/stylesheets/theme/_light.scss */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 559, app/assets/stylesheets/theme/_light.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 565, app/assets/stylesheets/theme/_light.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 571, app/assets/stylesheets/theme/_light.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 577, app/assets/stylesheets/theme/_light.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 582, app/assets/stylesheets/theme/_light.scss */
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

/* line 590, app/assets/stylesheets/theme/_light.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

/* line 599, app/assets/stylesheets/theme/_light.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 604, app/assets/stylesheets/theme/_light.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 610, app/assets/stylesheets/theme/_light.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 623, app/assets/stylesheets/theme/_light.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 631, app/assets/stylesheets/theme/_light.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 638, app/assets/stylesheets/theme/_light.scss */
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 644, app/assets/stylesheets/theme/_light.scss */
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 650, app/assets/stylesheets/theme/_light.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 656, app/assets/stylesheets/theme/_light.scss */
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 662, app/assets/stylesheets/theme/_light.scss */
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 668, app/assets/stylesheets/theme/_light.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 674, app/assets/stylesheets/theme/_light.scss */
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 680, app/assets/stylesheets/theme/_light.scss */
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 686, app/assets/stylesheets/theme/_light.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 692, app/assets/stylesheets/theme/_light.scss */
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 698, app/assets/stylesheets/theme/_light.scss */
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 704, app/assets/stylesheets/theme/_light.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 710, app/assets/stylesheets/theme/_light.scss */
.order-first {
  order: -1;
}

/* line 715, app/assets/stylesheets/theme/_light.scss */
.order-last {
  order: 13;
}

/* line 720, app/assets/stylesheets/theme/_light.scss */
.order-0 {
  order: 0;
}

/* line 725, app/assets/stylesheets/theme/_light.scss */
.order-1 {
  order: 1;
}

/* line 730, app/assets/stylesheets/theme/_light.scss */
.order-2 {
  order: 2;
}

/* line 735, app/assets/stylesheets/theme/_light.scss */
.order-3 {
  order: 3;
}

/* line 740, app/assets/stylesheets/theme/_light.scss */
.order-4 {
  order: 4;
}

/* line 745, app/assets/stylesheets/theme/_light.scss */
.order-5 {
  order: 5;
}

/* line 750, app/assets/stylesheets/theme/_light.scss */
.order-6 {
  order: 6;
}

/* line 755, app/assets/stylesheets/theme/_light.scss */
.order-7 {
  order: 7;
}

/* line 760, app/assets/stylesheets/theme/_light.scss */
.order-8 {
  order: 8;
}

/* line 765, app/assets/stylesheets/theme/_light.scss */
.order-9 {
  order: 9;
}

/* line 770, app/assets/stylesheets/theme/_light.scss */
.order-10 {
  order: 10;
}

/* line 775, app/assets/stylesheets/theme/_light.scss */
.order-11 {
  order: 11;
}

/* line 780, app/assets/stylesheets/theme/_light.scss */
.order-12 {
  order: 12;
}

/* line 785, app/assets/stylesheets/theme/_light.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 789, app/assets/stylesheets/theme/_light.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 793, app/assets/stylesheets/theme/_light.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 797, app/assets/stylesheets/theme/_light.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 801, app/assets/stylesheets/theme/_light.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 805, app/assets/stylesheets/theme/_light.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 809, app/assets/stylesheets/theme/_light.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 813, app/assets/stylesheets/theme/_light.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 817, app/assets/stylesheets/theme/_light.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 821, app/assets/stylesheets/theme/_light.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 825, app/assets/stylesheets/theme/_light.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 830, app/assets/stylesheets/theme/_light.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 837, app/assets/stylesheets/theme/_light.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 843, app/assets/stylesheets/theme/_light.scss */
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 848, app/assets/stylesheets/theme/_light.scss */
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 853, app/assets/stylesheets/theme/_light.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 858, app/assets/stylesheets/theme/_light.scss */
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 863, app/assets/stylesheets/theme/_light.scss */
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 868, app/assets/stylesheets/theme/_light.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 873, app/assets/stylesheets/theme/_light.scss */
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 878, app/assets/stylesheets/theme/_light.scss */
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 883, app/assets/stylesheets/theme/_light.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 888, app/assets/stylesheets/theme/_light.scss */
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 893, app/assets/stylesheets/theme/_light.scss */
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 898, app/assets/stylesheets/theme/_light.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 903, app/assets/stylesheets/theme/_light.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 907, app/assets/stylesheets/theme/_light.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 911, app/assets/stylesheets/theme/_light.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 915, app/assets/stylesheets/theme/_light.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 919, app/assets/stylesheets/theme/_light.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 923, app/assets/stylesheets/theme/_light.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 927, app/assets/stylesheets/theme/_light.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 931, app/assets/stylesheets/theme/_light.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 935, app/assets/stylesheets/theme/_light.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 939, app/assets/stylesheets/theme/_light.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 943, app/assets/stylesheets/theme/_light.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 947, app/assets/stylesheets/theme/_light.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 951, app/assets/stylesheets/theme/_light.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 955, app/assets/stylesheets/theme/_light.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 959, app/assets/stylesheets/theme/_light.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 963, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 966, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 969, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 972, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 975, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 978, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 981, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 984, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 987, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 990, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 993, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 996, app/assets/stylesheets/theme/_light.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 1002, app/assets/stylesheets/theme/_light.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1009, app/assets/stylesheets/theme/_light.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 1015, app/assets/stylesheets/theme/_light.scss */
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1020, app/assets/stylesheets/theme/_light.scss */
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1025, app/assets/stylesheets/theme/_light.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1030, app/assets/stylesheets/theme/_light.scss */
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1035, app/assets/stylesheets/theme/_light.scss */
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1040, app/assets/stylesheets/theme/_light.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1045, app/assets/stylesheets/theme/_light.scss */
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1050, app/assets/stylesheets/theme/_light.scss */
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1055, app/assets/stylesheets/theme/_light.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1060, app/assets/stylesheets/theme/_light.scss */
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1065, app/assets/stylesheets/theme/_light.scss */
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1070, app/assets/stylesheets/theme/_light.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1075, app/assets/stylesheets/theme/_light.scss */
  .order-md-first {
    order: -1;
  }
  /* line 1079, app/assets/stylesheets/theme/_light.scss */
  .order-md-last {
    order: 13;
  }
  /* line 1083, app/assets/stylesheets/theme/_light.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 1087, app/assets/stylesheets/theme/_light.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 1091, app/assets/stylesheets/theme/_light.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 1095, app/assets/stylesheets/theme/_light.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 1099, app/assets/stylesheets/theme/_light.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 1103, app/assets/stylesheets/theme/_light.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 1107, app/assets/stylesheets/theme/_light.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 1111, app/assets/stylesheets/theme/_light.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 1115, app/assets/stylesheets/theme/_light.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 1119, app/assets/stylesheets/theme/_light.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 1123, app/assets/stylesheets/theme/_light.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 1127, app/assets/stylesheets/theme/_light.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 1131, app/assets/stylesheets/theme/_light.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 1135, app/assets/stylesheets/theme/_light.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1138, app/assets/stylesheets/theme/_light.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 1141, app/assets/stylesheets/theme/_light.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 1144, app/assets/stylesheets/theme/_light.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1147, app/assets/stylesheets/theme/_light.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 1150, app/assets/stylesheets/theme/_light.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 1153, app/assets/stylesheets/theme/_light.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1156, app/assets/stylesheets/theme/_light.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 1159, app/assets/stylesheets/theme/_light.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 1162, app/assets/stylesheets/theme/_light.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1165, app/assets/stylesheets/theme/_light.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 1168, app/assets/stylesheets/theme/_light.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 1174, app/assets/stylesheets/theme/_light.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1181, app/assets/stylesheets/theme/_light.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 1187, app/assets/stylesheets/theme/_light.scss */
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1192, app/assets/stylesheets/theme/_light.scss */
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1197, app/assets/stylesheets/theme/_light.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1202, app/assets/stylesheets/theme/_light.scss */
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1207, app/assets/stylesheets/theme/_light.scss */
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1212, app/assets/stylesheets/theme/_light.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1217, app/assets/stylesheets/theme/_light.scss */
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1222, app/assets/stylesheets/theme/_light.scss */
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1227, app/assets/stylesheets/theme/_light.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1232, app/assets/stylesheets/theme/_light.scss */
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1237, app/assets/stylesheets/theme/_light.scss */
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1242, app/assets/stylesheets/theme/_light.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1247, app/assets/stylesheets/theme/_light.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 1251, app/assets/stylesheets/theme/_light.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 1255, app/assets/stylesheets/theme/_light.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 1259, app/assets/stylesheets/theme/_light.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 1263, app/assets/stylesheets/theme/_light.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 1267, app/assets/stylesheets/theme/_light.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 1271, app/assets/stylesheets/theme/_light.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 1275, app/assets/stylesheets/theme/_light.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 1279, app/assets/stylesheets/theme/_light.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 1283, app/assets/stylesheets/theme/_light.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 1287, app/assets/stylesheets/theme/_light.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 1291, app/assets/stylesheets/theme/_light.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 1295, app/assets/stylesheets/theme/_light.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 1299, app/assets/stylesheets/theme/_light.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 1303, app/assets/stylesheets/theme/_light.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 1307, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1310, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 1313, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 1316, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1319, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 1322, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 1325, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1328, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 1331, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 1334, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1337, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 1340, app/assets/stylesheets/theme/_light.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1346, app/assets/stylesheets/theme/_light.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1353, app/assets/stylesheets/theme/_light.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 1359, app/assets/stylesheets/theme/_light.scss */
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1364, app/assets/stylesheets/theme/_light.scss */
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1369, app/assets/stylesheets/theme/_light.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1374, app/assets/stylesheets/theme/_light.scss */
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1379, app/assets/stylesheets/theme/_light.scss */
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1384, app/assets/stylesheets/theme/_light.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1389, app/assets/stylesheets/theme/_light.scss */
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1394, app/assets/stylesheets/theme/_light.scss */
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1399, app/assets/stylesheets/theme/_light.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1404, app/assets/stylesheets/theme/_light.scss */
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1409, app/assets/stylesheets/theme/_light.scss */
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1414, app/assets/stylesheets/theme/_light.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1419, app/assets/stylesheets/theme/_light.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 1423, app/assets/stylesheets/theme/_light.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 1427, app/assets/stylesheets/theme/_light.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 1431, app/assets/stylesheets/theme/_light.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 1435, app/assets/stylesheets/theme/_light.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 1439, app/assets/stylesheets/theme/_light.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 1443, app/assets/stylesheets/theme/_light.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 1447, app/assets/stylesheets/theme/_light.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 1451, app/assets/stylesheets/theme/_light.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 1455, app/assets/stylesheets/theme/_light.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 1459, app/assets/stylesheets/theme/_light.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 1463, app/assets/stylesheets/theme/_light.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 1467, app/assets/stylesheets/theme/_light.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 1471, app/assets/stylesheets/theme/_light.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 1475, app/assets/stylesheets/theme/_light.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 1479, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1482, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 1485, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 1488, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1491, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 1494, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 1497, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1500, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 1503, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 1506, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1509, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 1512, app/assets/stylesheets/theme/_light.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 1517, app/assets/stylesheets/theme/_light.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 1523, app/assets/stylesheets/theme/_light.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ecedf1;
}

/* line 1530, app/assets/stylesheets/theme/_light.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecedf1;
}

/* line 1535, app/assets/stylesheets/theme/_light.scss */
.table tbody + tbody {
  border-top: 2px solid #ecedf1;
}

/* line 1539, app/assets/stylesheets/theme/_light.scss */
.table .table {
  background-color: #f6f7f9;
}

/* line 1543, app/assets/stylesheets/theme/_light.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1548, app/assets/stylesheets/theme/_light.scss */
.table-bordered {
  border: 1px solid #ecedf1;
}

/* line 1552, app/assets/stylesheets/theme/_light.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #ecedf1;
}

/* line 1557, app/assets/stylesheets/theme/_light.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1562, app/assets/stylesheets/theme/_light.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1569, app/assets/stylesheets/theme/_light.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(20, 20, 31, 0.05);
}

/* line 1573, app/assets/stylesheets/theme/_light.scss */
.table-hover tbody tr:hover {
  background-color: #f6f7f9;
}

/* line 1577, app/assets/stylesheets/theme/_light.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6d6e9;
}

/* line 1583, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-primary:hover {
  background-color: #b4c9e2;
}

/* line 1587, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b4c9e2;
}

/* line 1592, app/assets/stylesheets/theme/_light.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fcfdfd;
}

/* line 1598, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-secondary:hover {
  background-color: #edf3f3;
}

/* line 1602, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #edf3f3;
}

/* line 1607, app/assets/stylesheets/theme/_light.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e5de;
}

/* line 1613, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-success:hover {
  background-color: #a5ded5;
}

/* line 1617, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a5ded5;
}

/* line 1622, app/assets/stylesheets/theme/_light.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8d9e7;
}

/* line 1628, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-info:hover {
  background-color: #a5cfe1;
}

/* line 1632, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a5cfe1;
}

/* line 1637, app/assets/stylesheets/theme/_light.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdeed6;
}

/* line 1643, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-warning:hover {
  background-color: #fce4be;
}

/* line 1647, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fce4be;
}

/* line 1652, app/assets/stylesheets/theme/_light.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ebd6e5;
}

/* line 1658, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-danger:hover {
  background-color: #e3c5da;
}

/* line 1662, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e3c5da;
}

/* line 1667, app/assets/stylesheets/theme/_light.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfdfd;
}

/* line 1673, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-light:hover {
  background-color: #edf3f3;
}

/* line 1677, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #edf3f3;
}

/* line 1682, app/assets/stylesheets/theme/_light.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c1c5;
}

/* line 1688, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-dark:hover {
  background-color: #b4b4b9;
}

/* line 1692, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b4b9;
}

/* line 1697, app/assets/stylesheets/theme/_light.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #346CB0;
}

/* line 1703, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-active:hover {
  background-color: #2e609c;
}

/* line 1707, app/assets/stylesheets/theme/_light.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #2e609c;
}

/* line 1712, app/assets/stylesheets/theme/_light.scss */
.table .thead-dark th {
  color: #f6f7f9;
  background-color: #252a33;
  border-color: #323246;
}

/* line 1718, app/assets/stylesheets/theme/_light.scss */
.table .thead-light th {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #ecedf1;
}

/* line 1724, app/assets/stylesheets/theme/_light.scss */
.table-dark {
  color: #f6f7f9;
  background-color: #252a33;
}

/* line 1729, app/assets/stylesheets/theme/_light.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #323246;
}

/* line 1735, app/assets/stylesheets/theme/_light.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1739, app/assets/stylesheets/theme/_light.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1743, app/assets/stylesheets/theme/_light.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1748, app/assets/stylesheets/theme/_light.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1755, app/assets/stylesheets/theme/_light.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1761, app/assets/stylesheets/theme/_light.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1768, app/assets/stylesheets/theme/_light.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1774, app/assets/stylesheets/theme/_light.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1781, app/assets/stylesheets/theme/_light.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1787, app/assets/stylesheets/theme/_light.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1794, app/assets/stylesheets/theme/_light.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1799, app/assets/stylesheets/theme/_light.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 1807, app/assets/stylesheets/theme/_light.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1811, app/assets/stylesheets/theme/_light.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #363642;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1827, app/assets/stylesheets/theme/_light.scss */
  .form-control {
    transition: none;
  }
}

/* line 1832, app/assets/stylesheets/theme/_light.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1837, app/assets/stylesheets/theme/_light.scss */
.form-control:focus {
  color: #363642;
  background-color: #ffffff;
  border-color: #346CB0;
  outline: 0;
  box-shadow: 0 0 0 1px #346CB0;
}

/* line 1845, app/assets/stylesheets/theme/_light.scss */
.form-control::-webkit-input-placeholder {
  color: #888c9b;
  opacity: 1;
}

/* line 1850, app/assets/stylesheets/theme/_light.scss */
.form-control::-moz-placeholder {
  color: #888c9b;
  opacity: 1;
}

/* line 1855, app/assets/stylesheets/theme/_light.scss */
.form-control:-ms-input-placeholder {
  color: #888c9b;
  opacity: 1;
}

/* line 1860, app/assets/stylesheets/theme/_light.scss */
.form-control::-ms-input-placeholder {
  color: #888c9b;
  opacity: 1;
}

/* line 1865, app/assets/stylesheets/theme/_light.scss */
.form-control::-moz-placeholder {
  color: #888c9b;
  opacity: 1;
}
.form-control::placeholder {
  color: #888c9b;
  opacity: 1;
}

/* line 1870, app/assets/stylesheets/theme/_light.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #f6f7f9;
  opacity: 1;
}

/* line 1875, app/assets/stylesheets/theme/_light.scss */
select.form-control:focus::-ms-value {
  color: #363642;
  background-color: #ffffff;
}

/* line 1880, app/assets/stylesheets/theme/_light.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 1886, app/assets/stylesheets/theme/_light.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 1894, app/assets/stylesheets/theme/_light.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 1901, app/assets/stylesheets/theme/_light.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1908, app/assets/stylesheets/theme/_light.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #363642;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1921, app/assets/stylesheets/theme/_light.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 1926, app/assets/stylesheets/theme/_light.scss */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1934, app/assets/stylesheets/theme/_light.scss */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 1942, app/assets/stylesheets/theme/_light.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 1946, app/assets/stylesheets/theme/_light.scss */
textarea.form-control {
  height: auto;
}

/* line 1950, app/assets/stylesheets/theme/_light.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 1954, app/assets/stylesheets/theme/_light.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 1959, app/assets/stylesheets/theme/_light.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 1968, app/assets/stylesheets/theme/_light.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1974, app/assets/stylesheets/theme/_light.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 1980, app/assets/stylesheets/theme/_light.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 1986, app/assets/stylesheets/theme/_light.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #888c9b;
}

/* line 1990, app/assets/stylesheets/theme/_light.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 1994, app/assets/stylesheets/theme/_light.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2003, app/assets/stylesheets/theme/_light.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2010, app/assets/stylesheets/theme/_light.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00A28A;
}

/* line 2018, app/assets/stylesheets/theme/_light.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(0, 162, 138, 0.98);
  border-radius: 0.25rem;
}

/* line 2033, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #00A28A;
}

/* line 2039, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00A28A;
  box-shadow: 0 0 0 1px rgba(0, 162, 138, 0.25);
}

/* line 2046, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2057, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2063, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00A28A;
}

/* line 2067, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2073, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00A28A;
}

/* line 2077, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #23ffde;
}

/* line 2081, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2087, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #00d5b5;
}

/* line 2091, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f6f7f9, 0 0 0 1px rgba(0, 162, 138, 0.25);
}

/* line 2095, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00A28A;
}

/* line 2099, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 2103, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2109, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 1px rgba(0, 162, 138, 0.25);
}

/* line 2113, app/assets/stylesheets/theme/_light.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d53417;
}

/* line 2121, app/assets/stylesheets/theme/_light.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(183, 107, 163, 0.98);
  border-radius: 0.25rem;
}

/* line 2136, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #b02b13;
}

/* line 2142, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #b02b13;
  box-shadow: 0 0 0 1px rgba(183, 107, 163, 0.25);
}

/* line 2149, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2160, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2166, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d53417;
}

/* line 2170, app/assets/stylesheets/theme/_light.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2176, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d53417;
}

/* line 2180, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #e1c1d8;
}

/* line 2184, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2190, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #c88db8;
}

/* line 2194, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f6f7f9, 0 0 0 1px rgba(183, 107, 163, 0.25);
}

/* line 2198, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b02b13;
}

/* line 2202, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 2206, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2212, app/assets/stylesheets/theme/_light.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 1px rgba(183, 107, 163, 0.25);
}

/* line 2216, app/assets/stylesheets/theme/_light.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2225, app/assets/stylesheets/theme/_light.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2230, app/assets/stylesheets/theme/_light.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2239, app/assets/stylesheets/theme/_light.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2250, app/assets/stylesheets/theme/_light.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2255, app/assets/stylesheets/theme/_light.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2258, app/assets/stylesheets/theme/_light.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2262, app/assets/stylesheets/theme/_light.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2272, app/assets/stylesheets/theme/_light.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2278, app/assets/stylesheets/theme/_light.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2284, app/assets/stylesheets/theme/_light.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2289, app/assets/stylesheets/theme/_light.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 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;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2308, app/assets/stylesheets/theme/_light.scss */
  .btn {
    transition: none;
  }
}

/* line 2313, app/assets/stylesheets/theme/_light.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}

/* line 2317, app/assets/stylesheets/theme/_light.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 1px #346CB0;
}

/* line 2322, app/assets/stylesheets/theme/_light.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2326, app/assets/stylesheets/theme/_light.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2330, app/assets/stylesheets/theme/_light.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2335, app/assets/stylesheets/theme/_light.scss */
.btn-primary {
  color: #ffffff;
  background-color: #346CB0;
  border-color: #346CB0;
}

/* line 2341, app/assets/stylesheets/theme/_light.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #2b5a92;
  border-color: #285489;
}

/* line 2347, app/assets/stylesheets/theme/_light.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 1px rgba(52, 108, 176, 0.5);
}

/* line 2351, app/assets/stylesheets/theme/_light.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #346CB0;
  border-color: #346CB0;
}

/* line 2357, app/assets/stylesheets/theme/_light.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #285489;
  border-color: #254e7f;
}

/* line 2364, app/assets/stylesheets/theme/_light.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(52, 108, 176, 0.5);
}

/* line 2369, app/assets/stylesheets/theme/_light.scss */
.btn-secondary {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}

/* line 2375, app/assets/stylesheets/theme/_light.scss */
.btn-secondary:hover {
  color: #363642;
  background-color: #dfe3ea;
  border-color: #d7dce5;
}

/* line 2381, app/assets/stylesheets/theme/_light.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}

/* line 2385, app/assets/stylesheets/theme/_light.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}

/* line 2391, app/assets/stylesheets/theme/_light.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #363642;
  background-color: #d7dce5;
  border-color: #d0d5e0;
}

/* line 2398, app/assets/stylesheets/theme/_light.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}

/* line 2403, app/assets/stylesheets/theme/_light.scss */
.btn-success {
  color: #ffffff;
  background-color: #00A28A;
  border-color: #00A28A;
}

/* line 2409, app/assets/stylesheets/theme/_light.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #007c69;
  border-color: #006f5f;
}

/* line 2415, app/assets/stylesheets/theme/_light.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 1px rgba(0, 162, 138, 0.5);
}

/* line 2419, app/assets/stylesheets/theme/_light.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #00A28A;
  border-color: #00A28A;
}

/* line 2425, app/assets/stylesheets/theme/_light.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #006f5f;
  border-color: #006254;
}

/* line 2432, app/assets/stylesheets/theme/_light.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(0, 162, 138, 0.5);
}

/* line 2437, app/assets/stylesheets/theme/_light.scss */
.btn-info {
  color: #ffffff;
  background-color: #0179A8;
  border-color: #0179A8;
}

/* line 2443, app/assets/stylesheets/theme/_light.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #015e82;
  border-color: #015475;
}

/* line 2449, app/assets/stylesheets/theme/_light.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 1px rgba(1, 121, 168, 0.5);
}

/* line 2453, app/assets/stylesheets/theme/_light.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #0179A8;
  border-color: #0179A8;
}

/* line 2459, app/assets/stylesheets/theme/_light.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #015475;
  border-color: #014b69;
}

/* line 2466, app/assets/stylesheets/theme/_light.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(1, 121, 168, 0.5);
}

/* line 2471, app/assets/stylesheets/theme/_light.scss */
.btn-warning {
  color: #363642;
  background-color: #F7C46C;
  border-color: #F7C46C;
}

/* line 2477, app/assets/stylesheets/theme/_light.scss */
.btn-warning:hover {
  color: #363642;
  background-color: #f5b548;
  border-color: #f4b13c;
}

/* line 2483, app/assets/stylesheets/theme/_light.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 1px rgba(247, 196, 108, 0.5);
}

/* line 2487, app/assets/stylesheets/theme/_light.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #363642;
  background-color: #F7C46C;
  border-color: #F7C46C;
}

/* line 2493, app/assets/stylesheets/theme/_light.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #363642;
  background-color: #f4b13c;
  border-color: #f4ac30;
}

/* line 2500, app/assets/stylesheets/theme/_light.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(247, 196, 108, 0.5);
}

/* line 2505, app/assets/stylesheets/theme/_light.scss */
.btn-danger {
  color: #ffffff;
  background-color: #d53417;
  border-color: #b02b13;
}

/* line 2511, app/assets/stylesheets/theme/_light.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #c73016;
  border-color: #b02b13;
}

/* line 2517, app/assets/stylesheets/theme/_light.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 1px rgba(183, 107, 163, 0.5);
}

/* line 2521, app/assets/stylesheets/theme/_light.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background: #f29484;
  border-color: #ef816d;
}

/* line 2527, app/assets/stylesheets/theme/_light.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #c73016;
  border-color: #b02b13;
}

/* line 2534, app/assets/stylesheets/theme/_light.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(183, 107, 163, 0.5);
}

/* line 2539, app/assets/stylesheets/theme/_light.scss */
.btn-light {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}

/* line 2545, app/assets/stylesheets/theme/_light.scss */
.btn-light:hover {
  color: #363642;
  background-color: #dfe3ea;
  border-color: #d7dce5;
}

/* line 2551, app/assets/stylesheets/theme/_light.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}

/* line 2555, app/assets/stylesheets/theme/_light.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}

/* line 2561, app/assets/stylesheets/theme/_light.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #363642;
  background-color: #d7dce5;
  border-color: #d0d5e0;
}

/* line 2568, app/assets/stylesheets/theme/_light.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}

/* line 2573, app/assets/stylesheets/theme/_light.scss */
.btn-dark {
  color: #ffffff;
  background-color: #252a33;
  border-color: #252a33;
}

/* line 2579, app/assets/stylesheets/theme/_light.scss */
.btn-dark:hover {
  color: #ffffff;
  background-color: #12121a;
  border-color: #0d0d12;
}

/* line 2585, app/assets/stylesheets/theme/_light.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 1px rgba(34, 34, 48, 0.5);
}

/* line 2589, app/assets/stylesheets/theme/_light.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #252a33;
  border-color: #252a33;
}

/* line 2595, app/assets/stylesheets/theme/_light.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #0d0d12;
  border-color: #08080b;
}

/* line 2602, app/assets/stylesheets/theme/_light.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(34, 34, 48, 0.5);
}

/* line 2607, app/assets/stylesheets/theme/_light.scss */
.btn-outline-primary {
  color: #346CB0;
  background-color: transparent;
  background-image: none;
  border-color: #346CB0;
}

/* line 2614, app/assets/stylesheets/theme/_light.scss */
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #346CB0;
  border-color: #346CB0;
}

/* line 2620, app/assets/stylesheets/theme/_light.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 1px rgba(52, 108, 176, 0.5);
}

/* line 2624, app/assets/stylesheets/theme/_light.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #346CB0;
  background-color: transparent;
}

/* line 2629, app/assets/stylesheets/theme/_light.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #346CB0;
  border-color: #346CB0;
}

/* line 2636, app/assets/stylesheets/theme/_light.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(52, 108, 176, 0.5);
}

/* line 2641, app/assets/stylesheets/theme/_light.scss */
.btn-outline-secondary {
  color: #f6f7f9;
  background-color: transparent;
  background-image: none;
  border-color: #f6f7f9;
}

/* line 2648, app/assets/stylesheets/theme/_light.scss */
.btn-outline-secondary:hover {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}

/* line 2654, app/assets/stylesheets/theme/_light.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}

/* line 2658, app/assets/stylesheets/theme/_light.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f6f7f9;
  background-color: transparent;
}

/* line 2663, app/assets/stylesheets/theme/_light.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}

/* line 2670, app/assets/stylesheets/theme/_light.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}

/* line 2675, app/assets/stylesheets/theme/_light.scss */
.btn-outline-success {
  color: #00A28A;
  background-color: transparent;
  background-image: none;
  border-color: #00A28A;
}

/* line 2682, app/assets/stylesheets/theme/_light.scss */
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #00A28A;
  border-color: #00A28A;
}

/* line 2688, app/assets/stylesheets/theme/_light.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 1px rgba(0, 162, 138, 0.5);
}

/* line 2692, app/assets/stylesheets/theme/_light.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00A28A;
  background-color: transparent;
}

/* line 2697, app/assets/stylesheets/theme/_light.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #00A28A;
  border-color: #00A28A;
}

/* line 2704, app/assets/stylesheets/theme/_light.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(0, 162, 138, 0.5);
}

/* line 2709, app/assets/stylesheets/theme/_light.scss */
.btn-outline-info {
  color: #0179A8;
  background-color: transparent;
  background-image: none;
  border-color: #0179A8;
}

/* line 2716, app/assets/stylesheets/theme/_light.scss */
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #0179A8;
  border-color: #0179A8;
}

/* line 2722, app/assets/stylesheets/theme/_light.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 1px rgba(1, 121, 168, 0.5);
}

/* line 2726, app/assets/stylesheets/theme/_light.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0179A8;
  background-color: transparent;
}

/* line 2731, app/assets/stylesheets/theme/_light.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #0179A8;
  border-color: #0179A8;
}

/* line 2738, app/assets/stylesheets/theme/_light.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(1, 121, 168, 0.5);
}

/* line 2743, app/assets/stylesheets/theme/_light.scss */
.btn-outline-warning {
  color: #F7C46C;
  background-color: transparent;
  background-image: none;
  border-color: #F7C46C;
}

/* line 2750, app/assets/stylesheets/theme/_light.scss */
.btn-outline-warning:hover {
  color: #363642;
  background-color: #F7C46C;
  border-color: #F7C46C;
}

/* line 2756, app/assets/stylesheets/theme/_light.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 1px rgba(247, 196, 108, 0.5);
}

/* line 2760, app/assets/stylesheets/theme/_light.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F7C46C;
  background-color: transparent;
}

/* line 2765, app/assets/stylesheets/theme/_light.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #363642;
  background-color: #F7C46C;
  border-color: #F7C46C;
}

/* line 2772, app/assets/stylesheets/theme/_light.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(247, 196, 108, 0.5);
}

/* line 2777, app/assets/stylesheets/theme/_light.scss */
.btn-outline-danger {
  color: #d53417;
  background-color: transparent;
  background-image: none;
  border-color: #b02b13;
}

/* line 2784, app/assets/stylesheets/theme/_light.scss */
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #d53417;
  border-color: #b02b13;
}

/* line 2790, app/assets/stylesheets/theme/_light.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 1px rgba(183, 107, 163, 0.5);
}

/* line 2794, app/assets/stylesheets/theme/_light.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d53417;
  background-color: transparent;
}

/* line 2799, app/assets/stylesheets/theme/_light.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #d53417;
  border-color: #b02b13;
}

/* line 2806, app/assets/stylesheets/theme/_light.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(183, 107, 163, 0.5);
}

/* line 2811, app/assets/stylesheets/theme/_light.scss */
.btn-outline-light {
  color: #f6f7f9;
  background-color: transparent;
  background-image: none;
  border-color: #f6f7f9;
}

/* line 2818, app/assets/stylesheets/theme/_light.scss */
.btn-outline-light:hover {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}

/* line 2824, app/assets/stylesheets/theme/_light.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}

/* line 2828, app/assets/stylesheets/theme/_light.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f6f7f9;
  background-color: transparent;
}

/* line 2833, app/assets/stylesheets/theme/_light.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #f6f7f9;
}

/* line 2840, app/assets/stylesheets/theme/_light.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(246, 247, 249, 0.5);
}

/* line 2845, app/assets/stylesheets/theme/_light.scss */
.btn-outline-dark {
  color: #252a33;
  background-color: transparent;
  background-image: none;
  border-color: #252a33;
}

/* line 2852, app/assets/stylesheets/theme/_light.scss */
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #252a33;
  border-color: #252a33;
}

/* line 2858, app/assets/stylesheets/theme/_light.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 1px rgba(34, 34, 48, 0.5);
}

/* line 2862, app/assets/stylesheets/theme/_light.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #252a33;
  background-color: transparent;
}

/* line 2867, app/assets/stylesheets/theme/_light.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #252a33;
  border-color: #252a33;
}

/* line 2874, app/assets/stylesheets/theme/_light.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(34, 34, 48, 0.5);
}

/* line 2879, app/assets/stylesheets/theme/_light.scss */
.btn-link {
  font-weight: 400;
  color: #346CB0;
  background-color: transparent;
}

/* line 2885, app/assets/stylesheets/theme/_light.scss */
.btn-link:hover {
  color: #234875;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 2892, app/assets/stylesheets/theme/_light.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

/* line 2898, app/assets/stylesheets/theme/_light.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #888c9b;
  pointer-events: none;
}

/* line 2903, app/assets/stylesheets/theme/_light.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2910, app/assets/stylesheets/theme/_light.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2917, app/assets/stylesheets/theme/_light.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2922, app/assets/stylesheets/theme/_light.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2926, app/assets/stylesheets/theme/_light.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2932, app/assets/stylesheets/theme/_light.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2937, app/assets/stylesheets/theme/_light.scss */
  .fade {
    transition: none;
  }
}

/* line 2942, app/assets/stylesheets/theme/_light.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 2946, app/assets/stylesheets/theme/_light.scss */
.collapse:not(.show) {
  display: none;
}

/* line 2950, app/assets/stylesheets/theme/_light.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2958, app/assets/stylesheets/theme/_light.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2963, app/assets/stylesheets/theme/_light.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 2970, app/assets/stylesheets/theme/_light.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 2983, app/assets/stylesheets/theme/_light.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2987, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #363642;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.98);
  background-clip: padding-box;
  border: 1px solid rgba(20, 20, 31, 0.15);
  border-radius: 0.25rem;
}

/* line 3007, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3012, app/assets/stylesheets/theme/_light.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3019, app/assets/stylesheets/theme/_light.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 3032, app/assets/stylesheets/theme/_light.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3036, app/assets/stylesheets/theme/_light.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3044, app/assets/stylesheets/theme/_light.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 3057, app/assets/stylesheets/theme/_light.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3061, app/assets/stylesheets/theme/_light.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3065, app/assets/stylesheets/theme/_light.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3073, app/assets/stylesheets/theme/_light.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3082, app/assets/stylesheets/theme/_light.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3086, app/assets/stylesheets/theme/_light.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 3098, app/assets/stylesheets/theme/_light.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3102, app/assets/stylesheets/theme/_light.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3106, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3111, app/assets/stylesheets/theme/_light.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e6e8ed;
}

/* line 3118, app/assets/stylesheets/theme/_light.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #191927;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3131, app/assets/stylesheets/theme/_light.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #346CB0;
}

/* line 3137, app/assets/stylesheets/theme/_light.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #346CB0;
}

/* line 3143, app/assets/stylesheets/theme/_light.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #888c9b;
  background-color: transparent;
}

/* line 3148, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3152, app/assets/stylesheets/theme/_light.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #888c9b;
  white-space: nowrap;
}

/* line 3161, app/assets/stylesheets/theme/_light.scss */
.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #191927;
}

/* line 3167, app/assets/stylesheets/theme/_light.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3175, app/assets/stylesheets/theme/_light.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 3182, app/assets/stylesheets/theme/_light.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3187, app/assets/stylesheets/theme/_light.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3194, app/assets/stylesheets/theme/_light.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3205, app/assets/stylesheets/theme/_light.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3214, app/assets/stylesheets/theme/_light.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3218, app/assets/stylesheets/theme/_light.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3222, app/assets/stylesheets/theme/_light.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3228, app/assets/stylesheets/theme/_light.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3234, app/assets/stylesheets/theme/_light.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3239, app/assets/stylesheets/theme/_light.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3245, app/assets/stylesheets/theme/_light.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3249, app/assets/stylesheets/theme/_light.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3254, app/assets/stylesheets/theme/_light.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3259, app/assets/stylesheets/theme/_light.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3268, app/assets/stylesheets/theme/_light.scss */
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 3273, app/assets/stylesheets/theme/_light.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3281, app/assets/stylesheets/theme/_light.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3287, app/assets/stylesheets/theme/_light.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3293, app/assets/stylesheets/theme/_light.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3298, app/assets/stylesheets/theme/_light.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3307, app/assets/stylesheets/theme/_light.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 3318, app/assets/stylesheets/theme/_light.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 3328, app/assets/stylesheets/theme/_light.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3340, app/assets/stylesheets/theme/_light.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3346, app/assets/stylesheets/theme/_light.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3350, app/assets/stylesheets/theme/_light.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3356, app/assets/stylesheets/theme/_light.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3362, app/assets/stylesheets/theme/_light.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 3369, app/assets/stylesheets/theme/_light.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3375, app/assets/stylesheets/theme/_light.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3380, app/assets/stylesheets/theme/_light.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 3386, app/assets/stylesheets/theme/_light.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
}

/* line 3391, app/assets/stylesheets/theme/_light.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3402, app/assets/stylesheets/theme/_light.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3406, app/assets/stylesheets/theme/_light.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3410, app/assets/stylesheets/theme/_light.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363642;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
}

/* line 3428, app/assets/stylesheets/theme/_light.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3433, app/assets/stylesheets/theme/_light.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3445, app/assets/stylesheets/theme/_light.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3457, app/assets/stylesheets/theme/_light.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3467, app/assets/stylesheets/theme/_light.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3477, app/assets/stylesheets/theme/_light.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 3484, app/assets/stylesheets/theme/_light.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3490, app/assets/stylesheets/theme/_light.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3496, app/assets/stylesheets/theme/_light.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #346CB0;
}

/* line 3501, app/assets/stylesheets/theme/_light.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #346CB0;
}

/* line 3505, app/assets/stylesheets/theme/_light.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #afc9e7;
}

/* line 3510, app/assets/stylesheets/theme/_light.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #888c9b;
}

/* line 3514, app/assets/stylesheets/theme/_light.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f6f7f9;
}

/* line 3518, app/assets/stylesheets/theme/_light.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 3523, app/assets/stylesheets/theme/_light.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #ffffff;
}

/* line 3539, app/assets/stylesheets/theme/_light.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 63% 63%;
}

/* line 3552, app/assets/stylesheets/theme/_light.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3556, app/assets/stylesheets/theme/_light.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #346CB0;
}

/* line 3560, app/assets/stylesheets/theme/_light.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3e%3c/svg%3e");
}

/* line 3564, app/assets/stylesheets/theme/_light.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #346CB0;
}

/* line 3568, app/assets/stylesheets/theme/_light.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M0 0v2h8v-2h-8z' transform='translate(0 3)' /%3e%3c/svg%3e");
}

/* line 3572, app/assets/stylesheets/theme/_light.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 108, 176, 0.5);
}

/* line 3576, app/assets/stylesheets/theme/_light.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(52, 108, 176, 0.5);
}

/* line 3580, app/assets/stylesheets/theme/_light.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3584, app/assets/stylesheets/theme/_light.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #346CB0;
}

/* line 3588, app/assets/stylesheets/theme/_light.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M3 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z' transform='translate(1 1)' /%3e%3c/svg%3e");
}

/* line 3592, app/assets/stylesheets/theme/_light.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 108, 176, 0.5);
}

/* line 3596, app/assets/stylesheets/theme/_light.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #363642;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19L403 749q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center, linear-gradient(180deg, #fff, #f6f7f9);
  background-size: 8px 10px;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3613, app/assets/stylesheets/theme/_light.scss */
.custom-select:focus {
  border-color: #346CB0;
  outline: 0;
  box-shadow: 0 0 0 1px #346CB0;
}

/* line 3619, app/assets/stylesheets/theme/_light.scss */
.custom-select:focus::-ms-value {
  color: #363642;
  background-color: #ffffff;
}

/* line 3624, app/assets/stylesheets/theme/_light.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3630, app/assets/stylesheets/theme/_light.scss */
.custom-select:disabled {
  color: #888c9b;
  background-color: #e6e8ed;
}

/* line 3635, app/assets/stylesheets/theme/_light.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 3639, app/assets/stylesheets/theme/_light.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 3646, app/assets/stylesheets/theme/_light.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 3653, app/assets/stylesheets/theme/_light.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 3661, app/assets/stylesheets/theme/_light.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 3670, app/assets/stylesheets/theme/_light.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #346CB0;
  box-shadow: 0 0 0 1px #346CB0;
}

/* line 3675, app/assets/stylesheets/theme/_light.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #346CB0;
}

/* line 3679, app/assets/stylesheets/theme/_light.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f6f7f9;
}

/* line 3683, app/assets/stylesheets/theme/_light.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3687, app/assets/stylesheets/theme/_light.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #363642;
  background-color: #ffffff;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
}

/* line 3702, app/assets/stylesheets/theme/_light.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #363642;
  content: "Browse";
  background-color: #ffffff;
  border-left: 1px solid #c6c9d5;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 3719, app/assets/stylesheets/theme/_light.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3728, app/assets/stylesheets/theme/_light.scss */
.custom-range:focus {
  outline: none;
}

/* line 3732, app/assets/stylesheets/theme/_light.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f6f7f9, 0 0 0 1px #346CB0;
}

/* line 3736, app/assets/stylesheets/theme/_light.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f6f7f9, 0 0 0 1px #346CB0;
}

/* line 3740, app/assets/stylesheets/theme/_light.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f6f7f9, 0 0 0 1px #346CB0;
}

/* line 3744, app/assets/stylesheets/theme/_light.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3748, app/assets/stylesheets/theme/_light.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #346CB0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3761, app/assets/stylesheets/theme/_light.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3766, app/assets/stylesheets/theme/_light.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #afc9e7;
}

/* line 3770, app/assets/stylesheets/theme/_light.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d6d8e1;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3780, app/assets/stylesheets/theme/_light.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #346CB0;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3792, app/assets/stylesheets/theme/_light.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 3797, app/assets/stylesheets/theme/_light.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #afc9e7;
}

/* line 3801, app/assets/stylesheets/theme/_light.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d6d8e1;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3811, app/assets/stylesheets/theme/_light.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 1px;
  margin-left: 1px;
  background-color: #346CB0;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3825, app/assets/stylesheets/theme/_light.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 3830, app/assets/stylesheets/theme/_light.scss */
.custom-range::-ms-thumb:active {
  background-color: #afc9e7;
}

/* line 3834, app/assets/stylesheets/theme/_light.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 3844, app/assets/stylesheets/theme/_light.scss */
.custom-range::-ms-fill-lower {
  background-color: #d6d8e1;
  border-radius: 1rem;
}

/* line 3849, app/assets/stylesheets/theme/_light.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d6d8e1;
  border-radius: 1rem;
}

/* line 3855, app/assets/stylesheets/theme/_light.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3862, app/assets/stylesheets/theme/_light.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 3869, app/assets/stylesheets/theme/_light.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3879, app/assets/stylesheets/theme/_light.scss */
.nav-link {
  display: block;
  padding: 0.375rem 1rem;
}

/* line 3884, app/assets/stylesheets/theme/_light.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 3888, app/assets/stylesheets/theme/_light.scss */
.nav-link.disabled {
  color: #888c9b;
}

/* line 3892, app/assets/stylesheets/theme/_light.scss */
.nav-tabs {
  border-bottom: 1px solid rgba(34, 34, 48, 0.1);
}

/* line 3896, app/assets/stylesheets/theme/_light.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 3900, app/assets/stylesheets/theme/_light.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 3906, app/assets/stylesheets/theme/_light.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e6e8ed #e6e8ed rgba(34, 34, 48, 0.1);
}

/* line 3910, app/assets/stylesheets/theme/_light.scss */
.nav-tabs .nav-link.disabled {
  color: #888c9b;
  background-color: transparent;
  border-color: transparent;
}

/* line 3916, app/assets/stylesheets/theme/_light.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #252a33;
  background-color: transparent;
  border-color: #346CB0;
}

/* line 3923, app/assets/stylesheets/theme/_light.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3929, app/assets/stylesheets/theme/_light.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 3933, app/assets/stylesheets/theme/_light.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #346CB0;
}

/* line 3939, app/assets/stylesheets/theme/_light.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 3945, app/assets/stylesheets/theme/_light.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 3953, app/assets/stylesheets/theme/_light.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3957, app/assets/stylesheets/theme/_light.scss */
.tab-content > .active {
  display: block;
}

/* line 3961, app/assets/stylesheets/theme/_light.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 3974, app/assets/stylesheets/theme/_light.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 3986, app/assets/stylesheets/theme/_light.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 3996, app/assets/stylesheets/theme/_light.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 4000, app/assets/stylesheets/theme/_light.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4010, app/assets/stylesheets/theme/_light.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4015, app/assets/stylesheets/theme/_light.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4020, app/assets/stylesheets/theme/_light.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

/* line 4026, app/assets/stylesheets/theme/_light.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4035, app/assets/stylesheets/theme/_light.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4044, app/assets/stylesheets/theme/_light.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4048, app/assets/stylesheets/theme/_light.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4052, app/assets/stylesheets/theme/_light.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 4063, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4071, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4077, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4081, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4084, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4088, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4093, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4099, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 992px) {
  /* line 4105, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4113, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4119, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4123, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4126, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4130, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4135, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4141, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4147, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4155, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4161, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4165, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4168, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4172, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4177, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4183, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4189, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4197, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4203, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4207, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4210, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4214, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 4219, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4225, app/assets/stylesheets/theme/_light.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4230, app/assets/stylesheets/theme/_light.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4237, app/assets/stylesheets/theme/_light.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 4243, app/assets/stylesheets/theme/_light.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4248, app/assets/stylesheets/theme/_light.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4252, app/assets/stylesheets/theme/_light.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4257, app/assets/stylesheets/theme/_light.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 4263, app/assets/stylesheets/theme/_light.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4270, app/assets/stylesheets/theme/_light.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4274, app/assets/stylesheets/theme/_light.scss */
.navbar-light .navbar-brand {
  color: #346CB0;
}

/* line 4278, app/assets/stylesheets/theme/_light.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #346CB0;
}

/* line 4282, app/assets/stylesheets/theme/_light.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(20, 20, 31, 0.8);
}

/* line 4286, app/assets/stylesheets/theme/_light.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #14141F;
}

/* line 4290, app/assets/stylesheets/theme/_light.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: #a6abbd;
}

/* line 4294, app/assets/stylesheets/theme/_light.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #346CB0;
}

/* line 4301, app/assets/stylesheets/theme/_light.scss */
.navbar-light .navbar-toggler {
  color: rgba(20, 20, 31, 0.8);
  border-color: #363642;
}

/* line 4306, app/assets/stylesheets/theme/_light.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(20, 20, 31, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4310, app/assets/stylesheets/theme/_light.scss */
.navbar-light .navbar-text {
  color: rgba(20, 20, 31, 0.8);
}

/* line 4314, app/assets/stylesheets/theme/_light.scss */
.navbar-light .navbar-text a {
  color: #346CB0;
}

/* line 4318, app/assets/stylesheets/theme/_light.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #346CB0;
}

/* line 4322, app/assets/stylesheets/theme/_light.scss */
.navbar-dark .navbar-brand {
  color: #ffffff;
}

/* line 4326, app/assets/stylesheets/theme/_light.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

/* line 4330, app/assets/stylesheets/theme/_light.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 4334, app/assets/stylesheets/theme/_light.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
}

/* line 4338, app/assets/stylesheets/theme/_light.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.6);
}

/* line 4342, app/assets/stylesheets/theme/_light.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

/* line 4349, app/assets/stylesheets/theme/_light.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: #ffffff;
}

/* line 4354, app/assets/stylesheets/theme/_light.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 4358, app/assets/stylesheets/theme/_light.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.8);
}

/* line 4362, app/assets/stylesheets/theme/_light.scss */
.navbar-dark .navbar-text a {
  color: #ffffff;
}

/* line 4366, app/assets/stylesheets/theme/_light.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

/* line 4370, app/assets/stylesheets/theme/_light.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(20, 20, 31, 0.12);
  border-radius: 0.25rem;
}

/* line 4384, app/assets/stylesheets/theme/_light.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4389, app/assets/stylesheets/theme/_light.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4394, app/assets/stylesheets/theme/_light.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4399, app/assets/stylesheets/theme/_light.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 4405, app/assets/stylesheets/theme/_light.scss */
.card-title {
  margin-bottom: 1rem;
}

/* line 4409, app/assets/stylesheets/theme/_light.scss */
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

/* line 4414, app/assets/stylesheets/theme/_light.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4418, app/assets/stylesheets/theme/_light.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4422, app/assets/stylesheets/theme/_light.scss */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 4426, app/assets/stylesheets/theme/_light.scss */
.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(20, 20, 31, 0.12);
}

/* line 4433, app/assets/stylesheets/theme/_light.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4437, app/assets/stylesheets/theme/_light.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4441, app/assets/stylesheets/theme/_light.scss */
.card-footer {
  padding: 1rem 1rem;
  background-color: transparent;
  border-top: 1px solid rgba(20, 20, 31, 0.12);
}

/* line 4447, app/assets/stylesheets/theme/_light.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4451, app/assets/stylesheets/theme/_light.scss */
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -1rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

/* line 4458, app/assets/stylesheets/theme/_light.scss */
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 4463, app/assets/stylesheets/theme/_light.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4472, app/assets/stylesheets/theme/_light.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 4477, app/assets/stylesheets/theme/_light.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4483, app/assets/stylesheets/theme/_light.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4489, app/assets/stylesheets/theme/_light.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 4496, app/assets/stylesheets/theme/_light.scss */
.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  /* line 4501, app/assets/stylesheets/theme/_light.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  /* line 4507, app/assets/stylesheets/theme/_light.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

/* line 4520, app/assets/stylesheets/theme/_light.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 4527, app/assets/stylesheets/theme/_light.scss */
.card-group > .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  /* line 4532, app/assets/stylesheets/theme/_light.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 4536, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4541, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4545, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4549, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 4553, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4557, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4561, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 4565, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 4569, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 4572, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 4577, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 4582, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 4585, app/assets/stylesheets/theme/_light.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 4593, app/assets/stylesheets/theme/_light.scss */
.card-columns .card {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  /* line 4598, app/assets/stylesheets/theme/_light.scss */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 4608, app/assets/stylesheets/theme/_light.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4614, app/assets/stylesheets/theme/_light.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 4619, app/assets/stylesheets/theme/_light.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 4623, app/assets/stylesheets/theme/_light.scss */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4629, app/assets/stylesheets/theme/_light.scss */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4634, app/assets/stylesheets/theme/_light.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0.5rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

/* line 4646, app/assets/stylesheets/theme/_light.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 4650, app/assets/stylesheets/theme/_light.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #888c9b;
  content: "/";
}

/* line 4657, app/assets/stylesheets/theme/_light.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4661, app/assets/stylesheets/theme/_light.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4665, app/assets/stylesheets/theme/_light.scss */
.breadcrumb-item.active {
  color: #888c9b;
}

/* line 4669, app/assets/stylesheets/theme/_light.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 4677, app/assets/stylesheets/theme/_light.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #252a33;
  background-color: transparent;
  border: 1px solid transparent;
}

/* line 4688, app/assets/stylesheets/theme/_light.scss */
.page-link:hover {
  z-index: 2;
  color: #346CB0;
  text-decoration: none;
  background-color: rgba(52, 108, 176, 0.08);
  border-color: transparent;
}

/* line 4696, app/assets/stylesheets/theme/_light.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: inset 0 0 0 4px rgba(52, 108, 176, 0.08), inset 0 0 0 5px rgba(246, 247, 249, 0.5);
}

/* line 4702, app/assets/stylesheets/theme/_light.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4706, app/assets/stylesheets/theme/_light.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4712, app/assets/stylesheets/theme/_light.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 4717, app/assets/stylesheets/theme/_light.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
  border-color: transparent;
}

/* line 4724, app/assets/stylesheets/theme/_light.scss */
.page-item.disabled .page-link {
  color: #888c9b;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: transparent;
}

/* line 4732, app/assets/stylesheets/theme/_light.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4738, app/assets/stylesheets/theme/_light.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4743, app/assets/stylesheets/theme/_light.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4748, app/assets/stylesheets/theme/_light.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 4754, app/assets/stylesheets/theme/_light.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4759, app/assets/stylesheets/theme/_light.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4764, app/assets/stylesheets/theme/_light.scss */
.badge {
  display: inline-block;
  padding: 0.25rem 0.375rem;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 4776, app/assets/stylesheets/theme/_light.scss */
.badge:empty {
  display: none;
}

/* line 4780, app/assets/stylesheets/theme/_light.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4785, app/assets/stylesheets/theme/_light.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4791, app/assets/stylesheets/theme/_light.scss */
.badge-primary {
  color: #ffffff;
  background-color: #346CB0;
}

/* line 4796, app/assets/stylesheets/theme/_light.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #285489;
}

/* line 4802, app/assets/stylesheets/theme/_light.scss */
.badge-secondary {
  color: #363642;
  background-color: #f6f7f9;
}

/* line 4807, app/assets/stylesheets/theme/_light.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #363642;
  text-decoration: none;
  background-color: #d7dce5;
}

/* line 4813, app/assets/stylesheets/theme/_light.scss */
.badge-success {
  color: #ffffff;
  background-color: #00A28A;
}

/* line 4818, app/assets/stylesheets/theme/_light.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #006f5f;
}

/* line 4824, app/assets/stylesheets/theme/_light.scss */
.badge-info {
  color: #ffffff;
  background-color: #0179A8;
}

/* line 4829, app/assets/stylesheets/theme/_light.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #015475;
}

/* line 4835, app/assets/stylesheets/theme/_light.scss */
.badge-warning {
  color: #363642;
  background-color: #F7C46C;
}

/* line 4840, app/assets/stylesheets/theme/_light.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #363642;
  text-decoration: none;
  background-color: #f4b13c;
}

/* line 4846, app/assets/stylesheets/theme/_light.scss */
.badge-danger {
  color: #ffffff;
  background-color: #d53417;
}

/* line 4851, app/assets/stylesheets/theme/_light.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #c73016;
}

/* line 4857, app/assets/stylesheets/theme/_light.scss */
.badge-light {
  color: #363642;
  background-color: #f6f7f9;
}

/* line 4862, app/assets/stylesheets/theme/_light.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #363642;
  text-decoration: none;
  background-color: #d7dce5;
}

/* line 4868, app/assets/stylesheets/theme/_light.scss */
.badge-dark {
  color: #ffffff;
  background-color: #252a33;
}

/* line 4873, app/assets/stylesheets/theme/_light.scss */
.badge-gray-light {
  color: #4A5568;
  background-color: #EDF2F7;
}

/* line 4878, app/assets/stylesheets/theme/_light.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d0d12;
}

/* line 4884, app/assets/stylesheets/theme/_light.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e6e8ed;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 4892, app/assets/stylesheets/theme/_light.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 4897, app/assets/stylesheets/theme/_light.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 4903, app/assets/stylesheets/theme/_light.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4911, app/assets/stylesheets/theme/_light.scss */
.alert-heading {
  color: inherit;
}

/* line 4915, app/assets/stylesheets/theme/_light.scss */
.alert-link {
  font-weight: normal;
}

/* line 4919, app/assets/stylesheets/theme/_light.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 4923, app/assets/stylesheets/theme/_light.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 4931, app/assets/stylesheets/theme/_light.scss */
.alert-primary {
  color: #2f5e99;
  background-color: #f7f9fc;
  border-color: #346cb0;
}

/* line 4937, app/assets/stylesheets/theme/_light.scss */
.alert-primary hr {
  border-top-color: #2e609c;
}

/* line 4941, app/assets/stylesheets/theme/_light.scss */
.alert-primary .alert-link {
  color: #234672;
}

/* line 4945, app/assets/stylesheets/theme/_light.scss */
.alert-secondary {
  color: #d2d3d6;
  background-color: white;
  border-color: #f6f7f9;
}

/* line 4951, app/assets/stylesheets/theme/_light.scss */
.alert-secondary hr {
  border-top-color: #e7e9ef;
}

/* line 4955, app/assets/stylesheets/theme/_light.scss */
.alert-secondary .alert-link {
  color: #b7b9be;
}

/* line 4959, app/assets/stylesheets/theme/_light.scss */
.alert-success {
  color: #038b79;
  background-color: #f5fbfa;
  border-color: #00a28a;
}

/* line 4965, app/assets/stylesheets/theme/_light.scss */
.alert-success hr {
  border-top-color: #008974;
}

/* line 4969, app/assets/stylesheets/theme/_light.scss */
.alert-success .alert-link {
  color: #02594e;
}

/* line 4973, app/assets/stylesheets/theme/_light.scss */
.alert-info {
  color: #046992;
  background-color: #f5fafc;
  border-color: #0179a8;
}

/* line 4979, app/assets/stylesheets/theme/_light.scss */
.alert-info hr {
  border-top-color: #01678f;
}

/* line 4983, app/assets/stylesheets/theme/_light.scss */
.alert-info .alert-link {
  color: #034560;
}

/* line 4987, app/assets/stylesheets/theme/_light.scss */
.alert-warning {
  color: #d3a860;
  background-color: #fffdf9;
  border-color: #f7c46c;
}

/* line 4993, app/assets/stylesheets/theme/_light.scss */
.alert-warning hr {
  border-top-color: #f6ba54;
}

/* line 4997, app/assets/stylesheets/theme/_light.scss */
.alert-warning .alert-link {
  color: #c89238;
}

/* line 5001, app/assets/stylesheets/theme/_light.scss */
.alert-danger {
  color: #9d5d8e;
  background-color: #fcf9fb;
  border-color: #b02b13;
}

/* line 5007, app/assets/stylesheets/theme/_light.scss */
.alert-danger hr {
  border-top-color: #af5a98;
}

/* line 5011, app/assets/stylesheets/theme/_light.scss */
.alert-danger .alert-link {
  color: #7d4a71;
}

/* line 5015, app/assets/stylesheets/theme/_light.scss */
.alert-light {
  color: #d2d3d6;
  background-color: white;
  border-color: #f6f7f9;
}

/* line 5021, app/assets/stylesheets/theme/_light.scss */
.alert-light hr {
  border-top-color: #e7e9ef;
}

/* line 5025, app/assets/stylesheets/theme/_light.scss */
.alert-light .alert-link {
  color: #b7b9be;
}

/* line 5029, app/assets/stylesheets/theme/_light.scss */
.alert-dark {
  color: #20202d;
  background-color: #f6f6f7;
  border-color: #252a33;
}

/* line 5035, app/assets/stylesheets/theme/_light.scss */
.alert-dark hr {
  border-top-color: #171721;
}

/* line 5039, app/assets/stylesheets/theme/_light.scss */
.alert-dark .alert-link {
  color: #0b0b0f;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5061, app/assets/stylesheets/theme/_light.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.625rem;
  background-color: #e6e8ed;
  border-radius: 0.25rem;
}

/* line 5071, app/assets/stylesheets/theme/_light.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #346CB0;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5086, app/assets/stylesheets/theme/_light.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 5091, app/assets/stylesheets/theme/_light.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 5096, app/assets/stylesheets/theme/_light.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 5101, app/assets/stylesheets/theme/_light.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5108, app/assets/stylesheets/theme/_light.scss */
.media-body {
  flex: 1;
}

/* line 5113, app/assets/stylesheets/theme/_light.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5122, app/assets/stylesheets/theme/_light.scss */
.list-group-item-action {
  width: 100%;
  color: #363642;
  text-align: inherit;
}

/* line 5128, app/assets/stylesheets/theme/_light.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #363642;
  text-decoration: none;
  background-color: #f6f7f9;
}

/* line 5134, app/assets/stylesheets/theme/_light.scss */
.list-group-item-action:active {
  color: #363642;
  background-color: #e6e8ed;
}

/* line 5139, app/assets/stylesheets/theme/_light.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ecedf1;
}

/* line 5148, app/assets/stylesheets/theme/_light.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 5153, app/assets/stylesheets/theme/_light.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5159, app/assets/stylesheets/theme/_light.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 5164, app/assets/stylesheets/theme/_light.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #888c9b;
  background-color: #ffffff;
}

/* line 5169, app/assets/stylesheets/theme/_light.scss */
.list-group-item.active {
  z-index: 2;
  color: #363642;
  background-color: #ffffff;
  border-color: #346CB0;
}

/* line 5176, app/assets/stylesheets/theme/_light.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 5182, app/assets/stylesheets/theme/_light.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 5186, app/assets/stylesheets/theme/_light.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 5190, app/assets/stylesheets/theme/_light.scss */
.list-group-item-primary {
  color: #25426a;
  background-color: #c6d6e9;
}

/* line 5195, app/assets/stylesheets/theme/_light.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #25426a;
  background-color: #b4c9e2;
}

/* line 5200, app/assets/stylesheets/theme/_light.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #25426a;
  border-color: #25426a;
}

/* line 5206, app/assets/stylesheets/theme/_light.scss */
.list-group-item-secondary {
  color: #8a8a90;
  background-color: #fcfdfd;
}

/* line 5211, app/assets/stylesheets/theme/_light.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #8a8a90;
  background-color: #edf3f3;
}

/* line 5216, app/assets/stylesheets/theme/_light.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #8a8a90;
  border-color: #8a8a90;
}

/* line 5222, app/assets/stylesheets/theme/_light.scss */
.list-group-item-success {
  color: #0a5e57;
  background-color: #b8e5de;
}

/* line 5227, app/assets/stylesheets/theme/_light.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0a5e57;
  background-color: #a5ded5;
}

/* line 5232, app/assets/stylesheets/theme/_light.scss */
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #0a5e57;
  border-color: #0a5e57;
}

/* line 5238, app/assets/stylesheets/theme/_light.scss */
.list-group-item-info {
  color: #0a4966;
  background-color: #b8d9e7;
}

/* line 5243, app/assets/stylesheets/theme/_light.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0a4966;
  background-color: #a5cfe1;
}

/* line 5248, app/assets/stylesheets/theme/_light.scss */
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0a4966;
  border-color: #0a4966;
}

/* line 5254, app/assets/stylesheets/theme/_light.scss */
.list-group-item-warning {
  color: #8a7047;
  background-color: #fdeed6;
}

/* line 5259, app/assets/stylesheets/theme/_light.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #8a7047;
  background-color: #fce4be;
}

/* line 5264, app/assets/stylesheets/theme/_light.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #8a7047;
  border-color: #8a7047;
}

/* line 5270, app/assets/stylesheets/theme/_light.scss */
.list-group-item-danger {
  color: #694164;
  background-color: #ebd6e5;
}

/* line 5275, app/assets/stylesheets/theme/_light.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #694164;
  background-color: #e3c5da;
}

/* line 5280, app/assets/stylesheets/theme/_light.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #694164;
  border-color: #694164;
}

/* line 5286, app/assets/stylesheets/theme/_light.scss */
.list-group-item-light {
  color: #8a8a90;
  background-color: #fcfdfd;
}

/* line 5291, app/assets/stylesheets/theme/_light.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #8a8a90;
  background-color: #edf3f3;
}

/* line 5296, app/assets/stylesheets/theme/_light.scss */
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #8a8a90;
  border-color: #8a8a90;
}

/* line 5302, app/assets/stylesheets/theme/_light.scss */
.list-group-item-dark {
  color: #1b1b28;
  background-color: #c1c1c5;
}

/* line 5307, app/assets/stylesheets/theme/_light.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1b28;
  background-color: #b4b4b9;
}

/* line 5312, app/assets/stylesheets/theme/_light.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1b28;
  border-color: #1b1b28;
}

/* line 5318, app/assets/stylesheets/theme/_light.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #888c9b;
  text-shadow: none;
  opacity: .5;
}

/* line 5328, app/assets/stylesheets/theme/_light.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5332, app/assets/stylesheets/theme/_light.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #888c9b;
  text-decoration: none;
  opacity: .75;
}

/* line 5338, app/assets/stylesheets/theme/_light.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5345, app/assets/stylesheets/theme/_light.scss */
.modal-open {
  overflow: hidden;
}

/* line 5349, app/assets/stylesheets/theme/_light.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5354, app/assets/stylesheets/theme/_light.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 5366, app/assets/stylesheets/theme/_light.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5373, app/assets/stylesheets/theme/_light.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5382, app/assets/stylesheets/theme/_light.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5387, app/assets/stylesheets/theme/_light.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 5392, app/assets/stylesheets/theme/_light.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 5400, app/assets/stylesheets/theme/_light.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

/* line 5406, app/assets/stylesheets/theme/_light.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 20, 31, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 5421, app/assets/stylesheets/theme/_light.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #14141F;
}

/* line 5431, app/assets/stylesheets/theme/_light.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5435, app/assets/stylesheets/theme/_light.scss */
.modal-backdrop.show {
  opacity: 0.6;
}

/* line 5439, app/assets/stylesheets/theme/_light.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0 solid #e6e8ed;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 5452, app/assets/stylesheets/theme/_light.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5457, app/assets/stylesheets/theme/_light.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5462, app/assets/stylesheets/theme/_light.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 5469, app/assets/stylesheets/theme/_light.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #e6e8ed;
}

/* line 5480, app/assets/stylesheets/theme/_light.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 5484, app/assets/stylesheets/theme/_light.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 5488, app/assets/stylesheets/theme/_light.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5497, app/assets/stylesheets/theme/_light.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 5501, app/assets/stylesheets/theme/_light.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 5504, app/assets/stylesheets/theme/_light.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 5507, app/assets/stylesheets/theme/_light.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5513, app/assets/stylesheets/theme/_light.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 5518, app/assets/stylesheets/theme/_light.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Fira Sans", "Helvetica Neue", "Apple Color Emoji", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5542, app/assets/stylesheets/theme/_light.scss */
.tooltip.show {
  opacity: 0.98;
}

/* line 5546, app/assets/stylesheets/theme/_light.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 5553, app/assets/stylesheets/theme/_light.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5560, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 5564, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5568, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #14141F;
}

/* line 5574, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 5578, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5584, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #14141F;
}

/* line 5590, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 5594, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5598, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #14141F;
}

/* line 5604, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 5608, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5614, app/assets/stylesheets/theme/_light.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #14141F;
}

/* line 5620, app/assets/stylesheets/theme/_light.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #14141F;
  border-radius: 0.25rem;
}

/* line 5629, app/assets/stylesheets/theme/_light.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Fira Sans", "Helvetica Neue", "Apple Color Emoji", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 34, 48, 0.1);
  border-radius: 0.3rem;
}

/* line 5658, app/assets/stylesheets/theme/_light.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 5666, app/assets/stylesheets/theme/_light.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5674, app/assets/stylesheets/theme/_light.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 5678, app/assets/stylesheets/theme/_light.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 5682, app/assets/stylesheets/theme/_light.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

/* line 5688, app/assets/stylesheets/theme/_light.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(34, 34, 48, 0.15);
}

/* line 5694, app/assets/stylesheets/theme/_light.scss */
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #ffffff;
}

/* line 5700, app/assets/stylesheets/theme/_light.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 5704, app/assets/stylesheets/theme/_light.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 5711, app/assets/stylesheets/theme/_light.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 5717, app/assets/stylesheets/theme/_light.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(34, 34, 48, 0.15);
}

/* line 5723, app/assets/stylesheets/theme/_light.scss */
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #ffffff;
}

/* line 5729, app/assets/stylesheets/theme/_light.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 5733, app/assets/stylesheets/theme/_light.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 5737, app/assets/stylesheets/theme/_light.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 5743, app/assets/stylesheets/theme/_light.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(34, 34, 48, 0.15);
}

/* line 5749, app/assets/stylesheets/theme/_light.scss */
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #ffffff;
}

/* line 5755, app/assets/stylesheets/theme/_light.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 5766, app/assets/stylesheets/theme/_light.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 5770, app/assets/stylesheets/theme/_light.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 5777, app/assets/stylesheets/theme/_light.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 5783, app/assets/stylesheets/theme/_light.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(34, 34, 48, 0.15);
}

/* line 5789, app/assets/stylesheets/theme/_light.scss */
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #ffffff;
}

/* line 5795, app/assets/stylesheets/theme/_light.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 5806, app/assets/stylesheets/theme/_light.scss */
.popover-header:empty {
  display: none;
}

/* line 5810, app/assets/stylesheets/theme/_light.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #363642;
}

/* line 5815, app/assets/stylesheets/theme/_light.scss */
.carousel {
  position: relative;
}

/* line 5819, app/assets/stylesheets/theme/_light.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5825, app/assets/stylesheets/theme/_light.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 5837, app/assets/stylesheets/theme/_light.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5847, app/assets/stylesheets/theme/_light.scss */
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    transition: none;
  }
}

/* line 5854, app/assets/stylesheets/theme/_light.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 5860, app/assets/stylesheets/theme/_light.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 5867, app/assets/stylesheets/theme/_light.scss */
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 5874, app/assets/stylesheets/theme/_light.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 5881, app/assets/stylesheets/theme/_light.scss */
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 5888, app/assets/stylesheets/theme/_light.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 5895, app/assets/stylesheets/theme/_light.scss */
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 5902, app/assets/stylesheets/theme/_light.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

/* line 5908, app/assets/stylesheets/theme/_light.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 5914, app/assets/stylesheets/theme/_light.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 5919, app/assets/stylesheets/theme/_light.scss */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 5929, app/assets/stylesheets/theme/_light.scss */
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

/* line 5939, app/assets/stylesheets/theme/_light.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}

/* line 5956, app/assets/stylesheets/theme/_light.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5965, app/assets/stylesheets/theme/_light.scss */
.carousel-control-prev {
  left: 0;
}

/* line 5969, app/assets/stylesheets/theme/_light.scss */
.carousel-control-next {
  right: 0;
}

/* line 5973, app/assets/stylesheets/theme/_light.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 5982, app/assets/stylesheets/theme/_light.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 5986, app/assets/stylesheets/theme/_light.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 5990, app/assets/stylesheets/theme/_light.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6006, app/assets/stylesheets/theme/_light.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 6019, app/assets/stylesheets/theme/_light.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6029, app/assets/stylesheets/theme/_light.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6039, app/assets/stylesheets/theme/_light.scss */
.carousel-indicators .active {
  background-color: #ffffff;
}

/* line 6043, app/assets/stylesheets/theme/_light.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

/* line 6055, app/assets/stylesheets/theme/_light.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6059, app/assets/stylesheets/theme/_light.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6063, app/assets/stylesheets/theme/_light.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6067, app/assets/stylesheets/theme/_light.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6071, app/assets/stylesheets/theme/_light.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6075, app/assets/stylesheets/theme/_light.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6079, app/assets/stylesheets/theme/_light.scss */
.bg-gray-darker {
  background-color: #2D3748 !important;
}

/* line 6083, app/assets/stylesheets/theme/_light.scss */
.bg-gray-darkless {
  background-color: #E2E8F0 !important;
}

/* line 6087, app/assets/stylesheets/theme/_light.scss */
.bg-gray-dark-hard {
  background-color: #CBD5E0 !important;
}

/* line 6091, app/assets/stylesheets/theme/_light.scss */
.bg-primary {
  background-color: #346CB0 !important;
}

/* line 6095, app/assets/stylesheets/theme/_light.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #285489 !important;
}

/* line 6101, app/assets/stylesheets/theme/_light.scss */
.bg-secondary {
  background-color: #f6f7f9 !important;
}

/* line 6105, app/assets/stylesheets/theme/_light.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d7dce5 !important;
}

/* line 6111, app/assets/stylesheets/theme/_light.scss */
.bg-success {
  background-color: #00A28A !important;
}

/* line 6115, app/assets/stylesheets/theme/_light.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #006f5f !important;
}

/* line 6121, app/assets/stylesheets/theme/_light.scss */
.bg-info {
  background-color: #0179A8 !important;
}

/* line 6125, app/assets/stylesheets/theme/_light.scss */
.bg-info-light {
  background-color: #63B3ED !important;
}

/* line 6129, app/assets/stylesheets/theme/_light.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #015475 !important;
}

/* line 6135, app/assets/stylesheets/theme/_light.scss */
.bg-warning {
  background-color: #F7C46C !important;
}

/* line 6139, app/assets/stylesheets/theme/_light.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f4b13c !important;
}

/* line 6145, app/assets/stylesheets/theme/_light.scss */
.bg-danger {
  background-color: #d53417 !important;
}

/* line 6149, app/assets/stylesheets/theme/_light.scss */
.bg-danger-light {
  background-color: #FC8181 !important;
}

/* line 6153, app/assets/stylesheets/theme/_light.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c73016 !important;
}

/* line 6159, app/assets/stylesheets/theme/_light.scss */
.bg-light {
  background-color: #f6f7f9 !important;
}

/* line 6163, app/assets/stylesheets/theme/_light.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d7dce5 !important;
}

/* line 6169, app/assets/stylesheets/theme/_light.scss */
.bg-dark {
  background-color: #252a33 !important;
}

/* line 6173, app/assets/stylesheets/theme/_light.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0d0d12 !important;
}

/* line 6179, app/assets/stylesheets/theme/_light.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 6183, app/assets/stylesheets/theme/_light.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6187, app/assets/stylesheets/theme/_light.scss */
.bg-primary-light {
  background-color: rgba(52, 108, 176, 0.1) !important;
}

/* line 6191, app/assets/stylesheets/theme/_light.scss */
.border {
  border: 1px solid rgba(34, 34, 48, 0.1) !important;
}

/* line 6195, app/assets/stylesheets/theme/_light.scss */
.border-top {
  border-top: 1px solid rgba(34, 34, 48, 0.1) !important;
}

/* line 6199, app/assets/stylesheets/theme/_light.scss */
.border-right {
  border-right: 1px solid rgba(34, 34, 48, 0.1) !important;
}

/* line 6203, app/assets/stylesheets/theme/_light.scss */
.border-bottom {
  border-bottom: 1px solid rgba(34, 34, 48, 0.1) !important;
}

/* line 6207, app/assets/stylesheets/theme/_light.scss */
.border-left {
  border-left: 1px solid rgba(34, 34, 48, 0.1) !important;
}

/* line 6211, app/assets/stylesheets/theme/_light.scss */
.border-0 {
  border: 0 !important;
}

/* line 6215, app/assets/stylesheets/theme/_light.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6219, app/assets/stylesheets/theme/_light.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6223, app/assets/stylesheets/theme/_light.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6227, app/assets/stylesheets/theme/_light.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6231, app/assets/stylesheets/theme/_light.scss */
.border-primary {
  border-color: #346CB0 !important;
}

/* line 6235, app/assets/stylesheets/theme/_light.scss */
.border-secondary {
  border-color: #f6f7f9 !important;
}

/* line 6239, app/assets/stylesheets/theme/_light.scss */
.border-success {
  border-color: #00A28A !important;
}

/* line 6243, app/assets/stylesheets/theme/_light.scss */
.border-info {
  border-color: #0179A8 !important;
}

/* line 6247, app/assets/stylesheets/theme/_light.scss */
.border-warning {
  border-color: #F7C46C !important;
}

/* line 6251, app/assets/stylesheets/theme/_light.scss */
.border-danger {
  border-color: #d53417 !important;
}

/* line 6255, app/assets/stylesheets/theme/_light.scss */
.border-light {
  border-color: #f6f7f9 !important;
}

/* line 6259, app/assets/stylesheets/theme/_light.scss */
.border-dark {
  border-color: #252a33 !important;
}

/* line 6263, app/assets/stylesheets/theme/_light.scss */
.border-white {
  border-color: #ffffff !important;
}

/* line 6267, app/assets/stylesheets/theme/_light.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6271, app/assets/stylesheets/theme/_light.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6276, app/assets/stylesheets/theme/_light.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6281, app/assets/stylesheets/theme/_light.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6286, app/assets/stylesheets/theme/_light.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6291, app/assets/stylesheets/theme/_light.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6295, app/assets/stylesheets/theme/_light.scss */
.rounded-pill {
  border-radius: 10rem !important;
}

/* line 6299, app/assets/stylesheets/theme/_light.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6303, app/assets/stylesheets/theme/_light.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6309, app/assets/stylesheets/theme/_light.scss */
.d-none {
  display: none !important;
}

/* line 6313, app/assets/stylesheets/theme/_light.scss */
.d-inline {
  display: inline !important;
}

/* line 6317, app/assets/stylesheets/theme/_light.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6321, app/assets/stylesheets/theme/_light.scss */
.d-block {
  display: block !important;
}

/* line 6325, app/assets/stylesheets/theme/_light.scss */
.d-table {
  display: table !important;
}

/* line 6329, app/assets/stylesheets/theme/_light.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6333, app/assets/stylesheets/theme/_light.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6337, app/assets/stylesheets/theme/_light.scss */
.d-flex {
  display: flex !important;
}

/* line 6342, app/assets/stylesheets/theme/_light.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6348, app/assets/stylesheets/theme/_light.scss */
  .border-md-bottom {
    border-bottom: 1px solid rgba(34, 34, 48, 0.1) !important;
  }
  /* line 6351, app/assets/stylesheets/theme/_light.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6354, app/assets/stylesheets/theme/_light.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6357, app/assets/stylesheets/theme/_light.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6360, app/assets/stylesheets/theme/_light.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 6363, app/assets/stylesheets/theme/_light.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 6366, app/assets/stylesheets/theme/_light.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6369, app/assets/stylesheets/theme/_light.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6372, app/assets/stylesheets/theme/_light.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6376, app/assets/stylesheets/theme/_light.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6383, app/assets/stylesheets/theme/_light.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6386, app/assets/stylesheets/theme/_light.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6389, app/assets/stylesheets/theme/_light.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6392, app/assets/stylesheets/theme/_light.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6395, app/assets/stylesheets/theme/_light.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6398, app/assets/stylesheets/theme/_light.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6401, app/assets/stylesheets/theme/_light.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6404, app/assets/stylesheets/theme/_light.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6408, app/assets/stylesheets/theme/_light.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6415, app/assets/stylesheets/theme/_light.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 6418, app/assets/stylesheets/theme/_light.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6421, app/assets/stylesheets/theme/_light.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6424, app/assets/stylesheets/theme/_light.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 6427, app/assets/stylesheets/theme/_light.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 6430, app/assets/stylesheets/theme/_light.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6433, app/assets/stylesheets/theme/_light.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6436, app/assets/stylesheets/theme/_light.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6440, app/assets/stylesheets/theme/_light.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6447, app/assets/stylesheets/theme/_light.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 6450, app/assets/stylesheets/theme/_light.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6453, app/assets/stylesheets/theme/_light.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6456, app/assets/stylesheets/theme/_light.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 6459, app/assets/stylesheets/theme/_light.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 6462, app/assets/stylesheets/theme/_light.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6465, app/assets/stylesheets/theme/_light.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6468, app/assets/stylesheets/theme/_light.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6472, app/assets/stylesheets/theme/_light.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 6479, app/assets/stylesheets/theme/_light.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 6482, app/assets/stylesheets/theme/_light.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6485, app/assets/stylesheets/theme/_light.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6488, app/assets/stylesheets/theme/_light.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 6491, app/assets/stylesheets/theme/_light.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 6494, app/assets/stylesheets/theme/_light.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6497, app/assets/stylesheets/theme/_light.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6500, app/assets/stylesheets/theme/_light.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6504, app/assets/stylesheets/theme/_light.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 6510, app/assets/stylesheets/theme/_light.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6518, app/assets/stylesheets/theme/_light.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6523, app/assets/stylesheets/theme/_light.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6537, app/assets/stylesheets/theme/_light.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6541, app/assets/stylesheets/theme/_light.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6545, app/assets/stylesheets/theme/_light.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6549, app/assets/stylesheets/theme/_light.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6553, app/assets/stylesheets/theme/_light.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 6558, app/assets/stylesheets/theme/_light.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 6563, app/assets/stylesheets/theme/_light.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6568, app/assets/stylesheets/theme/_light.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6573, app/assets/stylesheets/theme/_light.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6578, app/assets/stylesheets/theme/_light.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6583, app/assets/stylesheets/theme/_light.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6588, app/assets/stylesheets/theme/_light.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6593, app/assets/stylesheets/theme/_light.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6598, app/assets/stylesheets/theme/_light.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6603, app/assets/stylesheets/theme/_light.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6608, app/assets/stylesheets/theme/_light.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6613, app/assets/stylesheets/theme/_light.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6618, app/assets/stylesheets/theme/_light.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6623, app/assets/stylesheets/theme/_light.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 6628, app/assets/stylesheets/theme/_light.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6633, app/assets/stylesheets/theme/_light.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6638, app/assets/stylesheets/theme/_light.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6643, app/assets/stylesheets/theme/_light.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6648, app/assets/stylesheets/theme/_light.scss */
.align-items-center {
  align-items: center !important;
}

/* line 6653, app/assets/stylesheets/theme/_light.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6658, app/assets/stylesheets/theme/_light.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6663, app/assets/stylesheets/theme/_light.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6668, app/assets/stylesheets/theme/_light.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6673, app/assets/stylesheets/theme/_light.scss */
.align-content-center {
  align-content: center !important;
}

/* line 6678, app/assets/stylesheets/theme/_light.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 6683, app/assets/stylesheets/theme/_light.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 6688, app/assets/stylesheets/theme/_light.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6693, app/assets/stylesheets/theme/_light.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 6698, app/assets/stylesheets/theme/_light.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6703, app/assets/stylesheets/theme/_light.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6708, app/assets/stylesheets/theme/_light.scss */
.align-self-center {
  align-self: center !important;
}

/* line 6713, app/assets/stylesheets/theme/_light.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6718, app/assets/stylesheets/theme/_light.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6724, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 6728, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 6732, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6736, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6740, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6744, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6748, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6752, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 6756, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6760, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6764, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6768, app/assets/stylesheets/theme/_light.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6772, app/assets/stylesheets/theme/_light.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 6776, app/assets/stylesheets/theme/_light.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 6780, app/assets/stylesheets/theme/_light.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 6784, app/assets/stylesheets/theme/_light.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 6788, app/assets/stylesheets/theme/_light.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 6792, app/assets/stylesheets/theme/_light.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 6796, app/assets/stylesheets/theme/_light.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 6800, app/assets/stylesheets/theme/_light.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 6804, app/assets/stylesheets/theme/_light.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 6808, app/assets/stylesheets/theme/_light.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 6812, app/assets/stylesheets/theme/_light.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 6816, app/assets/stylesheets/theme/_light.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 6820, app/assets/stylesheets/theme/_light.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 6824, app/assets/stylesheets/theme/_light.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 6828, app/assets/stylesheets/theme/_light.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 6832, app/assets/stylesheets/theme/_light.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 6836, app/assets/stylesheets/theme/_light.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 6840, app/assets/stylesheets/theme/_light.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 6844, app/assets/stylesheets/theme/_light.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 6848, app/assets/stylesheets/theme/_light.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 6852, app/assets/stylesheets/theme/_light.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 6856, app/assets/stylesheets/theme/_light.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 6863, app/assets/stylesheets/theme/_light.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6867, app/assets/stylesheets/theme/_light.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6871, app/assets/stylesheets/theme/_light.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6875, app/assets/stylesheets/theme/_light.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6879, app/assets/stylesheets/theme/_light.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6883, app/assets/stylesheets/theme/_light.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6887, app/assets/stylesheets/theme/_light.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6891, app/assets/stylesheets/theme/_light.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 6895, app/assets/stylesheets/theme/_light.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6899, app/assets/stylesheets/theme/_light.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6903, app/assets/stylesheets/theme/_light.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6907, app/assets/stylesheets/theme/_light.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6911, app/assets/stylesheets/theme/_light.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6915, app/assets/stylesheets/theme/_light.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6919, app/assets/stylesheets/theme/_light.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6923, app/assets/stylesheets/theme/_light.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6927, app/assets/stylesheets/theme/_light.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6931, app/assets/stylesheets/theme/_light.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6935, app/assets/stylesheets/theme/_light.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6939, app/assets/stylesheets/theme/_light.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6943, app/assets/stylesheets/theme/_light.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6947, app/assets/stylesheets/theme/_light.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6951, app/assets/stylesheets/theme/_light.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6955, app/assets/stylesheets/theme/_light.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6959, app/assets/stylesheets/theme/_light.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6963, app/assets/stylesheets/theme/_light.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6967, app/assets/stylesheets/theme/_light.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6971, app/assets/stylesheets/theme/_light.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6975, app/assets/stylesheets/theme/_light.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6979, app/assets/stylesheets/theme/_light.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6983, app/assets/stylesheets/theme/_light.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6987, app/assets/stylesheets/theme/_light.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6991, app/assets/stylesheets/theme/_light.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6995, app/assets/stylesheets/theme/_light.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7002, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 7006, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 7010, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7014, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7018, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7022, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7026, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7030, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 7034, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7038, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7042, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7046, app/assets/stylesheets/theme/_light.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7050, app/assets/stylesheets/theme/_light.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 7054, app/assets/stylesheets/theme/_light.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 7058, app/assets/stylesheets/theme/_light.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 7062, app/assets/stylesheets/theme/_light.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 7066, app/assets/stylesheets/theme/_light.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 7070, app/assets/stylesheets/theme/_light.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 7074, app/assets/stylesheets/theme/_light.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 7078, app/assets/stylesheets/theme/_light.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 7082, app/assets/stylesheets/theme/_light.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 7086, app/assets/stylesheets/theme/_light.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 7090, app/assets/stylesheets/theme/_light.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 7094, app/assets/stylesheets/theme/_light.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 7098, app/assets/stylesheets/theme/_light.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 7102, app/assets/stylesheets/theme/_light.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 7106, app/assets/stylesheets/theme/_light.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 7110, app/assets/stylesheets/theme/_light.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 7114, app/assets/stylesheets/theme/_light.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 7118, app/assets/stylesheets/theme/_light.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 7122, app/assets/stylesheets/theme/_light.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 7126, app/assets/stylesheets/theme/_light.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 7130, app/assets/stylesheets/theme/_light.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 7134, app/assets/stylesheets/theme/_light.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7141, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 7145, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 7149, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7153, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7157, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7161, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7165, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7169, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 7173, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7177, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7181, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7185, app/assets/stylesheets/theme/_light.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7189, app/assets/stylesheets/theme/_light.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 7193, app/assets/stylesheets/theme/_light.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 7197, app/assets/stylesheets/theme/_light.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 7201, app/assets/stylesheets/theme/_light.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 7205, app/assets/stylesheets/theme/_light.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 7209, app/assets/stylesheets/theme/_light.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 7213, app/assets/stylesheets/theme/_light.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 7217, app/assets/stylesheets/theme/_light.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 7221, app/assets/stylesheets/theme/_light.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 7225, app/assets/stylesheets/theme/_light.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 7229, app/assets/stylesheets/theme/_light.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 7233, app/assets/stylesheets/theme/_light.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 7237, app/assets/stylesheets/theme/_light.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 7241, app/assets/stylesheets/theme/_light.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 7245, app/assets/stylesheets/theme/_light.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 7249, app/assets/stylesheets/theme/_light.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 7253, app/assets/stylesheets/theme/_light.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 7257, app/assets/stylesheets/theme/_light.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 7261, app/assets/stylesheets/theme/_light.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 7265, app/assets/stylesheets/theme/_light.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 7269, app/assets/stylesheets/theme/_light.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 7273, app/assets/stylesheets/theme/_light.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7279, app/assets/stylesheets/theme/_light.scss */
.float-left {
  float: left !important;
}

/* line 7283, app/assets/stylesheets/theme/_light.scss */
.float-right {
  float: right !important;
}

/* line 7287, app/assets/stylesheets/theme/_light.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7292, app/assets/stylesheets/theme/_light.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 7295, app/assets/stylesheets/theme/_light.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7298, app/assets/stylesheets/theme/_light.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7304, app/assets/stylesheets/theme/_light.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 7307, app/assets/stylesheets/theme/_light.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7310, app/assets/stylesheets/theme/_light.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7316, app/assets/stylesheets/theme/_light.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 7319, app/assets/stylesheets/theme/_light.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7322, app/assets/stylesheets/theme/_light.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7328, app/assets/stylesheets/theme/_light.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 7331, app/assets/stylesheets/theme/_light.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7334, app/assets/stylesheets/theme/_light.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7339, app/assets/stylesheets/theme/_light.scss */
.position-static {
  position: static !important;
}

/* line 7343, app/assets/stylesheets/theme/_light.scss */
.position-relative {
  position: relative !important;
}

/* line 7347, app/assets/stylesheets/theme/_light.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7351, app/assets/stylesheets/theme/_light.scss */
.position-fixed {
  position: fixed !important;
}

/* line 7355, app/assets/stylesheets/theme/_light.scss */
.position-sticky {
  position: sticky !important;
}

/* line 7360, app/assets/stylesheets/theme/_light.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7368, app/assets/stylesheets/theme/_light.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 7377, app/assets/stylesheets/theme/_light.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 7385, app/assets/stylesheets/theme/_light.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 7396, app/assets/stylesheets/theme/_light.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 7405, app/assets/stylesheets/theme/_light.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(20, 20, 31, 0.075) !important;
}

/* line 7409, app/assets/stylesheets/theme/_light.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(20, 20, 31, 0.15) !important;
}

/* line 7413, app/assets/stylesheets/theme/_light.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175) !important;
}

/* line 7417, app/assets/stylesheets/theme/_light.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7421, app/assets/stylesheets/theme/_light.scss */
.w-25 {
  width: 25% !important;
}

/* line 7425, app/assets/stylesheets/theme/_light.scss */
.w-50 {
  width: 50% !important;
}

/* line 7429, app/assets/stylesheets/theme/_light.scss */
.w-75 {
  width: 75% !important;
}

/* line 7433, app/assets/stylesheets/theme/_light.scss */
.w-100 {
  width: 100% !important;
}

/* line 7437, app/assets/stylesheets/theme/_light.scss */
.w-auto {
  width: auto !important;
}

/* line 7441, app/assets/stylesheets/theme/_light.scss */
.h-25 {
  height: 25% !important;
}

/* line 7445, app/assets/stylesheets/theme/_light.scss */
.h-50 {
  height: 50% !important;
}

/* line 7449, app/assets/stylesheets/theme/_light.scss */
.h-75 {
  height: 75% !important;
}

/* line 7453, app/assets/stylesheets/theme/_light.scss */
.h-100 {
  height: 100% !important;
}

/* line 7457, app/assets/stylesheets/theme/_light.scss */
.h-auto {
  height: auto !important;
}

/* line 7461, app/assets/stylesheets/theme/_light.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 7465, app/assets/stylesheets/theme/_light.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7469, app/assets/stylesheets/theme/_light.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7473, app/assets/stylesheets/theme/_light.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7478, app/assets/stylesheets/theme/_light.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7483, app/assets/stylesheets/theme/_light.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7488, app/assets/stylesheets/theme/_light.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7493, app/assets/stylesheets/theme/_light.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7497, app/assets/stylesheets/theme/_light.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 7502, app/assets/stylesheets/theme/_light.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7507, app/assets/stylesheets/theme/_light.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7512, app/assets/stylesheets/theme/_light.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 7517, app/assets/stylesheets/theme/_light.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7521, app/assets/stylesheets/theme/_light.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 7526, app/assets/stylesheets/theme/_light.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 7531, app/assets/stylesheets/theme/_light.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7536, app/assets/stylesheets/theme/_light.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 7541, app/assets/stylesheets/theme/_light.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 7545, app/assets/stylesheets/theme/_light.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 7550, app/assets/stylesheets/theme/_light.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 7555, app/assets/stylesheets/theme/_light.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 7560, app/assets/stylesheets/theme/_light.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 7565, app/assets/stylesheets/theme/_light.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7569, app/assets/stylesheets/theme/_light.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 7574, app/assets/stylesheets/theme/_light.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 7579, app/assets/stylesheets/theme/_light.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7584, app/assets/stylesheets/theme/_light.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 7589, app/assets/stylesheets/theme/_light.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 7593, app/assets/stylesheets/theme/_light.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 7598, app/assets/stylesheets/theme/_light.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 7603, app/assets/stylesheets/theme/_light.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 7608, app/assets/stylesheets/theme/_light.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 7613, app/assets/stylesheets/theme/_light.scss */
.p-0 {
  padding: 0 !important;
}

/* line 7617, app/assets/stylesheets/theme/_light.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 7622, app/assets/stylesheets/theme/_light.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 7627, app/assets/stylesheets/theme/_light.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 7632, app/assets/stylesheets/theme/_light.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 7637, app/assets/stylesheets/theme/_light.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7641, app/assets/stylesheets/theme/_light.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 7646, app/assets/stylesheets/theme/_light.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 7651, app/assets/stylesheets/theme/_light.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7656, app/assets/stylesheets/theme/_light.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 7661, app/assets/stylesheets/theme/_light.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7665, app/assets/stylesheets/theme/_light.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 7670, app/assets/stylesheets/theme/_light.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 7675, app/assets/stylesheets/theme/_light.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7680, app/assets/stylesheets/theme/_light.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 7685, app/assets/stylesheets/theme/_light.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 7689, app/assets/stylesheets/theme/_light.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 7694, app/assets/stylesheets/theme/_light.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 7699, app/assets/stylesheets/theme/_light.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 7704, app/assets/stylesheets/theme/_light.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 7709, app/assets/stylesheets/theme/_light.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7713, app/assets/stylesheets/theme/_light.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 7718, app/assets/stylesheets/theme/_light.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 7723, app/assets/stylesheets/theme/_light.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7728, app/assets/stylesheets/theme/_light.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 7733, app/assets/stylesheets/theme/_light.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 7737, app/assets/stylesheets/theme/_light.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 7742, app/assets/stylesheets/theme/_light.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 7747, app/assets/stylesheets/theme/_light.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 7752, app/assets/stylesheets/theme/_light.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 7757, app/assets/stylesheets/theme/_light.scss */
.m-auto {
  margin: auto !important;
}

/* line 7761, app/assets/stylesheets/theme/_light.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 7766, app/assets/stylesheets/theme/_light.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 7771, app/assets/stylesheets/theme/_light.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 7776, app/assets/stylesheets/theme/_light.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 7782, app/assets/stylesheets/theme/_light.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 7785, app/assets/stylesheets/theme/_light.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 7789, app/assets/stylesheets/theme/_light.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 7793, app/assets/stylesheets/theme/_light.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 7797, app/assets/stylesheets/theme/_light.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 7801, app/assets/stylesheets/theme/_light.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 7804, app/assets/stylesheets/theme/_light.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 7808, app/assets/stylesheets/theme/_light.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 7812, app/assets/stylesheets/theme/_light.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 7816, app/assets/stylesheets/theme/_light.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 7820, app/assets/stylesheets/theme/_light.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 7823, app/assets/stylesheets/theme/_light.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 7827, app/assets/stylesheets/theme/_light.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 7831, app/assets/stylesheets/theme/_light.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 7835, app/assets/stylesheets/theme/_light.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 7839, app/assets/stylesheets/theme/_light.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 7842, app/assets/stylesheets/theme/_light.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 7846, app/assets/stylesheets/theme/_light.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 7850, app/assets/stylesheets/theme/_light.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 7854, app/assets/stylesheets/theme/_light.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 7858, app/assets/stylesheets/theme/_light.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 7861, app/assets/stylesheets/theme/_light.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 7865, app/assets/stylesheets/theme/_light.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 7869, app/assets/stylesheets/theme/_light.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 7873, app/assets/stylesheets/theme/_light.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 7877, app/assets/stylesheets/theme/_light.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 7880, app/assets/stylesheets/theme/_light.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 7884, app/assets/stylesheets/theme/_light.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 7888, app/assets/stylesheets/theme/_light.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 7892, app/assets/stylesheets/theme/_light.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 7896, app/assets/stylesheets/theme/_light.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 7899, app/assets/stylesheets/theme/_light.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 7903, app/assets/stylesheets/theme/_light.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 7907, app/assets/stylesheets/theme/_light.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 7911, app/assets/stylesheets/theme/_light.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 7915, app/assets/stylesheets/theme/_light.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 7918, app/assets/stylesheets/theme/_light.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 7922, app/assets/stylesheets/theme/_light.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 7926, app/assets/stylesheets/theme/_light.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 7930, app/assets/stylesheets/theme/_light.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 7934, app/assets/stylesheets/theme/_light.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 7937, app/assets/stylesheets/theme/_light.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 7941, app/assets/stylesheets/theme/_light.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 7945, app/assets/stylesheets/theme/_light.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 7949, app/assets/stylesheets/theme/_light.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 7953, app/assets/stylesheets/theme/_light.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 7956, app/assets/stylesheets/theme/_light.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 7960, app/assets/stylesheets/theme/_light.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 7964, app/assets/stylesheets/theme/_light.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 7968, app/assets/stylesheets/theme/_light.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 7972, app/assets/stylesheets/theme/_light.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 7975, app/assets/stylesheets/theme/_light.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 7979, app/assets/stylesheets/theme/_light.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 7983, app/assets/stylesheets/theme/_light.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 7987, app/assets/stylesheets/theme/_light.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 7991, app/assets/stylesheets/theme/_light.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 7994, app/assets/stylesheets/theme/_light.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 7998, app/assets/stylesheets/theme/_light.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8002, app/assets/stylesheets/theme/_light.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8006, app/assets/stylesheets/theme/_light.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8010, app/assets/stylesheets/theme/_light.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8013, app/assets/stylesheets/theme/_light.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8017, app/assets/stylesheets/theme/_light.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8021, app/assets/stylesheets/theme/_light.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8025, app/assets/stylesheets/theme/_light.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8032, app/assets/stylesheets/theme/_light.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8035, app/assets/stylesheets/theme/_light.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8039, app/assets/stylesheets/theme/_light.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8043, app/assets/stylesheets/theme/_light.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8047, app/assets/stylesheets/theme/_light.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8051, app/assets/stylesheets/theme/_light.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8054, app/assets/stylesheets/theme/_light.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8058, app/assets/stylesheets/theme/_light.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8062, app/assets/stylesheets/theme/_light.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8066, app/assets/stylesheets/theme/_light.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8070, app/assets/stylesheets/theme/_light.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8073, app/assets/stylesheets/theme/_light.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8077, app/assets/stylesheets/theme/_light.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8081, app/assets/stylesheets/theme/_light.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8085, app/assets/stylesheets/theme/_light.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8089, app/assets/stylesheets/theme/_light.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8092, app/assets/stylesheets/theme/_light.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8096, app/assets/stylesheets/theme/_light.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8100, app/assets/stylesheets/theme/_light.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8104, app/assets/stylesheets/theme/_light.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 8108, app/assets/stylesheets/theme/_light.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8111, app/assets/stylesheets/theme/_light.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8115, app/assets/stylesheets/theme/_light.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8119, app/assets/stylesheets/theme/_light.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8123, app/assets/stylesheets/theme/_light.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8127, app/assets/stylesheets/theme/_light.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 8130, app/assets/stylesheets/theme/_light.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 8134, app/assets/stylesheets/theme/_light.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 8138, app/assets/stylesheets/theme/_light.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8142, app/assets/stylesheets/theme/_light.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 8146, app/assets/stylesheets/theme/_light.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8149, app/assets/stylesheets/theme/_light.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 8153, app/assets/stylesheets/theme/_light.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 8157, app/assets/stylesheets/theme/_light.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8161, app/assets/stylesheets/theme/_light.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 8165, app/assets/stylesheets/theme/_light.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 8168, app/assets/stylesheets/theme/_light.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8172, app/assets/stylesheets/theme/_light.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8176, app/assets/stylesheets/theme/_light.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8180, app/assets/stylesheets/theme/_light.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8184, app/assets/stylesheets/theme/_light.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 8187, app/assets/stylesheets/theme/_light.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8191, app/assets/stylesheets/theme/_light.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8195, app/assets/stylesheets/theme/_light.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8199, app/assets/stylesheets/theme/_light.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8203, app/assets/stylesheets/theme/_light.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 8206, app/assets/stylesheets/theme/_light.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 8210, app/assets/stylesheets/theme/_light.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 8214, app/assets/stylesheets/theme/_light.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8218, app/assets/stylesheets/theme/_light.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 8222, app/assets/stylesheets/theme/_light.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8225, app/assets/stylesheets/theme/_light.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8229, app/assets/stylesheets/theme/_light.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8233, app/assets/stylesheets/theme/_light.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8237, app/assets/stylesheets/theme/_light.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8241, app/assets/stylesheets/theme/_light.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 8244, app/assets/stylesheets/theme/_light.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 8248, app/assets/stylesheets/theme/_light.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 8252, app/assets/stylesheets/theme/_light.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8256, app/assets/stylesheets/theme/_light.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 8260, app/assets/stylesheets/theme/_light.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 8263, app/assets/stylesheets/theme/_light.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 8267, app/assets/stylesheets/theme/_light.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 8271, app/assets/stylesheets/theme/_light.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 8275, app/assets/stylesheets/theme/_light.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 8282, app/assets/stylesheets/theme/_light.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 8285, app/assets/stylesheets/theme/_light.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 8289, app/assets/stylesheets/theme/_light.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 8293, app/assets/stylesheets/theme/_light.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 8297, app/assets/stylesheets/theme/_light.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 8301, app/assets/stylesheets/theme/_light.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 8304, app/assets/stylesheets/theme/_light.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8308, app/assets/stylesheets/theme/_light.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8312, app/assets/stylesheets/theme/_light.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8316, app/assets/stylesheets/theme/_light.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8320, app/assets/stylesheets/theme/_light.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 8323, app/assets/stylesheets/theme/_light.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8327, app/assets/stylesheets/theme/_light.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8331, app/assets/stylesheets/theme/_light.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8335, app/assets/stylesheets/theme/_light.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8339, app/assets/stylesheets/theme/_light.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 8342, app/assets/stylesheets/theme/_light.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 8346, app/assets/stylesheets/theme/_light.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 8350, app/assets/stylesheets/theme/_light.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8354, app/assets/stylesheets/theme/_light.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 8358, app/assets/stylesheets/theme/_light.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 8361, app/assets/stylesheets/theme/_light.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8365, app/assets/stylesheets/theme/_light.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8369, app/assets/stylesheets/theme/_light.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8373, app/assets/stylesheets/theme/_light.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8377, app/assets/stylesheets/theme/_light.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 8380, app/assets/stylesheets/theme/_light.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 8384, app/assets/stylesheets/theme/_light.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 8388, app/assets/stylesheets/theme/_light.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8392, app/assets/stylesheets/theme/_light.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 8396, app/assets/stylesheets/theme/_light.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 8399, app/assets/stylesheets/theme/_light.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 8403, app/assets/stylesheets/theme/_light.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 8407, app/assets/stylesheets/theme/_light.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 8411, app/assets/stylesheets/theme/_light.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 8415, app/assets/stylesheets/theme/_light.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 8418, app/assets/stylesheets/theme/_light.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8422, app/assets/stylesheets/theme/_light.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8426, app/assets/stylesheets/theme/_light.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8430, app/assets/stylesheets/theme/_light.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8434, app/assets/stylesheets/theme/_light.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 8437, app/assets/stylesheets/theme/_light.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8441, app/assets/stylesheets/theme/_light.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8445, app/assets/stylesheets/theme/_light.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8449, app/assets/stylesheets/theme/_light.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8453, app/assets/stylesheets/theme/_light.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 8456, app/assets/stylesheets/theme/_light.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 8460, app/assets/stylesheets/theme/_light.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 8464, app/assets/stylesheets/theme/_light.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8468, app/assets/stylesheets/theme/_light.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 8472, app/assets/stylesheets/theme/_light.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 8475, app/assets/stylesheets/theme/_light.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8479, app/assets/stylesheets/theme/_light.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8483, app/assets/stylesheets/theme/_light.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8487, app/assets/stylesheets/theme/_light.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8491, app/assets/stylesheets/theme/_light.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 8494, app/assets/stylesheets/theme/_light.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 8498, app/assets/stylesheets/theme/_light.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 8502, app/assets/stylesheets/theme/_light.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8506, app/assets/stylesheets/theme/_light.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 8510, app/assets/stylesheets/theme/_light.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 8513, app/assets/stylesheets/theme/_light.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 8517, app/assets/stylesheets/theme/_light.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 8521, app/assets/stylesheets/theme/_light.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 8525, app/assets/stylesheets/theme/_light.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 8532, app/assets/stylesheets/theme/_light.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 8535, app/assets/stylesheets/theme/_light.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 8539, app/assets/stylesheets/theme/_light.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 8543, app/assets/stylesheets/theme/_light.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 8547, app/assets/stylesheets/theme/_light.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 8551, app/assets/stylesheets/theme/_light.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 8554, app/assets/stylesheets/theme/_light.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8558, app/assets/stylesheets/theme/_light.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8562, app/assets/stylesheets/theme/_light.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8566, app/assets/stylesheets/theme/_light.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8570, app/assets/stylesheets/theme/_light.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 8573, app/assets/stylesheets/theme/_light.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8577, app/assets/stylesheets/theme/_light.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8581, app/assets/stylesheets/theme/_light.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8585, app/assets/stylesheets/theme/_light.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8589, app/assets/stylesheets/theme/_light.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 8592, app/assets/stylesheets/theme/_light.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 8596, app/assets/stylesheets/theme/_light.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 8600, app/assets/stylesheets/theme/_light.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8604, app/assets/stylesheets/theme/_light.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 8608, app/assets/stylesheets/theme/_light.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 8611, app/assets/stylesheets/theme/_light.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8615, app/assets/stylesheets/theme/_light.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8619, app/assets/stylesheets/theme/_light.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8623, app/assets/stylesheets/theme/_light.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8627, app/assets/stylesheets/theme/_light.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 8630, app/assets/stylesheets/theme/_light.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 8634, app/assets/stylesheets/theme/_light.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 8638, app/assets/stylesheets/theme/_light.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8642, app/assets/stylesheets/theme/_light.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 8646, app/assets/stylesheets/theme/_light.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 8649, app/assets/stylesheets/theme/_light.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 8653, app/assets/stylesheets/theme/_light.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 8657, app/assets/stylesheets/theme/_light.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 8661, app/assets/stylesheets/theme/_light.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 8665, app/assets/stylesheets/theme/_light.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 8668, app/assets/stylesheets/theme/_light.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8672, app/assets/stylesheets/theme/_light.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8676, app/assets/stylesheets/theme/_light.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8680, app/assets/stylesheets/theme/_light.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8684, app/assets/stylesheets/theme/_light.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 8687, app/assets/stylesheets/theme/_light.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8691, app/assets/stylesheets/theme/_light.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8695, app/assets/stylesheets/theme/_light.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8699, app/assets/stylesheets/theme/_light.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8703, app/assets/stylesheets/theme/_light.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 8706, app/assets/stylesheets/theme/_light.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 8710, app/assets/stylesheets/theme/_light.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 8714, app/assets/stylesheets/theme/_light.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8718, app/assets/stylesheets/theme/_light.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 8722, app/assets/stylesheets/theme/_light.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 8725, app/assets/stylesheets/theme/_light.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8729, app/assets/stylesheets/theme/_light.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8733, app/assets/stylesheets/theme/_light.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8737, app/assets/stylesheets/theme/_light.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8741, app/assets/stylesheets/theme/_light.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 8744, app/assets/stylesheets/theme/_light.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 8748, app/assets/stylesheets/theme/_light.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 8752, app/assets/stylesheets/theme/_light.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8756, app/assets/stylesheets/theme/_light.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 8760, app/assets/stylesheets/theme/_light.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 8763, app/assets/stylesheets/theme/_light.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 8767, app/assets/stylesheets/theme/_light.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 8771, app/assets/stylesheets/theme/_light.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 8775, app/assets/stylesheets/theme/_light.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 8781, app/assets/stylesheets/theme/_light.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 8785, app/assets/stylesheets/theme/_light.scss */
.text-justify {
  text-align: justify !important;
}

/* line 8789, app/assets/stylesheets/theme/_light.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 8793, app/assets/stylesheets/theme/_light.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 8799, app/assets/stylesheets/theme/_light.scss */
.text-left {
  text-align: left !important;
}

/* line 8803, app/assets/stylesheets/theme/_light.scss */
.text-right {
  text-align: right !important;
}

/* line 8807, app/assets/stylesheets/theme/_light.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 8812, app/assets/stylesheets/theme/_light.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 8815, app/assets/stylesheets/theme/_light.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 8818, app/assets/stylesheets/theme/_light.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 8824, app/assets/stylesheets/theme/_light.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 8827, app/assets/stylesheets/theme/_light.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 8830, app/assets/stylesheets/theme/_light.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 8836, app/assets/stylesheets/theme/_light.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 8839, app/assets/stylesheets/theme/_light.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 8842, app/assets/stylesheets/theme/_light.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 8848, app/assets/stylesheets/theme/_light.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 8851, app/assets/stylesheets/theme/_light.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 8854, app/assets/stylesheets/theme/_light.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 8859, app/assets/stylesheets/theme/_light.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 8863, app/assets/stylesheets/theme/_light.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 8867, app/assets/stylesheets/theme/_light.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 8871, app/assets/stylesheets/theme/_light.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 8875, app/assets/stylesheets/theme/_light.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 8879, app/assets/stylesheets/theme/_light.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 8883, app/assets/stylesheets/theme/_light.scss */
.font-italic {
  font-style: italic !important;
}

/* line 8887, app/assets/stylesheets/theme/_light.scss */
.text-white {
  color: #ffffff !important;
}

/* line 8891, app/assets/stylesheets/theme/_light.scss */
.text-primary {
  color: #346CB0 !important;
}

/* line 8895, app/assets/stylesheets/theme/_light.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #285489 !important;
}

/* line 8899, app/assets/stylesheets/theme/_light.scss */
.text-secondary {
  color: #f6f7f9 !important;
}

/* line 8903, app/assets/stylesheets/theme/_light.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #d7dce5 !important;
}

/* line 8907, app/assets/stylesheets/theme/_light.scss */
.text-success {
  color: #00A28A !important;
}

/* line 8911, app/assets/stylesheets/theme/_light.scss */
a.text-success:hover, a.text-success:focus {
  color: #006f5f !important;
}

/* line 8915, app/assets/stylesheets/theme/_light.scss */
.text-info {
  color: #0179A8 !important;
}

/* line 8919, app/assets/stylesheets/theme/_light.scss */
a.text-info:hover, a.text-info:focus {
  color: #015475 !important;
}

/* line 8923, app/assets/stylesheets/theme/_light.scss */
.text-warning {
  color: #F7C46C !important;
}

/* line 8927, app/assets/stylesheets/theme/_light.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #f4b13c !important;
}

/* line 8931, app/assets/stylesheets/theme/_light.scss */
.text-danger {
  color: #d53417 !important;
}

/* line 8935, app/assets/stylesheets/theme/_light.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #c73016 !important;
}

/* line 8939, app/assets/stylesheets/theme/_light.scss */
.text-light {
  color: #f6f7f9 !important;
}

/* line 8943, app/assets/stylesheets/theme/_light.scss */
a.text-light:hover, a.text-light:focus {
  color: #d7dce5 !important;
}

/* line 8947, app/assets/stylesheets/theme/_light.scss */
.text-dark {
  color: #252a33 !important;
}

/* line 8951, app/assets/stylesheets/theme/_light.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #0d0d12 !important;
}

/* line 8955, app/assets/stylesheets/theme/_light.scss */
.text-body {
  color: #363642 !important;
}

/* line 8959, app/assets/stylesheets/theme/_light.scss */
.text-muted {
  color: #888c9b !important;
}

/* line 8963, app/assets/stylesheets/theme/_light.scss */
.text-black-50 {
  color: rgba(20, 20, 31, 0.5) !important;
}

/* line 8967, app/assets/stylesheets/theme/_light.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 8971, app/assets/stylesheets/theme/_light.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8979, app/assets/stylesheets/theme/_light.scss */
.visible {
  visibility: visible !important;
}

/* line 8983, app/assets/stylesheets/theme/_light.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 8988, app/assets/stylesheets/theme/_light.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 8994, app/assets/stylesheets/theme/_light.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 8997, app/assets/stylesheets/theme/_light.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 9000, app/assets/stylesheets/theme/_light.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 9003, app/assets/stylesheets/theme/_light.scss */
  pre,
blockquote {
    border: 1px solid #a6abbd;
    page-break-inside: avoid;
  }
  /* line 9008, app/assets/stylesheets/theme/_light.scss */
  thead {
    display: table-header-group;
  }
  /* line 9011, app/assets/stylesheets/theme/_light.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 9015, app/assets/stylesheets/theme/_light.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 9021, app/assets/stylesheets/theme/_light.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 9028, app/assets/stylesheets/theme/_light.scss */
  body {
    min-width: 992px !important;
  }
  /* line 9031, app/assets/stylesheets/theme/_light.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 9034, app/assets/stylesheets/theme/_light.scss */
  .navbar {
    display: none;
  }
  /* line 9037, app/assets/stylesheets/theme/_light.scss */
  .badge {
    border: 1px solid #14141F;
  }
  /* line 9040, app/assets/stylesheets/theme/_light.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 9043, app/assets/stylesheets/theme/_light.scss */
  .table td,
.table th {
    background-color: #ffffff !important;
  }
  /* line 9047, app/assets/stylesheets/theme/_light.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #d6d8e1 !important;
  }
  /* line 9051, app/assets/stylesheets/theme/_light.scss */
  .table-dark {
    color: inherit;
  }
  /* line 9054, app/assets/stylesheets/theme/_light.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #ecedf1;
  }
  /* line 9060, app/assets/stylesheets/theme/_light.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #ecedf1;
  }
}

/* line 9066, app/assets/stylesheets/theme/_light.scss */
blockquote,
.blockquote {
  padding-left: 1rem;
  font-size: 1.25em;
  color: #363642;
  border-left: 4px solid rgba(34, 34, 48, 0.1);
}

/* line 9074, app/assets/stylesheets/theme/_light.scss */
blockquote.text-right,
.blockquote.text-right {
  padding-right: 1rem;
  padding-left: 0;
  border-left: 0;
  border-right: 4px solid rgba(34, 34, 48, 0.1);
}

/* line 9082, app/assets/stylesheets/theme/_light.scss */
blockquote > footer,
.blockquote > footer {
  display: block;
  font-size: 80%;
  color: #888c9b;
}

/* line 9089, app/assets/stylesheets/theme/_light.scss */
blockquote > footer::before,
.blockquote > footer::before {
  content: "\2014 \00A0";
}

/* line 9094, app/assets/stylesheets/theme/_light.scss */
dl:last-child {
  margin-bottom: 0;
}

/* line 9098, app/assets/stylesheets/theme/_light.scss */
pre > .hljs {
  padding: 1rem;
  border-radius: 0.2rem;
}

/* line 9103, app/assets/stylesheets/theme/_light.scss */
.card > pre > .hljs {
  border-radius: 0;
}

/* line 9107, app/assets/stylesheets/theme/_light.scss */
.card > pre:last-child {
  margin-bottom: 0;
}

/* line 9111, app/assets/stylesheets/theme/_light.scss */
.card > pre:last-child > .hljs {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* for block of numbers */
/* line 9117, app/assets/stylesheets/theme/_light.scss */
td.hljs-ln-numbers {
  padding-right: 10px !important;
  padding-left: 5px !important;
  text-align: center;
  color: #363642;
  background: #e6e8ed;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* for block of code */
/* line 9131, app/assets/stylesheets/theme/_light.scss */
td.hljs-ln-code {
  padding-left: 10px;
}

/* line 9135, app/assets/stylesheets/theme/_light.scss */
.embed-responsive img.embed-responsive-item {
  top: 50%;
  left: 50%;
  bottom: auto;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  max-width: 200%;
}

/* line 9145, app/assets/stylesheets/theme/_light.scss */
.table thead th, .table thead td {
  border-top-width: 0;
  border-bottom-width: 1px;
}

/* line 9150, app/assets/stylesheets/theme/_light.scss */
.table.table-bordered thead th, .table.table-bordered thead td {
  border-top-width: 1px;
}

/* line 9154, app/assets/stylesheets/theme/_light.scss */
.card > .table,
.card > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 9159, app/assets/stylesheets/theme/_light.scss */
.card > .table.table-bordered thead th, .card > .table.table-bordered thead td,
.card > .table-responsive > .table.table-bordered thead th,
.card > .table-responsive > .table.table-bordered thead td {
  border-top-width: 0;
  border-bottom-width: 0;
}

/* line 9166, app/assets/stylesheets/theme/_light.scss */
.card > .table td:first-child, .card > .table th:first-child,
.card > .table-responsive > .table td:first-child,
.card > .table-responsive > .table th:first-child {
  padding-left: 1rem;
  border-left: 0;
}

/* line 9173, app/assets/stylesheets/theme/_light.scss */
.card > .table td:last-child, .card > .table th:last-child,
.card > .table-responsive > .table td:last-child,
.card > .table-responsive > .table th:last-child {
  padding-right: 1rem;
  border-right: 0;
}

/* line 9180, app/assets/stylesheets/theme/_light.scss */
.card > .table:last-child.table-bordered tr:last-child td, .card > .table:last-child.table-bordered tr:last-child th,
.card > .table-responsive:last-child > .table.table-bordered tr:last-child td,
.card > .table-responsive:last-child > .table.table-bordered tr:last-child th {
  border-bottom-width: 0;
}

/* line 9186, app/assets/stylesheets/theme/_light.scss */
.table > thead tr:first-child > th:first-child,
.table > thead tr:first-child > td:first-child,
.table > tbody:first-child tr:first-child > th:first-child,
.table > tbody:first-child tr:first-child > td:first-child {
  border-top-left-radius: 0.25rem;
}

/* line 9193, app/assets/stylesheets/theme/_light.scss */
.table > thead tr:first-child > th:last-child,
.table > thead tr:first-child > td:last-child,
.table > tbody:first-child tr:first-child > th:last-child,
.table > tbody:first-child tr:first-child > td:last-child {
  border-top-right-radius: 0.25rem;
}

/* line 9200, app/assets/stylesheets/theme/_light.scss */
.table > tfoot tr:last-child > th:first-child,
.table > tfoot tr:last-child > td:first-child,
.table > tbody:last-child tr:last-child > th:first-child,
.table > tbody:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 0.25rem;
}

/* line 9207, app/assets/stylesheets/theme/_light.scss */
.table > tfoot tr:last-child > th:last-child,
.table > tfoot tr:last-child > td:last-child,
.table > tbody:last-child tr:last-child > th:last-child,
.table > tbody:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 0.25rem;
}

/* line 9214, app/assets/stylesheets/theme/_light.scss */
.table-active,
.table-active > th,
.table-active > td {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  /* line 9221, app/assets/stylesheets/theme/_light.scss */
  .card-fluid > .table-responsive > .table > thead tr:first-child > th:first-child,
.card-fluid > .table-responsive > .table > thead tr:first-child > td:first-child,
.card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > th:first-child,
.card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > td:first-child,
.card-fluid > .table > thead tr:first-child > th:first-child,
.card-fluid > .table > thead tr:first-child > td:first-child,
.card-fluid > .table > tbody:first-child tr:first-child > th:first-child,
.card-fluid > .table > tbody:first-child tr:first-child > td:first-child {
    border-top-left-radius: 0;
  }
  /* line 9231, app/assets/stylesheets/theme/_light.scss */
  .card-fluid > .table-responsive > .table > thead tr:first-child > th:last-child,
.card-fluid > .table-responsive > .table > thead tr:first-child > td:last-child,
.card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > th:last-child,
.card-fluid > .table-responsive > .table > tbody:first-child tr:first-child > td:last-child,
.card-fluid > .table > thead tr:first-child > th:last-child,
.card-fluid > .table > thead tr:first-child > td:last-child,
.card-fluid > .table > tbody:first-child tr:first-child > th:last-child,
.card-fluid > .table > tbody:first-child tr:first-child > td:last-child {
    border-top-right-radius: 0;
  }
  /* line 9241, app/assets/stylesheets/theme/_light.scss */
  .card-fluid > .table-responsive > .table > tfoot tr:last-child > th:first-child,
.card-fluid > .table-responsive > .table > tfoot tr:last-child > td:first-child,
.card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > th:first-child,
.card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > td:first-child,
.card-fluid > .table > tfoot tr:last-child > th:first-child,
.card-fluid > .table > tfoot tr:last-child > td:first-child,
.card-fluid > .table > tbody:last-child tr:last-child > th:first-child,
.card-fluid > .table > tbody:last-child tr:last-child > td:first-child {
    border-bottom-left-radius: 0;
  }
  /* line 9251, app/assets/stylesheets/theme/_light.scss */
  .card-fluid > .table-responsive > .table > tfoot tr:last-child > th:last-child,
.card-fluid > .table-responsive > .table > tfoot tr:last-child > td:last-child,
.card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > th:last-child,
.card-fluid > .table-responsive > .table > tbody:last-child tr:last-child > td:last-child,
.card-fluid > .table > tfoot tr:last-child > th:last-child,
.card-fluid > .table > tfoot tr:last-child > td:last-child,
.card-fluid > .table > tbody:last-child tr:last-child > th:last-child,
.card-fluid > .table > tbody:last-child tr:last-child > td:last-child {
    border-bottom-right-radius: 0;
  }
}

/* line 9263, app/assets/stylesheets/theme/_light.scss */
.table-fixed {
  table-layout: fixed;
  min-width: 400px;
}

/* line 9268, app/assets/stylesheets/theme/_light.scss */
.table-fixed tr > th,
.table-fixed tr > td {
  overflow: hidden;
}

/* line 9273, app/assets/stylesheets/theme/_light.scss */
.thead-dd {
  display: inline-block;
  color: #888c9b;
}

/* line 9278, app/assets/stylesheets/theme/_light.scss */
.thead-dd > .custom-control {
  position: absolute;
  top: .2em;
  display: inline-block;
}

/* line 9284, app/assets/stylesheets/theme/_light.scss */
.thead-dd .thead-btn {
  padding-left: 1.5rem;
}

/* line 9288, app/assets/stylesheets/theme/_light.scss */
.col-checker {
  width: 2rem;
}

/* line 9292, app/assets/stylesheets/theme/_light.scss */
.col-checker .custom-control-nolabel {
  top: .125rem;
}

/* line 9296, app/assets/stylesheets/theme/_light.scss */
.thead-btn {
  display: inline-block;
  margin-left: -.375rem;
  padding: .125rem .375rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  border: 1px solid #c6c9d5;
  box-shadow: 0 1px 0 0 rgba(20, 20, 31, 0.05);
  border-radius: 0.25rem;
}

/* line 9309, app/assets/stylesheets/theme/_light.scss */
.thead-btn .custom-control {
  display: inline-block;
  padding-left: 1rem;
}

/* line 9314, app/assets/stylesheets/theme/_light.scss */
.btn {
  height: calc(2.25rem + 2px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 9320, app/assets/stylesheets/theme/_light.scss */
.btn-sm, .btn-group-sm > .btn {
  height: calc(1.8125rem + 2px);
}

/* line 9324, app/assets/stylesheets/theme/_light.scss */
.btn-lg, .btn-group-lg > .btn {
  height: calc(2.875rem + 2px);
}

@media (min-width: 768px) {
  /* line 9329, app/assets/stylesheets/theme/_light.scss */
  .btn:not(.btn-floated) {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  /* line 9333, app/assets/stylesheets/theme/_light.scss */
  .btn.btn-sm:not(.btn-floated), .btn-group-sm > .btn:not(.btn-floated) {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
  /* line 9337, app/assets/stylesheets/theme/_light.scss */
  .btn.btn-lg:not(.btn-floated), .btn-group-lg > .btn:not(.btn-floated) {
    height: 2.875rem;
    font-size: 1rem;
  }
}

/* line 9343, app/assets/stylesheets/theme/_light.scss */
.btn-xs {
  font-size: 0.8125rem;
  padding: .125rem .5rem;
  height: auto;
}

/* line 9349, app/assets/stylesheets/theme/_light.scss */
.btn-floated {
  position: fixed;
  right: 3.25rem;
  bottom: 2.75rem;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 3rem;
  border: 0;
  transform: translate(50%, 50%);
  z-index: 5;
  box-shadow: 0 3px 5px -1px rgba(20, 20, 31, 0.2), 0 6px 10px 0 rgba(20, 20, 31, 0.14), 0 1px 18px 0 rgba(20, 20, 31, 0.12);
}

@media (min-width: 992px) {
  /* line 9366, app/assets/stylesheets/theme/_light.scss */
  .btn-floated {
    right: 2.5rem;
  }
}

/* line 9371, app/assets/stylesheets/theme/_light.scss */
.btn-floated.btn-sm, .btn-group-sm > .btn-floated.btn {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1;
}

/* line 9378, app/assets/stylesheets/theme/_light.scss */
.btn-floated:hover, .btn-floated:focus {
  box-shadow: 0 3px 5px -1px rgba(20, 20, 31, 0.2), 0 6px 10px 0 rgba(20, 20, 31, 0.14), 0 1px 18px 0 rgba(20, 20, 31, 0.12) !important;
}

/* line 9382, app/assets/stylesheets/theme/_light.scss */
.btn-floated:active {
  box-shadow: 0 7px 8px -4px rgba(20, 20, 31, 0.2), 0 12px 17px 2px rgba(20, 20, 31, 0.14), 0 5px 22px 4px rgba(20, 20, 31, 0.12) !important;
}

/* line 9386, app/assets/stylesheets/theme/_light.scss */
.btn-primary {
  border-color: #2b5a92;
}

/* line 9390, app/assets/stylesheets/theme/_light.scss */
.btn-primary:hover {
  box-shadow: none;
}

/* line 9394, app/assets/stylesheets/theme/_light.scss */
.btn-primary:focus, .btn-primary.focus {
  border-color: #254e7f;
  box-shadow: inset 0 1px 0 0 #437fc7, 0 0 0 1px #254e7f;
}

/* line 9399, app/assets/stylesheets/theme/_light.scss */
.btn-secondary {
  border-color: #dfe3ea;
}

/* line 9403, app/assets/stylesheets/theme/_light.scss */
.btn-secondary:hover {
  box-shadow: none;
}

/* line 9407, app/assets/stylesheets/theme/_light.scss */
.btn-secondary:focus, .btn-secondary.focus {
  border-color: #d0d5e0;
  box-shadow: inset 0 1px 0 0 white, 0 0 0 1px #d0d5e0;
}

/* line 9412, app/assets/stylesheets/theme/_light.scss */
.btn-success {
  border-color: #007c69;
}

/* line 9416, app/assets/stylesheets/theme/_light.scss */
.btn-success:hover {
  box-shadow: none;
}

/* line 9420, app/assets/stylesheets/theme/_light.scss */
.btn-success:focus, .btn-success.focus {
  border-color: #006254;
  box-shadow: inset 0 1px 0 0 #00c8ab, 0 0 0 1px #006254;
}

/* line 9425, app/assets/stylesheets/theme/_light.scss */
.btn-info {
  border-color: #015e82;
}

/* line 9429, app/assets/stylesheets/theme/_light.scss */
.btn-info:hover {
  box-shadow: none;
}

/* line 9433, app/assets/stylesheets/theme/_light.scss */
.btn-info:focus, .btn-info.focus {
  border-color: #014b69;
  box-shadow: inset 0 1px 0 0 #0194ce, 0 0 0 1px #014b69;
}

/* line 9438, app/assets/stylesheets/theme/_light.scss */
.btn-warning {
  border-color: #f5b548;
}

/* line 9442, app/assets/stylesheets/theme/_light.scss */
.btn-warning:hover {
  box-shadow: none;
}

/* line 9446, app/assets/stylesheets/theme/_light.scss */
.btn-warning:focus, .btn-warning.focus {
  border-color: #f4ac30;
  box-shadow: inset 0 1px 0 0 #f9d390, 0 0 0 1px #f4ac30;
}

/* line 9451, app/assets/stylesheets/theme/_light.scss */
.btn-danger {
  border-color: #b02b13;
}

/* line 9455, app/assets/stylesheets/theme/_light.scss */
.btn-danger:hover {
  box-shadow: none;
}

/* line 9459, app/assets/stylesheets/theme/_light.scss */
.btn-danger:focus, .btn-danger.focus {
  border-color: #b02b13;
  box-shadow: inset 0 1px 0 0 #c485b3, 0 0 0 1px #b02b13;
}

/* line 9464, app/assets/stylesheets/theme/_light.scss */
.btn-light {
  color: #888c9b;
  background-color: transparent;
  border-color: transparent;
}

/* line 9470, app/assets/stylesheets/theme/_light.scss */
.btn-light:hover {
  background-color: #e6e8ed;
  color: #363642;
  border-color: #e6e8ed;
  box-shadow: none;
}

/* line 9477, app/assets/stylesheets/theme/_light.scss */
.btn-light:focus, .btn-light.focus {
  background-color: #e6e8ed;
  color: #363642;
  border-color: #e6e8ed;
  box-shadow: none;
}

/* line 9484, app/assets/stylesheets/theme/_light.scss */
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #2e609c;
  border-color: transparent;
  background-color: rgba(52, 108, 176, 0.08);
  box-shadow: 0 0 0 1px rgba(52, 108, 176, 0);
}

/* line 9492, app/assets/stylesheets/theme/_light.scss */
.btn-dark {
  color: #f6f7f9;
}

/* line 9496, app/assets/stylesheets/theme/_light.scss */
.btn-dark:hover {
  box-shadow: none;
}

/* line 9500, app/assets/stylesheets/theme/_light.scss */
.btn-dark:focus, .btn-dark.focus {
  border-color: #08080b;
  box-shadow: inset 0 1px 0 0 #323246, 0 0 0 1px #08080b;
}

/* line 9505, app/assets/stylesheets/theme/_light.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #f6f7f9;
}

/* line 9509, app/assets/stylesheets/theme/_light.scss */
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #f6f7f9;
}

/* line 9514, app/assets/stylesheets/theme/_light.scss */
.btn-secondary {
  color: #363642;
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  border-color: #d7dce5;
  box-shadow: 0 1px 0 0 rgba(20, 20, 31, 0.05);
}

/* line 9521, app/assets/stylesheets/theme/_light.scss */
.btn-secondary:hover {
  background: linear-gradient(to bottom, #f6f7f9, #f6f7f9);
  border-color: #d7dce5;
}

/* line 9526, app/assets/stylesheets/theme/_light.scss */
.btn-secondary:focus, .btn-secondary.focus {
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  border-color: #346CB0;
  box-shadow: 0 0 0 1px #346CB0;
}

/* line 9532, app/assets/stylesheets/theme/_light.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  background: linear-gradient(to bottom, #f6f7f9, #f6f7f9);
  border-color: #d7dce5;
}

/* line 9537, app/assets/stylesheets/theme/_light.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  box-shadow: inset 0 1px 1px 0 rgba(20, 20, 31, 0.1), inset 0 1px 4px 0 rgba(20, 20, 31, 0.2);
  border-color: #d7dce5;
}

/* line 9544, app/assets/stylesheets/theme/_light.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 1px 1px 0 rgba(20, 20, 31, 0.1), inset 0 1px 4px 0 rgba(20, 20, 31, 0.2);
}

/* line 9549, app/assets/stylesheets/theme/_light.scss */
.btn-outline-secondary {
  color: #888c9b;
  border-color: #a6abbd;
}

/* line 9554, app/assets/stylesheets/theme/_light.scss */
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #363642;
  border-color: #a6abbd;
}

/* line 9560, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-primary {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
  border-color: transparent;
}

/* line 9566, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-primary:hover, .btn-subtle-primary:focus, .btn-subtle-primary.focus {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.12);
  box-shadow: none;
}

/* line 9572, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-primary.disabled, .btn-subtle-primary:disabled {
  background-color: rgba(52, 108, 176, 0.08);
}

/* line 9576, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-primary:not(:disabled):not(.disabled).active, .btn-subtle-primary:not(:disabled):not(.disabled):active,
.show > .btn-subtle-primary.dropdown-toggle {
  background-color: rgba(52, 108, 176, 0.2);
}

/* line 9581, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-secondary {
  color: #888c9b;
  background-color: rgba(246, 247, 249, 0.08);
  border-color: transparent;
}

/* line 9587, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-secondary:hover, .btn-subtle-secondary:focus, .btn-subtle-secondary.focus {
  color: #888c9b;
  background-color: rgba(246, 247, 249, 0.12);
  box-shadow: none;
}

/* line 9593, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-secondary.disabled, .btn-subtle-secondary:disabled {
  background-color: rgba(246, 247, 249, 0.08);
}

/* line 9597, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-secondary:not(:disabled):not(.disabled).active, .btn-subtle-secondary:not(:disabled):not(.disabled):active,
.show > .btn-subtle-secondary.dropdown-toggle {
  background-color: rgba(246, 247, 249, 0.2);
}

/* line 9602, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-success {
  color: #008974;
  background-color: rgba(0, 162, 138, 0.08);
  border-color: transparent;
}

/* line 9608, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-success:hover, .btn-subtle-success:focus, .btn-subtle-success.focus {
  color: #008974;
  background-color: rgba(0, 162, 138, 0.12);
  box-shadow: none;
}

/* line 9614, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-success.disabled, .btn-subtle-success:disabled {
  background-color: rgba(0, 162, 138, 0.08);
}

/* line 9618, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-success:not(:disabled):not(.disabled).active, .btn-subtle-success:not(:disabled):not(.disabled):active,
.show > .btn-subtle-success.dropdown-toggle {
  background-color: rgba(0, 162, 138, 0.2);
}

/* line 9623, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-info {
  color: #01678f;
  background-color: rgba(1, 121, 168, 0.08);
  border-color: transparent;
}

/* line 9629, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-info:hover, .btn-subtle-info:focus, .btn-subtle-info.focus {
  color: #01678f;
  background-color: rgba(1, 121, 168, 0.12);
  box-shadow: none;
}

/* line 9635, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-info.disabled, .btn-subtle-info:disabled {
  background-color: rgba(1, 121, 168, 0.08);
}

/* line 9639, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-info:not(:disabled):not(.disabled).active, .btn-subtle-info:not(:disabled):not(.disabled):active,
.show > .btn-subtle-info.dropdown-toggle {
  background-color: rgba(1, 121, 168, 0.2);
}

/* line 9644, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-warning {
  color: #f6ba54;
  background-color: rgba(247, 196, 108, 0.08);
  border-color: transparent;
}

/* line 9650, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-warning:hover, .btn-subtle-warning:focus, .btn-subtle-warning.focus {
  color: #f6ba54;
  background-color: rgba(247, 196, 108, 0.12);
  box-shadow: none;
}

/* line 9656, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-warning.disabled, .btn-subtle-warning:disabled {
  background-color: rgba(247, 196, 108, 0.08);
}

/* line 9660, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-warning:not(:disabled):not(.disabled).active, .btn-subtle-warning:not(:disabled):not(.disabled):active,
.show > .btn-subtle-warning.dropdown-toggle {
  background-color: rgba(247, 196, 108, 0.2);
}

/* line 9665, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-danger {
  color: #d53416;
  background-color: rgba(213, 52, 22, 0.07);
  border-color: transparent;
}

/* line 9671, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-danger:hover, .btn-subtle-danger:focus, .btn-subtle-danger.focus {
  color: #d53416;
  background-color: rgba(213, 52, 22, 0.18);
  border-color: transparent;
}

/* line 9677, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-danger.disabled, .btn-subtle-danger:disabled {
  color: #e4a69b;
}

/* line 9681, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-danger:not(:disabled):not(.disabled).active, .btn-subtle-danger:not(:disabled):not(.disabled):active,
.show > .btn-subtle-danger.dropdown-toggle {
  background-color: rgba(183, 107, 163, 0.2);
}

/* line 9686, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-light {
  color: #363642;
  background-color: rgba(246, 247, 249, 0.08);
  border-color: transparent;
}

/* line 9692, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-light:hover, .btn-subtle-light:focus, .btn-subtle-light.focus {
  color: #363642;
  background-color: rgba(246, 247, 249, 0.12);
  box-shadow: none;
}

/* line 9698, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-light.disabled, .btn-subtle-light:disabled {
  background-color: rgba(246, 247, 249, 0.08);
}

/* line 9702, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-light:not(:disabled):not(.disabled).active, .btn-subtle-light:not(:disabled):not(.disabled):active,
.show > .btn-subtle-light.dropdown-toggle {
  background-color: rgba(246, 247, 249, 0.2);
}

/* line 9707, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-dark {
  color: #363642;
  background-color: rgba(34, 34, 48, 0.08);
  border-color: transparent;
}

/* line 9713, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-dark:hover, .btn-subtle-dark:focus, .btn-subtle-dark.focus {
  color: #363642;
  background-color: rgba(34, 34, 48, 0.12);
  box-shadow: none;
}

/* line 9719, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-dark.disabled, .btn-subtle-dark:disabled {
  background-color: rgba(34, 34, 48, 0.08);
}

/* line 9723, app/assets/stylesheets/theme/_light.scss */
.btn-subtle-dark:not(:disabled):not(.disabled).active, .btn-subtle-dark:not(:disabled):not(.disabled):active,
.show > .btn-subtle-dark.dropdown-toggle {
  background-color: rgba(34, 34, 48, 0.2);
}

/* line 9728, app/assets/stylesheets/theme/_light.scss */
.btn-reset {
  padding: 0 2px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

/* line 9738, app/assets/stylesheets/theme/_light.scss */
.btn-reset.btn, .btn-reset.btn-sm, .btn-group-sm > .btn-reset.btn, .btn-reset.btn-lg, .btn-group-lg > .btn-reset.btn {
  height: auto;
}

/* line 9742, app/assets/stylesheets/theme/_light.scss */
.btn-reset:hover, .btn-reset:focus {
  color: inherit;
  text-decoration: inherit;
  box-shadow: none;
}

/* line 9748, app/assets/stylesheets/theme/_light.scss */
.btn-reset.text-muted:hover, .btn-reset.text-muted:focus, .btn-reset.text-muted.focus, .btn-reset.text-muted.active, .btn-reset.text-muted.show {
  color: #363642 !important;
}

/* line 9752, app/assets/stylesheets/theme/_light.scss */
.btn-icon {
  padding: 0;
  line-height: calc(2.25rem + 2px);
  border-radius: 2.25rem;
  width: calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
}

/* line 9760, app/assets/stylesheets/theme/_light.scss */
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  line-height: calc(1.8125rem + 2px);
  width: calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
}

/* line 9766, app/assets/stylesheets/theme/_light.scss */
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  line-height: calc(2.875rem + 2px);
  width: calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
}

@media (min-width: 768px) {
  /* line 9773, app/assets/stylesheets/theme/_light.scss */
  .btn-icon {
    line-height: calc(calc(2.25rem + 2px) - 2px);
    width: 2.25rem;
    height: 2.25rem;
  }
  /* line 9778, app/assets/stylesheets/theme/_light.scss */
  .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    line-height: calc(calc(1.8125rem + 2px) - 2px);
    width: 1.8125rem;
    height: 1.8125rem;
  }
  /* line 9783, app/assets/stylesheets/theme/_light.scss */
  .btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
    line-height: calc(calc(2.875rem + 2px) - 2px);
    width: 2.875rem;
    height: 2.875rem;
  }
}

/* line 9790, app/assets/stylesheets/theme/_light.scss */
.btn-account {
  position: relative;
  display: flex;
  margin: 0;
  border: 0;
  flex-wrap: none;
  align-items: center;
  background: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: background-color 150ms;
  outline: 0;
}

/* line 9810, app/assets/stylesheets/theme/_light.scss */
.btn-account:hover, .btn-account:focus {
  color: inherit;
  text-decoration: none;
}

/* line 9815, app/assets/stylesheets/theme/_light.scss */
.btn-account:active, .btn-account:focus, .btn-account.focus, .btn-account.show {
  outline: 0;
}

/* line 9819, app/assets/stylesheets/theme/_light.scss */
.btn-account > .user-avatar,
.btn-account > .has-badge {
  margin-right: 0.75rem;
}

/* line 9824, app/assets/stylesheets/theme/_light.scss */
.btn-account .account-summary {
  margin-right: 0.75rem;
  display: block;
  text-align: left;
  flex: 1;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

/* line 9835, app/assets/stylesheets/theme/_light.scss */
.btn-account .account-name,
.btn-account .account-description {
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1rem;
}

/* line 9846, app/assets/stylesheets/theme/_light.scss */
.btn-account .account-description {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: .7;
}

/* line 9852, app/assets/stylesheets/theme/_light.scss */
.btn-account .caret {
  border-top-width: 6px;
  border-right-width: 5px;
  border-left-width: 5px;
}

/* line 9858, app/assets/stylesheets/theme/_light.scss */
.btn-account .account-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 0.875rem;
  transform: translateY(-50%);
  opacity: .7;
}

/* line 9868, app/assets/stylesheets/theme/_light.scss */
.btn-account .account-icon .caret,
.btn-account .account-icon .fa-caret-down {
  transition: transform 200ms ease-in-out;
}

/* line 9875, app/assets/stylesheets/theme/_light.scss */
.btn-account[aria-expanded="true"] > .account-icon > .caret,
.btn-account[aria-expanded="true"] > .account-icon > .fa-caret-down {
  transform: rotate(180deg);
}

/* line 9881, app/assets/stylesheets/theme/_light.scss */
.close:focus {
  outline: 0;
}

/* line 9885, app/assets/stylesheets/theme/_light.scss */
.alert {
  border-width: 3px 0 0 0;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 768px) {
  /* line 9893, app/assets/stylesheets/theme/_light.scss */
  .alert {
    font-size: 0.875rem;
  }
}

/* line 9898, app/assets/stylesheets/theme/_light.scss */
.alert.has-icon {
  padding-left: 4rem;
  min-height: 4rem;
}

/* line 9903, app/assets/stylesheets/theme/_light.scss */
.card > .alert {
  border-radius: 0;
}

/* line 9907, app/assets/stylesheets/theme/_light.scss */
.alert-icon {
  position: absolute;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 2rem;
}

/* line 9922, app/assets/stylesheets/theme/_light.scss */
.alert-icon .oi,
.alert-icon .fa {
  font-size: 1.25rem;
}

/* line 9927, app/assets/stylesheets/theme/_light.scss */
.alert-primary .alert-icon {
  color: #ffffff;
  background-color: #2f5e99;
}

/* line 9932, app/assets/stylesheets/theme/_light.scss */
.alert-secondary .alert-icon {
  color: #363642;
  background-color: #d2d3d6;
}

/* line 9937, app/assets/stylesheets/theme/_light.scss */
.alert-success .alert-icon {
  color: #ffffff;
  background-color: #038b79;
}

/* line 9942, app/assets/stylesheets/theme/_light.scss */
.alert-info .alert-icon {
  color: #ffffff;
  background-color: #046992;
}

/* line 9947, app/assets/stylesheets/theme/_light.scss */
.alert-warning .alert-icon {
  color: #363642;
  background-color: #d3a860;
}

/* line 9952, app/assets/stylesheets/theme/_light.scss */
.alert-danger .alert-icon {
  color: #ffffff;
  background-color: #9d5d8e;
}

/* line 9957, app/assets/stylesheets/theme/_light.scss */
.alert-light .alert-icon {
  color: #363642;
  background-color: #d2d3d6;
}

/* line 9962, app/assets/stylesheets/theme/_light.scss */
.alert-dark .alert-icon {
  color: #ffffff;
  background-color: #20202d;
}

/* line 9967, app/assets/stylesheets/theme/_light.scss */
.alert-secondary {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #888c9b;
}

/* line 9973, app/assets/stylesheets/theme/_light.scss */
.alert-secondary .alert-icon {
  color: #888c9b;
  background-color: #e6e8ed;
}

/* line 9978, app/assets/stylesheets/theme/_light.scss */
.alert-secondary hr {
  border-top-color: rgba(34, 34, 48, 0.1);
}

/* line 9982, app/assets/stylesheets/theme/_light.scss */
.alert-secondary .alert-link {
  color: #346CB0;
}

/* line 9986, app/assets/stylesheets/theme/_light.scss */
.alert-light {
  border-color: #a6abbd;
}

@media (min-width: 768px) {
  /* line 9991, app/assets/stylesheets/theme/_light.scss */
  .badge {
    font-size: 80%;
  }
}

/* line 9996, app/assets/stylesheets/theme/_light.scss */
.badge > a {
  color: inherit;
  font-weight: 600;
}

/* line 10001, app/assets/stylesheets/theme/_light.scss */
.badge > a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 10006, app/assets/stylesheets/theme/_light.scss */
.badge-lg {
  padding: .375rem .5rem;
}

/* line 10010, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-primary {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
}

/* line 10015, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-primary[href]:hover, .badge-subtle.badge-primary[href]:focus {
  color: #2e609c;
  text-decoration: none;
  background-color: rgba(52, 108, 176, 0.12);
}

/* line 10021, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-secondary {
  color: #888c9b;
  background-color: rgba(246, 247, 249, 0.08);
}

/* line 10026, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-secondary[href]:hover, .badge-subtle.badge-secondary[href]:focus {
  color: #888c9b;
  text-decoration: none;
  background-color: rgba(246, 247, 249, 0.12);
}

/* line 10032, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-success {
  color: #008974;
  background-color: rgba(0, 162, 138, 0.08);
}

/* line 10037, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-success[href]:hover, .badge-subtle.badge-success[href]:focus {
  color: #008974;
  text-decoration: none;
  background-color: rgba(0, 162, 138, 0.12);
}

/* line 10043, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-info {
  color: #01678f;
  background-color: rgba(1, 121, 168, 0.08);
}

/* line 10048, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-info[href]:hover, .badge-subtle.badge-info[href]:focus {
  color: #01678f;
  text-decoration: none;
  background-color: rgba(1, 121, 168, 0.12);
}

/* line 10054, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-warning {
  color: #f6ba54;
  background-color: rgba(247, 196, 108, 0.08);
}

/* line 10059, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-warning[href]:hover, .badge-subtle.badge-warning[href]:focus {
  color: #f6ba54;
  text-decoration: none;
  background-color: rgba(247, 196, 108, 0.12);
}

/* line 10065, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-danger {
  color: #af5a98;
  background-color: rgba(183, 107, 163, 0.08);
}

/* line 10070, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-danger[href]:hover, .badge-subtle.badge-danger[href]:focus {
  color: #af5a98;
  text-decoration: none;
  background-color: rgba(183, 107, 163, 0.12);
}

/* line 10076, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-light {
  color: #363642;
  background-color: rgba(246, 247, 249, 0.08);
}

/* line 10081, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-light[href]:hover, .badge-subtle.badge-light[href]:focus {
  color: #363642;
  text-decoration: none;
  background-color: rgba(246, 247, 249, 0.12);
}

/* line 10087, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-dark {
  color: #363642;
  background-color: rgba(34, 34, 48, 0.08);
}

/* line 10092, app/assets/stylesheets/theme/_light.scss */
.badge-subtle.badge-dark[href]:hover, .badge-subtle.badge-dark[href]:focus {
  color: #363642;
  text-decoration: none;
  background-color: rgba(34, 34, 48, 0.12);
}

/* line 10098, app/assets/stylesheets/theme/_light.scss */
.has-badge {
  position: relative;
  display: inline-block;
}

/* line 10103, app/assets/stylesheets/theme/_light.scss */
.has-badge > .badge:last-child {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate3d(-50%, 0, 0);
}

/* line 10111, app/assets/stylesheets/theme/_light.scss */
.has-badge > .tile:last-child,
.has-badge > .user-avatar:last-child {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate3d(-50%, 0, 0);
  line-height: 1.25;
  border: 3px solid #ffffff;
  box-shadow: none;
}

/* line 10123, app/assets/stylesheets/theme/_light.scss */
.has-badge > .tile-circle + .tile,
.has-badge > .tile-circle + .user-avatar,
.has-badge > .user-avatar + .tile,
.has-badge > .user-avatar + .user-avatar {
  transform: translate3d(-75%, 0, 0);
}

/* line 10131, app/assets/stylesheets/theme/_light.scss */
.has-badge > .tile-xl.tile-circle + .tile,
.has-badge > .tile-xl.tile-circle + .user-avatar,
.has-badge > .user-avatar-xl.user-avatar + .tile,
.has-badge > .user-avatar-xl.user-avatar + .user-avatar {
  top: .5rem;
  transform: translate3d(-1.125rem, 0, 0);
}

/* line 10140, app/assets/stylesheets/theme/_light.scss */
.has-badge > .tile-xxl.tile-circle + .tile,
.has-badge > .tile-xxl.tile-circle + .user-avatar,
.has-badge > .user-avatar-xxl.user-avatar + .tile,
.has-badge > .user-avatar-xxl.user-avatar + .user-avatar {
  top: 1rem;
  transform: translate3d(-1.5rem, 0, 0);
}

/* line 10149, app/assets/stylesheets/theme/_light.scss */
.has-badge-bottom > .badge:last-child,
.has-badge-bottom > .tile:last-child,
.has-badge-bottom > .user-avatar:last-child {
  top: auto;
  bottom: 0;
}

/* line 10156, app/assets/stylesheets/theme/_light.scss */
.has-badge-bottom > .tile-xl.tile-circle + .tile,
.has-badge-bottom > .tile-xl.tile-circle + .user-avatar,
.has-badge-bottom > .user-avatar-xl.user-avatar + .tile,
.has-badge-bottom > .user-avatar-xl.user-avatar + .user-avatar {
  top: auto;
  bottom: .5rem;
}

/* line 10164, app/assets/stylesheets/theme/_light.scss */
.has-badge-bottom > .tile-xxl.tile-circle + .tile,
.has-badge-bottom > .tile-xxl.tile-circle + .user-avatar,
.has-badge-bottom > .user-avatar-xxl.user-avatar + .tile,
.has-badge-bottom > .user-avatar-xxl.user-avatar + .user-avatar {
  top: auto;
  bottom: 1rem;
}

/* line 10172, app/assets/stylesheets/theme/_light.scss */
legend {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

/* line 10178, app/assets/stylesheets/theme/_light.scss */
.form-group legend {
  margin-bottom: .5rem;
}

/* line 10182, app/assets/stylesheets/theme/_light.scss */
label > abbr {
  color: #d53417;
}

/* line 10186, app/assets/stylesheets/theme/_light.scss */
label > abbr,
label > .badge {
  margin-left: .125rem;
}

/* line 10191, app/assets/stylesheets/theme/_light.scss */
label > a:hover {
  text-decoration: none;
}

/* line 10195, app/assets/stylesheets/theme/_light.scss */
label.input-group-append, label.input-group-prepend {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 10200, app/assets/stylesheets/theme/_light.scss */
  .form-control {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  /* line 10204, app/assets/stylesheets/theme/_light.scss */
  .form-control.form-control-sm {
    height: 1.8125rem;
    font-size: 0.8125rem;
  }
  /* line 10208, app/assets/stylesheets/theme/_light.scss */
  .form-control.form-control-lg {
    height: 2.875rem;
    font-size: 1rem;
  }
  /* line 10212, app/assets/stylesheets/theme/_light.scss */
  .form-check {
    font-size: 0.875rem;
  }
  /* line 10215, app/assets/stylesheets/theme/_light.scss */
  .col-form-label-lg {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  /* line 10221, app/assets/stylesheets/theme/_light.scss */
  .form-group small,
.form-group .small,
.form-group .valid-feedback,
.form-group .invalid-feedback {
    font-size: 85%;
  }
}

/* line 10229, app/assets/stylesheets/theme/_light.scss */
.form-control {
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 10235, app/assets/stylesheets/theme/_light.scss */
.form-control[readonly] {
  background-color: #ffffff;
}

/* line 10239, app/assets/stylesheets/theme/_light.scss */
.form-control[readonly]:hover ~ .input-group-prepend .input-group-text {
  color: #363642;
}

/* line 10243, app/assets/stylesheets/theme/_light.scss */
.form-control-reflow {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* line 10249, app/assets/stylesheets/theme/_light.scss */
.form-control-reflow:hover {
  background-color: #e6e8ed;
}

/* line 10253, app/assets/stylesheets/theme/_light.scss */
.form-control-reflow:focus {
  background-color: #ffffff;
  border-color: #346CB0;
}

/* line 10258, app/assets/stylesheets/theme/_light.scss */
.form-actions {
  display: flex;
  padding-top: .5rem;
}

/* line 10264, app/assets/stylesheets/theme/_light.scss */
.form-actions .btn + .btn,
.form-actions .btn + .btn-group,
.form-actions .btn-group + .btn,
.form-actions .btn-group + .btn-group {
  margin-left: .125rem;
}

/* line 10271, app/assets/stylesheets/theme/_light.scss */
.form-label-group {
  position: relative;
}

/* line 10275, app/assets/stylesheets/theme/_light.scss */
.form-label-group .loader {
  position: absolute;
  right: 1rem;
  top: .75rem;
  opacity: 0;
  transition: opacity 300ms;
}

/* line 10283, app/assets/stylesheets/theme/_light.scss */
.form-label-group .loader-sm {
  top: 1rem;
}

/* line 10287, app/assets/stylesheets/theme/_light.scss */
.form-label-group.has-loading .loader {
  opacity: 1;
}

/* line 10291, app/assets/stylesheets/theme/_light.scss */
.form-label-group .form-control {
  height: auto;
}

/* line 10295, app/assets/stylesheets/theme/_light.scss */
.form-label-group > input,
.form-label-group > label {
  padding: 0.75rem 0.75rem;
}

/* line 10300, app/assets/stylesheets/theme/_light.scss */
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  text-align: left;
  color: #888c9b;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all .1s ease-in-out;
  pointer-events: none;
}

/* line 10317, app/assets/stylesheets/theme/_light.scss */
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

/* line 10321, app/assets/stylesheets/theme/_light.scss */
.form-label-group input::-moz-placeholder {
  color: transparent;
}

/* line 10325, app/assets/stylesheets/theme/_light.scss */
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

/* line 10329, app/assets/stylesheets/theme/_light.scss */
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

/* line 10333, app/assets/stylesheets/theme/_light.scss */
.form-label-group input::-moz-placeholder {
  color: transparent;
}
.form-label-group input::placeholder {
  color: transparent;
}

/* line 10337, app/assets/stylesheets/theme/_light.scss */
.form-label-group input:not(:-moz-placeholder-shown):not(.placeholder-shown) {
  padding-top: calc(0.75rem + 0.75rem * (2 / 3));
  padding-bottom: calc(0.75rem / 3);
}
.form-label-group input:not(:placeholder-shown):not(.placeholder-shown) {
  padding-top: calc(0.75rem + 0.75rem * (2 / 3));
  padding-bottom: calc(0.75rem / 3);
}

/* line 10342, app/assets/stylesheets/theme/_light.scss */
.form-label-group input:not(:-moz-placeholder-shown):not(.placeholder-shown) ~ label {
  padding-top: calc(0.75rem / 3);
  padding-bottom: calc(0.75rem / 3);
  font-size: .75rem;
  color: #888c9b;
}
.form-label-group input:not(:placeholder-shown):not(.placeholder-shown) ~ label {
  padding-top: calc(0.75rem / 3);
  padding-bottom: calc(0.75rem / 3);
  font-size: .75rem;
  color: #888c9b;
}

/* line 10349, app/assets/stylesheets/theme/_light.scss */
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 1px #d53417;
}

/* line 10356, app/assets/stylesheets/theme/_light.scss */
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 1px #00A28A;
}

/* line 10363, app/assets/stylesheets/theme/_light.scss */
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #b02b13;
}

/* line 10368, app/assets/stylesheets/theme/_light.scss */
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #00A28A;
}

/* line 10373, app/assets/stylesheets/theme/_light.scss */
.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: #b02b13;
}

/* line 10378, app/assets/stylesheets/theme/_light.scss */
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #b02b13;
  box-shadow: 0 0 0 1px #d53417;
}

/* line 10384, app/assets/stylesheets/theme/_light.scss */
.custom-file-input.is-invalid:focus ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label::after {
  border-color: #b02b13;
}

/* line 10389, app/assets/stylesheets/theme/_light.scss */
.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: #00A28A;
}

/* line 10394, app/assets/stylesheets/theme/_light.scss */
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #00A28A;
  box-shadow: 0 0 0 1px #00A28A;
}

/* line 10400, app/assets/stylesheets/theme/_light.scss */
.custom-file-input.is-valid:focus ~ .custom-file-label::after,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label::after {
  border-color: #00A28A;
}

/* line 10405, app/assets/stylesheets/theme/_light.scss */
.inline-editable {
  position: relative;
  width: 100%;
}

/* line 10410, app/assets/stylesheets/theme/_light.scss */
.inline-editable:hover .inline-editable-actions {
  display: block;
}

/* line 10414, app/assets/stylesheets/theme/_light.scss */
.inline-editable-actions {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

/* line 10421, app/assets/stylesheets/theme/_light.scss */
.inline-editable .form-control {
  padding: 0;
  width: inherit;
  height: auto;
  color: inherit;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  resize: none;
}

/* line 10437, app/assets/stylesheets/theme/_light.scss */
.inline-editable .form-control:hover, .inline-editable .form-control:focus {
  color: #363642;
  box-shadow: 0 0 0 0.5rem rgba(20, 20, 31, 0.1);
}

/* line 10442, app/assets/stylesheets/theme/_light.scss */
.inline-editable .form-control:hover {
  background-color: rgba(20, 20, 31, 0.1);
}

/* line 10446, app/assets/stylesheets/theme/_light.scss */
.inline-editable .form-control:focus {
  background-color: #ffffff;
}

/* line 10450, app/assets/stylesheets/theme/_light.scss */
.inline-editable .form-control:focus + .inline-editable-actions {
  display: block;
}

@media (min-width: 768px) {
  /* line 10455, app/assets/stylesheets/theme/_light.scss */
  .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    font-size: 1rem;
  }
  /* line 10462, app/assets/stylesheets/theme/_light.scss */
  .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    font-size: 0.8125rem;
  }
  /* line 10469, app/assets/stylesheets/theme/_light.scss */
  .input-group-text {
    font-size: 0.875rem;
  }
}

/* line 10474, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) {
  height: calc(2.25rem + 2px);
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 200ms ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 10486, app/assets/stylesheets/theme/_light.scss */
  .input-group:not(.input-group-alt) {
    transition: none;
  }
}

/* line 10491, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt).input-group-sm {
  height: calc(1.8125rem + 2px);
}

/* line 10495, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt).input-group-lg {
  height: calc(2.875rem + 2px);
}

@media (min-width: 768px) {
  /* line 10500, app/assets/stylesheets/theme/_light.scss */
  .input-group:not(.input-group-alt) {
    height: 2.25rem;
  }
  /* line 10503, app/assets/stylesheets/theme/_light.scss */
  .input-group:not(.input-group-alt).input-group-sm {
    height: 1.8125rem;
  }
  /* line 10506, app/assets/stylesheets/theme/_light.scss */
  .input-group:not(.input-group-alt).input-group-lg {
    height: 2.875rem;
  }
}

/* line 10511, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt).focus {
  border-color: #346CB0;
  box-shadow: 0 0 0 1px #346CB0;
  z-index: 3;
}

/* line 10517, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt).focus .input-group-append .badge,
.input-group:not(.input-group-alt).focus .input-group-prepend .badge {
  color: #ffffff;
  background-color: #346CB0;
}

/* line 10523, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) .form-control,
.input-group:not(.input-group-alt) .input-group-text {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 10530, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) .form-control {
  top: -1px;
  height: inherit;
}

/* line 10535, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) .form-control:focus, .input-group:not(.input-group-alt) .form-control.focus {
  box-shadow: none;
}

/* line 10539, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) .input-group-prepend .input-group-text {
  padding-right: 1px;
}

/* line 10543, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) .input-group-prepend .badge,
.input-group:not(.input-group-alt) .input-group-prepend .loader {
  margin-left: .5rem;
}

/* line 10548, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) .input-group-append .input-group-text {
  padding-left: 1px;
}

/* line 10552, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) .input-group-append .badge,
.input-group:not(.input-group-alt) .input-group-append .loader {
  margin-right: .5rem;
}

/* line 10557, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) .input-group-append .btn,
.input-group:not(.input-group-alt) .input-group-prepend .btn {
  height: inherit;
  border: 0;
}

/* line 10563, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) .input-group-append .loader,
.input-group:not(.input-group-alt) .input-group-prepend .loader {
  align-self: center;
}

/* line 10569, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) .input-group-append .badge,
.input-group:not(.input-group-alt) .input-group-prepend .badge {
  padding: .25rem .5rem;
  align-self: center;
  font-size: inherit;
  color: #888c9b;
  font-weight: normal;
  background: #e6e8ed;
  transition: all 150ms;
}

/* line 10581, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt).input-group-sm {
  border-radius: 0.2rem;
}

/* line 10585, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt).input-group-lg {
  border-radius: 0.3rem;
}

/* line 10589, app/assets/stylesheets/theme/_light.scss */
.input-group:not(.input-group-alt) .valid-feedback,
.input-group:not(.input-group-alt) .invalid-feedback {
  margin-left: .75rem;
  margin-top: -.375rem;
  margin-bottom: .25rem;
}

/* line 10596, app/assets/stylesheets/theme/_light.scss */
.input-group-alt .input-group-text {
  color: #363642;
  box-shadow: none;
}

/* line 10601, app/assets/stylesheets/theme/_light.scss */
.input-group-reflow, .input-group-reflow.focus,
.input-group-reflow .form-control,
.input-group-reflow .form-control:focus,
.input-group-reflow .input-group-prepend,
.input-group-reflow .input-group-append {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* line 10611, app/assets/stylesheets/theme/_light.scss */
.input-group-reflow .input-group-prepend > .input-group-text {
  padding-right: 0;
}

/* line 10615, app/assets/stylesheets/theme/_light.scss */
.input-group-reflow .input-group-append > .input-group-text {
  padding-left: 0;
}

/* line 10619, app/assets/stylesheets/theme/_light.scss */
.input-group-alt > .input-group {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 10627, app/assets/stylesheets/theme/_light.scss */
.input-group-alt > .input-group:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 10632, app/assets/stylesheets/theme/_light.scss */
.input-group-alt > .input-group:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10637, app/assets/stylesheets/theme/_light.scss */
.input-group-alt > .input-group:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 10641, app/assets/stylesheets/theme/_light.scss */
.input-group-alt > .input-group .form-control {
  height: 2.25rem;
}

@media (min-width: 768px) {
  /* line 10646, app/assets/stylesheets/theme/_light.scss */
  .input-group-alt > .input-group .form-control {
    height: calc(2.25rem - 2px);
  }
}

/* line 10651, app/assets/stylesheets/theme/_light.scss */
.input-group-alt > .input-group .form-control.form-control-sm {
  height: 1.8125rem;
}

@media (min-width: 768px) {
  /* line 10656, app/assets/stylesheets/theme/_light.scss */
  .input-group-alt > .input-group .form-control.form-control-sm {
    height: calc(1.8125rem - 2px);
  }
}

/* line 10661, app/assets/stylesheets/theme/_light.scss */
.input-group-alt > .input-group .form-control.form-control-lg {
  height: 2.875rem;
}

@media (min-width: 768px) {
  /* line 10666, app/assets/stylesheets/theme/_light.scss */
  .input-group-alt > .input-group .form-control.form-control-lg {
    height: calc(2.875rem - 2px);
  }
}

/* line 10671, app/assets/stylesheets/theme/_light.scss */
.input-group-prepend .custom-select,
.input-group-append .custom-select {
  position: relative;
  z-index: 2;
}

/* line 10677, app/assets/stylesheets/theme/_light.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 10682, app/assets/stylesheets/theme/_light.scss */
.input-group > .input-group-prepend > .custom-select,
.input-group > .input-group-append:not(:last-child) > .custom-select,
.input-group > .input-group-append:last-child > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 10689, app/assets/stylesheets/theme/_light.scss */
.input-group > .input-group-append > .custom-select,
.input-group > .input-group-prepend:not(:first-child) > .custom-select,
.input-group > .input-group-prepend:first-child > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10696, app/assets/stylesheets/theme/_light.scss */
.input-group-text {
  color: #888c9b;
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
}

/* line 10701, app/assets/stylesheets/theme/_light.scss */
.input-group-text > .oi {
  top: 0;
}

/* line 10705, app/assets/stylesheets/theme/_light.scss */
.has-clearable {
  position: relative;
}

/* line 10709, app/assets/stylesheets/theme/_light.scss */
.has-clearable .form-control {
  padding-right: 30px;
}

/* line 10713, app/assets/stylesheets/theme/_light.scss */
.has-clearable .close {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  color: #888c9b;
  opacity: 0;
  z-index: 4;
  transform: translate3d(0, -50%, 0);
  transition: opacity 150ms;
}

/* line 10729, app/assets/stylesheets/theme/_light.scss */
.has-clearable .close:hover {
  color: #363642;
}

/* line 10733, app/assets/stylesheets/theme/_light.scss */
.has-clearable .close.show {
  opacity: 1;
}

/* line 10737, app/assets/stylesheets/theme/_light.scss */
.custom-control-hint {
  margin: 1rem 0;
  display: none;
}

/* line 10742, app/assets/stylesheets/theme/_light.scss */
.custom-control-input:checked ~ .custom-control-hint {
  display: block;
}

/* line 10746, app/assets/stylesheets/theme/_light.scss */
.custom-control-input {
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 10752, app/assets/stylesheets/theme/_light.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #346CB0;
}

/* line 10756, app/assets/stylesheets/theme/_light.scss */
.custom-control-input:checked ~ .custom-control-label::after {
  transform: scale(1);
}

/* line 10761, app/assets/stylesheets/theme/_light.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #346CB0;
}

/* line 10765, app/assets/stylesheets/theme/_light.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background: #f6f7f9;
}

/* line 10769, app/assets/stylesheets/theme/_light.scss */
.custom-control-label::before, .custom-control-label::after {
  top: .125rem;
}

/* line 10773, app/assets/stylesheets/theme/_light.scss */
.macos .custom-control-label::before, .macos .custom-control-label::after {
  top: .25em;
}

@media (min-width: 768px) {
  /* line 10778, app/assets/stylesheets/theme/_light.scss */
  .custom-control-label::before, .custom-control-label::after {
    top: .0625rem;
  }
  /* line 10782, app/assets/stylesheets/theme/_light.scss */
  .macos .custom-control-label::before:not(.h4), .macos .custom-control-label::after:not(.h4) {
    top: .125rem;
  }
}

/* line 10788, app/assets/stylesheets/theme/_light.scss */
.custom-control-label::before {
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  border: 1px solid #c6c9d5;
  box-shadow: 0 1px 0 0 rgba(34, 34, 48, 0.05);
  pointer-events: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

/* line 10799, app/assets/stylesheets/theme/_light.scss */
.custom-control-label::after {
  transform: scale(0);
  transition: transform 200ms ease;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 10812, app/assets/stylesheets/theme/_light.scss */
.custom-control-label-media::before, .custom-control-label-media::after {
  top: .5rem !important;
}

/* line 10816, app/assets/stylesheets/theme/_light.scss */
.custom-control-label-media .media {
  align-items: center;
  line-height: 1.2;
}

/* line 10822, app/assets/stylesheets/theme/_light.scss */
.custom-control-nolabel {
  margin: 0 0 0 -.125rem;
  padding-left: 0;
}

/* line 10827, app/assets/stylesheets/theme/_light.scss */
.custom-control-nolabel > .custom-control-label {
  width: 1.25rem;
  height: 1.25rem;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 10839, app/assets/stylesheets/theme/_light.scss */
.custom-control-nolabel > .custom-control-label::before, .custom-control-nolabel > .custom-control-label::after {
  left: .125rem;
}

/* line 10843, app/assets/stylesheets/theme/_light.scss */
.custom-checkbox .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3e%3c/svg%3e");
}

/* line 10847, app/assets/stylesheets/theme/_light.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  transform: scale(1);
}

/* line 10852, app/assets/stylesheets/theme/_light.scss */
.custom-radio .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M3 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z' transform='translate(1 1)' /%3e%3c/svg%3e");
}

/* line 10856, app/assets/stylesheets/theme/_light.scss */
.custom-select {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='%23888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19L403 749q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3E%3C/svg%3E") no-repeat right 0.75rem center, linear-gradient(180deg, #fff, #f6f7f9);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 200ms ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 10864, app/assets/stylesheets/theme/_light.scss */
  .custom-select {
    transition: none;
  }
}

@media (min-width: 768px) {
  /* line 10870, app/assets/stylesheets/theme/_light.scss */
  .custom-select {
    height: 2.25rem;
  }
}

/* line 10875, app/assets/stylesheets/theme/_light.scss */
.custom-select-reflow {
  color: #888c9b;
}

/* line 10879, app/assets/stylesheets/theme/_light.scss */
.custom-select-reflow, .custom-select-reflow:focus {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='14' fill='#888c9b' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z'/%3e%3c/svg%3e") no-repeat right 0.75rem center;
  border-color: transparent;
  box-shadow: none;
}

/* line 10885, app/assets/stylesheets/theme/_light.scss */
.custom-select-reflow:hover, .custom-select-reflow:active, .custom-select-reflow:focus {
  color: #363642;
}

/* line 10889, app/assets/stylesheets/theme/_light.scss */
.custom-select-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  /* line 10895, app/assets/stylesheets/theme/_light.scss */
  .custom-select-sm {
    height: 1.8125rem;
    font-size: .8125rem;
  }
}

/* line 10901, app/assets/stylesheets/theme/_light.scss */
.custom-select-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  /* line 10907, app/assets/stylesheets/theme/_light.scss */
  .custom-select-lg {
    height: 2.875rem;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  /* line 10914, app/assets/stylesheets/theme/_light.scss */
  .custom-file,
.custom-file .custom-file-input,
.custom-file .custom-file-label,
.custom-file .custom-file-label::after {
    height: 2.25rem;
  }
}

/* line 10922, app/assets/stylesheets/theme/_light.scss */
.custom-file-sm,
.custom-file-sm .custom-file-input,
.custom-file-sm .custom-file-label,
.custom-file-sm .custom-file-label::after {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  /* line 10931, app/assets/stylesheets/theme/_light.scss */
  .custom-file-sm,
.custom-file-sm .custom-file-input,
.custom-file-sm .custom-file-label,
.custom-file-sm .custom-file-label::after {
    height: 1.8125rem;
    font-size: .8125rem;
  }
}

/* line 10940, app/assets/stylesheets/theme/_light.scss */
.custom-file-lg,
.custom-file-lg .custom-file-input,
.custom-file-lg .custom-file-label,
.custom-file-lg .custom-file-label::after {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  /* line 10949, app/assets/stylesheets/theme/_light.scss */
  .custom-file-lg,
.custom-file-lg .custom-file-input,
.custom-file-lg .custom-file-label,
.custom-file-lg .custom-file-label::after {
    height: 2.875rem;
    font-size: 1rem;
  }
}

/* line 10958, app/assets/stylesheets/theme/_light.scss */
.custom-file-input {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 10963, app/assets/stylesheets/theme/_light.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #346CB0;
  box-shadow: 0 0 0 1px #346CB0;
}

/* line 10968, app/assets/stylesheets/theme/_light.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #346CB0;
}

/* line 10972, app/assets/stylesheets/theme/_light.scss */
.custom-file-label {
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 10979, app/assets/stylesheets/theme/_light.scss */
.custom-file-label::after {
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
}

/* line 10983, app/assets/stylesheets/theme/_light.scss */
.list-group {
  border: 0;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

/* line 10988, app/assets/stylesheets/theme/_light.scss */
.list-group-flush, .list-group-reflow {
  box-shadow: none;
}

/* line 10992, app/assets/stylesheets/theme/_light.scss */
.list-group-reflow .list-group-header,
.list-group-reflow .list-group-item {
  background-color: transparent;
}

/* line 10997, app/assets/stylesheets/theme/_light.scss */
.list-group-fluid .list-group-item {
  padding-right: 0;
  padding-left: 0;
}

/* line 11002, app/assets/stylesheets/theme/_light.scss */
.list-group-header {
  margin: 0;
  padding: 0.75rem 1rem 0.75rem;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  color: #888c9b;
  background-color: #ffffff;
}

/* line 11013, app/assets/stylesheets/theme/_light.scss */
.list-group-header:not(:first-child) {
  margin-top: 1px;
  border-top: 1px solid #ecedf1;
}

/* line 11018, app/assets/stylesheets/theme/_light.scss */
.list-group-header + .list-group-item .list-group-item-body,
.list-group-header + .list-group-item .list-group-item-figure {
  border-top-color: transparent !important;
}

/* line 11023, app/assets/stylesheets/theme/_light.scss */
.list-group-item {
  display: flex;
  align-items: stretch;
  border-width: 1px 0;
  border-color: transparent;
  outline: 0;
}

/* line 11033, app/assets/stylesheets/theme/_light.scss */
.list-group-item:first-child {
  border-width: 0 0 1px;
}

/* line 11037, app/assets/stylesheets/theme/_light.scss */
.list-group-item:last-child {
  border-width: 1px 0 0;
}

/* line 11041, app/assets/stylesheets/theme/_light.scss */
.list-group-item.active {
  color: #363642;
  border-color: transparent;
  border-radius: 0 !important;
  box-shadow: inset 4px 0 0 0 #346CB0;
}

/* line 11048, app/assets/stylesheets/theme/_light.scss */
.list-group-item.active .list-group-item-figure {
  color: #346CB0;
}

/* line 11052, app/assets/stylesheets/theme/_light.scss */
.list-group-item.active .list-group-item-text {
  color: #363642;
}

/* line 11056, app/assets/stylesheets/theme/_light.scss */
.list-group-item.active:hover .list-group-item-figure, .list-group-item.active:focus .list-group-item-figure {
  color: #346CB0;
}

/* line 11060, app/assets/stylesheets/theme/_light.scss */
.list-group-item-action:hover .list-group-item-figure, .list-group-item-action:focus .list-group-item-figure {
  color: #888c9b;
}

/* line 11064, app/assets/stylesheets/theme/_light.scss */
.list-group-item-action:hover .list-group-item-text, .list-group-item-action:focus .list-group-item-text {
  color: #363642;
}

/* line 11068, app/assets/stylesheets/theme/_light.scss */
.list-group-item-figure {
  display: flex;
  align-items: center;
  color: #a6abbd;
}

/* line 11076, app/assets/stylesheets/theme/_light.scss */
.list-group-item-figure:first-child {
  padding-right: 1rem;
}

/* line 11080, app/assets/stylesheets/theme/_light.scss */
.list-group-item-figure:last-child {
  padding-left: 1rem;
}

/* line 11084, app/assets/stylesheets/theme/_light.scss */
.list-group-item-body {
  flex: 1;
  min-width: 0;
  align-self: center;
  font-size: 0.875rem;
}

/* line 11093, app/assets/stylesheets/theme/_light.scss */
.list-group-item-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: normal;
  color: #363642;
}

/* line 11101, app/assets/stylesheets/theme/_light.scss */
.list-group-item-subtitle {
  margin: 0;
  font-size: inherit;
  line-height: 1.25rem;
  font-weight: normal;
  color: #363642;
}

/* line 11109, app/assets/stylesheets/theme/_light.scss */
a.list-group-item-title,
a.list-group-item-subtitle,
.list-group-item-title > a,
.list-group-item-subtitle > a {
  color: #252a33;
}

/* line 11116, app/assets/stylesheets/theme/_light.scss */
a.list-group-item-title:hover, a.list-group-item-title:focus,
a.list-group-item-subtitle:hover,
a.list-group-item-subtitle:focus,
.list-group-item-title > a:hover,
.list-group-item-title > a:focus,
.list-group-item-subtitle > a:hover,
.list-group-item-subtitle > a:focus {
  color: #363642;
  text-decoration: none;
}

/* line 11127, app/assets/stylesheets/theme/_light.scss */
.list-group-item-text {
  margin-bottom: 0px;
  line-height: 1.25rem;
  color: #888c9b;
}

/* line 11133, app/assets/stylesheets/theme/_light.scss */
.list-group-item.custom-control .custom-control-label {
  width: 100%;
}

/* line 11137, app/assets/stylesheets/theme/_light.scss */
.list-group-item.custom-control .custom-control-label:after,
.list-group-item.custom-control .custom-control-label:before {
  top: .125rem;
  right: .125rem;
  left: auto;
}

/* line 11144, app/assets/stylesheets/theme/_light.scss */
.list-group-item.custom-select {
  height: auto;
  box-shadow: none;
  border-radius: 0;
}

/* line 11150, app/assets/stylesheets/theme/_light.scss */
.list-group-item.custom-select:focus {
  box-shadow: none;
}

/* line 11154, app/assets/stylesheets/theme/_light.scss */
.list-group-item-primary,
.list-group-item-secondary,
.list-group-item-success,
.list-group-item-danger,
.list-group-item-warning,
.list-group-item-info,
.list-group-item-light,
.list-group-item-dark {
  color: #363642;
  background-color: #ffffff;
  border-color: #ecedf1;
  border-radius: 0 !important;
}

/* line 11168, app/assets/stylesheets/theme/_light.scss */
.list-group-item-primary.list-group-item-action,
.list-group-item-secondary.list-group-item-action,
.list-group-item-success.list-group-item-action,
.list-group-item-danger.list-group-item-action,
.list-group-item-warning.list-group-item-action,
.list-group-item-info.list-group-item-action,
.list-group-item-light.list-group-item-action,
.list-group-item-dark.list-group-item-action {
  color: #363642;
}

/* line 11179, app/assets/stylesheets/theme/_light.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #363642;
  background-color: #f6f7f9;
}

/* line 11198, app/assets/stylesheets/theme/_light.scss */
.list-group-item-primary.list-group-item-action.active,
.list-group-item-secondary.list-group-item-action.active,
.list-group-item-success.list-group-item-action.active,
.list-group-item-danger.list-group-item-action.active,
.list-group-item-warning.list-group-item-action.active,
.list-group-item-info.list-group-item-action.active,
.list-group-item-light.list-group-item-action.active,
.list-group-item-dark.list-group-item-action.active {
  border-color: #ecedf1;
  border-radius: 0 !important;
  box-shadow: inset 4px 0 0 0 #346CB0;
}

/* line 11211, app/assets/stylesheets/theme/_light.scss */
.list-group-item-primary {
  box-shadow: inset 4px 0 0 0 #346CB0;
}

/* line 11215, app/assets/stylesheets/theme/_light.scss */
.list-group-item-secondary {
  box-shadow: inset 4px 0 0 0 #f6f7f9;
}

/* line 11219, app/assets/stylesheets/theme/_light.scss */
.list-group-item-success {
  box-shadow: inset 4px 0 0 0 #00A28A;
}

/* line 11223, app/assets/stylesheets/theme/_light.scss */
.list-group-item-info {
  box-shadow: inset 4px 0 0 0 #0179A8;
}

/* line 11227, app/assets/stylesheets/theme/_light.scss */
.list-group-item-warning {
  box-shadow: inset 4px 0 0 0 #F7C46C;
}

/* line 11231, app/assets/stylesheets/theme/_light.scss */
.list-group-item-danger {
  box-shadow: inset 4px 0 0 0 #d53417;
}

/* line 11235, app/assets/stylesheets/theme/_light.scss */
.list-group-item-light {
  box-shadow: inset 4px 0 0 0 #f6f7f9;
}

/* line 11239, app/assets/stylesheets/theme/_light.scss */
.list-group-item-dark {
  box-shadow: inset 4px 0 0 0 #252a33;
}

/* line 11243, app/assets/stylesheets/theme/_light.scss */
.list-group-bordered .list-group-header {
  border-top: 0;
}

/* line 11247, app/assets/stylesheets/theme/_light.scss */
.list-group-bordered .list-group-item {
  border-color: #ecedf1;
}

/* line 11251, app/assets/stylesheets/theme/_light.scss */
.list-group-divider .list-group-item {
  margin-top: 0;
  padding: 0;
  border-bottom: 0;
}

/* line 11257, app/assets/stylesheets/theme/_light.scss */
.list-group-divider .list-group-item.active {
  border-color: transparent;
}

/* line 11261, app/assets/stylesheets/theme/_light.scss */
.list-group-divider .list-group-item:not(:first-child) > .list-group-item-body,
.list-group-divider .list-group-item:not(:first-child) > .list-group-item-figure:last-child {
  border-top: 1px solid #ecedf1;
}

/* line 11266, app/assets/stylesheets/theme/_light.scss */
.list-group-divider .list-group-item-figure {
  padding: 0.75rem 1rem;
}

/* line 11270, app/assets/stylesheets/theme/_light.scss */
.list-group-divider .list-group-item-body {
  padding: 0.75rem 0;
}

/* line 11274, app/assets/stylesheets/theme/_light.scss */
.list-group-divider .list-group-item-body:first-child {
  padding-left: 1rem;
}

/* line 11278, app/assets/stylesheets/theme/_light.scss */
.list-group-divider .list-group-item-body:last-child {
  padding-right: 1rem;
}

/* line 11282, app/assets/stylesheets/theme/_light.scss */
.list-group-media {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

/* line 11288, app/assets/stylesheets/theme/_light.scss */
.list-group-media .list-group-item {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

/* line 11297, app/assets/stylesheets/theme/_light.scss */
.list-group-media .list-group-item:not(:first-child) {
  margin-top: 1rem;
}

/* line 11301, app/assets/stylesheets/theme/_light.scss */
.list-group-media .list-group-item-action:hover, .list-group-media .list-group-item-action:focus {
  background-color: #ffffff;
}

/* line 11305, app/assets/stylesheets/theme/_light.scss */
.list-group-media .list-group-item-figure {
  position: relative;
  padding: 0;
  width: 12rem;
  max-width: 40%;
  overflow: hidden;
}

/* line 11313, app/assets/stylesheets/theme/_light.scss */
.list-group-media .list-group-item-figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* line 11325, app/assets/stylesheets/theme/_light.scss */
.list-group-media .list-group-item-body {
  padding: 1.5rem 1rem;
}

/* line 11329, app/assets/stylesheets/theme/_light.scss */
.list-group-media .list-group-item-title {
  margin-bottom: .5rem;
  font-weight: bold;
}

/* line 11334, app/assets/stylesheets/theme/_light.scss */
.card-deck {
  margin-bottom: 20px;
}

/* line 11338, app/assets/stylesheets/theme/_light.scss */
.card {
  margin-bottom: 20px;
  border: none;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

@media (max-width: 575.98px) {
  /* line 11345, app/assets/stylesheets/theme/_light.scss */
  .card-fluid {
    border-radius: 0;
    border-width: 1px 0;
  }
  /* line 11349, app/assets/stylesheets/theme/_light.scss */
  .card-fluid .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /* line 11353, app/assets/stylesheets/theme/_light.scss */
  .card-fluid .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/* line 11359, app/assets/stylesheets/theme/_light.scss */
.card-reflow {
  margin-bottom: 0;
  display: block;
  background-color: transparent;
  box-shadow: none;
}

/* line 11366, app/assets/stylesheets/theme/_light.scss */
.card-header-tabs {
  margin-top: -1rem;
  font-weight: normal;
}

/* line 11371, app/assets/stylesheets/theme/_light.scss */
.card-header-control,
.card-title-control {
  margin: -.5rem 0;
}

/* line 11376, app/assets/stylesheets/theme/_light.scss */
.card-header {
  font-weight: 600;
}

/* line 11380, app/assets/stylesheets/theme/_light.scss */
.card-header-fluid {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 11385, app/assets/stylesheets/theme/_light.scss */
.card-title {
  font-size: 1rem;
}

/* line 11389, app/assets/stylesheets/theme/_light.scss */
.card-title > a {
  color: inherit;
  outline: 0;
}

/* line 11394, app/assets/stylesheets/theme/_light.scss */
.card-title > a:hover, .card-title > a:focus {
  color: inherit;
  text-decoration: none;
}

/* line 11399, app/assets/stylesheets/theme/_light.scss */
.card-subtitle {
  margin-top: -.75rem;
  font-size: 0.875rem;
  font-weight: normal;
}

@media (min-width: 768px) {
  /* line 11406, app/assets/stylesheets/theme/_light.scss */
  .card-subtitle {
    font-size: 0.75rem;
  }
}

/* line 11411, app/assets/stylesheets/theme/_light.scss */
.card-footer {
  padding: 0;
  display: flex;
  align-items: stretch;
}

/* line 11419, app/assets/stylesheets/theme/_light.scss */
.card-footer-content {
  padding: 1rem 1rem;
  width: 100%;
}

/* line 11424, app/assets/stylesheets/theme/_light.scss */
.card-footer-item {
  padding: 1rem 1rem;
  flex: 1;
  text-align: center;
  outline: 0;
}

/* line 11432, app/assets/stylesheets/theme/_light.scss */
.card-footer-item:hover, .card-footer-item:focus {
  text-decoration: none;
}

/* line 11436, app/assets/stylesheets/theme/_light.scss */
.card-footer-item-bordered:not(:last-child) {
  border-right: 1px solid rgba(20, 20, 31, 0.12);
}

/* line 11440, app/assets/stylesheets/theme/_light.scss */
.card-footer-item > .metric {
  padding: 0;
}

/* line 11444, app/assets/stylesheets/theme/_light.scss */
a.card-footer-item.text-muted:hover, a.card-footer-item.text-muted:focus {
  color: #252a33 !important;
}

/* line 11448, app/assets/stylesheets/theme/_light.scss */
.card-link + .card-link {
  margin-left: 0;
}

/* line 11452, app/assets/stylesheets/theme/_light.scss */
.card-expansion {
  margin-bottom: 1rem;
}

/* line 11456, app/assets/stylesheets/theme/_light.scss */
.card-expansion-item {
  margin-bottom: 0;
  border-radius: 0;
  transition: margin 200ms;
}

/* line 11462, app/assets/stylesheets/theme/_light.scss */
.card-expansion-item.expanded {
  margin: 1rem 0;
}

/* line 11466, app/assets/stylesheets/theme/_light.scss */
.card-expansion-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 11471, app/assets/stylesheets/theme/_light.scss */
.card-expansion-item:first-child.expanded {
  margin-top: 0;
}

/* line 11475, app/assets/stylesheets/theme/_light.scss */
.card-expansion-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 11480, app/assets/stylesheets/theme/_light.scss */
.card-expansion-item:last-child.expanded {
  margin-bottom: 0;
}

/* line 11484, app/assets/stylesheets/theme/_light.scss */
.card-expansion-item:not(.expanded) + .card-expansion-item:not(.expanded) {
  margin-top: -1px;
}

/* line 11488, app/assets/stylesheets/theme/_light.scss */
[data-toggle="collapse"] .collapse-indicator {
  text-align: left;
  color: #888c9b;
}

/* line 11493, app/assets/stylesheets/theme/_light.scss */
[data-toggle="collapse"] .collapse-indicator > .fa,
[data-toggle="collapse"] .collapse-indicator > .oi {
  transform: rotate(0deg);
  transition: transform 200ms;
}

/* line 11502, app/assets/stylesheets/theme/_light.scss */
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-plus:before {
  content: '\f068';
}

/* line 11506, app/assets/stylesheets/theme/_light.scss */
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .oi-plus:before {
  content: '\e09d';
}

/* line 11510, app/assets/stylesheets/theme/_light.scss */
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-angle-down,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-caret-down,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-chevron-down,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .oi-caret-down,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .oi-chevron-down {
  transform: rotate(-180deg);
}

/* line 11519, app/assets/stylesheets/theme/_light.scss */
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-angle-left,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-caret-left,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-chevron-left,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .oi-caret-left,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .oi-chevron-left {
  transform: rotate(-90deg);
}

/* line 11528, app/assets/stylesheets/theme/_light.scss */
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-angle-right,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-caret-right,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-chevron-right,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .oi-caret-right,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .oi-chevron-right {
  transform: rotate(90deg);
}

/* line 11537, app/assets/stylesheets/theme/_light.scss */
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-circle,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-dot-circle {
  color: #346CB0;
}

/* line 11542, app/assets/stylesheets/theme/_light.scss */
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-circle::before,
[data-toggle="collapse"][aria-expanded="true"] .collapse-indicator > .fa-dot-circle::before {
  content: '\f192';
}

/* line 11547, app/assets/stylesheets/theme/_light.scss */
.card-inverse {
  color: rgba(255, 255, 255, 0.6);
}

/* line 11551, app/assets/stylesheets/theme/_light.scss */
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 11557, app/assets/stylesheets/theme/_light.scss */
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: rgba(255, 255, 255, 0.8);
}

/* line 11564, app/assets/stylesheets/theme/_light.scss */
.card-inverse .card-footer-item-bordered {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 11568, app/assets/stylesheets/theme/_light.scss */
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.6);
}

/* line 11575, app/assets/stylesheets/theme/_light.scss */
.card-inverse .card-link:hover, .card-inverse .card-link:focus {
  color: rgba(255, 255, 255, 0.8);
}

/* line 11579, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu {
  margin-top: 10px;
  border: 0;
  font-weight: normal;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 2px 7px 1px rgba(20, 20, 31, 0.16);
  animation-duration: 200ms;
  animation-fill-mode: both;
}

@media (min-width: 768px) {
  /* line 11591, app/assets/stylesheets/theme/_light.scss */
  .dropdown-menu {
    font-size: 0.875rem;
  }
}

/* line 11596, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu.show {
  animation-name: showDropdown;
}

/* line 11600, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu.dropup.show {
  animation-name: showDropup;
}

/* line 11605, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-md {
  min-width: 18rem;
}

/* line 11609, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-lg {
  min-width: 24rem;
}

/* line 11613, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-xl {
  min-width: 30rem;
}

/* line 11617, app/assets/stylesheets/theme/_light.scss */
.dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 11626, app/assets/stylesheets/theme/_light.scss */
.dropdown-header > a,
.dropdown-header > a:hover,
.dropdown-header > a:focus {
  font-weight: normal;
  font-size: 0.75rem;
  color: #888c9b;
}

/* line 11634, app/assets/stylesheets/theme/_light.scss */
.dropdown-icon {
  margin-right: .25rem;
  color: #a6abbd;
  width: 1.25rem;
}

/* line 11640, app/assets/stylesheets/theme/_light.scss */
.dropdown-item:hover .dropdown-icon,
.dropdown-item:hover .subject,
.dropdown-item:hover.unread .subject,
.dropdown-item:hover .text,
.dropdown-item:hover.unread .text,
.dropdown-item:hover .date, .dropdown-item:focus .dropdown-icon,
.dropdown-item:focus .subject,
.dropdown-item:focus.unread .subject,
.dropdown-item:focus .text,
.dropdown-item:focus.unread .text,
.dropdown-item:focus .date, .dropdown-item.focus .dropdown-icon,
.dropdown-item.focus .subject,
.dropdown-item.focus.unread .subject,
.dropdown-item.focus .text,
.dropdown-item.focus.unread .text,
.dropdown-item.focus .date, .dropdown-item:active .dropdown-icon,
.dropdown-item:active .subject,
.dropdown-item:active.unread .subject,
.dropdown-item:active .text,
.dropdown-item:active.unread .text,
.dropdown-item:active .date, .dropdown-item.active .dropdown-icon,
.dropdown-item.active .subject,
.dropdown-item.active.unread .subject,
.dropdown-item.active .text,
.dropdown-item.active.unread .text,
.dropdown-item.active .date {
  color: inherit;
}

/* line 11669, app/assets/stylesheets/theme/_light.scss */
.dropdown-item.unread .subject,
.dropdown-item.unread .text {
  font-weight: 600;
  color: #363642;
}

/* line 11675, app/assets/stylesheets/theme/_light.scss */
.dropdown-item .subject,
.dropdown-item .text,
.dropdown-item .date {
  margin-bottom: 0;
  line-height: 1.4;
}

/* line 11682, app/assets/stylesheets/theme/_light.scss */
.dropdown-item .subject {
  font-size: 0.75rem;
  color: #252a33;
}

/* line 11687, app/assets/stylesheets/theme/_light.scss */
.dropdown-item .text {
  font-size: 0.875rem;
  color: #252a33;
}

/* line 11692, app/assets/stylesheets/theme/_light.scss */
.dropdown-item .date {
  font-size: 0.75rem;
  color: #888c9b;
}

/* line 11697, app/assets/stylesheets/theme/_light.scss */
.dropdown .dropdown-arrow,
.btn-group .dropdown-arrow {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  overflow: hidden;
  height: 1.25rem;
  width: 1.25rem;
  margin-top: -10px;
  margin-left: -10px;
  pointer-events: none;
  z-index: 1001;
}

/* line 11712, app/assets/stylesheets/theme/_light.scss */
.dropdown .dropdown-arrow-right,
.btn-group .dropdown-arrow-right {
  left: auto;
  right: 1rem;
}

/* line 11718, app/assets/stylesheets/theme/_light.scss */
.dropdown .dropdown-arrow-left,
.btn-group .dropdown-arrow-left {
  left: 2rem;
}

/* line 11723, app/assets/stylesheets/theme/_light.scss */
.dropdown .dropdown-arrow::before,
.btn-group .dropdown-arrow::before {
  content: '';
  position: absolute;
  bottom: -.375rem;
  left: 50%;
  transform: rotate(45deg);
  display: block;
  height: .75rem;
  width: .75rem;
  margin-left: -5px;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 2px 7px 1px rgba(20, 20, 31, 0.16);
  pointer-events: none;
}

/* line 11740, app/assets/stylesheets/theme/_light.scss */
.dropdown.show > .dropdown-arrow,
.btn-group.show > .dropdown-arrow {
  display: block;
  transform-origin: bottom;
  animation: showArrow 300ms ease-in-out;
}

/* line 11749, app/assets/stylesheets/theme/_light.scss */
.dropdown-sheets {
  padding: 1.5rem 0 0;
  display: flex;
  flex-flow: row wrap;
}

/* line 11757, app/assets/stylesheets/theme/_light.scss */
.dropdown-sheets .dropdown-sheet-item {
  margin-bottom: 1.5rem;
  color: #888c9b;
  width: calc(100%/3);
  text-align: center;
}

/* line 11764, app/assets/stylesheets/theme/_light.scss */
.dropdown-sheets .dropdown-sheet-item:hover, .dropdown-sheets .dropdown-sheet-item:focus {
  text-decoration: none;
}

/* line 11768, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-rich {
  padding: 0;
  width: 20rem;
}

/* line 11773, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-rich .dropdown-header {
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid rgba(34, 34, 48, 0.1);
}

/* line 11779, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-rich .dropdown-item {
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  align-items: flex-start;
}

/* line 11788, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-rich .dropdown-item:not(:first-child) {
  border-top: 1px solid rgba(34, 34, 48, 0.1);
}

/* line 11792, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-rich .dropdown-item-body {
  flex: 1;
  white-space: normal;
  min-width: 0;
}

/* line 11799, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-rich .dropdown-item-body:not(:first-child) {
  padding-left: 1rem;
}

/* line 11803, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-rich .dropdown-item-body:not(:last-child) {
  padding-right: 1rem;
}

/* line 11807, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu-rich .dropdown-icon {
  margin-right: 0;
}

/* line 11811, app/assets/stylesheets/theme/_light.scss */
.dropdown-scroll {
  position: relative;
  overflow-y: auto;
  height: 263px;
}

/* line 11817, app/assets/stylesheets/theme/_light.scss */
.dropdown-footer {
  margin: 0;
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  text-align: center;
  border-top: 1px solid rgba(34, 34, 48, 0.1);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 11828, app/assets/stylesheets/theme/_light.scss */
.dropdown-footer:hover, .dropdown-footer:focus {
  text-decoration: none;
  background-color: #f6f7f9;
}

@keyframes showDropdown {
  from {
    top: 100%;
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    top: 100%;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes showDropup {
  from {
    top: initial;
    bottom: 100%;
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    top: initial;
    bottom: 100%;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes showArrow {
  from {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* line 11923, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu > .custom-control,
.dropdown-scroll > .custom-control {
  margin-bottom: 0;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}

/* line 11929, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu > .custom-control .custom-control-label,
.dropdown-scroll > .custom-control .custom-control-label {
  display: block;
  cursor: pointer;
}

/* line 11935, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu > .custom-control .custom-control-label::before,
.dropdown-scroll > .custom-control .custom-control-label::before {
  border: none;
  background: transparent !important;
  box-shadow: none;
}

/* line 11942, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu > .custom-control .custom-control-input:checked ~ .custom-control-label:after,
.dropdown-scroll > .custom-control .custom-control-input:checked ~ .custom-control-label:after {
  transform: scale(1.2);
}

/* line 11948, app/assets/stylesheets/theme/_light.scss */
.progress {
  font-weight: 600;
}

/* line 11952, app/assets/stylesheets/theme/_light.scss */
.card > .progress {
  border-radius: 0;
}

/* line 11956, app/assets/stylesheets/theme/_light.scss */
.progress-xs {
  height: 3px;
}

/* line 11960, app/assets/stylesheets/theme/_light.scss */
.progress-sm {
  height: .5rem;
}

/* line 11964, app/assets/stylesheets/theme/_light.scss */
.progress-lg {
  height: 1.5rem;
}

/* line 11968, app/assets/stylesheets/theme/_light.scss */
.progress-animated {
  animation: progressAnimated 1s;
}

/* progress animation */

@keyframes progressAnimated {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* line 11991, app/assets/stylesheets/theme/_light.scss */
.breadcrumb-item > a {
  color: inherit;
  border-radius: 1px;
}

/* line 11996, app/assets/stylesheets/theme/_light.scss */
.breadcrumb-item > a:hover {
  text-decoration: none;
}

/* line 12000, app/assets/stylesheets/theme/_light.scss */
.breadcrumb-item > a:focus, .breadcrumb-item > a.focus, .breadcrumb-item > a:active {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
  box-shadow: 0 0 0 4px rgba(52, 108, 176, 0.08), 0 0 0 5px rgba(246, 247, 249, 0.5);
  outline: 0;
}

/* line 12007, app/assets/stylesheets/theme/_light.scss */
.breadcrumb-item.active > a:hover {
  text-decoration: none;
}

/* line 12011, app/assets/stylesheets/theme/_light.scss */
.page-link {
  font-weight: 600;
  border-radius: 3rem;
}

/* line 12016, app/assets/stylesheets/theme/_light.scss */
.page-link:focus {
  color: #2e609c;
}

/* line 12020, app/assets/stylesheets/theme/_light.scss */
.page-item:first-child .page-link,
.pagination-sm .page-item:first-child .page-link,
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 3rem;
}

/* line 12026, app/assets/stylesheets/theme/_light.scss */
.page-item:last-child .page-link,
.pagination-sm .page-item:last-child .page-link,
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 3rem;
}

/* line 12032, app/assets/stylesheets/theme/_light.scss */
.nav-link {
  outline: 0;
  color: #888c9b;
}

/* line 12037, app/assets/stylesheets/theme/_light.scss */
.active > .nav-link, .nav-link.active {
  color: #346CB0;
}

/* line 12041, app/assets/stylesheets/theme/_light.scss */
.nav-link.has-badge > .badge {
  position: absolute;
  top: .25rem;
  left: calc(100% - 1.25rem);
}

/* line 12047, app/assets/stylesheets/theme/_light.scss */
.nav-link:hover, .nav-link:focus {
  color: #346CB0;
}

@media (min-width: 768px) {
  /* line 12052, app/assets/stylesheets/theme/_light.scss */
  .nav-link {
    font-size: 0.875rem;
  }
}

/* line 12057, app/assets/stylesheets/theme/_light.scss */
.nav-tabs .nav-link {
  padding: 1rem;
  border-width: 0 0 3px;
}

/* line 12062, app/assets/stylesheets/theme/_light.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #252a33;
}

/* line 12066, app/assets/stylesheets/theme/_light.scss */
.nav-tabs.flex-column .nav-link {
  border-width: 0 0 0 3px;
  border-radius: 0;
}

/* line 12071, app/assets/stylesheets/theme/_light.scss */
.nav-tabs .dropdown-menu {
  margin-top: 10px;
}

/* line 12075, app/assets/stylesheets/theme/_light.scss */
.nav-scroller {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
  height: 3.625rem;
}

@media (min-width: 768px) {
  /* line 12083, app/assets/stylesheets/theme/_light.scss */
  .nav-scroller {
    height: 3.5rem;
  }
}

/* line 12088, app/assets/stylesheets/theme/_light.scss */
.nav-scroller > .nav {
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  /* line 12100, app/assets/stylesheets/theme/_light.scss */
  .nav-scroller > .nav {
    margin-top: 0;
  }
}

/* line 12105, app/assets/stylesheets/theme/_light.scss */
.nav-scroller > .nav:not(.nav-tabs) {
  margin-top: .5rem;
}

@media (min-width: 768px) {
  /* line 12110, app/assets/stylesheets/theme/_light.scss */
  .nav-scroller > .nav:not(.nav-tabs) {
    margin-top: calc(.625rem + 1px);
  }
}

/* line 12115, app/assets/stylesheets/theme/_light.scss */
.nav-scroller > .card-header-tabs {
  margin-top: calc(-1rem - 1px);
}

/* line 12119, app/assets/stylesheets/theme/_light.scss */
.nav-center {
  display: block;
  text-align: center;
}

/* line 12124, app/assets/stylesheets/theme/_light.scss */
.nav-center > .nav-item,
.nav-center > .nav-link {
  display: inline-block;
}

/* line 12129, app/assets/stylesheets/theme/_light.scss */
.nav-item.has-notified,
.nav-link.has-notified {
  position: relative;
}

/* line 12134, app/assets/stylesheets/theme/_light.scss */
.nav-item.has-notified::before,
.nav-link.has-notified::before {
  position: absolute;
  top: .5rem;
  right: .75rem;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #F7C46C;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 12152, app/assets/stylesheets/theme/_light.scss */
.modal.modal-alert .modal-dialog {
  opacity: 0;
  transform: scale(1.2);
  transition: transform 150ms ease-in-out, opacity 150ms ease-in-out;
}

/* line 12161, app/assets/stylesheets/theme/_light.scss */
.modal.modal-alert.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

/* line 12167, app/assets/stylesheets/theme/_light.scss */
.modal-dialog-centered {
  margin: 0 auto;
}

/* line 12171, app/assets/stylesheets/theme/_light.scss */
.modal-header,
.modal-footer {
  flex: 0 0 auto;
}

/* line 12177, app/assets/stylesheets/theme/_light.scss */
.modal-body {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 12182, app/assets/stylesheets/theme/_light.scss */
.modal-dialog-overflow .modal-content {
  max-height: calc(100vh - 1rem);
}

@media (min-width: 576px) {
  /* line 12187, app/assets/stylesheets/theme/_light.scss */
  .modal-dialog-overflow .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
}

/* line 12192, app/assets/stylesheets/theme/_light.scss */
.modal-dialog-overflow .modal-body {
  overflow-y: auto;
}

/* line 12196, app/assets/stylesheets/theme/_light.scss */
.modal-dialog-overflow .modal-header,
.modal-dialog-overflow .modal-footer {
  z-index: 2;
}

/* line 12201, app/assets/stylesheets/theme/_light.scss */
.modal-drawer .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 12210, app/assets/stylesheets/theme/_light.scss */
  .modal-drawer .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
}

/* line 12216, app/assets/stylesheets/theme/_light.scss */
.modal-drawer .modal-header,
.modal-drawer .modal-content,
.modal-drawer .modal-footer {
  border-radius: 0;
}

/* line 12222, app/assets/stylesheets/theme/_light.scss */
.modal-drawer .modal-content {
  height: 100%;
}

/* line 12226, app/assets/stylesheets/theme/_light.scss */
.modal-drawer .modal-body {
  overflow: auto;
}

/* line 12230, app/assets/stylesheets/theme/_light.scss */
.modal-drawer-right {
  right: 0;
  box-shadow: -1px 0 3px 0 rgba(20, 20, 31, 0.15);
}

/* line 12235, app/assets/stylesheets/theme/_light.scss */
.modal.fade .modal-drawer-right {
  transform: translate3d(100%, 0, 0);
}

/* line 12240, app/assets/stylesheets/theme/_light.scss */
.modal-drawer-right .modal-content {
  border-width: 0 0 0 1px;
}

/* line 12244, app/assets/stylesheets/theme/_light.scss */
.modal-drawer-left {
  left: 0;
  box-shadow: 1px 0 3px 0 rgba(20, 20, 31, 0.15);
}

/* line 12249, app/assets/stylesheets/theme/_light.scss */
.modal.fade .modal-drawer-left {
  transform: translate3d(-100%, 0, 0);
}

/* line 12254, app/assets/stylesheets/theme/_light.scss */
.modal-drawer-left .modal-content {
  border-width: 0 1px 0 0;
}

/* line 12258, app/assets/stylesheets/theme/_light.scss */
.modal.show.show .modal-drawer-right,
.modal.show.show .modal-drawer-left {
  transform: translate(0);
}

/* line 12264, app/assets/stylesheets/theme/_light.scss */
.modal-dialog-overflow .modal-header,
.modal-drawer .modal-header {
  box-shadow: 0 2px 0 0 rgba(20, 20, 31, 0.125);
}

/* line 12269, app/assets/stylesheets/theme/_light.scss */
.modal-dialog-overflow .modal-footer,
.modal-drawer .modal-footer {
  box-shadow: 0 -2px 0 0 rgba(20, 20, 31, 0.125);
}

/* line 12274, app/assets/stylesheets/theme/_light.scss */
.modal-dialog-overflow .modal-body-scrolled,
.modal-drawer .modal-body-scrolled {
  box-shadow: none;
}

/* line 12279, app/assets/stylesheets/theme/_light.scss */
.popover-body p {
  margin-bottom: .5rem;
}

/* line 12283, app/assets/stylesheets/theme/_light.scss */
.text-blue {
  color: #0179A8 !important;
}

/* line 12287, app/assets/stylesheets/theme/_light.scss */
.text-gray-light {
  color: #4A5568 !important;
}

/* line 12291, app/assets/stylesheets/theme/_light.scss */
a.text-blue:hover, a.text-blue:focus {
  color: #015475 !important;
}

/* line 12295, app/assets/stylesheets/theme/_light.scss */
.text-indigo {
  color: #346CB0 !important;
}

/* line 12299, app/assets/stylesheets/theme/_light.scss */
a.text-indigo:hover, a.text-indigo:focus {
  color: #285489 !important;
}

/* line 12303, app/assets/stylesheets/theme/_light.scss */
.text-purple {
  color: #5F4B8B !important;
}

/* line 12307, app/assets/stylesheets/theme/_light.scss */
a.text-purple:hover, a.text-purple:focus {
  color: #48396a !important;
}

/* line 12311, app/assets/stylesheets/theme/_light.scss */
.text-pink {
  color: #d53417 !important;
}

/* line 12315, app/assets/stylesheets/theme/_light.scss */
a.text-pink:hover, a.text-pink:focus {
  color: #c73016 !important;
}

/* line 12319, app/assets/stylesheets/theme/_light.scss */
.text-red {
  color: #EA6759 !important;
}

/* line 12323, app/assets/stylesheets/theme/_light.scss */
a.text-red:hover, a.text-red:focus {
  color: #e43e2c !important;
}

/* line 12327, app/assets/stylesheets/theme/_light.scss */
.text-orange {
  color: #EC935E !important;
}

/* line 12331, app/assets/stylesheets/theme/_light.scss */
a.text-orange:hover, a.text-orange:focus {
  color: #e77430 !important;
}

/* line 12335, app/assets/stylesheets/theme/_light.scss */
.text-yellow {
  color: #F7C46C !important;
}

/* line 12339, app/assets/stylesheets/theme/_light.scss */
a.text-yellow:hover, a.text-yellow:focus {
  color: #f4b13c !important;
}

/* line 12343, app/assets/stylesheets/theme/_light.scss */
.text-green {
  color: #A7C796 !important;
}

/* line 12347, app/assets/stylesheets/theme/_light.scss */
a.text-green:hover, a.text-green:focus {
  color: #8bb575 !important;
}

/* line 12351, app/assets/stylesheets/theme/_light.scss */
.text-teal {
  color: #00A28A !important;
}

/* line 12355, app/assets/stylesheets/theme/_light.scss */
a.text-teal:hover, a.text-teal:focus {
  color: #006f5f !important;
}

/* line 12359, app/assets/stylesheets/theme/_light.scss */
.text-cyan {
  color: #3686A0 !important;
}

/* line 12363, app/assets/stylesheets/theme/_light.scss */
a.text-cyan:hover, a.text-cyan:focus {
  color: #29667a !important;
}

/* line 12367, app/assets/stylesheets/theme/_light.scss */
.text-white {
  color: #ffffff !important;
}

/* line 12371, app/assets/stylesheets/theme/_light.scss */
a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

/* line 12375, app/assets/stylesheets/theme/_light.scss */
.text-gray {
  color: #888c9b !important;
}

/* line 12379, app/assets/stylesheets/theme/_light.scss */
a.text-gray:hover, a.text-gray:focus {
  color: #6e7282 !important;
}

/* line 12383, app/assets/stylesheets/theme/_light.scss */
.text-gray-dark {
  color: #252a33 !important;
}

/* line 12387, app/assets/stylesheets/theme/_light.scss */
a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #0d0d12 !important;
}

/* line 12391, app/assets/stylesheets/theme/_light.scss */
.text-white {
  color: #e6e8ed !important;
}

/* line 12395, app/assets/stylesheets/theme/_light.scss */
a.text-white:hover, a.text-white:focus {
  color: #c8cdd8 !important;
}

/* line 12399, app/assets/stylesheets/theme/_light.scss */
.text-black {
  color: #363642 !important;
}

/* line 12403, app/assets/stylesheets/theme/_light.scss */
a.text-black:hover, a.text-black:focus {
  color: #1f1f26 !important;
}

/* line 12407, app/assets/stylesheets/theme/_light.scss */
.text-muted-light {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 12411, app/assets/stylesheets/theme/_light.scss */
a.text-muted-light:hover, a.text-muted-light:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 12415, app/assets/stylesheets/theme/_light.scss */
.text-muted-dark {
  color: rgba(20, 20, 31, 0.6) !important;
}

/* line 12419, app/assets/stylesheets/theme/_light.scss */
a.text-muted-dark:hover, a.text-muted-dark:focus {
  color: rgba(20, 20, 31, 0.8) !important;
}

/* line 12423, app/assets/stylesheets/theme/_light.scss */
.bg-blue {
  background-color: #0179A8 !important;
}

/* line 12427, app/assets/stylesheets/theme/_light.scss */
a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #015475 !important;
}

/* line 12433, app/assets/stylesheets/theme/_light.scss */
.bg-indigo {
  background-color: #346CB0 !important;
}

/* line 12437, app/assets/stylesheets/theme/_light.scss */
a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #285489 !important;
}

/* line 12443, app/assets/stylesheets/theme/_light.scss */
.bg-purple {
  background-color: #5F4B8B !important;
}

/* line 12447, app/assets/stylesheets/theme/_light.scss */
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #48396a !important;
}

/* line 12453, app/assets/stylesheets/theme/_light.scss */
.bg-pink {
  background-color: #d53417 !important;
}

/* line 12457, app/assets/stylesheets/theme/_light.scss */
a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #c73016 !important;
}

/* line 12463, app/assets/stylesheets/theme/_light.scss */
.bg-red {
  background-color: #EA6759 !important;
}

/* line 12467, app/assets/stylesheets/theme/_light.scss */
a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #e43e2c !important;
}

/* line 12473, app/assets/stylesheets/theme/_light.scss */
.bg-orange {
  background-color: #EC935E !important;
}

/* line 12477, app/assets/stylesheets/theme/_light.scss */
a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #e77430 !important;
}

/* line 12483, app/assets/stylesheets/theme/_light.scss */
.bg-yellow {
  background-color: #F7C46C !important;
}

/* line 12487, app/assets/stylesheets/theme/_light.scss */
a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #f4b13c !important;
}

/* line 12493, app/assets/stylesheets/theme/_light.scss */
.bg-green {
  background-color: #A7C796 !important;
}

/* line 12497, app/assets/stylesheets/theme/_light.scss */
a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #8bb575 !important;
}

/* line 12503, app/assets/stylesheets/theme/_light.scss */
.bg-teal {
  background-color: #00A28A !important;
}

/* line 12507, app/assets/stylesheets/theme/_light.scss */
a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #006f5f !important;
}

/* line 12513, app/assets/stylesheets/theme/_light.scss */
.bg-cyan {
  background-color: #3686A0 !important;
}

/* line 12517, app/assets/stylesheets/theme/_light.scss */
a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #29667a !important;
}

/* line 12523, app/assets/stylesheets/theme/_light.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 12527, app/assets/stylesheets/theme/_light.scss */
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 12533, app/assets/stylesheets/theme/_light.scss */
.bg-gray {
  background-color: #888c9b !important;
}

/* line 12537, app/assets/stylesheets/theme/_light.scss */
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6e7282 !important;
}

/* line 12543, app/assets/stylesheets/theme/_light.scss */
.bg-gray-dark {
  background-color: #252a33 !important;
}

/* line 12547, app/assets/stylesheets/theme/_light.scss */
a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #0d0d12 !important;
}

/* line 12553, app/assets/stylesheets/theme/_light.scss */
.bg-black {
  background-color: #14141F !important;
}

/* line 12557, app/assets/stylesheets/theme/_light.scss */
a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

/* line 12563, app/assets/stylesheets/theme/_light.scss */
.bg-muted {
  background-color: #e6e8ed !important;
}

/* line 12567, app/assets/stylesheets/theme/_light.scss */
a.bg-muted:hover, a.bg-muted:focus,
button.bg-muted:hover,
button.bg-muted:focus {
  background-color: #c8cdd8 !important;
}

/* line 12573, app/assets/stylesheets/theme/_light.scss */
.bg-facebook {
  background-color: #365397 !important;
}

/* line 12577, app/assets/stylesheets/theme/_light.scss */
a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #293e71 !important;
}

/* line 12583, app/assets/stylesheets/theme/_light.scss */
.bg-facebook {
  color: #ffffff !important;
}

/* line 12587, app/assets/stylesheets/theme/_light.scss */
.text-facebook {
  color: #365397 !important;
}

/* line 12591, app/assets/stylesheets/theme/_light.scss */
a.text-facebook:hover, a.text-facebook:focus {
  color: #293e71 !important;
}

/* line 12595, app/assets/stylesheets/theme/_light.scss */
.bg-twitter {
  background-color: #00a9f1 !important;
}

/* line 12599, app/assets/stylesheets/theme/_light.scss */
a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #0085be !important;
}

/* line 12605, app/assets/stylesheets/theme/_light.scss */
.bg-twitter {
  color: #ffffff !important;
}

/* line 12609, app/assets/stylesheets/theme/_light.scss */
.text-twitter {
  color: #00a9f1 !important;
}

/* line 12613, app/assets/stylesheets/theme/_light.scss */
a.text-twitter:hover, a.text-twitter:focus {
  color: #0085be !important;
}

/* line 12617, app/assets/stylesheets/theme/_light.scss */
.bg-linkedin {
  background-color: #006db3 !important;
}

/* line 12621, app/assets/stylesheets/theme/_light.scss */
a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #004e80 !important;
}

/* line 12627, app/assets/stylesheets/theme/_light.scss */
.bg-linkedin {
  color: #ffffff !important;
}

/* line 12631, app/assets/stylesheets/theme/_light.scss */
.text-linkedin {
  color: #006db3 !important;
}

/* line 12635, app/assets/stylesheets/theme/_light.scss */
a.text-linkedin:hover, a.text-linkedin:focus {
  color: #004e80 !important;
}

/* line 12639, app/assets/stylesheets/theme/_light.scss */
.bg-apple {
  background-color: #737373 !important;
}

/* line 12643, app/assets/stylesheets/theme/_light.scss */
a.bg-apple:hover, a.bg-apple:focus,
button.bg-apple:hover,
button.bg-apple:focus {
  background-color: #5a5a5a !important;
}

/* line 12649, app/assets/stylesheets/theme/_light.scss */
.bg-apple {
  color: #ffffff !important;
}

/* line 12653, app/assets/stylesheets/theme/_light.scss */
.text-apple {
  color: #737373 !important;
}

/* line 12657, app/assets/stylesheets/theme/_light.scss */
a.text-apple:hover, a.text-apple:focus {
  color: #5a5a5a !important;
}

/* line 12661, app/assets/stylesheets/theme/_light.scss */
.bg-google {
  background-color: #4285f4 !important;
}

/* line 12665, app/assets/stylesheets/theme/_light.scss */
a.bg-google:hover, a.bg-google:focus,
button.bg-google:hover,
button.bg-google:focus {
  background-color: #1266f1 !important;
}

/* line 12671, app/assets/stylesheets/theme/_light.scss */
.bg-google {
  color: #ffffff !important;
}

/* line 12675, app/assets/stylesheets/theme/_light.scss */
.text-google {
  color: #4285f4 !important;
}

/* line 12679, app/assets/stylesheets/theme/_light.scss */
a.text-google:hover, a.text-google:focus {
  color: #1266f1 !important;
}

/* line 12683, app/assets/stylesheets/theme/_light.scss */
.bg-google_plus {
  background-color: #e0452c !important;
}

/* line 12687, app/assets/stylesheets/theme/_light.scss */
a.bg-google_plus:hover, a.bg-google_plus:focus,
button.bg-google_plus:hover,
button.bg-google_plus:focus {
  background-color: #bd321c !important;
}

/* line 12693, app/assets/stylesheets/theme/_light.scss */
.bg-google_plus {
  color: #ffffff !important;
}

/* line 12697, app/assets/stylesheets/theme/_light.scss */
.text-google_plus {
  color: #e0452c !important;
}

/* line 12701, app/assets/stylesheets/theme/_light.scss */
a.text-google_plus:hover, a.text-google_plus:focus {
  color: #bd321c !important;
}

/* line 12705, app/assets/stylesheets/theme/_light.scss */
.bg-youtube {
  background-color: #ff3333 !important;
}

/* line 12709, app/assets/stylesheets/theme/_light.scss */
a.bg-youtube:hover, a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  background-color: red !important;
}

/* line 12715, app/assets/stylesheets/theme/_light.scss */
.bg-youtube {
  color: #ffffff !important;
}

/* line 12719, app/assets/stylesheets/theme/_light.scss */
.text-youtube {
  color: #ff3333 !important;
}

/* line 12723, app/assets/stylesheets/theme/_light.scss */
a.text-youtube:hover, a.text-youtube:focus {
  color: red !important;
}

/* line 12727, app/assets/stylesheets/theme/_light.scss */
.bg-vimeo {
  background-color: #48b6ed !important;
}

/* line 12731, app/assets/stylesheets/theme/_light.scss */
a.bg-vimeo:hover, a.bg-vimeo:focus,
button.bg-vimeo:hover,
button.bg-vimeo:focus {
  background-color: #1aa3e8 !important;
}

/* line 12737, app/assets/stylesheets/theme/_light.scss */
.bg-vimeo {
  color: #363642 !important;
}

/* line 12741, app/assets/stylesheets/theme/_light.scss */
.text-vimeo {
  color: #48b6ed !important;
}

/* line 12745, app/assets/stylesheets/theme/_light.scss */
a.text-vimeo:hover, a.text-vimeo:focus {
  color: #1aa3e8 !important;
}

/* line 12749, app/assets/stylesheets/theme/_light.scss */
.bg-pinterest {
  background-color: #ce1a19 !important;
}

/* line 12753, app/assets/stylesheets/theme/_light.scss */
a.bg-pinterest:hover, a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  background-color: #a11413 !important;
}

/* line 12759, app/assets/stylesheets/theme/_light.scss */
.bg-pinterest {
  color: #ffffff !important;
}

/* line 12763, app/assets/stylesheets/theme/_light.scss */
.text-pinterest {
  color: #ce1a19 !important;
}

/* line 12767, app/assets/stylesheets/theme/_light.scss */
a.text-pinterest:hover, a.text-pinterest:focus {
  color: #a11413 !important;
}

/* line 12771, app/assets/stylesheets/theme/_light.scss */
.bg-yelp {
  background-color: #c30f00 !important;
}

/* line 12775, app/assets/stylesheets/theme/_light.scss */
a.bg-yelp:hover, a.bg-yelp:focus,
button.bg-yelp:hover,
button.bg-yelp:focus {
  background-color: #900b00 !important;
}

/* line 12781, app/assets/stylesheets/theme/_light.scss */
.bg-yelp {
  color: #ffffff !important;
}

/* line 12785, app/assets/stylesheets/theme/_light.scss */
.text-yelp {
  color: #c30f00 !important;
}

/* line 12789, app/assets/stylesheets/theme/_light.scss */
a.text-yelp:hover, a.text-yelp:focus {
  color: #900b00 !important;
}

/* line 12793, app/assets/stylesheets/theme/_light.scss */
.bg-dribbble {
  background-color: #ed4584 !important;
}

/* line 12797, app/assets/stylesheets/theme/_light.scss */
a.bg-dribbble:hover, a.bg-dribbble:focus,
button.bg-dribbble:hover,
button.bg-dribbble:focus {
  background-color: #e91765 !important;
}

/* line 12803, app/assets/stylesheets/theme/_light.scss */
.bg-dribbble {
  color: #ffffff !important;
}

/* line 12807, app/assets/stylesheets/theme/_light.scss */
.text-dribbble {
  color: #ed4584 !important;
}

/* line 12811, app/assets/stylesheets/theme/_light.scss */
a.text-dribbble:hover, a.text-dribbble:focus {
  color: #e91765 !important;
}

/* line 12815, app/assets/stylesheets/theme/_light.scss */
.bg-amazon {
  background-color: #ff9700 !important;
}

/* line 12819, app/assets/stylesheets/theme/_light.scss */
a.bg-amazon:hover, a.bg-amazon:focus,
button.bg-amazon:hover,
button.bg-amazon:focus {
  background-color: #cc7900 !important;
}

/* line 12825, app/assets/stylesheets/theme/_light.scss */
.bg-amazon {
  color: #363642 !important;
}

/* line 12829, app/assets/stylesheets/theme/_light.scss */
.text-amazon {
  color: #ff9700 !important;
}

/* line 12833, app/assets/stylesheets/theme/_light.scss */
a.text-amazon:hover, a.text-amazon:focus {
  color: #cc7900 !important;
}

/* line 12837, app/assets/stylesheets/theme/_light.scss */
.bg-ebay {
  background-color: #083790 !important;
}

/* line 12841, app/assets/stylesheets/theme/_light.scss */
a.bg-ebay:hover, a.bg-ebay:focus,
button.bg-ebay:hover,
button.bg-ebay:focus {
  background-color: #052560 !important;
}

/* line 12847, app/assets/stylesheets/theme/_light.scss */
.bg-ebay {
  color: #ffffff !important;
}

/* line 12851, app/assets/stylesheets/theme/_light.scss */
.text-ebay {
  color: #083790 !important;
}

/* line 12855, app/assets/stylesheets/theme/_light.scss */
a.text-ebay:hover, a.text-ebay:focus {
  color: #052560 !important;
}

/* line 12859, app/assets/stylesheets/theme/_light.scss */
.bg-skype {
  background-color: #00acf4 !important;
}

/* line 12863, app/assets/stylesheets/theme/_light.scss */
a.bg-skype:hover, a.bg-skype:focus,
button.bg-skype:hover,
button.bg-skype:focus {
  background-color: #0088c1 !important;
}

/* line 12869, app/assets/stylesheets/theme/_light.scss */
.bg-skype {
  color: #ffffff !important;
}

/* line 12873, app/assets/stylesheets/theme/_light.scss */
.text-skype {
  color: #00acf4 !important;
}

/* line 12877, app/assets/stylesheets/theme/_light.scss */
a.text-skype:hover, a.text-skype:focus {
  color: #0088c1 !important;
}

/* line 12881, app/assets/stylesheets/theme/_light.scss */
.bg-instagram {
  background-color: #396d9a !important;
}

/* line 12885, app/assets/stylesheets/theme/_light.scss */
a.bg-instagram:hover, a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: #2b5375 !important;
}

/* line 12891, app/assets/stylesheets/theme/_light.scss */
.bg-instagram {
  color: #ffffff !important;
}

/* line 12895, app/assets/stylesheets/theme/_light.scss */
.text-instagram {
  color: #396d9a !important;
}

/* line 12899, app/assets/stylesheets/theme/_light.scss */
a.text-instagram:hover, a.text-instagram:focus {
  color: #2b5375 !important;
}

/* line 12903, app/assets/stylesheets/theme/_light.scss */
.bg-dropbox {
  background-color: #0d84de !important;
}

/* line 12907, app/assets/stylesheets/theme/_light.scss */
a.bg-dropbox:hover, a.bg-dropbox:focus,
button.bg-dropbox:hover,
button.bg-dropbox:focus {
  background-color: #0a67ae !important;
}

/* line 12913, app/assets/stylesheets/theme/_light.scss */
.bg-dropbox {
  color: #ffffff !important;
}

/* line 12917, app/assets/stylesheets/theme/_light.scss */
.text-dropbox {
  color: #0d84de !important;
}

/* line 12921, app/assets/stylesheets/theme/_light.scss */
a.text-dropbox:hover, a.text-dropbox:focus {
  color: #0a67ae !important;
}

/* line 12925, app/assets/stylesheets/theme/_light.scss */
.bg-flickr {
  background-color: #ea0066 !important;
}

/* line 12929, app/assets/stylesheets/theme/_light.scss */
a.bg-flickr:hover, a.bg-flickr:focus,
button.bg-flickr:hover,
button.bg-flickr:focus {
  background-color: #b70050 !important;
}

/* line 12935, app/assets/stylesheets/theme/_light.scss */
.bg-flickr {
  color: #ffffff !important;
}

/* line 12939, app/assets/stylesheets/theme/_light.scss */
.text-flickr {
  color: #ea0066 !important;
}

/* line 12943, app/assets/stylesheets/theme/_light.scss */
a.text-flickr:hover, a.text-flickr:focus {
  color: #b70050 !important;
}

/* line 12947, app/assets/stylesheets/theme/_light.scss */
.bg-github {
  background-color: #2f2f2f !important;
}

/* line 12951, app/assets/stylesheets/theme/_light.scss */
a.bg-github:hover, a.bg-github:focus,
button.bg-github:hover,
button.bg-github:focus {
  background-color: #161616 !important;
}

/* line 12957, app/assets/stylesheets/theme/_light.scss */
.bg-github {
  color: #ffffff !important;
}

/* line 12961, app/assets/stylesheets/theme/_light.scss */
.text-github {
  color: #2f2f2f !important;
}

/* line 12965, app/assets/stylesheets/theme/_light.scss */
a.text-github:hover, a.text-github:focus {
  color: #161616 !important;
}

/* line 12969, app/assets/stylesheets/theme/_light.scss */
.bg-basecamp {
  background-color: #6bbd6d !important;
}

/* line 12973, app/assets/stylesheets/theme/_light.scss */
a.bg-basecamp:hover, a.bg-basecamp:focus,
button.bg-basecamp:hover,
button.bg-basecamp:focus {
  background-color: #4ca94e !important;
}

/* line 12979, app/assets/stylesheets/theme/_light.scss */
.bg-basecamp {
  color: #363642 !important;
}

/* line 12983, app/assets/stylesheets/theme/_light.scss */
.text-basecamp {
  color: #6bbd6d !important;
}

/* line 12987, app/assets/stylesheets/theme/_light.scss */
a.text-basecamp:hover, a.text-basecamp:focus {
  color: #4ca94e !important;
}

/* line 12991, app/assets/stylesheets/theme/_light.scss */
.bg-tumblr {
  background-color: #304c68 !important;
}

/* line 12995, app/assets/stylesheets/theme/_light.scss */
a.bg-tumblr:hover, a.bg-tumblr:focus,
button.bg-tumblr:hover,
button.bg-tumblr:focus {
  background-color: #203345 !important;
}

/* line 13001, app/assets/stylesheets/theme/_light.scss */
.bg-tumblr {
  color: #ffffff !important;
}

/* line 13005, app/assets/stylesheets/theme/_light.scss */
.text-tumblr {
  color: #304c68 !important;
}

/* line 13009, app/assets/stylesheets/theme/_light.scss */
a.text-tumblr:hover, a.text-tumblr:focus {
  color: #203345 !important;
}

/* line 13013, app/assets/stylesheets/theme/_light.scss */
.bg-foursquare {
  background-color: #207dc5 !important;
}

/* line 13017, app/assets/stylesheets/theme/_light.scss */
a.bg-foursquare:hover, a.bg-foursquare:focus,
button.bg-foursquare:hover,
button.bg-foursquare:focus {
  background-color: #196199 !important;
}

/* line 13023, app/assets/stylesheets/theme/_light.scss */
.bg-foursquare {
  color: #ffffff !important;
}

/* line 13027, app/assets/stylesheets/theme/_light.scss */
.text-foursquare {
  color: #207dc5 !important;
}

/* line 13031, app/assets/stylesheets/theme/_light.scss */
a.text-foursquare:hover, a.text-foursquare:focus {
  color: #196199 !important;
}

/* line 13035, app/assets/stylesheets/theme/_light.scss */
.bg-box {
  background-color: #1277bc !important;
}

/* line 13039, app/assets/stylesheets/theme/_light.scss */
a.bg-box:hover, a.bg-box:focus,
button.bg-box:hover,
button.bg-box:focus {
  background-color: #0e5a8d !important;
}

/* line 13045, app/assets/stylesheets/theme/_light.scss */
.bg-box {
  color: #ffffff !important;
}

/* line 13049, app/assets/stylesheets/theme/_light.scss */
.text-box {
  color: #1277bc !important;
}

/* line 13053, app/assets/stylesheets/theme/_light.scss */
a.text-box:hover, a.text-box:focus {
  color: #0e5a8d !important;
}

/* line 13057, app/assets/stylesheets/theme/_light.scss */
.link-text {
  color: #363642;
}

/* line 13061, app/assets/stylesheets/theme/_light.scss */
.link-text:hover {
  color: #363642;
  text-decoration: none;
}

/* line 13066, app/assets/stylesheets/theme/_light.scss */
.overflow {
  overflow: auto !important;
}

/* line 13070, app/assets/stylesheets/theme/_light.scss */
.overflow-y {
  overflow-y: auto !important;
}

/* line 13074, app/assets/stylesheets/theme/_light.scss */
.overflow-x {
  overflow-x: auto !important;
}

/* line 13078, app/assets/stylesheets/theme/_light.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 13082, app/assets/stylesheets/theme/_light.scss */
.grayscale {
  filter: grayscale(100%);
}

/* line 13087, app/assets/stylesheets/theme/_light.scss */
.notransition {
  transition: none !important;
}

@keyframes pulse {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 13115, app/assets/stylesheets/theme/_light.scss */
.pulse {
  animation: pulse 2.5s ease infinite;
}

/* line 13120, app/assets/stylesheets/theme/_light.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 13132, app/assets/stylesheets/theme/_light.scss */
.log-divider {
  position: relative;
  margin: 1.25rem 0;
  height: 2em;
  text-align: center;
}

/* line 13139, app/assets/stylesheets/theme/_light.scss */
.log-divider::before {
  content: '';
  position: relative;
  display: block;
  top: 1em;
  border-top: 1px solid rgba(34, 34, 48, 0.1);
  z-index: 1;
}

/* line 13148, app/assets/stylesheets/theme/_light.scss */
.log-divider > span {
  display: inline-block;
  position: relative;
  z-index: 2;
  border-radius: 50px;
  background: #ffffff;
  padding: 0 1em;
  color: #888c9b;
  line-height: 2em;
}

/* line 13159, app/assets/stylesheets/theme/_light.scss */
.has-dragable .drag-indicator {
  opacity: 0;
}

/* line 13163, app/assets/stylesheets/theme/_light.scss */
.has-dragable:hover .drag-indicator {
  opacity: 1;
}

/* line 13167, app/assets/stylesheets/theme/_light.scss */
.drag-handle {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
}

/* line 13174, app/assets/stylesheets/theme/_light.scss */
.drag-indicator {
  display: inline-block;
  margin: 0 .5em;
  height: 8px;
  width: 6px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVR42mNgAIJz507/Z4AxVqxYAuEgAwD26QnApt++GwAAAABJRU5ErkJggg==);
  transform: translate3d(-0.5em, 0, 0);
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 13192, app/assets/stylesheets/theme/_light.scss */
.drag-indicator-lg {
  height: 14px;
  width: 8px;
}

/* line 13197, app/assets/stylesheets/theme/_light.scss */
.drag-indicator-tall {
  height: 20px;
  width: 8px;
}

/* line 13202, app/assets/stylesheets/theme/_light.scss */
.typing {
  margin: 0;
  position: relative;
  display: inline-block;
  line-height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 13213, app/assets/stylesheets/theme/_light.scss */
.typing .dot {
  margin-bottom: .125em;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: .375rem;
  height: .375rem;
  background-color: #a6abbd;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: typing 1.2s infinite ease;
}

/* line 13227, app/assets/stylesheets/theme/_light.scss */
.typing .dot:nth-child(2) {
  animation-delay: 150ms;
}

/* line 13232, app/assets/stylesheets/theme/_light.scss */
.typing .dot:nth-child(3) {
  animation-delay: 300ms;
}

@keyframes typing {
  50%, 100%, 0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-150%);
  }
}

/* line 13259, app/assets/stylesheets/theme/_light.scss */
.circle {
  border-radius: 9999px !important;
}

/** The root StackedMenu */
/* line 13264, app/assets/stylesheets/theme/_light.scss */
.stacked-menu {
  position: relative;
  padding: .25rem 0;
  background-color: transparent;
  /* global state */
  /* nav child */
  /* nav level 1 */
  /* disabled state */
}

/* line 13274, app/assets/stylesheets/theme/_light.scss */
.stacked-menu ul.menu {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 13281, app/assets/stylesheets/theme/_light.scss */
.stacked-menu ul.menu + .menu {
  margin-top: 1em;
}

/* line 13285, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-header {
  margin: .5em 0 0;
  padding: 0.5rem 1rem;
  color: #888c9b;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 13294, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-header .location-description {
  display: block;
  font-size: 0.875rem !important;
  line-height: 1.25rem;
  color: #363642;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 4px;
}

/* line 13304, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-header > .badge,
.stacked-menu .menu-header > .label {
  position: absolute;
  right: 0.75rem;
  z-index: 2;
}

/* line 13311, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-subhead {
  display: none;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #346CB0;
  line-height: 1.75em;
  overflow: hidden;
}

/* line 13320, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-link {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #888c9b;
  text-decoration: none;
  line-height: 1.75em;
  overflow: hidden;
  outline: 0;
}

/* line 13332, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-link > .menu-icon {
  width: 1.25em;
  margin-right: .5em;
  text-align: center;
  font-size: 1.125rem;
  color: #a6abbd;
}

/* line 13340, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-link > .badge,
.stacked-menu .menu-link > .label {
  position: absolute;
  right: 0.75rem;
  margin-top: .25em;
  z-index: 2;
}

/* line 13348, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-link:focus {
  color: #346CB0;
  background-color: transparent;
  text-decoration: none;
  overflow: visible;
}

/* line 13355, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-link:focus .menu-icon {
  color: #888c9b;
}

/* line 13359, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-link:hover {
  color: #346CB0;
  background-color: transparent;
  text-decoration: none;
  overflow: visible;
}

/* line 13366, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-link:hover .menu-icon {
  color: #888c9b;
}

/* line 13370, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-item + .menu-item {
  margin-top: 0;
}

/* line 13374, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-item.has-open:not(.has-active) > .menu-link {
  background-color: transparent;
  color: #346CB0;
}

/* line 13379, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-item.has-open:not(.has-active) > .menu-link .menu-icon {
  color: #888c9b;
}

/* line 13383, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-item.has-active > .menu-link {
  background-color: transparent;
  color: #346CB0;
}

/* line 13388, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-item.has-active > .menu-link .menu-icon {
  color: #346CB0;
}

/* line 13392, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .has-child {
  position: relative;
}

/* line 13396, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .has-child > .menu {
  height: 0;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
}

/* line 13403, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .has-child.has-active:hover > .menu,
.stacked-menu .has-child.has-open > .menu {
  overflow: visible;
}

/* line 13408, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .has-child.has-active > .menu {
  height: auto;
  visibility: visible;
  opacity: 1;
}

/* line 13414, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item {
  /* level 1 */
}

/* line 13418, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item > .menu-link {
  color: #363642;
}

/* line 13422, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item > .menu-link:focus {
  color: #252a33;
  background-color: transparent;
}

/* line 13427, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item > .menu-link:hover {
  color: #252a33;
  background-color: transparent;
}

/* line 13432, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item.has-open > .menu-link {
  color: #252a33;
  background-color: transparent;
}

/* line 13437, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item.has-active > .menu-link {
  background-color: transparent;
  color: #346CB0;
}

/* line 13442, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item > .menu {
  /* level 2 */
}

/* line 13446, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item > .menu .menu-link {
  padding-left: 3rem;
}

/* line 13450, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item > .menu .menu {
  /* level 3 */
}

/* line 13454, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item > .menu .menu .menu-link {
  padding-left: 4rem;
}

/* line 13458, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item > .menu .menu .menu .menu-link {
  padding-left: 5rem;
}

/* line 13462, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-item.disabled > .menu-link,
.stacked-menu .menu-item > .menu-link.disabled {
  color: #888c9b;
}

/* line 13467, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-item.disabled > .menu-link .menu-icon,
.stacked-menu .menu-item > .menu-link.disabled .menu-icon {
  color: #888c9b;
}

/* line 13472, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-item.disabled > .menu-link:focus,
.stacked-menu .menu-item.disabled > .menu-link:focus .menu-icon,
.stacked-menu .menu-item > .menu-link.disabled:focus,
.stacked-menu .menu-item > .menu-link.disabled:focus .menu-icon {
  background-color: transparent;
  color: #888c9b;
}

/* line 13480, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-item.disabled > .menu-link:hover,
.stacked-menu .menu-item.disabled > .menu-link:hover .menu-icon,
.stacked-menu .menu-item > .menu-link.disabled:hover,
.stacked-menu .menu-item > .menu-link.disabled:hover .menu-icon {
  background-color: transparent;
  color: #888c9b;
}

/* Compact */
/* line 13489, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact .has-child.has-active > .menu {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

/* line 13495, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact .has-child.has-active .menu-subhead {
  background-color: transparent;
}

/* line 13499, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact .has-child .menu-subhead {
  display: block;
}

/* line 13503, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact > .menu > .menu-item > .menu-link {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  max-height: 40px;
}

/* line 13510, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact > .menu > .menu-item > .menu-link > .badge,
.stacked-menu-has-compact > .menu > .menu-item > .menu-link > .label {
  top: 0;
  right: 0.25rem;
}

/* line 13516, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact > .menu > .menu-item > .menu-link .menu-icon {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.5em;
}

/* line 13522, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact > .menu > .menu-item.has-child > .menu-link .menu-text {
  display: none;
}

/* line 13526, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact > .menu > .menu-header {
  margin: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 13538, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact > .menu > .menu-item:not(.has-child) > .menu-link .menu-text {
  position: absolute;
  display: block;
  top: 0;
  left: 100%;
  padding: 0.5rem 0.75rem 0.5rem 0;
  border-radius: 0 0 0 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  line-height: 1.75em;
  white-space: nowrap;
  transition: opacity 150ms linear;
}

/* line 13555, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact > .menu > .menu-item:not(.has-child) > .menu-link:hover .menu-text {
  width: auto;
  height: auto;
  visibility: visible;
  opacity: 1;
}

/* line 13562, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact > .menu > .menu-item.has-active > .menu-link .menu-text {
  background-color: transparent;
}

/* line 13566, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact > .menu > .menu-item.disabled > .menu-link .menu-text,
.stacked-menu-has-compact > .menu > .menu-item > .menu-link.disabled .menu-text {
  background-color: transparent;
}

/* line 13571, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact > .menu > .menu-item.has-child > .menu-link:before {
  content: none;
}

/* line 13575, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-compact > .menu > .menu-item.has-child > .menu-link .menu-text {
  padding: 0.5rem 1rem;
  text-align: left;
  width: 200px;
}

/* Behavior */
/* line 13582, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible {
  /** caret angle, Only show on collapsible mode */
}

/* line 13586, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible .has-child > .menu-link::after {
  display: inline-block;
  content: '+';
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-0.5em);
  height: 1em;
  width: 1em;
  line-height: 1em;
  text-align: center;
}

/* line 13600, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible .has-child.has-active > .menu-link::after,
.stacked-menu-has-collapsible .has-child.has-open > .menu-link::after {
  content: '-';
}

/* line 13605, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible .has-child > .menu {
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}

/* line 13611, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible .has-child.has-open:not(.has-active) > .menu {
  height: auto;
}

/** collapsible on compact mode */
/* line 13616, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible.stacked-menu-has-compact {
  /** hide caret on level 1 */
  /** child level 2 up */
}

/* line 13621, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible.stacked-menu-has-compact > .menu > .has-child > .menu {
  transform-origin: 0 0;
  transform: scale(0.6);
  transition: opacity 150ms linear, transform 150ms linear;
}

/* line 13631, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible.stacked-menu-has-compact > .menu > .has-child.has-open > .menu {
  transform: scale(1);
}

/* line 13636, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible.stacked-menu-has-compact > .menu > .has-child > .menu-link:after {
  display: none;
}

/* line 13640, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible.stacked-menu-has-compact .has-child.has-open > .menu {
  position: absolute;
  width: 200px;
  top: 0;
  left: 100%;
  height: auto;
  visibility: visible;
  opacity: 1;
  border-radius: 0 0 0 0;
}

/* line 13651, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible.stacked-menu-has-compact .has-child > .menu .menu-link {
  padding-left: 1rem;
}

/* line 13655, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible.stacked-menu-has-compact .menu .menu .has-child.has-open > .menu {
  position: static;
  width: auto;
  top: auto;
  left: auto;
}

/* line 13662, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible.stacked-menu-has-compact .menu .menu .has-child > .menu .menu-link {
  padding-left: 2rem;
}

/* line 13666, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible.stacked-menu-has-compact .menu .menu .has-child > .menu .menu .menu-link {
  padding-left: 3rem;
}

/* Give a transition */
/* line 13671, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable {
  /** except level 1 .has-active */
}

/* line 13675, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable .has-child > .menu {
  transform-origin: 0 0;
  transition: opacity 150ms linear, transform 150ms linear;
}

/* line 13683, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable .has-child:not(.has-active) > .menu {
  transform: scale(0.6);
}

/* line 13688, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable.stacked-menu-has-compact {
  /** level 1 */
  /** overwrite for all */
}

/* line 13693, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable.stacked-menu-has-compact > .menu > .has-child > .menu {
  transition: opacity 150ms linear, transform 150ms linear;
}

/* line 13699, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable.stacked-menu-has-compact .has-child > .menu {
  transform: scale(0.6);
}

/* Behavior */
/* line 13705, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable,
.stacked-menu-has-compact {
  /** except level 1 .has-active */
}

/* line 13710, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable .has-child,
.stacked-menu-has-compact .has-child {
  /** caret */
}

/* line 13715, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable .has-child.has-open:not(.has-active) > .menu,
.stacked-menu-has-compact .has-child.has-open:not(.has-active) > .menu {
  position: absolute;
  width: 200px;
  top: 0;
  left: 100%;
  height: auto;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

/* line 13728, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable .has-child > .menu .menu-item > .menu .menu-link,
.stacked-menu-has-hoverable .has-child > .menu .menu-item > .menu .menu .menu-link,
.stacked-menu-has-compact .has-child > .menu .menu-item > .menu .menu-link,
.stacked-menu-has-compact .has-child > .menu .menu-item > .menu .menu .menu-link {
  padding-left: 1rem;
}

/* line 13735, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable .has-child > .menu-link:before,
.stacked-menu-has-compact .has-child > .menu-link:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  /** the caret */
  border-right: 8px solid transparent;
  transform: translateY(-8px);
}

/** hoverable on compact mode */
/* line 13752, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable.stacked-menu-has-compact {
  /** overwrite for all */
}

/* line 13756, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable.stacked-menu-has-compact .has-child.has-open > .menu {
  position: absolute;
  width: 200px;
  top: 0;
  left: 100%;
  height: auto;
  visibility: visible;
  opacity: 1;
  border-radius: 0 0 0 0;
  transform: scale(1);
}

/* line 13769, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-hoverable.stacked-menu-has-compact .has-child.has-open > .menu .menu-item > .menu-link {
  padding-left: 1rem;
}

/** open menu to left direction */
/** Core */
/* line 13775, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-left {
  /** compact */
}

/* line 13779, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-left.stacked-menu-has-compact > .menu > .menu-item > .menu-link > .badge {
  right: auto;
  left: 0.25rem;
}

/* line 13784, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-left.stacked-menu-has-compact > .menu > .menu-item:not(.has-child) > .menu-link .menu-text {
  right: 100%;
  left: auto;
  padding: 0.5rem 0 0.5rem 0.75rem;
  border-radius: 0 0 0 0;
}

/** Behavior */
/* line 13792, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-left {
  /** both hoverable & collapsible on compact mode */
}

/* line 13796, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-left.stacked-menu-has-hoverable .has-child > .menu {
  transform-origin: 100% 0;
}

/* line 13801, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-left.stacked-menu-has-collapsible.stacked-menu-has-compact > .menu > .has-child > .menu {
  transform-origin: 100% 0;
}

/* line 13806, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-left.stacked-menu-has-hoverable .has-child.has-open:not(.has-active) > .menu, .stacked-menu-has-left.stacked-menu-has-compact .has-child.has-open:not(.has-active) > .menu {
  left: auto;
  right: 100%;
}

/* line 13811, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-left.stacked-menu-has-hoverable .has-child.has-open:not(.has-active) > .menu-link:before, .stacked-menu-has-left.stacked-menu-has-compact .has-child.has-open:not(.has-active) > .menu-link:before {
  right: auto;
  left: 0;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
}

/* line 13818, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-left.stacked-menu-has-hoverable.stacked-menu-has-compact .has-child.has-open > .menu, .stacked-menu-has-left.stacked-menu-has-collapsible.stacked-menu-has-compact .has-child.has-open > .menu {
  left: auto;
  right: 100%;
}

/* line 13823, app/assets/stylesheets/theme/_light.scss */
.stacked-menu {
  padding-top: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 13829, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-link,
.stacked-menu .menu-subhead {
  padding-right: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 13837, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-link {
  font-size: 1rem;
  outline: 0;
}

/* line 13842, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-link:hover {
  overflow: hidden;
}

/* line 13846, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-link > .label,
.stacked-menu .menu-link > .badge {
  right: 2rem;
  margin-top: .375em;
}

@media (min-width: 768px) {
  /* line 13853, app/assets/stylesheets/theme/_light.scss */
  .stacked-menu .menu-link {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  /* line 13859, app/assets/stylesheets/theme/_light.scss */
  .stacked-menu .menu-link > .label,
.stacked-menu .menu-link > .badge {
    right: 1.75rem;
    margin-top: .15em;
  }
}

/* line 13866, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-header {
  margin-top: 1rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}

/* line 13872, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-header > .badge {
  position: relative;
  top: 3px;
  right: -.25rem;
  float: right;
}

/* line 13879, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-item.has-active:not(.has-child) > .menu-link {
  font-weight: 600;
}

/* line 13883, app/assets/stylesheets/theme/_light.scss */
.stacked-menu .menu-item.has-active.has-child > .menu-link {
  color: #363642;
}

/* line 13887, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item > .menu .menu-link {
  padding-left: 3.25rem;
}

/* line 13891, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item > .menu .menu .menu-link {
  padding-left: 4.25rem;
}

/* line 13895, app/assets/stylesheets/theme/_light.scss */
.stacked-menu > .menu > .menu-item > .menu .menu .menu .menu-link {
  padding-left: 5.25rem;
}

/* line 13899, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible .has-child > .menu-link::after {
  content: '';
  margin-top: -0.375rem;
  opacity: .4;
  transform: translateY(0);
  transition: transform 200ms ease-in-out;
  background: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3e%3cpath fill='currentColor' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'%3e%3c/path%3e%3c/svg%3e") center no-repeat;
}

/* line 13911, app/assets/stylesheets/theme/_light.scss */
.stacked-menu-has-collapsible .has-child.has-active > .menu-link::after,
.stacked-menu-has-collapsible .has-child.has-open > .menu-link::after {
  content: '';
  transform: rotate(90deg);
}

/* line 13918, app/assets/stylesheets/theme/_light.scss */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 13926, app/assets/stylesheets/theme/_light.scss */
.pace .pace-progress {
  background: #00A28A;
  position: fixed;
  z-index: 1030;
  top: 3.5rem;
  right: 100%;
  width: 100%;
  height: 4px;
}

/* line 13936, app/assets/stylesheets/theme/_light.scss */
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 6px;
  height: 100%;
  box-shadow: 0 0 10px #00A28A, 0 0 5px #00A28A;
  opacity: 1;
}

/* line 13946, app/assets/stylesheets/theme/_light.scss */
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 1030;
  top: 4.5rem;
  right: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  border: solid 3px transparent;
  border-top-color: #00A28A;
  border-left-color: #00A28A;
  border-radius: 1rem;
  animation: pace-spinner 400ms linear infinite;
}

/* line 13962, app/assets/stylesheets/theme/_light.scss */
.pace-inactive {
  display: none;
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 13988, app/assets/stylesheets/theme/_light.scss */
.masonry-layout {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

/* line 13997, app/assets/stylesheets/theme/_light.scss */
.perfect-scrollbar {
  position: relative;
}

/*
 * Container style
 */
/* line 14004, app/assets/stylesheets/theme/_light.scss */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
/* line 14015, app/assets/stylesheets/theme/_light.scss */
.ps__rail-x,
.ps__rail-y {
  /* please don't change 'position' */
  position: absolute;
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  z-index: 3;
}

/* line 14025, app/assets/stylesheets/theme/_light.scss */
.ps__rail-x {
  height: 10px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
}

/* line 14031, app/assets/stylesheets/theme/_light.scss */
.ps__rail-y {
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
}

/* line 14037, app/assets/stylesheets/theme/_light.scss */
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

/* line 14043, app/assets/stylesheets/theme/_light.scss */
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

/* line 14052, app/assets/stylesheets/theme/_light.scss */
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: rgba(34, 34, 48, 0.08);
  opacity: 1;
}

/*
 * Scrollbar thumb styles
 */
/* line 14063, app/assets/stylesheets/theme/_light.scss */
.ps__thumb-x,
.ps__thumb-y {
  /* please don't change 'position' */
  position: absolute;
  background-color: rgba(34, 34, 48, 0.08);
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
}

/* line 14072, app/assets/stylesheets/theme/_light.scss */
.ps__thumb-x {
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
}

/* line 14078, app/assets/stylesheets/theme/_light.scss */
.ps__thumb-y {
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
}

/* line 14084, app/assets/stylesheets/theme/_light.scss */
.ps__rail-y::hover .ps__thumb-y, .ps__rail-y::focus .ps__thumb-y {
  background-color: rgba(34, 34, 48, 0.12);
  width: 10px;
}

/* line 14089, app/assets/stylesheets/theme/_light.scss */
.ps__rail-y::hover .ps__thumb-x, .ps__rail-y::focus .ps__thumb-x {
  background-color: rgba(34, 34, 48, 0.12);
  height: 10px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  /* line 14096, app/assets/stylesheets/theme/_light.scss */
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 14102, app/assets/stylesheets/theme/_light.scss */
  .ps {
    overflow: auto !important;
  }
}

/* line 14107, app/assets/stylesheets/theme/_light.scss */
.dt-print-view {
  display: block !important;
  background-color: #ffffff !important;
}

/* line 14112, app/assets/stylesheets/theme/_light.scss */
.dataTable {
  max-width: none;
}

/* line 14116, app/assets/stylesheets/theme/_light.scss */
.dataTable td.dataTables_empty,
.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 14121, app/assets/stylesheets/theme/_light.scss */
.dataTable.nowrap th,
.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 14126, app/assets/stylesheets/theme/_light.scss */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 14132, app/assets/stylesheets/theme/_light.scss */
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

/* line 14137, app/assets/stylesheets/theme/_light.scss */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 14141, app/assets/stylesheets/theme/_light.scss */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 14147, app/assets/stylesheets/theme/_light.scss */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 14153, app/assets/stylesheets/theme/_light.scss */
div.dataTables_wrapper div.dataTables_info {
  white-space: nowrap;
}

/* line 14157, app/assets/stylesheets/theme/_light.scss */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 14163, app/assets/stylesheets/theme/_light.scss */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

/* line 14168, app/assets/stylesheets/theme/_light.scss */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 14179, app/assets/stylesheets/theme/_light.scss */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting {
  padding-right: 30px;
}

/* line 14183, app/assets/stylesheets/theme/_light.scss */
table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 14187, app/assets/stylesheets/theme/_light.scss */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 14192, app/assets/stylesheets/theme/_light.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 14201, app/assets/stylesheets/theme/_light.scss */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  right: .5rem;
  bottom: 1rem;
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  opacity: 0.3;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 14225, app/assets/stylesheets/theme/_light.scss */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  content: "\f0de";
}

/* line 14233, app/assets/stylesheets/theme/_light.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: "\f0dd";
}

/* line 14241, app/assets/stylesheets/theme/_light.scss */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 14246, app/assets/stylesheets/theme/_light.scss */
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 14251, app/assets/stylesheets/theme/_light.scss */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 14255, app/assets/stylesheets/theme/_light.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 14261, app/assets/stylesheets/theme/_light.scss */
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 14267, app/assets/stylesheets/theme/_light.scss */
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 14272, app/assets/stylesheets/theme/_light.scss */
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 14278, app/assets/stylesheets/theme/_light.scss */
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* line 14283, app/assets/stylesheets/theme/_light.scss */
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

/* line 14287, app/assets/stylesheets/theme/_light.scss */
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

/* line 14294, app/assets/stylesheets/theme/_light.scss */
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 14298, app/assets/stylesheets/theme/_light.scss */
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 14303, app/assets/stylesheets/theme/_light.scss */
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 14307, app/assets/stylesheets/theme/_light.scss */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 14311, app/assets/stylesheets/theme/_light.scss */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 14315, app/assets/stylesheets/theme/_light.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 14319, app/assets/stylesheets/theme/_light.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

/* line 14323, app/assets/stylesheets/theme/_light.scss */
div.dt-button-info {
  margin-top: 0;
  top: 3.5rem;
  color: #ffffff;
  background-color: #252a33;
  border: none;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 2px 7px 1px rgba(20, 20, 31, 0.16);
  border-radius: 0.25rem;
}

/* line 14333, app/assets/stylesheets/theme/_light.scss */
div.dt-button-info h2 {
  border-bottom: none;
  background-color: #252a33;
}

/* line 14338, app/assets/stylesheets/theme/_light.scss */
.plyr input[type="range"]:active::-webkit-slider-thumb {
  background: #346CB0;
}

/* line 14342, app/assets/stylesheets/theme/_light.scss */
.plyr input[type="range"]:active::-moz-range-thumb {
  background: #346CB0;
}

/* line 14346, app/assets/stylesheets/theme/_light.scss */
.plyr input[type="range"]:active::-ms-thumb {
  background: #346CB0;
}

/* line 14350, app/assets/stylesheets/theme/_light.scss */
.plyr__control--overlaid,
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover,
.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.plyr--video .plyr__controls .plyr__control:hover,
.plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #346CB0;
}

/* line 14362, app/assets/stylesheets/theme/_light.scss */
.plyr--full-ui input[type=range] {
  color: #346CB0;
}

/* line 14366, app/assets/stylesheets/theme/_light.scss */
.plyr--audio .plyr__controls {
  border: 0;
}

/* line 14370, app/assets/stylesheets/theme/_light.scss */
.sortable-ghost {
  opacity: .5;
}

/* line 14374, app/assets/stylesheets/theme/_light.scss */
.dd {
  position: relative;
}

/* line 14378, app/assets/stylesheets/theme/_light.scss */
.dd-list {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

/* line 14389, app/assets/stylesheets/theme/_light.scss */
.dd-list .dd-list {
  padding-left: 1.25rem;
}

/* line 14393, app/assets/stylesheets/theme/_light.scss */
.dd-list .dd-list .dd-handle {
  border-left: 1px solid #ecedf1;
}

/* line 14397, app/assets/stylesheets/theme/_light.scss */
.dd-item {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 14405, app/assets/stylesheets/theme/_light.scss */
.dd-item:first-child > .dd-nodrag {
  margin-top: 2rem;
}

/* line 14409, app/assets/stylesheets/theme/_light.scss */
.dd-item > button {
  position: absolute;
  left: 2rem;
  top: 1.125rem;
  padding: 0;
  padding-left: 20px;
  width: 20px;
  height: 20px;
  border: 0;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  overflow: hidden;
}

/* line 14428, app/assets/stylesheets/theme/_light.scss */
.dd-item > button.dd-expand {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fas' data-icon='caret-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-caret-right fa-w-10 fa-3x'%3e%3cpath fill='currentColor' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z' class=''/%3e%3c/svg%3e");
}

/* line 14432, app/assets/stylesheets/theme/_light.scss */
.dd-item > button.dd-collapse {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fas' data-icon='caret-down' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-caret-down fa-w-10 fa-3x'%3e%3cpath fill='currentColor' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3e%3c/svg%3e");
}

/* line 14436, app/assets/stylesheets/theme/_light.scss */
.dd-item > button + .dd-handle {
  padding-left: 2.5rem;
}

/* line 14440, app/assets/stylesheets/theme/_light.scss */
.dd-item > button + .dd-handle > .drag-indicator {
  transform: translate3d(-2rem, 0, 0);
  margin-right: .25rem;
}

/* line 14446, app/assets/stylesheets/theme/_light.scss */
.dd-footer {
  display: block;
  background-color: #f6f7f9;
}

/* line 14451, app/assets/stylesheets/theme/_light.scss */
.dd-handle {
  margin-bottom: -1px;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-top: 1px solid #ecedf1;
  border-bottom: 1px solid #ecedf1;
}

/* line 14463, app/assets/stylesheets/theme/_light.scss */
.dd-handle:focus {
  text-decoration: none;
}

/* line 14467, app/assets/stylesheets/theme/_light.scss */
.dd-handle:hover {
  text-decoration: none;
}

/* line 14471, app/assets/stylesheets/theme/_light.scss */
.dd-expand {
  display: none;
}

/* line 14475, app/assets/stylesheets/theme/_light.scss */
.dd-collapsed .dd-list,
.dd-collapsed .dd-collapse {
  display: none;
}

/* line 14480, app/assets/stylesheets/theme/_light.scss */
.dd-collapsed .dd-expand {
  display: block;
}

/* line 14484, app/assets/stylesheets/theme/_light.scss */
.dd-placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 30px;
  background: rgba(52, 108, 176, 0.12);
  border: 1px dashed #346CB0;
}

/* line 14493, app/assets/stylesheets/theme/_light.scss */
.dd-empty {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 56px;
  background-color: #f6f7f9;
  border: 1px dashed rgba(34, 34, 48, 0.1);
}

/* line 14502, app/assets/stylesheets/theme/_light.scss */
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 2000;
}

/* line 14508, app/assets/stylesheets/theme/_light.scss */
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

/* line 14512, app/assets/stylesheets/theme/_light.scss */
.dd-nochildren .dd-placeholder {
  display: none;
}

/* line 14516, app/assets/stylesheets/theme/_light.scss */
.jstree .fa {
  font-size: 1.1em;
}

/* line 14520, app/assets/stylesheets/theme/_light.scss */
.jstree-anchor {
  color: inherit;
}

/* line 14524, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-anchor {
  margin-top: 0;
}

/* line 14528, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-checkbox {
  margin-top: -2px;
}

/* line 14532, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-hovered,
.jstree-default .jstree-wholerow-hovered {
  color: #346CB0;
  background: transparent;
  box-shadow: none;
  background-image: none;
}

/* line 14540, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow-clicked {
  color: #2e609c;
  background: rgba(52, 108, 176, 0.2);
  box-shadow: inset 0 0 1px #346CB0;
  background-image: none;
}

/* line 14548, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-disabled {
  color: #888c9b;
}

/* line 14552, app/assets/stylesheets/theme/_light.scss */
.jstree-open > .jstree-anchor > .fa-folder:before {
  content: "\f07c";
}

/* line 14556, app/assets/stylesheets/theme/_light.scss */
.vakata-context,
.vakata-context ul {
  float: left;
  box-shadow: 0 6px 12px rgba(20, 20, 31, 0.175);
  border: 1px solid rgba(34, 34, 48, 0.1);
  border-radius: 4px;
  background: #ffffff;
  list-style: none;
  text-align: left;
}

/* line 14567, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: none;
}

/* line 14572, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-node {
  margin-left: 21px;
}

/* line 14576, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-icon {
  display: inline-block;
  color: #888c9b;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 14587, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-ocl {
  padding-left: .5rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 14593, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-open > .jstree-ocl:before {
  content: '\f0d7';
}

/* line 14597, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-closed > .jstree-ocl:before {
  content: '\f0da';
}

/* line 14601, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-leaf > .jstree-ocl:before {
  content: '';
}

/* line 14605, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-clicked .jstree-checkbox {
  border-color: #346CB0;
}

/* line 14609, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-clicked .jstree-checkbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 35% 35%;
  background-size: 63% 63%;
}

/* line 14622, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-checkbox {
  position: relative;
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  border: 1px solid #c6c9d5;
  box-shadow: 0 1px 0 0 rgba(34, 34, 48, 0.05);
  border-radius: 0.25rem;
}

/* line 14630, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-checkbox:empty {
  margin: .25rem .25rem .25rem .125rem;
  width: 1rem;
  height: 1rem;
}

/* line 14636, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-checkbox.jstree-undetermined:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230179A8' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M0 0v2h8v-2h-8z' transform='translate(0 3)' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 35% 35%;
  background-size: 63% 63%;
}

/* line 14649, app/assets/stylesheets/theme/_light.scss */
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: transparent;
}

/* line 14653, app/assets/stylesheets/theme/_light.scss */
.jstree-default .jstree-search {
  color: #363642;
}

/* line 14657, app/assets/stylesheets/theme/_light.scss */
.twitter-typeahead {
  width: 100%;
}

/* line 14661, app/assets/stylesheets/theme/_light.scss */
.tt-menu,
.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  margin: .5rem 0 0;
  font-size: 1rem;
  color: #363642;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.98);
  background-clip: padding-box;
  border: 0;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 2px 7px 1px rgba(20, 20, 31, 0.16);
  animation-duration: 200ms;
  animation-fill-mode: both;
  border-radius: 0.25rem;
}

@media (min-width: 768px) {
  /* line 14689, app/assets/stylesheets/theme/_light.scss */
  .tt-menu,
.tt-dropdown-menu {
    font-size: 0.875rem;
  }
}

/* line 14695, app/assets/stylesheets/theme/_light.scss */
.tt-menu.tt-open,
.tt-dropdown-menu.tt-open {
  animation-name: showDropdown;
}

/* line 14701, app/assets/stylesheets/theme/_light.scss */
.tt-menu .empty-message,
.tt-dropdown-menu .empty-message {
  padding: .5rem 1rem;
  text-align: center;
  color: #888c9b;
}

/* line 14708, app/assets/stylesheets/theme/_light.scss */
.tt-hint {
  color: #888c9b;
  padding-left: 0.75rem !important;
  border-width: 1px !important;
}

/* line 14714, app/assets/stylesheets/theme/_light.scss */
.tt-suggestion {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: #191927;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
  cursor: default;
}

/* line 14729, app/assets/stylesheets/theme/_light.scss */
.tt-suggestion strong {
  color: #346CB0;
}

/* line 14733, app/assets/stylesheets/theme/_light.scss */
.tt-suggestion.tt-cursor, .tt-suggestion:hover, .tt-suggestion:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #346CB0;
}

/* line 14739, app/assets/stylesheets/theme/_light.scss */
.tt-suggestion.tt-cursor strong, .tt-suggestion:hover strong, .tt-suggestion:focus strong {
  color: inherit;
}

/* line 14743, app/assets/stylesheets/theme/_light.scss */
.tt-menu-header {
  display: block;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #888c9b;
  white-space: nowrap;
}

/* line 14752, app/assets/stylesheets/theme/_light.scss */
.has-typeahead-scrollable .tt-menu {
  max-height: 220px;
  overflow-y: auto;
}

/* line 14757, app/assets/stylesheets/theme/_light.scss */
.select2-dropdown {
  z-index: 1000;
}

/* line 14761, app/assets/stylesheets/theme/_light.scss */
.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px);
  background: linear-gradient(to bottom, #ffffff, #f6f7f9);
  transition: box-shadow 200ms ease-in-out, border-color 200ms ease-in-out;
}

@media (min-width: 768px) {
  /* line 14768, app/assets/stylesheets/theme/_light.scss */
  .select2-container .select2-selection--single {
    height: 2.25rem;
  }
}

/* line 14773, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0.75rem;
  padding-right: 2rem;
  line-height: 2.25rem;
  color: #363642;
}

@media (min-width: 768px) {
  /* line 14781, app/assets/stylesheets/theme/_light.scss */
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.25rem;
  }
}

/* line 14786, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #888c9b;
}

/* line 14790, app/assets/stylesheets/theme/_light.scss */
.select2-container--disabled .select2-selection--single .select2-selection__placeholder,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  color: #888c9b;
}

/* line 14795, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0px;
  height: 2.25rem;
  width: 2.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  /* line 14806, app/assets/stylesheets/theme/_light.scss */
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.25rem - 2px);
  }
}

/* line 14811, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #888c9b;
}

/* line 14815, app/assets/stylesheets/theme/_light.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #888c9b;
}

/* line 14819, app/assets/stylesheets/theme/_light.scss */
.select2-container .select2-selection--multiple {
  background-color: #ffffff;
  min-height: 2.25rem;
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
}

@media (min-width: 768px) {
  /* line 14826, app/assets/stylesheets/theme/_light.scss */
  .select2-container .select2-selection--multiple {
    min-height: 2.25rem;
  }
}

/* line 14831, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #c6c9d5;
}

/* line 14836, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--single .user-avatar,
.select2-container--default .select2-selection--multiple .user-avatar {
  margin-top: -.25rem;
}

/* line 14841, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 2px 0.75rem;
}

/* line 14846, app/assets/stylesheets/theme/_light.scss */
.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--open .select2-selection--single {
  outline: 0;
  border-color: #346CB0;
  box-shadow: 0 0 0 1px #346CB0;
}

/* line 14855, app/assets/stylesheets/theme/_light.scss */
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: not-allowed;
  border-color: #c6c9d5;
  background-color: #f6f7f9;
  box-shadow: none;
}

/* line 14863, app/assets/stylesheets/theme/_light.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-search__field,
.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search__field {
  cursor: not-allowed;
}

/* line 14868, app/assets/stylesheets/theme/_light.scss */
.select2-container--open .select2-dropdown--above {
  margin-top: 1px;
  box-shadow: -1px -1px 0px 0px #346CB0, 1px 0px 0px 0px #346CB0;
}

/* line 14873, app/assets/stylesheets/theme/_light.scss */
.select2-container--open .select2-dropdown--below {
  margin-top: -1px;
  box-shadow: -1px 1px 0px 0px #346CB0, 1px 0px 0px 0px #346CB0;
}

/* line 14878, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  color: #888c9b;
  z-index: 2;
  font-size: 1rem;
}

/* line 14884, app/assets/stylesheets/theme/_light.scss */
.macos .select2-container--default .select2-selection--single .select2-selection__clear {
  top: -1px;
}

@media (min-width: 768px) {
  /* line 14889, app/assets/stylesheets/theme/_light.scss */
  .macos .select2-container--default .select2-selection--single .select2-selection__clear {
    top: -2px;
  }
}

/* line 14894, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--single .select2-selection__clear:focus {
  color: #363642;
}

/* line 14898, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #363642;
}

/* line 14902, app/assets/stylesheets/theme/_light.scss */
.select2-dropdown {
  background-color: #ffffff;
  border-color: #346CB0;
  box-shadow: 0 0 0 1px #346CB0;
}

/* line 14908, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 0.375rem 0.75rem;
  color: #363642;
  background-color: #ffffff;
  border-color: #c6c9d5;
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
}

/* line 14918, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: 0;
  border-color: #c6c9d5;
}

/* line 14923, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e6e8ed;
}

/* line 14927, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #346CB0;
}

/* line 14931, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] .text-muted {
  color: inherit !important;
}

/* line 14935, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-results__group,
.select2-results__option {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 14941, app/assets/stylesheets/theme/_light.scss */
.select2-container .select2-search--inline {
  margin-top: 2px;
}

/* line 14945, app/assets/stylesheets/theme/_light.scss */
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 3px;
}

/* line 14949, app/assets/stylesheets/theme/_light.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #888c9b;
}

/* line 14953, app/assets/stylesheets/theme/_light.scss */
.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #888c9b;
}

/* line 14957, app/assets/stylesheets/theme/_light.scss */
.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #888c9b;
}

/* line 14961, app/assets/stylesheets/theme/_light.scss */
.select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
  color: #888c9b;
}

/* line 14965, app/assets/stylesheets/theme/_light.scss */
.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #888c9b;
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #888c9b;
}

/* line 14969, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  color: #363642;
}

/* line 14973, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 3px 12px 3px -6px;
  background-color: #e6e8ed;
  border-color: #e6e8ed;
}

/* line 14979, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice + .select2-search {
  margin-left: -6px;
}

/* line 14983, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: .25rem;
  position: relative;
  top: 4px;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  float: right;
  color: #ffffff;
  background-color: #a6abbd;
  text-align: center;
  border-radius: .5rem;
}

/* line 14999, app/assets/stylesheets/theme/_light.scss */
.macos .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  line-height: .875rem;
}

@media (min-width: 768px) {
  /* line 15004, app/assets/stylesheets/theme/_light.scss */
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    top: 3px;
  }
}

/* line 15009, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  color: #ffffff;
  background-color: #888c9b;
}

/* line 15014, app/assets/stylesheets/theme/_light.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
  background-color: #888c9b;
}

/* line 15019, app/assets/stylesheets/theme/_light.scss */
.atwho-view,
.tribute-container {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #363642;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.98);
  background-clip: padding-box;
  border: 0;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 2px 7px 1px rgba(20, 20, 31, 0.16);
  animation-duration: 200ms;
  animation-fill-mode: both;
  border-radius: 0.25rem;
}

@media (min-width: 768px) {
  /* line 15041, app/assets/stylesheets/theme/_light.scss */
  .atwho-view,
.tribute-container {
    font-size: 0.875rem;
  }
}

/* line 15047, app/assets/stylesheets/theme/_light.scss */
.atwho-view ul li,
.tribute-container li {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #191927;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 15061, app/assets/stylesheets/theme/_light.scss */
.tribute-container {
  margin-top: .5rem;
}

/* line 15065, app/assets/stylesheets/theme/_light.scss */
.tribute-container ul {
  background-color: inherit;
  margin-top: 0;
}

/* line 15070, app/assets/stylesheets/theme/_light.scss */
.tribute-container li span {
  color: #F7C46C;
}

/* line 15074, app/assets/stylesheets/theme/_light.scss */
.tribute-container li.highlight, .tribute-container li:hover, .tribute-container li:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #346CB0;
}

/* line 15080, app/assets/stylesheets/theme/_light.scss */
.tribute-container li.highlight span, .tribute-container li:hover span, .tribute-container li:focus span {
  color: inherit;
}

/* line 15084, app/assets/stylesheets/theme/_light.scss */
.tribute-inline > .tribute-container {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  box-shadow: none;
}

/* line 15091, app/assets/stylesheets/theme/_light.scss */
.atwho-view ul li {
  border-bottom: none;
}

/* line 15095, app/assets/stylesheets/theme/_light.scss */
.atwho-view strong {
  color: #F7C46C;
}

/* line 15099, app/assets/stylesheets/theme/_light.scss */
.atwho-view .cur {
  color: #ffffff;
  background-color: #346CB0;
}

/* line 15104, app/assets/stylesheets/theme/_light.scss */
.atwho-view .cur strong {
  color: inherit;
}

/* line 15108, app/assets/stylesheets/theme/_light.scss */
.flatpickr-calendar {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 2px 7px 1px rgba(20, 20, 31, 0.16);
}

/* line 15113, app/assets/stylesheets/theme/_light.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(20, 20, 31, 0.15);
}

/* line 15117, app/assets/stylesheets/theme/_light.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: rgba(255, 255, 255, 0.98);
}

/* line 15121, app/assets/stylesheets/theme/_light.scss */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(255, 255, 255, 0.98);
}

/* line 15125, app/assets/stylesheets/theme/_light.scss */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: rgba(20, 20, 31, 0.15);
}

/* line 15129, app/assets/stylesheets/theme/_light.scss */
.flatpickr-calendar.inline {
  background-color: #ffffff;
  border: 1px solid #c6c9d5;
  box-shadow: none;
}

/* line 15135, app/assets/stylesheets/theme/_light.scss */
.flatpickr-calendar.open {
  z-index: 1055;
}

/* line 15139, app/assets/stylesheets/theme/_light.scss */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border-top: none;
}

/* line 15143, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu .flatpickr-calendar {
  width: auto !important;
  border-radius: 0;
  border-width: 1px 0 0;
}

/* line 15149, app/assets/stylesheets/theme/_light.scss */
.flatpickr-time input,
.flatpickr-time .flatpickr-am-pm {
  color: #363642;
}

/* line 15154, app/assets/stylesheets/theme/_light.scss */
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background-color: #ffffff;
}

/* line 15159, app/assets/stylesheets/theme/_light.scss */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover {
  background-color: #ffffff;
}

/* line 15164, app/assets/stylesheets/theme/_light.scss */
.flatpickr-time .numInputWrapper:first-child input {
  border-radius: 0.25rem 0 0 0.25rem;
}

/* line 15168, app/assets/stylesheets/theme/_light.scss */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #888c9b;
}

/* line 15172, app/assets/stylesheets/theme/_light.scss */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #888c9b;
}

/* line 15176, app/assets/stylesheets/theme/_light.scss */
.flatpickr-months {
  align-items: center;
}

/* line 15181, app/assets/stylesheets/theme/_light.scss */
.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #363642;
  fill: #363642;
}

/* line 15188, app/assets/stylesheets/theme/_light.scss */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  position: static;
  height: auto;
}

/* line 15194, app/assets/stylesheets/theme/_light.scss */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 10px;
  height: 10px;
}

/* line 15200, app/assets/stylesheets/theme/_light.scss */
.flatpickr-months .flatpickr-prev-month:focus svg,
.flatpickr-months .flatpickr-next-month:focus svg {
  fill: #346CB0;
}

/* line 15205, app/assets/stylesheets/theme/_light.scss */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #346CB0;
}

/* line 15210, app/assets/stylesheets/theme/_light.scss */
.flatpickr-month {
  display: flex;
  color: #363642;
  fill: #363642;
  justify-content: center;
  align-items: center;
  height: auto;
}

/* line 15222, app/assets/stylesheets/theme/_light.scss */
.flatpickr-prev-month,
.flatpickr-next-month,
.flatpickr-current-month {
  position: relative;
  width: auto;
  height: auto;
}

/* line 15230, app/assets/stylesheets/theme/_light.scss */
.flatpickr-current-month {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0;
  left: auto;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 15246, app/assets/stylesheets/theme/_light.scss */
.flatpickr-current-month input.cur-year {
  font-weight: inherit;
}

/* line 15250, app/assets/stylesheets/theme/_light.scss */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #888c9b;
}

/* line 15254, app/assets/stylesheets/theme/_light.scss */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #888c9b;
}

/* line 15258, app/assets/stylesheets/theme/_light.scss */
.flatpickr-weekdays {
  height: auto;
}

/* line 15262, app/assets/stylesheets/theme/_light.scss */
span.flatpickr-weekday {
  padding: .5rem 0;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  text-decoration: underline;
  text-decoration-style: dotted;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: rgba(34, 34, 48, 0.1);
}

/* line 15275, app/assets/stylesheets/theme/_light.scss */
span.flatpickr-weekday:last-child {
  border-right: 1px solid transparent;
}

/* line 15279, app/assets/stylesheets/theme/_light.scss */
.dayContainer {
  width: auto;
  max-width: none;
}

/* line 15284, app/assets/stylesheets/theme/_light.scss */
.flatpickr-days {
  width: auto;
}

/* line 15288, app/assets/stylesheets/theme/_light.scss */
.dropdown-menu .flatpickr-days {
  width: auto !important;
}

/* line 15292, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day {
  padding: .5rem 0;
  height: auto;
  max-width: initial;
  line-height: 1;
  color: #363642;
  border-width: 1px 1px 0 0;
  border-color: rgba(34, 34, 48, 0.1);
  border-radius: 0;
}

/* line 15303, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day:nth-child(7n+7) {
  border-right: none;
}

/* line 15307, app/assets/stylesheets/theme/_light.scss */
.rangeMode .flatpickr-day {
  margin-top: 0;
}

/* line 15311, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day.inRange {
  box-shadow: none;
}

/* line 15315, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day.today {
  border-color: rgba(34, 34, 48, 0.1);
  background: #f6f7f9;
  font-weight: bold;
}

/* line 15321, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day.today:focus {
  color: #ffffff;
  background-color: #346CB0;
  border-color: #346CB0;
}

/* line 15327, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day.today:hover {
  color: #ffffff;
  background-color: #346CB0;
  border-color: #346CB0;
}

/* line 15333, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: #888c9b;
  border-color: rgba(34, 34, 48, 0.1);
  opacity: .8;
}

/* line 15345, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus,
.numInputWrapper:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  color: #2e609c;
  background: rgba(52, 108, 176, 0.12);
  border-color: rgba(52, 108, 176, 0.12);
}

/* line 15365, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 rgba(52, 108, 176, 0.2);
}

/* line 15371, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  color: #ffffff;
  background: #346CB0;
  border-color: #346CB0;
}

/* line 15394, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0;
}

/* line 15403, app/assets/stylesheets/theme/_light.scss */
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #346CB0;
}

/* line 15409, app/assets/stylesheets/theme/_light.scss */
.colorpicker {
  color: #363642;
  background-color: #ffffff;
  border: 0;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 2px 7px 1px rgba(20, 20, 31, 0.16);
}

/* line 15416, app/assets/stylesheets/theme/_light.scss */
.colorpicker.colorpicker-inline {
  border: 1px solid rgba(34, 34, 48, 0.1);
  box-shadow: none;
}

/* line 15421, app/assets/stylesheets/theme/_light.scss */
.colorpicker-bar {
  line-height: 1rem;
}

/* line 15425, app/assets/stylesheets/theme/_light.scss */
.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px;
}

/* line 15430, app/assets/stylesheets/theme/_light.scss */
.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px;
}

/* line 15436, app/assets/stylesheets/theme/_light.scss */
.colorpicker-2x .colorpicker-preview,
.colorpicker-2x .colorpicker-preview div {
  height: 30px;
  font-size: 16px;
  line-height: 160%;
}

/* line 15443, app/assets/stylesheets/theme/_light.scss */
.colorpicker-2x .colorpicker-saturation .colorpicker-guide,
.colorpicker-2x .colorpicker-saturation .colorpicker-guide i {
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

/* line 15450, app/assets/stylesheets/theme/_light.scss */
.colorpicker-input-addon {
  outline: 0;
}

/* line 15454, app/assets/stylesheets/theme/_light.scss */
.modal-body > .colorpicker-element {
  margin: 1rem 0;
}

/* line 15458, app/assets/stylesheets/theme/_light.scss */
.fileinput-dropzone,
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* line 15465, app/assets/stylesheets/theme/_light.scss */
.fileinput-dropzone input,
.fileinput-button input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  direction: ltr;
  cursor: pointer;
  z-index: 2;
}

/* line 15479, app/assets/stylesheets/theme/_light.scss */
.fileinput-dropzone:focus .fileinput-button-label,
.fileinput-button:focus .fileinput-button-label {
  opacity: 1;
}

/* line 15484, app/assets/stylesheets/theme/_light.scss */
.fileinput-dropzone:hover .fileinput-button-label,
.fileinput-button:hover .fileinput-button-label {
  opacity: 1;
}

/* line 15489, app/assets/stylesheets/theme/_light.scss */
.fileinput-dropzone {
  display: block;
  padding: 2.5rem;
  text-align: center;
  color: #888c9b;
  border-radius: 0.25rem;
  border: 2px dashed rgba(34, 34, 48, 0.1);
  transition: all 200ms;
}

/* line 15499, app/assets/stylesheets/theme/_light.scss */
.fileinput-dropzone.hover {
  color: #363642;
  border-color: #346CB0;
}

/* line 15504, app/assets/stylesheets/theme/_light.scss */
.fileinput-button-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(52, 108, 176, 0.86);
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  transition: opacity 200ms;
}

/* line 15527, app/assets/stylesheets/theme/_light.scss */
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  border: 0;
}

/* line 15531, app/assets/stylesheets/theme/_light.scss */
.nouislider-wrapper {
  margin-bottom: 1.25rem;
}

/* line 15535, app/assets/stylesheets/theme/_light.scss */
.noUi-handle {
  padding: 0;
  display: inline-block;
  background-color: #ffffff;
  color: #ffffff;
  border: 4px solid #346CB0;
  vertical-align: middle;
  border-radius: 1.25rem;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: normal;
  transform-origin: center center;
  transition: box-shadow 150ms;
  outline: 0;
}

/* line 15555, app/assets/stylesheets/theme/_light.scss */
.noUi-handle:before, .noUi-handle:after {
  display: none;
}

/* line 15559, app/assets/stylesheets/theme/_light.scss */
.noUi-handle:hover, .noUi-handle:focus, .noUi-handle:active {
  box-shadow: 0 0 0 4px rgba(52, 108, 176, 0.26);
}

/* line 15563, app/assets/stylesheets/theme/_light.scss */
.noUi-horizontal {
  height: 4px;
}

/* line 15567, app/assets/stylesheets/theme/_light.scss */
.noUi-horizontal .noUi-handle {
  width: 1.25rem;
  height: 1.25rem;
  left: -12px;
  top: -8px;
}

/* line 15574, app/assets/stylesheets/theme/_light.scss */
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -0.625rem;
}

/* line 15578, app/assets/stylesheets/theme/_light.scss */
.noUi-vertical {
  width: 4px;
}

/* line 15582, app/assets/stylesheets/theme/_light.scss */
.noUi-vertical .noUi-handle {
  width: 1.25rem;
  height: 1.25rem;
  left: -8px;
  top: -12px;
}

/* line 15589, app/assets/stylesheets/theme/_light.scss */
.noUi-target {
  background-color: #e6e8ed;
  border: 0;
  box-shadow: none;
}

/* line 15595, app/assets/stylesheets/theme/_light.scss */
.noUi-connect {
  background-color: #346CB0;
  box-shadow: none;
}

/* line 15600, app/assets/stylesheets/theme/_light.scss */
.noUi-handle,
.noUi-active {
  box-shadow: none;
}

/* line 15605, app/assets/stylesheets/theme/_light.scss */
.noUi-pips {
  color: #888c9b;
  font-size: 0.875rem;
}

/* line 15610, app/assets/stylesheets/theme/_light.scss */
.noUi-pips-horizontal {
  padding: 6px 0;
  height: 55px;
}

/* line 15615, app/assets/stylesheets/theme/_light.scss */
.noUi-pips-vertical {
  padding: 0 6px;
  width: 55px;
}

/* line 15620, app/assets/stylesheets/theme/_light.scss */
.noUi-marker {
  background-color: #e6e8ed;
}

/* line 15624, app/assets/stylesheets/theme/_light.scss */
.noUi-marker-sub,
.noUi-marker-large {
  background-color: #e6e8ed;
}

/* line 15629, app/assets/stylesheets/theme/_light.scss */
.noUi-value-horizontal {
  margin-top: 4px;
}

/* line 15633, app/assets/stylesheets/theme/_light.scss */
.noUi-value-vertical {
  margin-left: 4px;
}

/* line 15637, app/assets/stylesheets/theme/_light.scss */
.noUi-tooltip {
  font-size: 0.875rem;
  color: #ffffff;
  border-color: transparent;
  background-color: #14141F;
  opacity: .9;
  border-radius: 0.25rem;
}

/* line 15646, app/assets/stylesheets/theme/_light.scss */
.noUi-horizontal .noUi-tooltip {
  bottom: 200%;
}

/* line 15650, app/assets/stylesheets/theme/_light.scss */
.noUi-vertical .noUi-tooltip {
  right: 200%;
}

/* line 15654, app/assets/stylesheets/theme/_light.scss */
.noUi-primary .noUi-connect {
  background-color: #346CB0;
}

/* line 15658, app/assets/stylesheets/theme/_light.scss */
.noUi-primary .noUi-handle {
  border-color: #346CB0;
}

/* line 15662, app/assets/stylesheets/theme/_light.scss */
.noUi-primary .noUi-handle:hover, .noUi-primary .noUi-handle:focus, .noUi-primary .noUi-handle:active {
  box-shadow: 0 0 0 4px rgba(52, 108, 176, 0.26);
}

/* line 15666, app/assets/stylesheets/theme/_light.scss */
.noUi-success .noUi-connect {
  background-color: #00A28A;
}

/* line 15670, app/assets/stylesheets/theme/_light.scss */
.noUi-success .noUi-handle {
  border-color: #00A28A;
}

/* line 15674, app/assets/stylesheets/theme/_light.scss */
.noUi-success .noUi-handle:hover, .noUi-success .noUi-handle:focus, .noUi-success .noUi-handle:active {
  box-shadow: 0 0 0 4px rgba(0, 162, 138, 0.26);
}

/* line 15678, app/assets/stylesheets/theme/_light.scss */
.noUi-info .noUi-connect {
  background-color: #0179A8;
}

/* line 15682, app/assets/stylesheets/theme/_light.scss */
.noUi-info .noUi-handle {
  border-color: #0179A8;
}

/* line 15686, app/assets/stylesheets/theme/_light.scss */
.noUi-info .noUi-handle:hover, .noUi-info .noUi-handle:focus, .noUi-info .noUi-handle:active {
  box-shadow: 0 0 0 4px rgba(1, 121, 168, 0.26);
}

/* line 15690, app/assets/stylesheets/theme/_light.scss */
.noUi-warning .noUi-connect {
  background-color: #F7C46C;
}

/* line 15694, app/assets/stylesheets/theme/_light.scss */
.noUi-warning .noUi-handle {
  border-color: #F7C46C;
}

/* line 15698, app/assets/stylesheets/theme/_light.scss */
.noUi-warning .noUi-handle:hover, .noUi-warning .noUi-handle:focus, .noUi-warning .noUi-handle:active {
  box-shadow: 0 0 0 4px rgba(247, 196, 108, 0.26);
}

/* line 15702, app/assets/stylesheets/theme/_light.scss */
.noUi-danger .noUi-connect {
  background-color: #d53417;
}

/* line 15706, app/assets/stylesheets/theme/_light.scss */
.noUi-danger .noUi-handle {
  border-color: #b02b13;
}

/* line 15710, app/assets/stylesheets/theme/_light.scss */
.noUi-danger .noUi-handle:hover, .noUi-danger .noUi-handle:focus, .noUi-danger .noUi-handle:active {
  box-shadow: 0 0 0 4px rgba(183, 107, 163, 0.26);
}

/* line 15714, app/assets/stylesheets/theme/_light.scss */
.noUi-dark .noUi-connect {
  background-color: #252a33;
}

/* line 15718, app/assets/stylesheets/theme/_light.scss */
.noUi-dark .noUi-handle {
  border-color: #252a33;
}

/* line 15722, app/assets/stylesheets/theme/_light.scss */
.noUi-dark .noUi-handle:hover, .noUi-dark .noUi-handle:focus, .noUi-dark .noUi-handle:active {
  box-shadow: 0 0 0 4px rgba(34, 34, 48, 0.26);
}

/* line 15726, app/assets/stylesheets/theme/_light.scss */
.noUi-target[disabled] .noUi-connect {
  background-color: #e6e8ed;
}

/* line 15730, app/assets/stylesheets/theme/_light.scss */
.noUi-target[disabled] .noUi-handle {
  border-color: #e6e8ed;
  background-color: #f6f7f9;
}

/* line 15735, app/assets/stylesheets/theme/_light.scss */
.noUi-origin[disabled] .noUi-handle {
  border-color: #e6e8ed;
  background-color: #f6f7f9;
}

/* line 15740, app/assets/stylesheets/theme/_light.scss */
.ql-container {
  font-size: inherit;
  font-family: inherit;
}

/* line 15745, app/assets/stylesheets/theme/_light.scss */
.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  border-color: rgba(34, 34, 48, 0.1);
}

/* line 15750, app/assets/stylesheets/theme/_light.scss */
.card > .ql-toolbar.ql-snow {
  border-width: 0 0 1px 0;
}

/* line 15754, app/assets/stylesheets/theme/_light.scss */
.card > .ql-container.ql-snow {
  border-width: 0;
}

/* line 15758, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-tooltip {
  z-index: 1070;
}

/* line 15762, app/assets/stylesheets/theme/_light.scss */
.note-editor.note-frame {
  border-color: rgba(34, 34, 48, 0.1);
  box-shadow: none;
}

/* line 15767, app/assets/stylesheets/theme/_light.scss */
.card > .note-editor.note-frame {
  margin-bottom: 0;
  border: 0;
}

/* line 15772, app/assets/stylesheets/theme/_light.scss */
.note-editor.note-frame .note-statusbar {
  background-color: #ffffff;
  border-color: rgba(20, 20, 31, 0.12);
}

/* line 15777, app/assets/stylesheets/theme/_light.scss */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  border-top-color: #888c9b;
}

/* line 15781, app/assets/stylesheets/theme/_light.scss */
.note-editor.note-frame .modal:last-child .modal-footer p:last-child {
  margin-bottom: 0;
}

/* line 15785, app/assets/stylesheets/theme/_light.scss */
.note-editing-area,
.note-codable {
  min-height: 100px;
}

/* line 15790, app/assets/stylesheets/theme/_light.scss */
.note-editor.note-frame .note-editing-area .note-editable {
  color: #363642;
  background-color: #ffffff;
}

/* line 15795, app/assets/stylesheets/theme/_light.scss */
.note-editor.note-frame .note-editing-area .note-codable {
  color: #363642;
  background-color: #f6f7f9;
}

/* line 15800, app/assets/stylesheets/theme/_light.scss */
.note-placeholder {
  color: #888c9b;
}

/* line 15804, app/assets/stylesheets/theme/_light.scss */
.note-group-image-url {
  overflow: initial !important;
}

/* line 15808, app/assets/stylesheets/theme/_light.scss */
.note-popover .popover-content,
.card-header.note-toolbar {
  background-color: #ffffff;
}

/* line 15813, app/assets/stylesheets/theme/_light.scss */
.note-popover .popover-content .dropdown-menu.note-check a i,
.card-header.note-toolbar .dropdown-menu.note-check a i {
  color: #346CB0;
}

/* line 15818, app/assets/stylesheets/theme/_light.scss */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,
.card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  border-bottom-color: rgba(34, 34, 48, 0.1);
}

/* line 15823, app/assets/stylesheets/theme/_light.scss */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset,
.card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
  margin-bottom: .5rem;
}

/* line 15828, app/assets/stylesheets/theme/_light.scss */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,
.card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
}

/* line 15834, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor.ql-blank::before {
  color: rgba(20, 20, 31, 0.6);
}

/* line 15838, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor ul[data-checked=true] > li::before, card-bg .ql-editor ul[data-checked=false] > li::before {
  color: #888c9b;
}

/* line 15842, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-bg-black {
  background-color: #14141F;
}

/* line 15846, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-bg-red {
  background-color: #EA6759;
}

/* line 15850, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-bg-orange {
  background-color: #EC935E;
}

/* line 15854, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-bg-yellow {
  background-color: #F7C46C;
}

/* line 15858, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-bg-green {
  background-color: #00A28A;
}

/* line 15862, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-bg-blue {
  background-color: #346CB0;
}

/* line 15866, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-bg-purple {
  background-color: #5F4B8B;
}

/* line 15870, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-color-white {
  color: #ffffff;
}

/* line 15874, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-color-red {
  color: #EA6759;
}

/* line 15878, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-color-orange {
  color: #EC935E;
}

/* line 15882, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-color-yellow {
  color: #F7C46C;
}

/* line 15886, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-color-green {
  color: #00A28A;
}

/* line 15890, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-color-blue {
  color: #346CB0;
}

/* line 15894, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-color-purple {
  color: #5F4B8B;
}

/* line 15898, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-font-serif {
  font-family: -apple-system, BlinkMacSystemFont, "Fira Sans", "Helvetica Neue", "Apple Color Emoji", sans-serif;
}

/* line 15902, app/assets/stylesheets/theme/_light.scss */
card-bg .ql-editor .ql-font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 15906, app/assets/stylesheets/theme/_light.scss */
.ql-picker-label {
  outline: 0;
}

/* line 15910, app/assets/stylesheets/theme/_light.scss */
.ql-snow.ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-selected,
.ql-snow .ql-toolbar button:hover,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-selected {
  color: #346CB0;
}

/* line 15927, app/assets/stylesheets/theme/_light.scss */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-selected .ql-stroke.ql-fill {
  fill: #346CB0;
}

/* line 15958, app/assets/stylesheets/theme/_light.scss */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-selected .ql-stroke-miter {
  stroke: #346CB0;
}

/* line 15989, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-stroke,
.ql-snow .ql-stroke-miter {
  stroke: #363642;
}

/* line 15994, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #363642;
}

/* line 15999, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 0 4px;
}

/* line 16004, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-picker {
  color: #363642;
}

/* line 16008, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-picker-options {
  background-color: rgba(255, 255, 255, 0.98);
}

/* line 16012, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #888c9b;
}

/* line 16016, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #888c9b;
}

/* line 16020, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #888c9b;
}

/* line 16024, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: -apple-system, BlinkMacSystemFont, "Fira Sans", "Helvetica Neue", "Apple Color Emoji", sans-serif;
}

/* line 16028, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 16032, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #ffffff;
}

/* line 16036, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #14141F;
}

@media (pointer: coarse) {
  /* line 16041, app/assets/stylesheets/theme/_light.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
.ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #363642;
  }
  /* line 16045, app/assets/stylesheets/theme/_light.scss */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    fill: #363642;
  }
}

/* line 16057, app/assets/stylesheets/theme/_light.scss */
.ql-toolbar.ql-snow {
  border: 1px solid rgba(34, 34, 48, 0.1);
  font-family: -apple-system, BlinkMacSystemFont, "Fira Sans", "Helvetica Neue", "Apple Color Emoji", sans-serif;
}

/* line 16062, app/assets/stylesheets/theme/_light.scss */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(20, 20, 31, 0.2) 0 2px 8px;
}

/* line 16067, app/assets/stylesheets/theme/_light.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: rgba(34, 34, 48, 0.1);
}

/* line 16072, app/assets/stylesheets/theme/_light.scss */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #14141F;
}

/* line 16076, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-tooltip {
  color: #363642;
  background-color: rgba(255, 255, 255, 0.98);
  border-color: rgba(20, 20, 31, 0.15);
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 2px 7px 1px rgba(20, 20, 31, 0.16);
}

/* line 16083, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-tooltip input[type=text] {
  color: #363642;
  background-color: #ffffff;
  border: 1px solid #c6c9d5;
  outline: 0;
}

/* line 16090, app/assets/stylesheets/theme/_light.scss */
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid rgba(34, 34, 48, 0.1);
}

/* line 16094, app/assets/stylesheets/theme/_light.scss */
.ql-snow a {
  color: #346CB0;
}

/* line 16098, app/assets/stylesheets/theme/_light.scss */
.ql-container.ql-snow {
  border: 1px solid rgba(34, 34, 48, 0.1);
}

/* line 16102, app/assets/stylesheets/theme/_light.scss */
.CodeMirror {
  box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 16107, app/assets/stylesheets/theme/_light.scss */
.CodeMirror pre {
  padding: 0;
}

/* line 16111, app/assets/stylesheets/theme/_light.scss */
.CodeMirror .CodeMirror-code .cm-link,
.CodeMirror .CodeMirror-code .cm-url {
  color: #888c9b;
}

/* line 16116, app/assets/stylesheets/theme/_light.scss */
.CodeMirror .CodeMirror-code .cm-tag {
  color: #00A28A;
}

/* line 16120, app/assets/stylesheets/theme/_light.scss */
.cm-header,
.cm-strong {
  font-weight: 500;
}

/* line 16125, app/assets/stylesheets/theme/_light.scss */
.CodeMirror-cursor {
  border-left-color: #363642;
}

/* line 16129, app/assets/stylesheets/theme/_light.scss */
.editor-wrapper input.title:focus {
  opacity: 1;
}

/* line 16133, app/assets/stylesheets/theme/_light.scss */
.editor-wrapper input.title:hover {
  opacity: 1;
}

/* line 16137, app/assets/stylesheets/theme/_light.scss */
.editor-toolbar {
  opacity: 1;
}

/* line 16141, app/assets/stylesheets/theme/_light.scss */
.editor-toolbar:hover {
  opacity: 1;
}

/* line 16145, app/assets/stylesheets/theme/_light.scss */
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
  background: transparent;
  opacity: .38;
}

/* line 16150, app/assets/stylesheets/theme/_light.scss */
.editor-toolbar a {
  color: #363642 !important;
}

/* line 16154, app/assets/stylesheets/theme/_light.scss */
.editor-toolbar a:hover {
  color: #346CB0 !important;
  background-color: transparent;
  border-color: transparent;
}

/* line 16160, app/assets/stylesheets/theme/_light.scss */
.editor-toolbar a.active {
  color: #2e609c !important;
  background-color: rgba(52, 108, 176, 0.2);
  border-color: transparent;
}

/* line 16166, app/assets/stylesheets/theme/_light.scss */
.editor-toolbar i.separator {
  border-right-color: rgba(34, 34, 48, 0.1);
  border-left-color: #c6c9d5;
}

/* line 16171, app/assets/stylesheets/theme/_light.scss */
.editor-toolbar.fullscreen {
  background: #ffffff;
}

/* line 16175, app/assets/stylesheets/theme/_light.scss */
.editor-toolbar.fullscreen:before {
  background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 100%);
}

/* line 16179, app/assets/stylesheets/theme/_light.scss */
.editor-toolbar.fullscreen:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 100%);
}

/* line 16183, app/assets/stylesheets/theme/_light.scss */
.CodeMirror,
.editor-toolbar {
  color: #363642;
  background-color: #ffffff;
  border-color: #c6c9d5;
}

/* line 16190, app/assets/stylesheets/theme/_light.scss */
.card > .CodeMirror, .card > .editor-toolbar {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 16197, app/assets/stylesheets/theme/_light.scss */
.card > .editor-toolbar {
  border-bottom: 1px solid rgba(34, 34, 48, 0.1);
}

/* line 16201, app/assets/stylesheets/theme/_light.scss */
.form-group > .CodeMirror {
  border-radius: 0.25rem;
}

/* line 16205, app/assets/stylesheets/theme/_light.scss */
.form-group > .CodeMirror-focused {
  border-color: #346CB0;
  box-shadow: 0 0 0 1px #346CB0;
}

/* line 16210, app/assets/stylesheets/theme/_light.scss */
.form-group > .CodeMirror,
.form-group .CodeMirror-scroll {
  min-height: 4.5rem;
}

/* line 16215, app/assets/stylesheets/theme/_light.scss */
.CodeMirror-fullscreen,
.editor-toolbar.fullscreen,
.editor-preview-side {
  z-index: 1050;
}

/* line 16221, app/assets/stylesheets/theme/_light.scss */
.CodeMirror-lines {
  padding: 0;
}

/* line 16225, app/assets/stylesheets/theme/_light.scss */
.editor-preview,
.editor-preview-side {
  background-color: #ffffff;
}

/* line 16230, app/assets/stylesheets/theme/_light.scss */
.editor-preview pre,
.editor-preview-side pre {
  background: inherit;
}

/* line 16235, app/assets/stylesheets/theme/_light.scss */
.editor-preview-side {
  border-top: 0;
  border-color: rgba(34, 34, 48, 0.1);
}

/* line 16240, app/assets/stylesheets/theme/_light.scss */
.editor-statusbar {
  color: #888c9b;
}

/* line 16244, app/assets/stylesheets/theme/_light.scss */
.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: rgba(20, 20, 31, 0.1);
}

/* line 16251, app/assets/stylesheets/theme/_light.scss */
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: rgba(20, 20, 31, 0.1);
}
.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: rgba(20, 20, 31, 0.1);
}

/* line 16258, app/assets/stylesheets/theme/_light.scss */
.ace_editor {
  min-height: 200px;
  width: 100%;
  font-size: 90%;
  line-height: 1.25rem !important;
}

/* line 16265, app/assets/stylesheets/theme/_light.scss */
.card > .ace_editor {
  margin-bottom: 0;
  border-radius: 0;
}

/* line 16270, app/assets/stylesheets/theme/_light.scss */
.ace_statusbar {
  padding: .5em;
  font-size: 0.75rem;
  color: #888c9b;
}

/* line 16276, app/assets/stylesheets/theme/_light.scss */
.ace_statusbar::after {
  display: block;
  clear: both;
  content: "";
}

/* line 16282, app/assets/stylesheets/theme/_light.scss */
.ace_statusbar-dark {
  background-color: #252a33;
  color: #f6f7f9;
}

/* line 16287, app/assets/stylesheets/theme/_light.scss */
.ace_statusbar-dark .ace_status-indicator {
  border-color: #363642;
}

/* line 16291, app/assets/stylesheets/theme/_light.scss */
.ace_status-indicator {
  margin-left: auto;
  padding: 0 .5em;
  align-self: center;
  float: right;
  font-size: 0.75rem;
  line-height: 1;
  border-left: 1px solid rgba(34, 34, 48, 0.1);
}

/* line 16302, app/assets/stylesheets/theme/_light.scss */
#toast-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  right: 0;
  left: 0;
  font-size: 0.875rem;
}

/* line 16315, app/assets/stylesheets/theme/_light.scss */
#toast-container.toast-top-full-width > div:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 16320, app/assets/stylesheets/theme/_light.scss */
#toast-container.toast-bottom-full-width > div:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 16325, app/assets/stylesheets/theme/_light.scss */
#toast-container.toast-top-center, #toast-container.toast-top-right, #toast-container.toast-top-left {
  top: 4.5rem;
}

/* line 16329, app/assets/stylesheets/theme/_light.scss */
#toast-container.toast-top-full-width {
  top: 3.5rem;
}

/* line 16333, app/assets/stylesheets/theme/_light.scss */
#toast-container.toast-bottom-center, #toast-container.toast-bottom-right, #toast-container.toast-bottom-left {
  bottom: 1rem;
}

/* line 16337, app/assets/stylesheets/theme/_light.scss */
#toast-container.toast-bottom-full-width {
  bottom: 0;
}

/* line 16341, app/assets/stylesheets/theme/_light.scss */
#toast-container.toast-top-left, #toast-container.toast-bottom-left {
  align-items: flex-start;
}

/* line 16346, app/assets/stylesheets/theme/_light.scss */
#toast-container.toast-top-right, #toast-container.toast-bottom-right {
  align-items: flex-end;
}

/* line 16351, app/assets/stylesheets/theme/_light.scss */
#toast-container > div {
  display: flex;
  padding: 1rem 3.25rem 1rem 1rem;
  margin: 0 !important;
  width: auto !important;
  min-width: 288px;
  max-width: 568px;
  opacity: 1;
  box-shadow: 0 2px 5px 0 rgba(20, 20, 31, 0.2);
}

/* line 16363, app/assets/stylesheets/theme/_light.scss */
#toast-container > div:hover {
  box-shadow: 0 2px 5px 0 rgba(20, 20, 31, 0.2);
}

/* line 16367, app/assets/stylesheets/theme/_light.scss */
#toast-container > div + div {
  margin-top: .5rem !important;
}

/* line 16371, app/assets/stylesheets/theme/_light.scss */
#toast-container > .toast-success,
#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning {
  background-image: none !important;
}

/* line 16378, app/assets/stylesheets/theme/_light.scss */
.toast-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin-left: .5em;
  color: inherit;
  float: none;
  opacity: .4;
}

/* line 16388, app/assets/stylesheets/theme/_light.scss */
.toast-close-button:focus {
  color: #ffffff;
  opacity: .65;
}

/* line 16393, app/assets/stylesheets/theme/_light.scss */
.toast-close-button:hover {
  color: #ffffff;
  opacity: .65;
}

/* line 16398, app/assets/stylesheets/theme/_light.scss */
.toast {
  background-color: #252a33;
  color: #ffffff;
}

/* line 16403, app/assets/stylesheets/theme/_light.scss */
#toast-container > .toast-success,
.toast-success {
  background-color: #00A28A;
  color: #ffffff;
}

/* line 16409, app/assets/stylesheets/theme/_light.scss */
#toast-container > .toast-error,
.toast-error {
  background-color: #d53417;
  color: #ffffff;
}

/* line 16415, app/assets/stylesheets/theme/_light.scss */
#toast-container > .toast-info,
.toast-info {
  background-color: #252a33;
  color: #ffffff;
}

/* line 16421, app/assets/stylesheets/theme/_light.scss */
#toast-container > .toast-warning,
.toast-warning {
  background-color: #EC935E;
  color: #363642;
}

/* line 16427, app/assets/stylesheets/theme/_light.scss */
.toast-progress {
  opacity: 0.15;
}

@media (max-width: 575.98px) {
  /* line 16432, app/assets/stylesheets/theme/_light.scss */
  #toast-container {
    padding: 0;
  }
  /* line 16435, app/assets/stylesheets/theme/_light.scss */
  #toast-container.toast-top-center, #toast-container.toast-top-right, #toast-container.toast-top-left, #toast-container.toast-bottom-center, #toast-container.toast-bottom-right, #toast-container.toast-bottom-left {
    left: 0;
    right: 0;
  }
  /* line 16439, app/assets/stylesheets/theme/_light.scss */
  #toast-container.toast-top-center > div, #toast-container.toast-top-right > div, #toast-container.toast-top-left > div, #toast-container.toast-bottom-center > div, #toast-container.toast-bottom-right > div, #toast-container.toast-bottom-left > div {
    width: 100% !important;
    max-width: 100%;
  }
  /* line 16443, app/assets/stylesheets/theme/_light.scss */
  #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    width: 100% !important;
    max-width: 100%;
  }
  /* line 16447, app/assets/stylesheets/theme/_light.scss */
  #toast-container.toast-top-full-width, #toast-container.toast-top-center, #toast-container.toast-top-right, #toast-container.toast-top-left {
    top: 3.5rem;
  }
  /* line 16450, app/assets/stylesheets/theme/_light.scss */
  #toast-container.toast-bottom-center, #toast-container.toast-bottom-right, #toast-container.toast-bottom-left {
    bottom: 0;
  }
  /* line 16453, app/assets/stylesheets/theme/_light.scss */
  #toast-container > div {
    padding: 1rem 3.25rem 1rem 1rem;
  }
  /* line 16456, app/assets/stylesheets/theme/_light.scss */
  #toast-container > div.rtl {
    padding: 1rem 1rem 1rem 3.25rem;
  }
  /* line 16459, app/assets/stylesheets/theme/_light.scss */
  #toast-container > div {
    border-radius: 0;
    margin-bottom: 0;
  }
  /* line 16463, app/assets/stylesheets/theme/_light.scss */
  #toast-container .toast-close-button {
    top: 1rem;
    right: 1rem;
  }
  /* line 16467, app/assets/stylesheets/theme/_light.scss */
  #toast-container .rtl .toast-close-button {
    right: auto;
    left: 1rem;
  }
}

/* line 16473, app/assets/stylesheets/theme/_light.scss */
.toast-top-full-width > div,
.toast-top-center > div {
  animation: toastTop 300ms;
}

/* line 16479, app/assets/stylesheets/theme/_light.scss */
.toast-top-right > div {
  animation: toastRight 300ms;
}

/* line 16484, app/assets/stylesheets/theme/_light.scss */
.toast-top-left > div {
  animation: toastLeft 300ms;
}

@media (max-width: 575.98px) {
  /* line 16490, app/assets/stylesheets/theme/_light.scss */
  .toast-top-right > div,
.toast-top-left > div {
    animation: toastTop 300ms;
  }
}

/* line 16497, app/assets/stylesheets/theme/_light.scss */
.toast-bottom-full-width > div,
.toast-bottom-center > div,
.toast-bottom-right > div,
.toast-bottom-left > div {
  animation: toastBottom 300ms;
}

@keyframes toastBottom {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes toastTop {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes toastRight {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes toastLeft {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 16593, app/assets/stylesheets/theme/_light.scss */
.chartjs {
  height: 250px;
}

/* line 16597, app/assets/stylesheets/theme/_light.scss */
.chartjs-custom-tooltip {
  opacity: 1;
  position: fixed;
  background: #14141F;
  color: #ffffff;
  border-radius: 3px;
  transition: all .1s ease;
  pointer-events: none;
  transform: translate(-50%, 0);
  z-index: 1070;
}

/* line 16610, app/assets/stylesheets/theme/_light.scss */
.chartjs-custom-tooltip .chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

/* line 16617, app/assets/stylesheets/theme/_light.scss */
.flot {
  min-height: 200px;
}

/* line 16621, app/assets/stylesheets/theme/_light.scss */
.flot .legend > div {
  background-color: #f6f7f9 !important;
}

/* line 16625, app/assets/stylesheets/theme/_light.scss */
.flot .legendColorBox {
  margin-bottom: 4px;
}

/* line 16629, app/assets/stylesheets/theme/_light.scss */
.flot .legendLabel {
  padding-left: 6px;
  padding-right: 8px;
}

/* line 16634, app/assets/stylesheets/theme/_light.scss */
.flot .legendLabel,
.flot .flot-tick-label {
  color: #888c9b;
}

/* line 16639, app/assets/stylesheets/theme/_light.scss */
.flot-tooltip {
  position: absolute;
  display: none;
  padding: 3px 8px;
  font-size: 12px;
  color: #ffffff;
  background-color: #14141F;
  border: 1px solid #14141F;
  border-radius: 0.25rem;
  opacity: .9;
  z-index: 1070;
}

/* line 16652, app/assets/stylesheets/theme/_light.scss */
.easypiechart {
  position: relative;
  text-align: center;
  font-size: 1.25rem;
}

/* line 16658, app/assets/stylesheets/theme/_light.scss */
.easypiechart > span {
  position: absolute;
  display: inline-block;
  margin-top: -.125em;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 16669, app/assets/stylesheets/theme/_light.scss */
.chart-inline-group {
  position: relative;
  min-height: 131px;
}

/* line 16674, app/assets/stylesheets/theme/_light.scss */
.chart-inline-group .easypiechart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 16682, app/assets/stylesheets/theme/_light.scss */
.sparkline {
  vertical-align: middle;
}

/* line 16686, app/assets/stylesheets/theme/_light.scss */
.jqstooltip {
  padding: 10px;
  color: #ffffff !important;
  background-color: #14141F !important;
  border-radius: 0.25rem !important;
  box-sizing: content-box;
  z-index: 1070;
}

/* line 16695, app/assets/stylesheets/theme/_light.scss */
.jqsfield {
  color: inherit !important;
}

/* line 16699, app/assets/stylesheets/theme/_light.scss */
.vmap {
  width: 100%;
  height: 100%;
}

/* line 16704, app/assets/stylesheets/theme/_light.scss */
.jqvmap-zoomin,
.jqvmap-zoomout {
  width: auto;
  height: auto;
  padding: .5rem;
  color: #346CB0;
  background-color: #dee9f5;
}

/* line 16713, app/assets/stylesheets/theme/_light.scss */
.jqvmap-zoomin:focus,
.jqvmap-zoomout:focus {
  background-color: #b3cbe9;
  z-index: 1;
}

/* line 16719, app/assets/stylesheets/theme/_light.scss */
.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
  background-color: #b3cbe9;
  z-index: 1;
}

/* line 16725, app/assets/stylesheets/theme/_light.scss */
.map-pin {
  width: 64px;
  height: 42px;
  position: absolute;
  top: -25px;
  left: -32px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: top center;
  color: #888c9b;
}

/* line 16738, app/assets/stylesheets/theme/_light.scss */
.map-pin span {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}

/* line 16746, app/assets/stylesheets/theme/_light.scss */
.jqvmap-zoomin {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 16751, app/assets/stylesheets/theme/_light.scss */
.jqvmap-zoomout {
  top: 2.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 16757, app/assets/stylesheets/theme/_light.scss */
.gantt-container {
  border-radius: 0.25rem;
}

/* line 16761, app/assets/stylesheets/theme/_light.scss */
.gantt-container .popup-wrapper {
  background: #14141F;
  color: #ffffff;
}

/* line 16766, app/assets/stylesheets/theme/_light.scss */
.gantt-container .popup-wrapper .title {
  border-bottom: 0;
}

/* line 16770, app/assets/stylesheets/theme/_light.scss */
.gantt-container .popup-wrapper .subtitle {
  color: #888c9b;
}

/* line 16774, app/assets/stylesheets/theme/_light.scss */
.gantt-container .popup-wrapper .pointer {
  margin-left: -7px;
  border-width: 7px;
  border-top-color: #14141F;
}

/* line 16780, app/assets/stylesheets/theme/_light.scss */
.gantt .grid-header {
  fill: #ffffff;
  stroke: transparent;
  border-bottom: 1px solid rgba(34, 34, 48, 0.1);
}

/* line 16786, app/assets/stylesheets/theme/_light.scss */
.gantt .upper-text {
  fill: #363642;
}

/* line 16790, app/assets/stylesheets/theme/_light.scss */
.gantt .lower-text {
  fill: #888c9b;
}

/* line 16794, app/assets/stylesheets/theme/_light.scss */
.gantt .grid-row {
  fill: #ffffff;
}

/* line 16798, app/assets/stylesheets/theme/_light.scss */
.gantt .grid-row:nth-child(even) {
  fill: rgba(20, 20, 31, 0.05);
}

/* line 16802, app/assets/stylesheets/theme/_light.scss */
.gantt .arrow {
  stroke: #888c9b;
}

/* line 16806, app/assets/stylesheets/theme/_light.scss */
.gantt .tick,
.gantt .row-line {
  stroke: rgba(34, 34, 48, 0.1);
}

/* line 16811, app/assets/stylesheets/theme/_light.scss */
.gantt .bar {
  fill: #c6c9d5;
  stroke: #a6abbd;
}

/* line 16816, app/assets/stylesheets/theme/_light.scss */
.gantt .bar-progress {
  fill: #00A28A;
}

/* line 16820, app/assets/stylesheets/theme/_light.scss */
.gantt .bar-label.big {
  fill: #363642;
}

/* line 16824, app/assets/stylesheets/theme/_light.scss */
.gantt .today-highlight {
  fill: rgba(52, 108, 176, 0.08);
  opacity: 1;
}

/* line 16829, app/assets/stylesheets/theme/_light.scss */
.gantt .bar-wrapper:hover .bar-progress {
  fill: #00bca0;
}

/* line 16833, app/assets/stylesheets/theme/_light.scss */
.gantt .bar-wrapper.active .bar-progress {
  fill: #008974;
}

/* line 16837, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .table-bordered {
  border: 0;
}

/* line 16841, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .table-bordered thead td,
.fc-bootstrap4 .table-bordered thead th {
  border-top-width: 0;
  border-bottom-width: 0;
}

/* line 16847, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .table-bordered td:first-child,
.fc-bootstrap4 .table-bordered th:first-child {
  border-left-width: 0;
}

/* line 16852, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .table-bordered td:last-child,
.fc-bootstrap4 .table-bordered th:last-child {
  border-right-width: 0;
}

/* line 16857, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .fc-toolbar {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(20, 20, 31, 0.12);
}

/* line 16864, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .fc-toolbar h2 {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  /* line 16870, app/assets/stylesheets/theme/_light.scss */
  .fc-bootstrap4 .fc-toolbar h2 {
    margin: .5rem 0;
  }
}

@media (max-width: 575.98px) {
  /* line 16876, app/assets/stylesheets/theme/_light.scss */
  .fc-bootstrap4 .fc-toolbar h2 {
    text-align: left;
    float: none;
  }
}

@media (max-width: 575.98px) {
  /* line 16883, app/assets/stylesheets/theme/_light.scss */
  .fc-bootstrap4 .fc-toolbar .fc-left,
.fc-bootstrap4 .fc-toolbar .fc-right {
    float: none;
  }
}

/* line 16889, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .fc-head .fc-day-header {
  padding: .5rem .125rem;
  font-size: 0.875rem;
}

/* line 16894, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .fc-body > tr > td {
  border-bottom-width: 0;
}

/* line 16898, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .fc-today {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
}

/* line 16903, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .fc-event {
  padding: .125rem .25rem !important;
  border-width: 0 0 0 3px !important;
  border-radius: 0;
}

/* line 16909, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .fc-popover {
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 2px 7px 1px rgba(20, 20, 31, 0.16);
}

/* line 16913, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .fc-popover.card {
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 2px 7px 1px rgba(20, 20, 31, 0.16);
}

/* line 16917, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .fc-popover .fc-header {
  font-size: inherit;
  padding: 0.5rem 0.75rem;
}

/* line 16922, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .fc-popover .fc-event-container {
  padding: 0;
}

/* line 16926, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .fc-popover .fc-day-grid-event {
  margin-right: 0;
  margin-left: 0;
}

/* line 16931, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 .alert {
  box-shadow: none;
}

/* line 16935, app/assets/stylesheets/theme/_light.scss */
.fc-bootstrap4 button {
  padding: 0.375rem 0.75rem;
  height: calc(2.25rem + 2px);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  /* line 16942, app/assets/stylesheets/theme/_light.scss */
  .fc-bootstrap4 button {
    height: 2.25rem;
  }
}

/* line 16947, app/assets/stylesheets/theme/_light.scss */
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding-right: .5rem;
}

/* line 16952, app/assets/stylesheets/theme/_light.scss */
.fc-ltr .fc-popover .fc-header .fc-close {
  display: none;
}

/* line 16956, app/assets/stylesheets/theme/_light.scss */
.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  margin: 4px 4px 0 0;
}

/* line 16961, app/assets/stylesheets/theme/_light.scss */
.fc-list-table > tbody:first-child td:first-child,
.fc-list-table > tbody:first-child td:last-child,
.fc-list-table > tbody:first-child th:first-child,
.fc-list-table > tbody:first-child th:last-child,
.fc-list-table > thead tr:first-child td:first-child,
.fc-list-table > thead tr:first-child td:last-child,
.fc-list-table > thead tr:first-child th:first-child,
.fc-list-table > thead tr:first-child th:last-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 16973, app/assets/stylesheets/theme/_light.scss */
.page-sidebar .fc-list-empty {
  padding-top: 1rem;
  color: #888c9b;
}

/* line 16978, app/assets/stylesheets/theme/_light.scss */
canvas.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 16984, app/assets/stylesheets/theme/_light.scss */
#session-timeout-dialog .modal-header > .close {
  display: none;
}

/* line 16988, app/assets/stylesheets/theme/_light.scss */
*:focus {
  outline-color: #346CB0;
}

/* line 16992, app/assets/stylesheets/theme/_light.scss */
*::-moz-selection {
  background: #F7C46C;
  color: #363642;
  text-shadow: none;
}

/* line 16998, app/assets/stylesheets/theme/_light.scss */
*::-moz-selection {
  background: #F7C46C;
  color: #363642;
  text-shadow: none;
}
*::selection {
  background: #F7C46C;
  color: #363642;
  text-shadow: none;
}

/* line 17004, app/assets/stylesheets/theme/_light.scss */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

@media (min-width: 768px) {
  /* line 17013, app/assets/stylesheets/theme/_light.scss */
  body {
    font-size: 0.875rem;
  }
}

/* line 17018, app/assets/stylesheets/theme/_light.scss */
body.is-loaded {
  display: block !important;
}

/* line 17022, app/assets/stylesheets/theme/_light.scss */
iframe {
  margin-bottom: 1rem;
}

/* line 17026, app/assets/stylesheets/theme/_light.scss */
.app {
  width: 100%;
  min-height: 100%;
  background-color: #f6f7f9;
}

@media (min-width: 768px) {
  /* line 17033, app/assets/stylesheets/theme/_light.scss */
  .app.has-clipped-header .app-header {
    left: 15rem;
  }
}

/* line 17038, app/assets/stylesheets/theme/_light.scss */
.app.has-clipped-header .top-bar-brand {
  width: auto;
  background-color: transparent;
}

/* line 17043, app/assets/stylesheets/theme/_light.scss */
.app.has-clipped-header .app-aside {
  top: 0;
}

/* line 17047, app/assets/stylesheets/theme/_light.scss */
.app.has-fullwidth .app-main {
  padding-left: 0;
}

/* line 17051, app/assets/stylesheets/theme/_light.scss */
.app.has-fullwidth .top-bar-brand {
  background-color: transparent;
}

/* line 17055, app/assets/stylesheets/theme/_light.scss */
.app.has-fullwidth .app-aside {
  top: 0;
  transform: translate3d(-100%, 0, 0);
  z-index: 1050;
  border-right: 0;
}

/* line 17063, app/assets/stylesheets/theme/_light.scss */
.app.has-fullwidth .app-aside.show {
  transform: translate3d(0, 0, 0);
}

/* line 17068, app/assets/stylesheets/theme/_light.scss */
.app.has-fullwidth .app-backdrop.show {
  display: block;
  animation: fadeInBackdrop 260ms ease forwards;
}

/* line 17074, app/assets/stylesheets/theme/_light.scss */
.app-main {
  position: relative;
  padding-top: 3.5rem;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  /* line 17083, app/assets/stylesheets/theme/_light.scss */
  .app-main {
    padding-left: 15rem;
  }
}

/* line 17088, app/assets/stylesheets/theme/_light.scss */
.wrapper {
  position: relative;
  margin: 0 auto;
}

/* line 17093, app/assets/stylesheets/theme/_light.scss */
.app-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(20, 20, 31, 0.8);
  z-index: 1040;
}

@media (max-width: 992px) {
  /* line 17105, app/assets/stylesheets/theme/_light.scss */
  .app-backdrop.show {
    display: block;
    animation: fadeInBackdrop 260ms ease forwards;
  }
}

@keyframes fadeInBackdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 17130, app/assets/stylesheets/theme/_light.scss */
.el-example > .btn,
.el-example > .btn-group {
  margin: 4px 2px;
}

/* line 17135, app/assets/stylesheets/theme/_light.scss */
.app-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 3.5rem;
  z-index: 1030;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

/* line 17145, app/assets/stylesheets/theme/_light.scss */
.app-header .btn-account {
  padding: 0 1rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
}

/* line 17151, app/assets/stylesheets/theme/_light.scss */
.app-header .btn-account .account-summary {
  max-width: 10rem;
}

/* line 17155, app/assets/stylesheets/theme/_light.scss */
.top-bar {
  display: flex;
  width: 100%;
  height: 3.5rem;
  align-items: stretch;
}

/* line 17164, app/assets/stylesheets/theme/_light.scss */
.top-bar-brand {
  margin-bottom: 0;
  padding: 0 .5rem 0 1rem;
  display: none;
  height: 3.5rem;
  width: 15rem;
  font-size: 1.25rem;
  align-items: center;
}

/* line 17175, app/assets/stylesheets/theme/_light.scss */
.top-bar-brand > a:focus {
  text-decoration: none;
}

/* line 17179, app/assets/stylesheets/theme/_light.scss */
.top-bar-brand > a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  /* line 17184, app/assets/stylesheets/theme/_light.scss */
  .top-bar-brand {
    display: flex;
  }
}

/* line 17190, app/assets/stylesheets/theme/_light.scss */
.top-bar-list {
  display: flex;
  flex: 1;
  align-items: center;
}

/* line 17199, app/assets/stylesheets/theme/_light.scss */
.top-bar-item {
  display: flex;
  align-items: center;
  padding: 0;
}

@media (min-width: 992px) {
  /* line 17208, app/assets/stylesheets/theme/_light.scss */
  .top-bar-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  /* line 17215, app/assets/stylesheets/theme/_light.scss */
  .top-bar-item {
    padding-left: 2rem;
  }
}

/* line 17220, app/assets/stylesheets/theme/_light.scss */
.top-bar-item-full {
  flex: 1;
}

/* line 17225, app/assets/stylesheets/theme/_light.scss */
.top-bar-item-right {
  margin-left: auto;
}

/* line 17229, app/assets/stylesheets/theme/_light.scss */
.top-bar-search {
  width: 100%;
}

@media (max-width: 992px) {
  /* line 17234, app/assets/stylesheets/theme/_light.scss */
  .top-bar-search {
    padding-right: 1rem;
    padding-left: 0.5rem;
  }
}

/* line 17240, app/assets/stylesheets/theme/_light.scss */
.top-bar-search .input-group-search {
  box-shadow: none;
}

/* line 17244, app/assets/stylesheets/theme/_light.scss */
.top-bar-search .input-group-search.focus {
  box-shadow: none;
}

/* line 17248, app/assets/stylesheets/theme/_light.scss */
.top-bar-search .input-group {
  width: 100%;
}

/* line 17252, app/assets/stylesheets/theme/_light.scss */
.header-nav {
  padding: 0 .5rem;
}

/* line 17256, app/assets/stylesheets/theme/_light.scss */
.header-nav .nav-link {
  margin: 0 .25rem;
  padding-right: .75rem;
  padding-left: .75rem;
  height: calc(2.25rem + 2px);
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@media (min-width: 992px) {
  /* line 17266, app/assets/stylesheets/theme/_light.scss */
  .header-nav .nav-link {
    height: 2.25rem;
  }
}

/* line 17271, app/assets/stylesheets/theme/_light.scss */
.header-nav-dropdown {
  position: static;
}

@media (min-width: 576px) {
  /* line 17276, app/assets/stylesheets/theme/_light.scss */
  .header-nav-dropdown {
    position: relative;
  }
}

@media (max-width: 575.98px) {
  /* line 17282, app/assets/stylesheets/theme/_light.scss */
  .header-nav-dropdown .dropdown-arrow {
    top: auto;
    left: auto;
    margin-left: .75rem;
  }
}

/* line 17289, app/assets/stylesheets/theme/_light.scss */
.header-nav-dropdown .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 17295, app/assets/stylesheets/theme/_light.scss */
  .header-nav-dropdown .dropdown-menu {
    margin-top: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    border-radius: 0;
  }
}

/* line 17304, app/assets/stylesheets/theme/_light.scss */
.app-header-light {
  background-color: #f6f7f9;
  color: rgba(20, 20, 31, 0.8);
}

/* line 17309, app/assets/stylesheets/theme/_light.scss */
.app-header-light .btn-account {
  color: #346CB0;
  border-left: 1px solid rgba(34, 34, 48, 0.1);
}

/* line 17314, app/assets/stylesheets/theme/_light.scss */
.app-header-light .btn-account:hover {
  background-color: rgba(20, 20, 31, 0.025);
}

/* line 17318, app/assets/stylesheets/theme/_light.scss */
.app-header-light .btn-account:active, .app-header-light .btn-account:focus, .app-header-light .btn-account.focus, .app-header-light .btn-account.show {
  background-color: rgba(20, 20, 31, 0.075);
}

/* line 17322, app/assets/stylesheets/theme/_light.scss */
.app-header-light .top-bar-brand > a {
  color: #346CB0;
}

/* line 17326, app/assets/stylesheets/theme/_light.scss */
.app-header-light .top-bar-brand > a:focus {
  color: #346CB0;
}

/* line 17330, app/assets/stylesheets/theme/_light.scss */
.app-header-light .top-bar-brand > a:hover {
  color: #346CB0;
}

@media (min-width: 992px) {
  /* line 17335, app/assets/stylesheets/theme/_light.scss */
  .app-header-light .top-bar-search {
    margin-left: -1rem;
  }
}

/* line 17340, app/assets/stylesheets/theme/_light.scss */
.app-header-light .top-bar-search .input-group-search {
  border: transparent;
}

/* line 17344, app/assets/stylesheets/theme/_light.scss */
.app-header-light .header-nav .nav-link {
  color: rgba(20, 20, 31, 0.8);
}

/* line 17348, app/assets/stylesheets/theme/_light.scss */
.app-header-light .header-nav .nav-link:focus {
  color: #14141F;
}

/* line 17352, app/assets/stylesheets/theme/_light.scss */
.app-header-light .header-nav .nav-link:hover {
  color: #14141F;
}

/* line 17356, app/assets/stylesheets/theme/_light.scss */
.app-header-light .header-nav .nav-link.disabled {
  color: #a6abbd;
}

/* line 17360, app/assets/stylesheets/theme/_light.scss */
.app-header-light .header-nav .show > .nav-link,
.app-header-light .header-nav .active > .nav-link,
.app-header-light .header-nav .nav-link.show,
.app-header-light .header-nav .nav-link.active {
  color: #346CB0;
}

/* line 17367, app/assets/stylesheets/theme/_light.scss */
.app-header-light .hamburger .hamburger-inner, .app-header-light .hamburger .hamburger-inner:after, .app-header-light .hamburger .hamburger-inner:before {
  background-color: #363642;
}

/* line 17371, app/assets/stylesheets/theme/_light.scss */
.app-header-dark {
  background-color: #346CB0;
  color: rgba(255, 255, 255, 0.8);
}

/* line 17376, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .btn-account {
  color: #ffffff;
  border-left: 1px solid rgba(34, 34, 48, 0.12);
}

/* line 17381, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .btn-account:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 17385, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .btn-account:active, .app-header-dark .btn-account:focus, .app-header-dark .btn-account.focus, .app-header-dark .btn-account.show {
  background-color: rgba(20, 20, 31, 0.12);
}

/* line 17389, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-brand {
  background-color: rgba(20, 20, 31, 0.12);
}

/* line 17393, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-brand > a {
  color: #ffffff;
}

/* line 17397, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-brand > a:focus {
  color: #ffffff;
}

/* line 17401, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-brand > a:hover {
  color: #ffffff;
}

/* line 17405, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-search .input-group {
  border-color: transparent;
}

/* line 17409, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-search .input-group-search {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 17413, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-search .input-group-search.focus {
  background-color: #ffffff;
}

/* line 17417, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-search .input-group-search:not(.focus) .input-group-text,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17423, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-search .input-group-search:not(.focus) .input-group-text,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17429, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-search .input-group-search:not(.focus) .input-group-text,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17435, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-search .input-group-search:not(.focus) .input-group-text,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17441, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.app-header-dark .top-bar-search .input-group-search:not(.focus) .input-group-text,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control,
.app-header-dark .top-bar-search .input-group-search:not(.focus) .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17447, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .header-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17451, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .header-nav .nav-link:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 17456, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .header-nav .nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 17461, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .header-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17465, app/assets/stylesheets/theme/_light.scss */
.app-header-dark .header-nav .show > .nav-link,
.app-header-dark .header-nav .active > .nav-link,
.app-header-dark .header-nav .nav-link.show,
.app-header-dark .header-nav .nav-link.active {
  color: #ffffff;
  background-color: rgba(20, 20, 31, 0.12);
}

/* line 17473, app/assets/stylesheets/theme/_light.scss */
.app-aside {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  z-index: 1030;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 200ms ease-in-out;
}

/* line 17486, app/assets/stylesheets/theme/_light.scss */
.app-aside.show .aside-header > .hamburger {
  display: block;
}

@media (max-width: 992px) {
  /* line 17491, app/assets/stylesheets/theme/_light.scss */
  .app-aside {
    top: 0;
    width: calc(100vw - 3.5rem);
    min-width: 15rem;
    max-width: 16.5rem;
    transform: translate3d(-100%, 0, 0);
    z-index: 1050;
    border-right: 0;
  }
  /* line 17501, app/assets/stylesheets/theme/_light.scss */
  .app-aside.show {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  /* line 17508, app/assets/stylesheets/theme/_light.scss */
  .app-aside {
    top: 3.5rem;
    width: 15rem;
    z-index: 5;
  }
}

/* line 17515, app/assets/stylesheets/theme/_light.scss */
.aside-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 17523, app/assets/stylesheets/theme/_light.scss */
.aside-header {
  position: relative;
  display: block;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  z-index: 3;
}

/* line 17530, app/assets/stylesheets/theme/_light.scss */
.aside-header > .hamburger {
  display: none;
  position: absolute;
  top: .75rem;
  right: -3rem;
}

/* line 17537, app/assets/stylesheets/theme/_light.scss */
.aside-header .btn-account {
  padding: 1rem;
  width: 100%;
  justify-content: flex-start;
}

/* line 17544, app/assets/stylesheets/theme/_light.scss */
.aside-header .btn-account:focus, .aside-header .btn-account.focus {
  background-color: inherit;
}

/* line 17548, app/assets/stylesheets/theme/_light.scss */
.aside-header .btn-account:active {
  color: #363642;
  background-color: rgba(52, 108, 176, 0.08);
}

/* line 17553, app/assets/stylesheets/theme/_light.scss */
.aside-header .btn-account[aria-expanded="true"]::before {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* line 17563, app/assets/stylesheets/theme/_light.scss */
.aside-header .btn-account .account-name {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

/* line 17568, app/assets/stylesheets/theme/_light.scss */
.aside-header .btn-account .account-description {
  font-size: .875em;
}

/* line 17572, app/assets/stylesheets/theme/_light.scss */
.dropdown-aside {
  position: absolute;
  width: 100%;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  z-index: 1;
}

/* line 17579, app/assets/stylesheets/theme/_light.scss */
.dropdown-aside.show {
  max-height: calc(100vh - 4.5rem);
  overflow: auto;
}

/* line 17584, app/assets/stylesheets/theme/_light.scss */
.dropdown-aside .dropdown-icon {
  text-align: center;
  width: 1.5rem;
  margin-right: .5em;
}

/* line 17590, app/assets/stylesheets/theme/_light.scss */
.aside-menu {
  position: relative;
  flex: 1;
}

/* line 17596, app/assets/stylesheets/theme/_light.scss */
.aside-menu:not(.perfect-scrollbar) {
  overflow-y: auto;
}

/* line 17600, app/assets/stylesheets/theme/_light.scss */
.app-aside-light {
  color: inherit;
  background-color: #f6f7f9;
}

@media (min-width: 992px) {
  /* line 17606, app/assets/stylesheets/theme/_light.scss */
  .app-aside-light {
    border-right: 1px solid rgba(20, 20, 31, 0.05);
  }
}

/* line 17611, app/assets/stylesheets/theme/_light.scss */
.app-aside-light .aside-header {
  background-color: #ffffff;
}

/* line 17615, app/assets/stylesheets/theme/_light.scss */
.app-aside-light .aside-header .btn-account[aria-expanded="true"]::before {
  background-color: #ffffff;
}

/* line 17619, app/assets/stylesheets/theme/_light.scss */
.app-aside-light .dropdown-aside {
  background-color: #ffffff;
}

/* line 17623, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark {
  color: inherit;
  background-color: #252a33;
}

@media (min-width: 992px) {
  /* line 17629, app/assets/stylesheets/theme/_light.scss */
  .app-aside-dark {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }
}

/* line 17634, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .aside-header {
  color: #f6f7f9;
  background-color: #363642;
}

/* line 17639, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .aside-header .btn-account[aria-expanded="true"]::before {
  background-color: #363642;
}

/* line 17643, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .dropdown-aside {
  background-color: #363642;
}

/* line 17647, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .dropdown-aside .dropdown-item {
  color: #f6f7f9;
}

/* line 17651, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .dropdown-aside .dropdown-divider {
  border-top-color: rgba(255, 255, 255, 0.05);
}

/* line 17655, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu > .menu > .menu-item.has-active > .menu-link {
  background-color: rgba(255, 255, 255, 0.025);
}

/* line 17659, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu > .menu > .menu-item > .menu-link {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17663, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu > .menu > .menu-item > .menu-link:focus {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17667, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu > .menu > .menu-item > .menu-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17671, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu .menu-link {
  color: rgba(255, 255, 255, 0.6);
}

/* line 17675, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu .menu-link > .menu-icon {
  color: rgba(255, 255, 255, 0.38);
}

/* line 17679, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu .menu-link:focus {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17683, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu .menu-link:focus > .menu-icon {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17687, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu .menu-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17691, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu .menu-link:hover > .menu-icon {
  color: rgba(255, 255, 255, 0.8);
}

/* line 17695, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu .menu-item.has-active.has-child > .menu-link {
  color: white;
}

/* line 17699, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu .menu-item.has-active > .menu-link,
.app-aside-dark .stacked-menu .menu-item.has-active > .menu-link .menu-icon {
  color: white;
}

/* line 17704, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu .menu-item.has-open:not(.has-active) > .menu-link,
.app-aside-dark .stacked-menu .menu-item.has-open:not(.has-active) > .menu-link .menu-icon {
  color: white;
}

/* line 17709, app/assets/stylesheets/theme/_light.scss */
.app-aside-dark .stacked-menu-has-collapsible .has-child > .menu-link::after {
  background: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23a6abbd' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
}

/* line 17713, app/assets/stylesheets/theme/_light.scss */
.page {
  min-height: 646px;
}

@media (max-height: 992px) {
  /* line 17718, app/assets/stylesheets/theme/_light.scss */
  .page {
    min-height: calc(100vh - 3.5rem);
  }
}

/* line 17723, app/assets/stylesheets/theme/_light.scss */
.page-expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f6f7f9;
  z-index: 1030;
}

/* line 17732, app/assets/stylesheets/theme/_light.scss */
.page-expanded .page-inner-fill {
  height: 100vh;
}

/* line 17736, app/assets/stylesheets/theme/_light.scss */
.page-navs {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 3.5rem;
  background-color: #ffffff;
  box-shadow: 0 1px 0 rgba(34, 34, 48, 0.1);
  z-index: 5;
}

@media (min-width: 992px) {
  /* line 17751, app/assets/stylesheets/theme/_light.scss */
  .page-navs {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

/* line 17757, app/assets/stylesheets/theme/_light.scss */
.page-navs > .navbar {
  padding-right: 0;
  padding-left: 0;
}

/* line 17762, app/assets/stylesheets/theme/_light.scss */
.page-navs > .nav-scroller,
.page-navs > .nav {
  flex-grow: 1;
  align-self: flex-start;
}

/* line 17770, app/assets/stylesheets/theme/_light.scss */
.page-navs > .nav-scroller .nav-tabs,
.page-navs > .nav-tabs {
  border-bottom: 0;
}

/* line 17775, app/assets/stylesheets/theme/_light.scss */
.page-cover {
  position: relative;
  padding: 2rem 1rem 1rem;
  display: flex;
  min-height: 16rem;
  flex-direction: column;
  background-color: #e6e8ed;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1px 0 rgba(34, 34, 48, 0.1);
}

@media (min-width: 576px) {
  /* line 17790, app/assets/stylesheets/theme/_light.scss */
  .page-cover {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  /* line 17797, app/assets/stylesheets/theme/_light.scss */
  .page-cover {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

/* line 17803, app/assets/stylesheets/theme/_light.scss */
.page-cover .cover-controls {
  margin-bottom: 1.25rem;
  display: flex;
}

/* line 17809, app/assets/stylesheets/theme/_light.scss */
.page-cover .cover-controls:last-child {
  margin-bottom: 0px;
}

/* line 17813, app/assets/stylesheets/theme/_light.scss */
.page-cover .cover-controls .btn {
  flex: 1;
}

/* line 17818, app/assets/stylesheets/theme/_light.scss */
.page-cover .cover-controls .btn + .btn {
  margin-left: .5rem;
}

@media (min-width: 992px) {
  /* line 17823, app/assets/stylesheets/theme/_light.scss */
  .page-cover .cover-controls {
    margin-bottom: 0;
    display: block;
    position: absolute;
    top: 2rem;
    right: 1rem;
  }
  /* line 17830, app/assets/stylesheets/theme/_light.scss */
  .page-cover .cover-controls-bottom {
    top: auto;
    bottom: .5rem;
  }
  /* line 17834, app/assets/stylesheets/theme/_light.scss */
  .page-cover .cover-controls .btn + .btn {
    margin-left: 0;
  }
}

/* line 17839, app/assets/stylesheets/theme/_light.scss */
.cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 17856, app/assets/stylesheets/theme/_light.scss */
.page-message {
  position: fixed;
  top: 3.5rem;
  left: 50%;
  padding: .5rem 1rem;
  display: inline-table;
  width: 100%;
  max-width: 100%;
  color: #363642;
  background-color: #F7C46C;
  text-align: center;
  z-index: 1030;
  box-shadow: 0 1rem 3rem rgba(20, 20, 31, 0.175);
  transform: translate3d(-50%, 0, 0);
  cursor: pointer;
}

@media (min-width: 768px) {
  /* line 17875, app/assets/stylesheets/theme/_light.scss */
  .page-message {
    top: 4.25rem;
    width: auto;
    max-width: 47rem;
    border-radius: 4rem;
  }
}

/* line 17883, app/assets/stylesheets/theme/_light.scss */
.page-message a:not(.btn) {
  text-decoration: underline;
}

/* line 17887, app/assets/stylesheets/theme/_light.scss */
.page-inner {
  padding: 1.5rem 0;
}

@media (min-width: 576px) {
  /* line 17892, app/assets/stylesheets/theme/_light.scss */
  .page-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  /* line 17899, app/assets/stylesheets/theme/_light.scss */
  .page-inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

/* line 17905, app/assets/stylesheets/theme/_light.scss */
.page-inner-fill {
  display: flex;
  padding: 0;
  flex-direction: column;
  height: calc(100vh - 3.5rem);
}

/* line 17914, app/assets/stylesheets/theme/_light.scss */
.page-inner-fill > .page-section {
  overflow-y: auto;
}

/* line 17918, app/assets/stylesheets/theme/_light.scss */
.page-inner > .page-cover {
  margin-top: -1.5rem;
}

@media (min-width: 576px) {
  /* line 17923, app/assets/stylesheets/theme/_light.scss */
  .page-inner > .page-cover {
    margin-top: 0;
    border-radius: 0.25rem;
  }
  /* line 17927, app/assets/stylesheets/theme/_light.scss */
  .page-inner > .page-cover .cover-img {
    border-radius: 0.25rem;
  }
}

/* line 17932, app/assets/stylesheets/theme/_light.scss */
.page-title-bar,
.page-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 17939, app/assets/stylesheets/theme/_light.scss */
.page-title-bar {
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}

@media (min-width: 576px) {
  /* line 17945, app/assets/stylesheets/theme/_light.scss */
  .page-title-bar {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 17951, app/assets/stylesheets/theme/_light.scss */
.page-title-bar .btn-toolbar {
  margin-left: -.75rem;
}

/* line 17955, app/assets/stylesheets/theme/_light.scss */
.page-title {
  margin-top: 0;
  font-size: 1.75rem;
}

/* line 17960, app/assets/stylesheets/theme/_light.scss */
.page-title > small {
  font-size: 1rem;
  color: #888c9b;
}

@media (min-width: 768px) {
  /* line 17966, app/assets/stylesheets/theme/_light.scss */
  .page-title > small {
    font-size: 0.875rem;
  }
}

/* line 17971, app/assets/stylesheets/theme/_light.scss */
.page-section {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 575.98px) {
  /* line 17977, app/assets/stylesheets/theme/_light.scss */
  .page-section > .card {
    border-radius: 0;
    border-width: 1px 0;
  }
}

/* line 17983, app/assets/stylesheets/theme/_light.scss */
.section-title {
  margin-top: 0;
  padding: 1rem 0px;
  font-size: 1rem;
}

/* line 17989, app/assets/stylesheets/theme/_light.scss */
.section-block {
  margin: 1rem 0;
}

@media (max-width: 575.98px) {
  /* line 17994, app/assets/stylesheets/theme/_light.scss */
  .section-block {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* line 18000, app/assets/stylesheets/theme/_light.scss */
.section-deck {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  /* line 18008, app/assets/stylesheets/theme/_light.scss */
  .section-deck {
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  /* line 18014, app/assets/stylesheets/theme/_light.scss */
  .section-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  /* line 18027, app/assets/stylesheets/theme/_light.scss */
  .section-columns {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  /* line 18035, app/assets/stylesheets/theme/_light.scss */
  .section-columns > .section-item {
    display: inline-block;
    width: 100%;
    transform: translate3d(0, 0, 0);
    /* fix animations */
    -webkit-column-break-inside: avoid;
    /* fix columns */
  }
}

/* line 18046, app/assets/stylesheets/theme/_light.scss */
.page-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 22.5rem;
  max-width: 22.5rem;
  background-color: #ffffff;
  border-left: 1px solid rgba(34, 34, 48, 0.1);
  box-shadow: none;
  overflow: auto;
  z-index: 1029;
  transform: translate3d(100%, 0, 0);
  transition: transform 200ms ease-in-out;
}

@media (max-width: 575.98px) {
  /* line 18071, app/assets/stylesheets/theme/_light.scss */
  .page-sidebar {
    width: 100%;
    max-width: 100%;
  }
}

/* line 18077, app/assets/stylesheets/theme/_light.scss */
.page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
  overflow: auto;
}

/* line 18083, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-fluid .page-sidebar {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  /* line 18089, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 15rem);
    max-width: calc(100vw - 15rem);
  }
}

@media (min-width: 1200px) {
  /* line 18096, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 37.5rem);
    max-width: calc(100vw - 37.5rem);
  }
}

/* line 18102, app/assets/stylesheets/theme/_light.scss */
.sidebar-backdrop {
  display: none;
  position: fixed;
  top: 3.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(20, 20, 31, 0.38);
  z-index: 1028;
}

/* line 18113, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-open .page-sidebar {
  position: fixed;
  top: 3.5rem;
  transform: translate3d(0, 0, 0);
}

/* line 18120, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-open .sidebar-backdrop {
  display: block;
  animation: fadeInBackdrop 260ms ease forwards;
}

/* line 18126, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-sm .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 18133, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-sm .page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
}

/* line 18138, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-sm .sidebar-backdrop {
  display: none;
}

@media (max-width: 575.98px) {
  /* line 18143, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-sm.has-sidebar-open .page-sidebar {
    position: fixed;
    top: 3.5rem;
    transform: translate3d(0, 0, 0);
  }
  /* line 18149, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-sm.has-sidebar-open .sidebar-backdrop {
    display: block;
  }
}

@media (min-width: 576px) {
  /* line 18155, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-sm .app-main > .app-footer,
.has-sidebar-expand-sm .page-inner {
    margin-right: 22.5rem;
  }
  /* line 18159, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-sm .page-sidebar {
    transform: translate3d(0, 0, 0);
  }
  /* line 18163, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-open .has-sidebar-expand-sm .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
  }
  /* line 18169, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-sm.has-sidebar-fluid .page-inner {
    margin-right: calc(100vw - 37.5rem);
  }
  /* line 18172, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-sm.has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 37.5rem);
    max-width: calc(100vw - 37.5rem);
  }
}

/* line 18178, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-md .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 18185, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-md .page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
}

/* line 18190, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-md .sidebar-backdrop {
  display: none;
}

@media (max-width: 992px) {
  /* line 18195, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-md.has-sidebar-open .page-sidebar {
    position: fixed;
    top: 3.5rem;
    transform: translate3d(0, 0, 0);
  }
  /* line 18201, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-md.has-sidebar-open .sidebar-backdrop {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 18207, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-md .app-main > .app-footer,
.has-sidebar-expand-md .page-inner {
    margin-right: 22.5rem;
  }
  /* line 18211, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-md .page-sidebar {
    transform: translate3d(0, 0, 0);
  }
  /* line 18215, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-open .has-sidebar-expand-md .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
  }
  /* line 18221, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-md.has-sidebar-fluid .page-inner {
    margin-right: calc(100vw - 37.5rem);
  }
  /* line 18224, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-md.has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 37.5rem);
    max-width: calc(100vw - 37.5rem);
  }
}

/* line 18230, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-lg .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 18237, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-lg .page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
}

/* line 18242, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-lg .sidebar-backdrop {
  display: none;
}

@media (max-width: 991.98px) {
  /* line 18247, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-lg.has-sidebar-open .page-sidebar {
    position: fixed;
    top: 3.5rem;
    transform: translate3d(0, 0, 0);
  }
  /* line 18253, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-lg.has-sidebar-open .sidebar-backdrop {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 18259, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-lg .app-main > .app-footer,
.has-sidebar-expand-lg .page-inner {
    margin-right: 22.5rem;
  }
  /* line 18263, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-lg .page-sidebar {
    transform: translate3d(0, 0, 0);
  }
  /* line 18267, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-open .has-sidebar-expand-lg .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
  }
  /* line 18273, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-lg.has-sidebar-fluid .page-inner {
    margin-right: calc(100vw - 37.5rem);
  }
  /* line 18276, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-lg.has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 37.5rem);
    max-width: calc(100vw - 37.5rem);
  }
}

/* line 18282, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-xl .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 18289, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-xl .page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
}

/* line 18294, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand-xl .sidebar-backdrop {
  display: none;
}

@media (max-width: 1199.98px) {
  /* line 18299, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-xl.has-sidebar-open .page-sidebar {
    position: fixed;
    top: 3.5rem;
    transform: translate3d(0, 0, 0);
  }
  /* line 18305, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-xl.has-sidebar-open .sidebar-backdrop {
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 18311, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-xl .app-main > .app-footer,
.has-sidebar-expand-xl .page-inner {
    margin-right: 22.5rem;
  }
  /* line 18315, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-xl .page-sidebar {
    transform: translate3d(0, 0, 0);
  }
  /* line 18319, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-open .has-sidebar-expand-xl .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
  }
  /* line 18325, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-xl.has-sidebar-fluid .page-inner {
    margin-right: calc(100vw - 37.5rem);
  }
  /* line 18328, app/assets/stylesheets/theme/_light.scss */
  .has-sidebar-expand-xl.has-sidebar-fluid .page-sidebar {
    width: calc(100vw - 37.5rem);
    max-width: calc(100vw - 37.5rem);
  }
}

/* line 18334, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 18341, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand .page-sidebar-fixed {
  position: fixed;
  top: 3.5rem;
}

/* line 18346, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand .sidebar-backdrop {
  display: none;
}

/* line 18350, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand.has-sidebar-open .page-sidebar {
  position: fixed;
  top: 3.5rem;
  transform: translate3d(0, 0, 0);
}

/* line 18357, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand.has-sidebar-open .sidebar-backdrop {
  display: block;
}

/* line 18361, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand .app-main > .app-footer,
.has-sidebar-expand .page-inner {
  margin-right: 22.5rem;
}

/* line 18366, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand .page-sidebar {
  transform: translate3d(0, 0, 0);
}

/* line 18371, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-open .has-sidebar-expand .page-sidebar {
  position: absolute;
  top: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 18378, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand.has-sidebar-fluid .page-inner {
  margin-right: calc(100vw - 37.5rem);
}

/* line 18382, app/assets/stylesheets/theme/_light.scss */
.has-sidebar-expand.has-sidebar-fluid .page-sidebar {
  width: calc(100vw - 37.5rem);
  max-width: calc(100vw - 37.5rem);
}

/* line 18387, app/assets/stylesheets/theme/_light.scss */
.sidebar-header {
  position: relative;
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  height: 3.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  z-index: 2;
}

/* line 18400, app/assets/stylesheets/theme/_light.scss */
.sidebar-header .breadcrumb {
  margin-bottom: 0;
}

/* line 18404, app/assets/stylesheets/theme/_light.scss */
.sidebar-title {
  margin: 1rem 0;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 18411, app/assets/stylesheets/theme/_light.scss */
.sidebar-section {
  padding: 20px;
}

/* line 18415, app/assets/stylesheets/theme/_light.scss */
.sidebar-section-fill {
  flex: 1;
  overflow-y: auto;
}

/* line 18421, app/assets/stylesheets/theme/_light.scss */
.sidebar-section-fill:not(.sidebar-section) > .sidebar-title {
  margin-left: 1rem;
}

/* line 18425, app/assets/stylesheets/theme/_light.scss */
.sidebar-footer {
  position: relative;
  padding: .5rem;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 -1px 3px 0 rgba(20, 20, 31, 0.15);
  z-index: 1;
}

/* line 18433, app/assets/stylesheets/theme/_light.scss */
.app-footer {
  margin: 1.5rem 0;
  padding: 0 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  /* line 18440, app/assets/stylesheets/theme/_light.scss */
  .app-footer {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

/* line 18446, app/assets/stylesheets/theme/_light.scss */
.page-inner > .app-footer {
  margin-top: 3rem;
  margin-bottom: 0;
}

/* line 18451, app/assets/stylesheets/theme/_light.scss */
.rating-block {
  display: block;
}

/* line 18455, app/assets/stylesheets/theme/_light.scss */
.rating {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  vertical-align: middle;
}

/* line 18462, app/assets/stylesheets/theme/_light.scss */
.rating-xs {
  font-size: .875rem;
}

/* line 18466, app/assets/stylesheets/theme/_light.scss */
.rating-sm {
  font-size: 1rem;
}

/* line 18470, app/assets/stylesheets/theme/_light.scss */
.rating-lg {
  font-size: 1.5rem;
}

/* line 18474, app/assets/stylesheets/theme/_light.scss */
.rating > label,
.rating > input[type="radio"],
.rating > input[type="checkbox"] {
  float: right;
  cursor: pointer;
}

/* line 18481, app/assets/stylesheets/theme/_light.scss */
.rating > label {
  margin-bottom: 0;
  display: inline;
  color: #e6e8ed;
  line-height: 1;
}

/* line 18488, app/assets/stylesheets/theme/_light.scss */
.rating > label:hover {
  color: #fbe3b9;
}

/* line 18492, app/assets/stylesheets/theme/_light.scss */
.rating > label:hover ~ label {
  color: #F7C46C;
}

/* line 18496, app/assets/stylesheets/theme/_light.scss */
.rating.has-readonly > label:hover {
  color: #e6e8ed;
}

/* line 18500, app/assets/stylesheets/theme/_light.scss */
.rating.has-readonly > label:hover ~ label {
  color: #e6e8ed;
}

/* line 18504, app/assets/stylesheets/theme/_light.scss */
.rating > input[type="radio"],
.rating > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* line 18511, app/assets/stylesheets/theme/_light.scss */
.rating > input[type="radio"]:checked ~ label,
.rating > input[type="checkbox"]:checked ~ label {
  color: #F7C46C;
}

/* line 18516, app/assets/stylesheets/theme/_light.scss */
.rating-blue > label:hover {
  color: #01b3f9;
}

/* line 18520, app/assets/stylesheets/theme/_light.scss */
.rating-blue > label:hover ~ label {
  color: #0179A8;
}

/* line 18524, app/assets/stylesheets/theme/_light.scss */
.rating-blue > input[type="radio"]:checked ~ label,
.rating-blue > input[type="checkbox"]:checked ~ label {
  color: #0179A8;
}

/* line 18529, app/assets/stylesheets/theme/_light.scss */
.rating-indigo > label:hover {
  color: #6496d1;
}

/* line 18533, app/assets/stylesheets/theme/_light.scss */
.rating-indigo > label:hover ~ label {
  color: #346CB0;
}

/* line 18537, app/assets/stylesheets/theme/_light.scss */
.rating-indigo > input[type="radio"]:checked ~ label,
.rating-indigo > input[type="checkbox"]:checked ~ label {
  color: #346CB0;
}

/* line 18542, app/assets/stylesheets/theme/_light.scss */
.rating-purple > label:hover {
  color: #8874b4;
}

/* line 18546, app/assets/stylesheets/theme/_light.scss */
.rating-purple > label:hover ~ label {
  color: #5F4B8B;
}

/* line 18550, app/assets/stylesheets/theme/_light.scss */
.rating-purple > input[type="radio"]:checked ~ label,
.rating-purple > input[type="checkbox"]:checked ~ label {
  color: #5F4B8B;
}

/* line 18555, app/assets/stylesheets/theme/_light.scss */
.rating-pink > label:hover {
  color: #d2a2c5;
}

/* line 18559, app/assets/stylesheets/theme/_light.scss */
.rating-pink > label:hover ~ label {
  color: #d53417;
}

/* line 18563, app/assets/stylesheets/theme/_light.scss */
.rating-pink > input[type="radio"]:checked ~ label,
.rating-pink > input[type="checkbox"]:checked ~ label {
  color: #d53417;
}

/* line 18568, app/assets/stylesheets/theme/_light.scss */
.rating-red > label:hover {
  color: #f3a9a1;
}

/* line 18572, app/assets/stylesheets/theme/_light.scss */
.rating-red > label:hover ~ label {
  color: #EA6759;
}

/* line 18576, app/assets/stylesheets/theme/_light.scss */
.rating-red > input[type="radio"]:checked ~ label,
.rating-red > input[type="checkbox"]:checked ~ label {
  color: #EA6759;
}

/* line 18581, app/assets/stylesheets/theme/_light.scss */
.rating-orange > label:hover {
  color: #f5c4a7;
}

/* line 18585, app/assets/stylesheets/theme/_light.scss */
.rating-orange > label:hover ~ label {
  color: #EC935E;
}

/* line 18589, app/assets/stylesheets/theme/_light.scss */
.rating-orange > input[type="radio"]:checked ~ label,
.rating-orange > input[type="checkbox"]:checked ~ label {
  color: #EC935E;
}

/* line 18594, app/assets/stylesheets/theme/_light.scss */
.rating-yellow > label:hover {
  color: #fbe3b9;
}

/* line 18598, app/assets/stylesheets/theme/_light.scss */
.rating-yellow > label:hover ~ label {
  color: #F7C46C;
}

/* line 18602, app/assets/stylesheets/theme/_light.scss */
.rating-yellow > input[type="radio"]:checked ~ label,
.rating-yellow > input[type="checkbox"]:checked ~ label {
  color: #F7C46C;
}

/* line 18607, app/assets/stylesheets/theme/_light.scss */
.rating-green > label:hover {
  color: #d4e3cb;
}

/* line 18611, app/assets/stylesheets/theme/_light.scss */
.rating-green > label:hover ~ label {
  color: #A7C796;
}

/* line 18615, app/assets/stylesheets/theme/_light.scss */
.rating-green > input[type="radio"]:checked ~ label,
.rating-green > input[type="checkbox"]:checked ~ label {
  color: #A7C796;
}

/* line 18620, app/assets/stylesheets/theme/_light.scss */
.rating-teal > label:hover {
  color: #00f4d0;
}

/* line 18624, app/assets/stylesheets/theme/_light.scss */
.rating-teal > label:hover ~ label {
  color: #00A28A;
}

/* line 18628, app/assets/stylesheets/theme/_light.scss */
.rating-teal > input[type="radio"]:checked ~ label,
.rating-teal > input[type="checkbox"]:checked ~ label {
  color: #00A28A;
}

/* line 18633, app/assets/stylesheets/theme/_light.scss */
.rating-cyan > label:hover {
  color: #5fafc9;
}

/* line 18637, app/assets/stylesheets/theme/_light.scss */
.rating-cyan > label:hover ~ label {
  color: #3686A0;
}

/* line 18641, app/assets/stylesheets/theme/_light.scss */
.rating-cyan > input[type="radio"]:checked ~ label,
.rating-cyan > input[type="checkbox"]:checked ~ label {
  color: #3686A0;
}

/* line 18646, app/assets/stylesheets/theme/_light.scss */
.rating-white > label:hover {
  color: white;
}

/* line 18650, app/assets/stylesheets/theme/_light.scss */
.rating-white > label:hover ~ label {
  color: #ffffff;
}

/* line 18654, app/assets/stylesheets/theme/_light.scss */
.rating-white > input[type="radio"]:checked ~ label,
.rating-white > input[type="checkbox"]:checked ~ label {
  color: #ffffff;
}

/* line 18659, app/assets/stylesheets/theme/_light.scss */
.rating-gray > label:hover {
  color: #b4b7c0;
}

/* line 18663, app/assets/stylesheets/theme/_light.scss */
.rating-gray > label:hover ~ label {
  color: #888c9b;
}

/* line 18667, app/assets/stylesheets/theme/_light.scss */
.rating-gray > input[type="radio"]:checked ~ label,
.rating-gray > input[type="checkbox"]:checked ~ label {
  color: #888c9b;
}

/* line 18672, app/assets/stylesheets/theme/_light.scss */
.rating-gray-dark > label:hover {
  color: #444460;
}

/* line 18676, app/assets/stylesheets/theme/_light.scss */
.rating-gray-dark > label:hover ~ label {
  color: #252a33;
}

/* line 18680, app/assets/stylesheets/theme/_light.scss */
.rating-gray-dark > input[type="radio"]:checked ~ label,
.rating-gray-dark > input[type="checkbox"]:checked ~ label {
  color: #252a33;
}

/* line 18685, app/assets/stylesheets/theme/_light.scss */
.switcher-control {
  margin-bottom: 0;
  position: relative;
  width: 36px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 18696, app/assets/stylesheets/theme/_light.scss */
.switcher-input {
  display: none;
}

/* line 18700, app/assets/stylesheets/theme/_light.scss */
.switcher-indicator {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 16px;
  padding: 0;
  line-height: 16px;
  border: 2px solid #e6e8ed;
  border-radius: 16px;
  background-color: #e6e8ed;
  transition: all 150ms linear;
}

/* line 18714, app/assets/stylesheets/theme/_light.scss */
.switcher-indicator:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 16px;
  margin: 0px;
  background: #ffffff;
  right: 20px;
  border: 2px solid #e6e8ed;
  border-radius: 16px;
  transition: all 150ms ease-in-out;
}

/* line 18729, app/assets/stylesheets/theme/_light.scss */
.switcher-input:checked + .switcher-indicator,
.switcher-input:checked + .switcher-indicator:before {
  border-color: #346CB0;
}

/* line 18734, app/assets/stylesheets/theme/_light.scss */
.switcher-input:checked + .switcher-indicator {
  background-color: #346CB0;
}

/* line 18738, app/assets/stylesheets/theme/_light.scss */
.switcher-input:checked + .switcher-indicator:before {
  right: 0px;
  box-shadow: none;
}

/* line 18743, app/assets/stylesheets/theme/_light.scss */
.disabled > .switcher-input,
.switcher-input:disabled {
  pointer-events: none;
}

/* line 18748, app/assets/stylesheets/theme/_light.scss */
.disabled > .switcher-input + .switcher-indicator,
.switcher-input:disabled + .switcher-indicator {
  opacity: .38;
  cursor: default;
}

/* line 18754, app/assets/stylesheets/theme/_light.scss */
.switcher-control-success .switcher-input:checked + .switcher-indicator,
.switcher-control-success .switcher-input:checked + .switcher-indicator:before {
  border-color: #00A28A;
}

/* line 18759, app/assets/stylesheets/theme/_light.scss */
.switcher-control-success .switcher-input:checked + .switcher-indicator {
  background-color: #00A28A;
}

/* line 18763, app/assets/stylesheets/theme/_light.scss */
.switcher-control-danger .switcher-input:checked + .switcher-indicator,
.switcher-control-danger .switcher-input:checked + .switcher-indicator:before {
  border-color: #b02b13;
}

/* line 18768, app/assets/stylesheets/theme/_light.scss */
.switcher-control-danger .switcher-input:checked + .switcher-indicator {
  background-color: #d53417;
}

/* line 18772, app/assets/stylesheets/theme/_light.scss */
.list-icons {
  padding-left: 0;
  margin-left: 1.5rem;
  list-style-type: none;
}

/* line 18778, app/assets/stylesheets/theme/_light.scss */
.list-icons > li {
  position: relative;
}

/* line 18782, app/assets/stylesheets/theme/_light.scss */
.list-icons > li:not(:last-child) {
  margin-bottom: .25rem;
}

/* line 18786, app/assets/stylesheets/theme/_light.scss */
.list-icons .list-icon {
  position: absolute;
  left: -1.5rem;
  width: 1rem;
  font-size: 1em;
  text-align: center;
}

/* line 18794, app/assets/stylesheets/theme/_light.scss */
.tile-wrapper {
  display: inline-block;
  text-align: center;
}

/* line 18799, app/assets/stylesheets/theme/_light.scss */
.tile-wrapper .tile {
  margin-bottom: .25rem;
}

/* line 18803, app/assets/stylesheets/theme/_light.scss */
.tile-wrapper .tile-peek {
  display: block;
  font-size: 0.875rem;
}

/* line 18808, app/assets/stylesheets/theme/_light.scss */
a.tile-wrapper .tile-peek {
  color: #888c9b;
}

/* line 18812, app/assets/stylesheets/theme/_light.scss */
a.tile-wrapper:focus {
  text-decoration: none;
}

/* line 18816, app/assets/stylesheets/theme/_light.scss */
a.tile-wrapper:focus .tile-peek {
  color: #363642;
}

/* line 18820, app/assets/stylesheets/theme/_light.scss */
a.tile-wrapper:hover {
  text-decoration: none;
}

/* line 18824, app/assets/stylesheets/theme/_light.scss */
a.tile-wrapper:hover .tile-peek {
  color: #363642;
}

/* line 18828, app/assets/stylesheets/theme/_light.scss */
.tile {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: #888c9b;
  font-weight: 600;
  font-size: 1rem;
  background-color: #e6e8ed;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.25rem;
}

/* line 18842, app/assets/stylesheets/theme/_light.scss */
.tile-img {
  position: relative;
  background-color: transparent;
  overflow: hidden;
}

/* line 18848, app/assets/stylesheets/theme/_light.scss */
.tile.bg-primary {
  color: #ffffff;
}

/* line 18852, app/assets/stylesheets/theme/_light.scss */
.tile.bg-secondary {
  color: #363642;
}

/* line 18856, app/assets/stylesheets/theme/_light.scss */
.tile.bg-success {
  color: #ffffff;
}

/* line 18860, app/assets/stylesheets/theme/_light.scss */
.tile.bg-info {
  color: #ffffff;
}

/* line 18864, app/assets/stylesheets/theme/_light.scss */
.tile.bg-warning {
  color: #363642;
}

/* line 18868, app/assets/stylesheets/theme/_light.scss */
.tile.bg-danger {
  color: #ffffff;
}

/* line 18872, app/assets/stylesheets/theme/_light.scss */
.tile.bg-light {
  color: #363642;
}

/* line 18876, app/assets/stylesheets/theme/_light.scss */
.tile.bg-dark {
  color: #ffffff;
}

/* line 18880, app/assets/stylesheets/theme/_light.scss */
.tile-xxl {
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  font-size: 3rem;
}

/* line 18887, app/assets/stylesheets/theme/_light.scss */
.tile-xl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
}

/* line 18894, app/assets/stylesheets/theme/_light.scss */
.tile-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
}

/* line 18901, app/assets/stylesheets/theme/_light.scss */
.tile-md {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}

/* line 18907, app/assets/stylesheets/theme/_light.scss */
.tile-sm {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

/* line 18914, app/assets/stylesheets/theme/_light.scss */
.tile-xs {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

/* line 18921, app/assets/stylesheets/theme/_light.scss */
.tile-xxl, .tile-xl, .tile-lg {
  border-radius: 0.3rem;
}

/* line 18925, app/assets/stylesheets/theme/_light.scss */
.tile-circle {
  border-radius: 4rem;
}

/* line 18929, app/assets/stylesheets/theme/_light.scss */
.tile > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

/* line 18941, app/assets/stylesheets/theme/_light.scss */
a.tile {
  outline: 0;
  background-color: #d7dae2;
}

/* line 18946, app/assets/stylesheets/theme/_light.scss */
a.tile:focus {
  color: #363642;
  text-decoration: none;
}

/* line 18951, app/assets/stylesheets/theme/_light.scss */
a.tile:hover {
  color: #363642;
  text-decoration: none;
}

/* line 18956, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-primary:focus {
  color: #ffffff;
}

/* line 18960, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-primary:hover {
  color: #ffffff;
}

/* line 18964, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-secondary:focus {
  color: #363642;
}

/* line 18968, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-secondary:hover {
  color: #363642;
}

/* line 18972, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-success:focus {
  color: #ffffff;
}

/* line 18976, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-success:hover {
  color: #ffffff;
}

/* line 18980, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-info:focus {
  color: #ffffff;
}

/* line 18984, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-info:hover {
  color: #ffffff;
}

/* line 18988, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-warning:focus {
  color: #363642;
}

/* line 18992, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-warning:hover {
  color: #363642;
}

/* line 18996, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-danger:focus {
  color: #ffffff;
}

/* line 19000, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-danger:hover {
  color: #ffffff;
}

/* line 19004, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-light:focus {
  color: #363642;
}

/* line 19008, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-light:hover {
  color: #363642;
}

/* line 19012, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-dark:focus {
  color: #ffffff;
}

/* line 19016, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-dark:hover {
  color: #ffffff;
}

/* line 19020, app/assets/stylesheets/theme/_light.scss */
.tile.bg-blue {
  color: #ffffff;
}

/* line 19024, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-blue:focus {
  color: #ffffff;
}

/* line 19028, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-blue:hover {
  color: #ffffff;
}

/* line 19032, app/assets/stylesheets/theme/_light.scss */
.tile.bg-indigo {
  color: #ffffff;
}

/* line 19036, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-indigo:focus {
  color: #ffffff;
}

/* line 19040, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-indigo:hover {
  color: #ffffff;
}

/* line 19044, app/assets/stylesheets/theme/_light.scss */
.tile.bg-purple {
  color: #ffffff;
}

/* line 19048, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-purple:focus {
  color: #ffffff;
}

/* line 19052, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-purple:hover {
  color: #ffffff;
}

/* line 19056, app/assets/stylesheets/theme/_light.scss */
.tile.bg-pink {
  color: #ffffff;
}

/* line 19060, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-pink:focus {
  color: #ffffff;
}

/* line 19064, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-pink:hover {
  color: #ffffff;
}

/* line 19068, app/assets/stylesheets/theme/_light.scss */
.tile.bg-red {
  color: #ffffff;
}

/* line 19072, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-red:focus {
  color: #ffffff;
}

/* line 19076, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-red:hover {
  color: #ffffff;
}

/* line 19080, app/assets/stylesheets/theme/_light.scss */
.tile.bg-orange {
  color: #363642;
}

/* line 19084, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-orange:focus {
  color: #363642;
}

/* line 19088, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-orange:hover {
  color: #363642;
}

/* line 19092, app/assets/stylesheets/theme/_light.scss */
.tile.bg-yellow {
  color: #363642;
}

/* line 19096, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-yellow:focus {
  color: #363642;
}

/* line 19100, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-yellow:hover {
  color: #363642;
}

/* line 19104, app/assets/stylesheets/theme/_light.scss */
.tile.bg-green {
  color: #363642;
}

/* line 19108, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-green:focus {
  color: #363642;
}

/* line 19112, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-green:hover {
  color: #363642;
}

/* line 19116, app/assets/stylesheets/theme/_light.scss */
.tile.bg-teal {
  color: #ffffff;
}

/* line 19120, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-teal:focus {
  color: #ffffff;
}

/* line 19124, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-teal:hover {
  color: #ffffff;
}

/* line 19128, app/assets/stylesheets/theme/_light.scss */
.tile.bg-cyan {
  color: #ffffff;
}

/* line 19132, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-cyan:focus {
  color: #ffffff;
}

/* line 19136, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-cyan:hover {
  color: #ffffff;
}

/* line 19140, app/assets/stylesheets/theme/_light.scss */
.tile.bg-white {
  color: #363642;
}

/* line 19144, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-white:focus {
  color: #363642;
}

/* line 19148, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-white:hover {
  color: #363642;
}

/* line 19152, app/assets/stylesheets/theme/_light.scss */
.tile.bg-gray {
  color: #ffffff;
}

/* line 19156, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-gray:focus {
  color: #ffffff;
}

/* line 19160, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-gray:hover {
  color: #ffffff;
}

/* line 19164, app/assets/stylesheets/theme/_light.scss */
.tile.bg-gray-dark {
  color: #ffffff;
}

/* line 19168, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-gray-dark:focus {
  color: #ffffff;
}

/* line 19172, app/assets/stylesheets/theme/_light.scss */
a.tile.bg-gray-dark:hover {
  color: #ffffff;
}

/* line 19176, app/assets/stylesheets/theme/_light.scss */
.user-avatar {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  vertical-align: middle;
  border-radius: 4rem;
}

/* line 19187, app/assets/stylesheets/theme/_light.scss */
.user-avatar-xxl {
  width: 8rem;
  height: 8rem;
  font-size: 8rem;
}

/* line 19193, app/assets/stylesheets/theme/_light.scss */
.user-avatar-xl {
  width: 5rem;
  height: 5rem;
  font-size: 5rem;
}

/* line 19199, app/assets/stylesheets/theme/_light.scss */
.user-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
}

/* line 19205, app/assets/stylesheets/theme/_light.scss */
.user-avatar-md {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 2.25rem;
}

/* line 19211, app/assets/stylesheets/theme/_light.scss */
.user-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

/* line 19217, app/assets/stylesheets/theme/_light.scss */
.user-avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}

/* line 19223, app/assets/stylesheets/theme/_light.scss */
.user-avatar.dropdown .dropdown-menu {
  min-width: 6rem;
}

/* line 19227, app/assets/stylesheets/theme/_light.scss */
.user-avatar.dropdown:hover .avatar-badge > .oi:before, .user-avatar.dropdown:focus .avatar-badge > .oi:before, .user-avatar.dropdown.focus .avatar-badge > .oi:before, .user-avatar.dropdown.show .avatar-badge > .oi:before {
  content: "\e02d";
}

/* line 19231, app/assets/stylesheets/theme/_light.scss */
.user-avatar.dropdown:hover .avatar-badge > .fa:before, .user-avatar.dropdown:focus .avatar-badge > .fa:before, .user-avatar.dropdown.focus .avatar-badge > .fa:before, .user-avatar.dropdown.show .avatar-badge > .fa:before {
  content: "\f0d7";
}

/* line 19235, app/assets/stylesheets/theme/_light.scss */
.user-avatar.dropdown:hover .offline, .user-avatar.dropdown:focus .offline, .user-avatar.dropdown.focus .offline, .user-avatar.dropdown.show .offline {
  color: #ffffff;
}

/* line 19239, app/assets/stylesheets/theme/_light.scss */
.user-avatar > a {
  color: inherit;
  outline: 0;
}

/* line 19244, app/assets/stylesheets/theme/_light.scss */
.user-avatar > a:focus {
  color: inherit;
  text-decoration: none;
}

/* line 19249, app/assets/stylesheets/theme/_light.scss */
.user-avatar > a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 19254, app/assets/stylesheets/theme/_light.scss */
.user-avatar img,
.user-avatar canvas,
.user-avatar video,
.user-avatar audio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

/* line 19270, app/assets/stylesheets/theme/_light.scss */
a.user-avatar:focus {
  outline: 0;
}

/* line 19274, app/assets/stylesheets/theme/_light.scss */
a.user-avatar:hover {
  outline: 0;
}

/* line 19278, app/assets/stylesheets/theme/_light.scss */
a.user-avatar:focus {
  box-shadow: 0 0 0 3px #346CB0;
}

/* line 19282, app/assets/stylesheets/theme/_light.scss */
.user-avatar-lg .avatar-badge {
  right: 5px;
}

/* line 19286, app/assets/stylesheets/theme/_light.scss */
.user-avatar-sm .avatar-badge,
.user-avatar-xs .avatar-badge {
  right: -2px;
}

/* line 19291, app/assets/stylesheets/theme/_light.scss */
.user-avatar-floated {
  margin-top: -50%;
  box-shadow: 0 0 0 2px #ffffff;
  z-index: 2;
}

/* line 19297, app/assets/stylesheets/theme/_light.scss */
.user-avatar-floated.user-avatar-xl {
  box-shadow: 0 0 0 3px #ffffff;
}

/* line 19301, app/assets/stylesheets/theme/_light.scss */
.user-avatar-floated.user-avatar-xxl {
  box-shadow: 0 0 0 4px #ffffff;
}

/* line 19305, app/assets/stylesheets/theme/_light.scss */
.avatar-group {
  display: inline-block;
}

/* line 19309, app/assets/stylesheets/theme/_light.scss */
.avatar-group .user-avatar {
  box-shadow: 0 0 0 2px #ffffff;
}

/* line 19313, app/assets/stylesheets/theme/_light.scss */
.avatar-group .user-avatar:focus {
  z-index: 2;
}

/* line 19317, app/assets/stylesheets/theme/_light.scss */
.avatar-group .user-avatar:hover {
  z-index: 2;
}

/* line 19321, app/assets/stylesheets/theme/_light.scss */
.avatar-group .user-avatar + .user-avatar {
  display: inline-block;
  margin-left: -.5em;
}

/* line 19326, app/assets/stylesheets/theme/_light.scss */
.avatar-group-animated .user-avatar:nth-child(1) {
  animation: avatarAnimatedStart 1s;
}

/* line 19331, app/assets/stylesheets/theme/_light.scss */
.avatar-group-animated .user-avatar:nth-child(2) {
  animation: avatarAnimated .75s;
}

/* line 19336, app/assets/stylesheets/theme/_light.scss */
.avatar-group-animated .user-avatar:nth-child(3) {
  animation: avatarAnimated 1s;
}

/* line 19341, app/assets/stylesheets/theme/_light.scss */
.avatar-group-animated .user-avatar:nth-child(4) {
  animation: avatarAnimated 1.25s;
}

/* line 19346, app/assets/stylesheets/theme/_light.scss */
.avatar-group-animated .user-avatar:nth-child(5) {
  animation: avatarAnimated 1.5s;
}

/* line 19351, app/assets/stylesheets/theme/_light.scss */
.avatar-group-animated .tile {
  animation: avatarAnimatedEnd 1.5s;
}

/* progress animation */

@keyframes avatarAnimatedStart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes avatarAnimated {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  25% {
    opacity: 0;
    transform: translateX(-75%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes avatarAnimatedEnd {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  25% {
    opacity: 0;
    transform: translateX(75%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 19446, app/assets/stylesheets/theme/_light.scss */
.avatar-badge {
  position: absolute;
  right: 1px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  line-height: 1;
  text-align: center;
  font-size: 8px;
  color: #ffffff;
  background-color: #a6abbd;
  border-radius: 8px;
  box-shadow: 0 0 0 2px #ffffff;
  z-index: 2;
}

/* line 19463, app/assets/stylesheets/theme/_light.scss */
.avatar-badge.has-indicator {
  width: 10px;
  height: 10px;
}

/* line 19468, app/assets/stylesheets/theme/_light.scss */
.avatar-badge.online {
  background-color: #00A28A;
}

/* line 19472, app/assets/stylesheets/theme/_light.scss */
.avatar-badge.idle {
  background-color: #EC935E;
}

/* line 19476, app/assets/stylesheets/theme/_light.scss */
.avatar-badge.busy {
  background-color: #EA6759;
}

/* line 19480, app/assets/stylesheets/theme/_light.scss */
.avatar-badge.offline {
  color: #a6abbd;
  background-color: #a6abbd;
}

/* line 19485, app/assets/stylesheets/theme/_light.scss */
.avatar-badge .fa {
  line-height: 10px;
}

/* line 19489, app/assets/stylesheets/theme/_light.scss */
.mention {
  padding: 0 .125rem;
  font-size: 87.5%;
  font-weight: 500;
  color: #346CB0;
  background-color: rgba(52, 108, 176, 0.08);
  border-radius: 0.25rem;
  word-break: break-word;
}

/* line 19499, app/assets/stylesheets/theme/_light.scss */
a.mention {
  color: #346CB0;
}

/* line 19503, app/assets/stylesheets/theme/_light.scss */
a.mention:hover {
  color: #285489;
  text-decoration: none;
}

/* line 19508, app/assets/stylesheets/theme/_light.scss */
.hashtag {
  font-weight: 500;
}

/* line 19512, app/assets/stylesheets/theme/_light.scss */
.event {
  padding: .25rem .5rem;
  border-radius: 0;
  background-color: rgba(246, 247, 249, 0.08);
  border-color: #f6f7f9;
  border-width: 0 0 0 3px;
  border-style: solid;
}

/* line 19521, app/assets/stylesheets/theme/_light.scss */
a.event:focus {
  background-color: rgba(246, 247, 249, 0.12);
  text-decoration: none;
}

/* line 19526, app/assets/stylesheets/theme/_light.scss */
a.event:hover {
  background-color: rgba(246, 247, 249, 0.12);
  text-decoration: none;
}

/* line 19531, app/assets/stylesheets/theme/_light.scss */
.event.event-primary {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
  border-color: #346CB0;
}

/* line 19537, app/assets/stylesheets/theme/_light.scss */
a.event.event-primary:focus {
  background-color: rgba(52, 108, 176, 0.12);
}

/* line 19541, app/assets/stylesheets/theme/_light.scss */
a.event.event-primary:hover {
  background-color: rgba(52, 108, 176, 0.12);
}

/* line 19545, app/assets/stylesheets/theme/_light.scss */
.event.event-secondary {
  color: #e7e9ef;
  background-color: rgba(246, 247, 249, 0.08);
  border-color: #f6f7f9;
}

/* line 19551, app/assets/stylesheets/theme/_light.scss */
a.event.event-secondary:focus {
  background-color: rgba(246, 247, 249, 0.12);
}

/* line 19555, app/assets/stylesheets/theme/_light.scss */
a.event.event-secondary:hover {
  background-color: rgba(246, 247, 249, 0.12);
}

/* line 19559, app/assets/stylesheets/theme/_light.scss */
.event.event-success {
  color: #008974;
  background-color: rgba(0, 162, 138, 0.08);
  border-color: #00A28A;
}

/* line 19565, app/assets/stylesheets/theme/_light.scss */
a.event.event-success:focus {
  background-color: rgba(0, 162, 138, 0.12);
}

/* line 19569, app/assets/stylesheets/theme/_light.scss */
a.event.event-success:hover {
  background-color: rgba(0, 162, 138, 0.12);
}

/* line 19573, app/assets/stylesheets/theme/_light.scss */
.event.event-info {
  color: #01678f;
  background-color: rgba(1, 121, 168, 0.08);
  border-color: #0179A8;
}

/* line 19579, app/assets/stylesheets/theme/_light.scss */
a.event.event-info:focus {
  background-color: rgba(1, 121, 168, 0.12);
}

/* line 19583, app/assets/stylesheets/theme/_light.scss */
a.event.event-info:hover {
  background-color: rgba(1, 121, 168, 0.12);
}

/* line 19587, app/assets/stylesheets/theme/_light.scss */
.event.event-warning {
  color: #f6ba54;
  background-color: rgba(247, 196, 108, 0.08);
  border-color: #F7C46C;
}

/* line 19593, app/assets/stylesheets/theme/_light.scss */
a.event.event-warning:focus {
  background-color: rgba(247, 196, 108, 0.12);
}

/* line 19597, app/assets/stylesheets/theme/_light.scss */
a.event.event-warning:hover {
  background-color: rgba(247, 196, 108, 0.12);
}

/* line 19601, app/assets/stylesheets/theme/_light.scss */
.event.event-danger {
  color: #af5a98;
  background-color: rgba(183, 107, 163, 0.08);
  border-color: #b02b13;
}

/* line 19607, app/assets/stylesheets/theme/_light.scss */
a.event.event-danger:focus {
  background-color: rgba(183, 107, 163, 0.12);
}

/* line 19611, app/assets/stylesheets/theme/_light.scss */
a.event.event-danger:hover {
  background-color: rgba(183, 107, 163, 0.12);
}

/* line 19615, app/assets/stylesheets/theme/_light.scss */
.event.event-light {
  color: #e7e9ef;
  background-color: rgba(246, 247, 249, 0.08);
  border-color: #f6f7f9;
}

/* line 19621, app/assets/stylesheets/theme/_light.scss */
a.event.event-light:focus {
  background-color: rgba(246, 247, 249, 0.12);
}

/* line 19625, app/assets/stylesheets/theme/_light.scss */
a.event.event-light:hover {
  background-color: rgba(246, 247, 249, 0.12);
}

/* line 19629, app/assets/stylesheets/theme/_light.scss */
.event.event-dark {
  color: #171721;
  background-color: rgba(34, 34, 48, 0.08);
  border-color: #252a33;
}

/* line 19635, app/assets/stylesheets/theme/_light.scss */
a.event.event-dark:focus {
  background-color: rgba(34, 34, 48, 0.12);
}

/* line 19639, app/assets/stylesheets/theme/_light.scss */
a.event.event-dark:hover {
  background-color: rgba(34, 34, 48, 0.12);
}

/* line 19643, app/assets/stylesheets/theme/_light.scss */
.event-blue {
  color: #01678f;
  background-color: rgba(1, 121, 168, 0.08);
  border-color: #0179A8;
}

/* line 19649, app/assets/stylesheets/theme/_light.scss */
a.event-blue:focus {
  background-color: rgba(1, 121, 168, 0.12);
}

/* line 19653, app/assets/stylesheets/theme/_light.scss */
a.event-blue:hover {
  background-color: rgba(1, 121, 168, 0.12);
}

/* line 19657, app/assets/stylesheets/theme/_light.scss */
.event-indigo {
  color: #2e609c;
  background-color: rgba(52, 108, 176, 0.08);
  border-color: #346CB0;
}

/* line 19663, app/assets/stylesheets/theme/_light.scss */
a.event-indigo:focus {
  background-color: rgba(52, 108, 176, 0.12);
}

/* line 19667, app/assets/stylesheets/theme/_light.scss */
a.event-indigo:hover {
  background-color: rgba(52, 108, 176, 0.12);
}

/* line 19671, app/assets/stylesheets/theme/_light.scss */
.event-purple {
  color: #54427a;
  background-color: rgba(95, 75, 139, 0.08);
  border-color: #5F4B8B;
}

/* line 19677, app/assets/stylesheets/theme/_light.scss */
a.event-purple:focus {
  background-color: rgba(95, 75, 139, 0.12);
}

/* line 19681, app/assets/stylesheets/theme/_light.scss */
a.event-purple:hover {
  background-color: rgba(95, 75, 139, 0.12);
}

/* line 19685, app/assets/stylesheets/theme/_light.scss */
.event-pink {
  color: #af5a98;
  background-color: rgba(183, 107, 163, 0.08);
  border-color: #b02b13;
}

/* line 19691, app/assets/stylesheets/theme/_light.scss */
a.event-pink:focus {
  background-color: rgba(183, 107, 163, 0.12);
}

/* line 19695, app/assets/stylesheets/theme/_light.scss */
a.event-pink:hover {
  background-color: rgba(183, 107, 163, 0.12);
}

/* line 19699, app/assets/stylesheets/theme/_light.scss */
.event-red {
  color: #e75242;
  background-color: rgba(234, 103, 89, 0.08);
  border-color: #EA6759;
}

/* line 19705, app/assets/stylesheets/theme/_light.scss */
a.event-red:focus {
  background-color: rgba(234, 103, 89, 0.12);
}

/* line 19709, app/assets/stylesheets/theme/_light.scss */
a.event-red:hover {
  background-color: rgba(234, 103, 89, 0.12);
}

/* line 19713, app/assets/stylesheets/theme/_light.scss */
.event-orange {
  color: #e98447;
  background-color: rgba(236, 147, 94, 0.08);
  border-color: #EC935E;
}

/* line 19719, app/assets/stylesheets/theme/_light.scss */
a.event-orange:focus {
  background-color: rgba(236, 147, 94, 0.12);
}

/* line 19723, app/assets/stylesheets/theme/_light.scss */
a.event-orange:hover {
  background-color: rgba(236, 147, 94, 0.12);
}

/* line 19727, app/assets/stylesheets/theme/_light.scss */
.event-yellow {
  color: #f6ba54;
  background-color: rgba(247, 196, 108, 0.08);
  border-color: #F7C46C;
}

/* line 19733, app/assets/stylesheets/theme/_light.scss */
a.event-yellow:focus {
  background-color: rgba(247, 196, 108, 0.12);
}

/* line 19737, app/assets/stylesheets/theme/_light.scss */
a.event-yellow:hover {
  background-color: rgba(247, 196, 108, 0.12);
}

/* line 19741, app/assets/stylesheets/theme/_light.scss */
.event-green {
  color: #99be85;
  background-color: rgba(167, 199, 150, 0.08);
  border-color: #A7C796;
}

/* line 19747, app/assets/stylesheets/theme/_light.scss */
a.event-green:focus {
  background-color: rgba(167, 199, 150, 0.12);
}

/* line 19751, app/assets/stylesheets/theme/_light.scss */
a.event-green:hover {
  background-color: rgba(167, 199, 150, 0.12);
}

/* line 19755, app/assets/stylesheets/theme/_light.scss */
.event-teal {
  color: #008974;
  background-color: rgba(0, 162, 138, 0.08);
  border-color: #00A28A;
}

/* line 19761, app/assets/stylesheets/theme/_light.scss */
a.event-teal:focus {
  background-color: rgba(0, 162, 138, 0.12);
}

/* line 19765, app/assets/stylesheets/theme/_light.scss */
a.event-teal:hover {
  background-color: rgba(0, 162, 138, 0.12);
}

/* line 19769, app/assets/stylesheets/theme/_light.scss */
.event-cyan {
  color: #30768d;
  background-color: rgba(54, 134, 160, 0.08);
  border-color: #3686A0;
}

/* line 19775, app/assets/stylesheets/theme/_light.scss */
a.event-cyan:focus {
  background-color: rgba(54, 134, 160, 0.12);
}

/* line 19779, app/assets/stylesheets/theme/_light.scss */
a.event-cyan:hover {
  background-color: rgba(54, 134, 160, 0.12);
}

/* line 19783, app/assets/stylesheets/theme/_light.scss */
.event-white {
  color: #f2f2f2;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
}

/* line 19789, app/assets/stylesheets/theme/_light.scss */
a.event-white:focus {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 19793, app/assets/stylesheets/theme/_light.scss */
a.event-white:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 19797, app/assets/stylesheets/theme/_light.scss */
.event-gray {
  color: #7a7f8f;
  background-color: rgba(136, 140, 155, 0.08);
  border-color: #888c9b;
}

/* line 19803, app/assets/stylesheets/theme/_light.scss */
a.event-gray:focus {
  background-color: rgba(136, 140, 155, 0.12);
}

/* line 19807, app/assets/stylesheets/theme/_light.scss */
a.event-gray:hover {
  background-color: rgba(136, 140, 155, 0.12);
}

/* line 19811, app/assets/stylesheets/theme/_light.scss */
.event-gray-dark {
  color: #171721;
  background-color: rgba(34, 34, 48, 0.08);
  border-color: #252a33;
}

/* line 19817, app/assets/stylesheets/theme/_light.scss */
a.event-gray-dark:focus {
  background-color: rgba(34, 34, 48, 0.12);
}

/* line 19821, app/assets/stylesheets/theme/_light.scss */
a.event-gray-dark:hover {
  background-color: rgba(34, 34, 48, 0.12);
}

/* line 19825, app/assets/stylesheets/theme/_light.scss */
.hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  height: 2.25rem;
  width: 2.25rem;
  transition: background-color 300ms linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  border-radius: 0.25rem;
  margin: 0;
  overflow: visible;
  outline: 0;
}

/* line 19849, app/assets/stylesheets/theme/_light.scss */
.hamburger-sm .hamburger-inner {
  transform: scale(0.8);
}

/* line 19854, app/assets/stylesheets/theme/_light.scss */
.hamburger:hover, .hamburger:focus, .hamburger.focus {
  background-color: rgba(255, 255, 255, 0.05);
  outline: 0;
}

/* line 19859, app/assets/stylesheets/theme/_light.scss */
.hamburger:active {
  background-color: rgba(20, 20, 31, 0.05);
}

/* line 19863, app/assets/stylesheets/theme/_light.scss */
.hamburger-box {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: relative;
}

/* line 19870, app/assets/stylesheets/theme/_light.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

/* line 19876, app/assets/stylesheets/theme/_light.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 1.25rem;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/* line 19889, app/assets/stylesheets/theme/_light.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 19894, app/assets/stylesheets/theme/_light.scss */
.hamburger-inner::before {
  top: -6px;
}

/* line 19898, app/assets/stylesheets/theme/_light.scss */
.hamburger-inner::after {
  bottom: -6px;
}

/* line 19902, app/assets/stylesheets/theme/_light.scss */
.hamburger-light .hamburger-inner,
.hamburger-light .hamburger-inner::before,
.hamburger-light .hamburger-inner::after {
  background-color: #252a33;
}

/*
 * Arrow
 */
/* line 19911, app/assets/stylesheets/theme/_light.scss */
.hamburger-arrow.active .hamburger-inner::before {
  transform: translate3d(-0.25rem, 1px, 0) rotate(-45deg) scale(0.7, 1);
}

/* line 19916, app/assets/stylesheets/theme/_light.scss */
.hamburger-arrow.active .hamburger-inner::after {
  transform: translate3d(-0.25rem, -1px, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Squeeze
 */
/* line 19924, app/assets/stylesheets/theme/_light.scss */
.hamburger-squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 19929, app/assets/stylesheets/theme/_light.scss */
.hamburger-squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

/* line 19933, app/assets/stylesheets/theme/_light.scss */
.hamburger-squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 19939, app/assets/stylesheets/theme/_light.scss */
.hamburger-squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 19946, app/assets/stylesheets/theme/_light.scss */
.hamburger-squeeze.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

/* line 19952, app/assets/stylesheets/theme/_light.scss */
.hamburger-squeeze.active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 19961, app/assets/stylesheets/theme/_light.scss */
.loading {
  padding: 1rem;
  text-align: center;
  color: #888c9b;
  cursor: wait;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 19995, app/assets/stylesheets/theme/_light.scss */
.loader {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  vertical-align: middle;
  border: solid 3px transparent;
  border-top-color: #346CB0;
  border-left-color: #346CB0;
  border-radius: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotate(0deg);
  -webkit-transform-style: preserve-3d;
  animation: loader 700ms linear infinite;
}

/* line 20018, app/assets/stylesheets/theme/_light.scss */
.loader-sm {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}

/* line 20024, app/assets/stylesheets/theme/_light.scss */
.loader-lg {
  width: 3rem;
  height: 3rem;
  border-width: 4px;
}

/* line 20030, app/assets/stylesheets/theme/_light.scss */
.loader-light {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}

/* line 20035, app/assets/stylesheets/theme/_light.scss */
.card-figure {
  position: relative;
  padding: 10px;
  border-radius: 2px;
}

/* line 20041, app/assets/stylesheets/theme/_light.scss */
.card-figure.is-hoverable {
  transition: transform 200ms, box-shadow 200ms;
}

/* line 20047, app/assets/stylesheets/theme/_light.scss */
.card-figure.is-hoverable:focus {
  transform: translate3d(0, -0.25rem, 0);
  box-shadow: 0 5px 15px 0 rgba(20, 20, 31, 0.15);
}

/* line 20053, app/assets/stylesheets/theme/_light.scss */
.card-figure.is-hoverable:hover {
  transform: translate3d(0, -0.25rem, 0);
  box-shadow: 0 5px 15px 0 rgba(20, 20, 31, 0.15);
}

/* line 20059, app/assets/stylesheets/theme/_light.scss */
.card-figure:hover .img-link {
  opacity: 1;
}

/* line 20063, app/assets/stylesheets/theme/_light.scss */
.card-figure:hover .figure-action {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

/* line 20070, app/assets/stylesheets/theme/_light.scss */
.card-figure .figure {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

/* line 20078, app/assets/stylesheets/theme/_light.scss */
.card-figure .figure-caption {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  color: inherit;
}

@media (min-width: 768px) {
  /* line 20086, app/assets/stylesheets/theme/_light.scss */
  .card-figure .figure-caption {
    font-size: 0.75rem;
  }
}

/* line 20091, app/assets/stylesheets/theme/_light.scss */
.figure-title {
  margin: 0 0 .125rem;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 20100, app/assets/stylesheets/theme/_light.scss */
  .figure-title {
    font-size: 0.875rem;
  }
}

/* line 20105, app/assets/stylesheets/theme/_light.scss */
.figure-title a:focus {
  color: #363642;
  text-decoration: none;
}

/* line 20110, app/assets/stylesheets/theme/_light.scss */
.figure-title a:hover {
  color: #363642;
  text-decoration: none;
}

/* line 20115, app/assets/stylesheets/theme/_light.scss */
.figure-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

/* line 20121, app/assets/stylesheets/theme/_light.scss */
.figure-img .img-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.96);
  opacity: 0;
  z-index: 2;
  transition: opacity 200ms ease;
}

/* line 20133, app/assets/stylesheets/theme/_light.scss */
.figure-img .img-link .tile {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
}

/* line 20141, app/assets/stylesheets/theme/_light.scss */
.figure-img .img-link:focus {
  opacity: 1;
  outline: 0;
}

/* line 20146, app/assets/stylesheets/theme/_light.scss */
.figure-img .img-link:hover {
  opacity: 1;
  outline: 0;
}

/* line 20151, app/assets/stylesheets/theme/_light.scss */
.figure-tools {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  padding: .5rem;
  opacity: 0;
  z-index: 2;
  transition: opacity 300ms ease;
}

/* line 20166, app/assets/stylesheets/theme/_light.scss */
.figure-tools .tile {
  background-color: #ffffff;
}

/* line 20170, app/assets/stylesheets/theme/_light.scss */
.figure-tools .tile:focus {
  background-color: #f6f7f9;
}

/* line 20174, app/assets/stylesheets/theme/_light.scss */
.figure-tools .tile:hover {
  background-color: #f6f7f9;
}

/* line 20178, app/assets/stylesheets/theme/_light.scss */
.card-figure:hover .figure-tools {
  opacity: 1;
}

/* line 20182, app/assets/stylesheets/theme/_light.scss */
.figure-attachment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  background-color: #f6f7f9;
  overflow: hidden;
}

/* line 20195, app/assets/stylesheets/theme/_light.scss */
.figure-attachment > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* line 20207, app/assets/stylesheets/theme/_light.scss */
.figure-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 300ms ease;
}

/* line 20219, app/assets/stylesheets/theme/_light.scss */
.figure-action .btn-block {
  border-radius: 0;
}

/* line 20223, app/assets/stylesheets/theme/_light.scss */
.figure-description {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.25rem .5rem;
  background-color: rgba(255, 255, 255, 0.96);
  opacity: 0;
  transition: all 300ms ease;
  z-index: 1;
}

/* line 20236, app/assets/stylesheets/theme/_light.scss */
.card-figure:hover .figure-description {
  opacity: 1;
}

/* line 20240, app/assets/stylesheets/theme/_light.scss */
.outbound-link {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  display: block;
  color: #363642;
  border: 1px solid rgba(34, 34, 48, 0.1);
  border-radius: 0.25rem;
}

/* line 20249, app/assets/stylesheets/theme/_light.scss */
.outbound-link:focus {
  color: #363642;
  text-decoration: none;
  border-color: #a6abbd;
}

/* line 20255, app/assets/stylesheets/theme/_light.scss */
.outbound-link:hover {
  color: #363642;
  text-decoration: none;
  border-color: #a6abbd;
}

/* line 20261, app/assets/stylesheets/theme/_light.scss */
.outbound-link .outbound-title {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}

/* line 20267, app/assets/stylesheets/theme/_light.scss */
.outbound-link .outbound-text {
  margin-bottom: 0;
  font-size: 0.875rem;
}

/* line 20272, app/assets/stylesheets/theme/_light.scss */
.steps {
  display: flex;
  margin: 1.25rem 0;
}

/* line 20278, app/assets/stylesheets/theme/_light.scss */
.steps ul {
  display: flex;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  background-color: #e6e8ed;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-radius: 999px;
}

/* line 20292, app/assets/stylesheets/theme/_light.scss */
.steps li {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

/* line 20298, app/assets/stylesheets/theme/_light.scss */
.steps li:first-child:before {
  display: none;
}

/* line 20302, app/assets/stylesheets/theme/_light.scss */
.steps li:first-child a {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

/* line 20307, app/assets/stylesheets/theme/_light.scss */
.steps li:last-child a {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

/* line 20312, app/assets/stylesheets/theme/_light.scss */
.steps li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -0.875rem;
  z-index: 1;
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  border: 2px solid #ffffff;
  border-top-right-radius: .5rem;
  background-color: #e6e8ed;
  transform: rotate(45deg);
}

/* line 20328, app/assets/stylesheets/theme/_light.scss */
.steps li:hover + li:before {
  background-color: #dde0e7;
}

/* line 20332, app/assets/stylesheets/theme/_light.scss */
.steps li:hover a {
  background-color: #dde0e7;
  text-decoration: none;
}

/* line 20337, app/assets/stylesheets/theme/_light.scss */
.steps a {
  display: block;
  padding: 5px 0.875rem 6px 1.75rem;
  text-align: center;
  color: #363642;
  line-height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 20348, app/assets/stylesheets/theme/_light.scss */
.steps a:focus {
  text-decoration: none;
}

/* line 20352, app/assets/stylesheets/theme/_light.scss */
.steps a:hover {
  text-decoration: none;
}

/* line 20356, app/assets/stylesheets/theme/_light.scss */
.steps a > span:last-child {
  margin-left: 5px;
}

/* line 20360, app/assets/stylesheets/theme/_light.scss */
.step-indicator {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  background-color: #a6abbd;
  line-height: 1.25rem;
  border-radius: 1.25rem;
}

/* line 20372, app/assets/stylesheets/theme/_light.scss */
.step-indicator-icon {
  background-color: transparent;
  color: #888c9b;
}

/* line 20377, app/assets/stylesheets/theme/_light.scss */
.step-indicator-icon > .fa {
  margin-top: 2px;
}

/* line 20381, app/assets/stylesheets/theme/_light.scss */
.steps .active + li:before {
  background-color: #346CB0;
}

/* line 20385, app/assets/stylesheets/theme/_light.scss */
.steps .active a {
  background-color: #346CB0;
  color: #fff;
}

/* line 20390, app/assets/stylesheets/theme/_light.scss */
.steps .active .step-indicator {
  color: #fff;
}

/* line 20394, app/assets/stylesheets/theme/_light.scss */
.steps .active:hover + li:before {
  background-color: #3165a4;
}

/* line 20398, app/assets/stylesheets/theme/_light.scss */
.steps .active:hover a {
  background-color: #3165a4;
  color: #fff;
}

/* line 20403, app/assets/stylesheets/theme/_light.scss */
.steps .success + li:before {
  background-color: #00A28A;
}

/* line 20407, app/assets/stylesheets/theme/_light.scss */
.steps .success a {
  background-color: #00A28A;
  color: #fff;
}

/* line 20412, app/assets/stylesheets/theme/_light.scss */
.steps .success .step-indicator {
  color: #fff;
}

/* line 20416, app/assets/stylesheets/theme/_light.scss */
.steps .success:hover + li:before {
  background-color: #00937d;
}

/* line 20420, app/assets/stylesheets/theme/_light.scss */
.steps .success:hover a {
  background-color: #00937d;
  color: #fff;
}

/* line 20425, app/assets/stylesheets/theme/_light.scss */
.steps .error + li:before {
  background-color: #EA6759;
}

/* line 20429, app/assets/stylesheets/theme/_light.scss */
.steps .error a {
  background-color: #EA6759;
  color: #fff;
}

/* line 20434, app/assets/stylesheets/theme/_light.scss */
.steps .error .step-indicator {
  color: #fff;
}

/* line 20438, app/assets/stylesheets/theme/_light.scss */
.steps .error:hover + li:before {
  background-color: #e85b4b;
}

/* line 20442, app/assets/stylesheets/theme/_light.scss */
.steps .error:hover a {
  background-color: #e85b4b;
  color: #fff;
}

/* line 20447, app/assets/stylesheets/theme/_light.scss */
.steps-float {
  margin: 0;
  transform: translate3d(0, -50%, 0);
}

/* line 20453, app/assets/stylesheets/theme/_light.scss */
.todo-list-bordered > .todo-header:not(:first-child),
.todo-list-bordered > .todo:not(:first-child) {
  border-top: 1px solid #ecedf1;
}

/* line 20458, app/assets/stylesheets/theme/_light.scss */
.todo-list-bordered .todo {
  border-radius: 0;
  padding: .5rem .25rem;
}

/* line 20463, app/assets/stylesheets/theme/_light.scss */
.todo-list-bordered .todo-header + .todo {
  border-top: 0;
}

/* line 20467, app/assets/stylesheets/theme/_light.scss */
.todo-header {
  padding: 1rem 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #888c9b;
}

/* line 20474, app/assets/stylesheets/theme/_light.scss */
.todo-header:first-child {
  padding-top: 0;
}

/* line 20478, app/assets/stylesheets/theme/_light.scss */
.todo {
  display: flex;
  min-height: calc(2.25rem + 2px);
  align-items: center;
  border-radius: 0.25rem;
}

@media (min-width: 768px) {
  /* line 20488, app/assets/stylesheets/theme/_light.scss */
  .todo {
    min-height: 2.25rem;
  }
}

/* line 20493, app/assets/stylesheets/theme/_light.scss */
.todo:hover {
  background-color: #f6f7f9;
}

/* line 20497, app/assets/stylesheets/theme/_light.scss */
.todo:hover .todo-actions {
  display: block;
}

/* line 20501, app/assets/stylesheets/theme/_light.scss */
.todo .custom-control {
  padding-left: 2rem;
  flex: 1;
}

/* line 20507, app/assets/stylesheets/theme/_light.scss */
.todo .custom-control-label {
  display: block;
}

/* line 20511, app/assets/stylesheets/theme/_light.scss */
.todo .custom-control-label::before, .todo .custom-control-label::after {
  left: -2rem;
}

/* line 20515, app/assets/stylesheets/theme/_light.scss */
.todo .custom-control-input:checked + .custom-control-label {
  color: #888c9b;
  text-decoration: line-through;
}

/* line 20520, app/assets/stylesheets/theme/_light.scss */
.todo-actions {
  margin-left: auto;
  display: none;
}

/* line 20525, app/assets/stylesheets/theme/_light.scss */
.progress-list {
  position: relative;
  margin-bottom: 1.25rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

/* line 20535, app/assets/stylesheets/theme/_light.scss */
.progress-list > li {
  position: relative;
  width: 100%;
  text-align: center;
}

/* line 20541, app/assets/stylesheets/theme/_light.scss */
.progress-list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  width: 100%;
  height: 3px;
  background-color: rgba(34, 34, 48, 0.1);
}

/* line 20552, app/assets/stylesheets/theme/_light.scss */
.progress-list > li:last-child::before {
  display: none;
}

/* line 20556, app/assets/stylesheets/theme/_light.scss */
.progress-list > li > button {
  padding: 0;
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #c6c9d5;
  color: rgba(34, 34, 48, 0.1);
  border: 4px solid #f6f7f9;
  vertical-align: middle;
  border-radius: 1rem;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: normal;
  z-index: 1;
}

/* line 20576, app/assets/stylesheets/theme/_light.scss */
.progress-list > li > button:focus, .progress-list > li > button:active {
  outline: 0;
  box-shadow: 0 0 0 2px #346CB0;
}

/* line 20581, app/assets/stylesheets/theme/_light.scss */
.progress-list > .error > button,
.progress-list > .success > button {
  width: 24px;
  height: 24px;
}

/* line 20587, app/assets/stylesheets/theme/_light.scss */
.progress-list .progress-indicator {
  display: none;
  width: 1rem;
  height: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 20595, app/assets/stylesheets/theme/_light.scss */
.progress-list .progress-label {
  display: inline-block;
  position: absolute;
  top: 1.75rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 0.875rem;
  color: #888c9b;
}

/* line 20606, app/assets/stylesheets/theme/_light.scss */
.progress-list > .active::before {
  background-color: #346CB0;
}

/* line 20610, app/assets/stylesheets/theme/_light.scss */
.progress-list > .active > button {
  color: #346CB0;
  background-color: #346CB0;
  border-color: #346CB0;
}

/* line 20616, app/assets/stylesheets/theme/_light.scss */
.progress-list > .active > button:focus, .progress-list > .active > button:active {
  box-shadow: 0 0 0 2px #346CB0;
}

/* line 20620, app/assets/stylesheets/theme/_light.scss */
.progress-list > .active .progress-indicator {
  color: #346CB0;
}

/* line 20624, app/assets/stylesheets/theme/_light.scss */
.progress-list > .active::before {
  background-color: rgba(34, 34, 48, 0.1);
}

/* line 20628, app/assets/stylesheets/theme/_light.scss */
.progress-list > .active > button {
  background-color: #ffffff;
}

/* line 20632, app/assets/stylesheets/theme/_light.scss */
.progress-list > .active .progress-label {
  color: #363642;
}

/* line 20636, app/assets/stylesheets/theme/_light.scss */
.progress-list > .success::before {
  background-color: #346CB0;
}

/* line 20640, app/assets/stylesheets/theme/_light.scss */
.progress-list > .success > button {
  color: #346CB0;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 20646, app/assets/stylesheets/theme/_light.scss */
.progress-list > .success > button:focus, .progress-list > .success > button:active {
  box-shadow: 0 0 0 2px #346CB0;
}

/* line 20650, app/assets/stylesheets/theme/_light.scss */
.progress-list > .success .progress-indicator {
  color: #346CB0;
}

/* line 20654, app/assets/stylesheets/theme/_light.scss */
.progress-list > .success .progress-label {
  color: #363642;
}

/* line 20658, app/assets/stylesheets/theme/_light.scss */
.progress-list > .error::before {
  background-color: #EA6759;
}

/* line 20662, app/assets/stylesheets/theme/_light.scss */
.progress-list > .error > button {
  color: #EA6759;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 20668, app/assets/stylesheets/theme/_light.scss */
.progress-list > .error > button:focus, .progress-list > .error > button:active {
  box-shadow: 0 0 0 2px #EA6759;
}

/* line 20672, app/assets/stylesheets/theme/_light.scss */
.progress-list > .error .progress-indicator {
  color: #EA6759;
}

/* line 20676, app/assets/stylesheets/theme/_light.scss */
.progress-list > .error::before {
  background-color: rgba(34, 34, 48, 0.1);
}

/* line 20680, app/assets/stylesheets/theme/_light.scss */
.progress-list > .active .progress-indicator,
.progress-list > .success .progress-indicator,
.progress-list > .error .progress-indicator {
  display: inline-block;
}

/* line 20686, app/assets/stylesheets/theme/_light.scss */
.progress-list > .success .progress-indicator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300A28A' viewBox='0 0 24 24'%3e%3cpath d='M12 .9C5.9.9.9 5.9.9 12s5 11.1 11.1 11.1 11.1-5 11.1-11.1S18.1.9 12 .9zm6.2 8.3l-7.1 7.2c-.3.3-.7.3-1 0l-3.9-3.9c-.2-.3-.2-.8 0-1.1l1-1c.3-.2.8-.2 1.1 0l2 2.1c.2.2.5.2.7 0l5.2-5.3c.2-.3.7-.3 1 0l1 1c.3.2.3.7 0 1z'%3e%3c/path%3e%3c/svg%3e");
}

/* line 20690, app/assets/stylesheets/theme/_light.scss */
.progress-list > .error .progress-indicator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23EA6759' viewBox='0 0 24 24'%3e%3cpath xmlns='http://www.w3.org/2000/svg' d='M12 .9C5.9.9.9 5.9.9 12s5 11.1 11.1 11.1 11.1-5 11.1-11.1S18.1.9 12 .9zm2.3 11.5l3.6 3.6c.1.2.1.4 0 .6l-1.3 1.3c-.2.2-.5.2-.7 0l-3.6-3.6c-.2-.2-.4-.2-.6 0l-3.6 3.6c-.2.2-.5.2-.7 0l-1.3-1.3c-.1-.2-.1-.4 0-.6l3.6-3.6c.2-.2.2-.5 0-.7L6.1 8.1c-.2-.2-.2-.5 0-.7l1.3-1.3c.2-.1.4-.1.6 0l3.7 3.7c.2.2.4.2.6 0l3.6-3.6c.2-.2.5-.2.7 0l1.3 1.3c.1.2.1.4 0 .6l-3.6 3.6c-.2.2-.2.5 0 .7z'%3e%3c/path%3e%3c/svg%3e");
}

/* line 20694, app/assets/stylesheets/theme/_light.scss */
.visual-picker {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

/* line 20700, app/assets/stylesheets/theme/_light.scss */
.visual-picker-sm .visual-picker-figure {
  width: 4rem;
  height: 4rem;
}

/* line 20705, app/assets/stylesheets/theme/_light.scss */
.visual-picker-sm .visual-picker-figure:after {
  content: '';
}

/* line 20709, app/assets/stylesheets/theme/_light.scss */
.visual-picker-lg .visual-picker-figure {
  width: 12rem;
  height: 12rem;
}

/* line 20714, app/assets/stylesheets/theme/_light.scss */
.visual-picker-lg .visual-picker-figure:after {
  top: 1rem;
  right: 1rem;
  font-size: 1.25rem;
}

/* line 20720, app/assets/stylesheets/theme/_light.scss */
.visual-picker-fluid {
  width: 100%;
}

/* line 20724, app/assets/stylesheets/theme/_light.scss */
.visual-picker-fluid .visual-picker-figure {
  width: 100%;
}

/* line 20728, app/assets/stylesheets/theme/_light.scss */
.visual-picker.has-peek {
  padding-bottom: 1.5rem;
}

/* line 20732, app/assets/stylesheets/theme/_light.scss */
.visual-picker.has-peek .visual-picker-figure {
  margin-bottom: .5em;
}

/* line 20736, app/assets/stylesheets/theme/_light.scss */
.visual-picker:focus .visual-picker-figure {
  box-shadow: inset 0 0 0 2px #346CB0, 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

/* line 20740, app/assets/stylesheets/theme/_light.scss */
.visual-picker:hover .visual-picker-figure {
  box-shadow: inset 0 0 0 2px #346CB0, 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

/* line 20744, app/assets/stylesheets/theme/_light.scss */
.visual-picker input[type="checkbox"],
.visual-picker input[type="radio"] {
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

/* line 20756, app/assets/stylesheets/theme/_light.scss */
.visual-picker input[type="checkbox"]:checked ~ .visual-picker-figure,
.visual-picker input[type="radio"]:checked ~ .visual-picker-figure {
  box-shadow: inset 0 0 0 2px #346CB0, 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

/* line 20761, app/assets/stylesheets/theme/_light.scss */
.visual-picker input[type="checkbox"]:checked ~ .visual-picker-figure:after,
.visual-picker input[type="radio"]:checked ~ .visual-picker-figure:after {
  opacity: 1;
}

/* line 20766, app/assets/stylesheets/theme/_light.scss */
.visual-picker input[type="checkbox"]:focus ~ .visual-picker-figure,
.visual-picker input[type="radio"]:focus ~ .visual-picker-figure {
  box-shadow: inset 0 0 0 2px #346CB0, 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

/* line 20771, app/assets/stylesheets/theme/_light.scss */
.visual-picker-figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  color: #363642;
  background-color: #ffffff;
  border-radius: 0.25rem;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  transition: box-shadow 200ms;
}

/* line 20789, app/assets/stylesheets/theme/_light.scss */
.visual-picker-figure:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f058';
  position: absolute;
  top: .5rem;
  right: .5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 1rem;
  font-variant: normal;
  color: #346CB0;
  text-rendering: auto;
  line-height: 1;
  opacity: 0;
  transition: opacity 200ms;
}

/* line 20809, app/assets/stylesheets/theme/_light.scss */
.visual-picker-content {
  display: block;
  padding: 0 .5rem;
  font-size: 0.75rem;
  text-align: center;
}

/* line 20816, app/assets/stylesheets/theme/_light.scss */
.visual-picker-peek {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 20827, app/assets/stylesheets/theme/_light.scss */
a.visual-picker {
  color: #363642;
}

/* line 20831, app/assets/stylesheets/theme/_light.scss */
a.visual-picker:focus {
  outline: 0;
  color: #363642;
  text-decoration: none;
}

/* line 20837, app/assets/stylesheets/theme/_light.scss */
a.visual-picker:hover {
  outline: 0;
  color: #363642;
  text-decoration: none;
}

/* line 20843, app/assets/stylesheets/theme/_light.scss */
.publisher {
  display: flex;
  width: 100%;
}

/* line 20849, app/assets/stylesheets/theme/_light.scss */
.publisher .publisher-label,
.publisher .publisher-tools {
  display: none;
}

/* line 20854, app/assets/stylesheets/theme/_light.scss */
.publisher.focus {
  display: flex;
  flex-direction: column;
}

/* line 20861, app/assets/stylesheets/theme/_light.scss */
.publisher.focus .publisher-input,
.publisher.focus .publisher-label,
.publisher.focus .publisher-tools {
  display: block;
}

/* line 20867, app/assets/stylesheets/theme/_light.scss */
.publisher.focus .publisher-input {
  margin-bottom: .5em;
  padding-right: 0;
  width: 100%;
}

/* line 20873, app/assets/stylesheets/theme/_light.scss */
.publisher.focus .publisher-input .form-control {
  height: auto;
}

/* line 20877, app/assets/stylesheets/theme/_light.scss */
.publisher .btn-link {
  color: #888c9b;
}

/* line 20881, app/assets/stylesheets/theme/_light.scss */
.publisher .btn-link:focus {
  color: #252a33;
}

/* line 20885, app/assets/stylesheets/theme/_light.scss */
.publisher .btn-link:hover {
  color: #252a33;
}

/* line 20889, app/assets/stylesheets/theme/_light.scss */
.publisher .user-avatar {
  width: 2.25rem;
  height: 2.25rem;
}

@media (min-width: 768px) {
  /* line 20895, app/assets/stylesheets/theme/_light.scss */
  .publisher .user-avatar {
    width: 2.25rem;
    height: 2.25rem;
  }
}

/* line 20901, app/assets/stylesheets/theme/_light.scss */
.publisher-input {
  padding-right: 12px;
  width: 100%;
}

/* line 20906, app/assets/stylesheets/theme/_light.scss */
.publisher-input .form-control {
  height: 2.25rem;
  resize: none;
}

@media (min-width: 768px) {
  /* line 20912, app/assets/stylesheets/theme/_light.scss */
  .publisher-input .form-control {
    height: 2.25rem;
  }
}

/* line 20917, app/assets/stylesheets/theme/_light.scss */
.publisher-actions {
  display: flex;
}

/* line 20922, app/assets/stylesheets/theme/_light.scss */
.publisher-alt {
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  background-color: #ffffff;
}

/* line 20928, app/assets/stylesheets/theme/_light.scss */
.publisher-alt .publisher-input {
  margin-bottom: 0;
}

/* line 20932, app/assets/stylesheets/theme/_light.scss */
.publisher-alt .publisher-input {
  padding-right: 0;
}

/* line 20936, app/assets/stylesheets/theme/_light.scss */
.publisher-alt .publisher-input .form-control {
  border: 0;
}

/* line 20940, app/assets/stylesheets/theme/_light.scss */
.publisher-alt .publisher-input .form-control:focus {
  box-shadow: none;
}

/* line 20944, app/assets/stylesheets/theme/_light.scss */
.publisher-alt .publisher-actions {
  display: none;
  padding: 0 0.75rem 0 0;
  align-items: center;
}

/* line 20951, app/assets/stylesheets/theme/_light.scss */
.publisher-alt .publisher-tools {
  padding: 0 .5em .75em;
}

/* line 20955, app/assets/stylesheets/theme/_light.scss */
.publisher-alt.focus {
  border-color: #346CB0;
  box-shadow: 0 0 0 1px #346CB0;
}

/* line 20960, app/assets/stylesheets/theme/_light.scss */
.publisher-alt.focus .publisher-input {
  margin-top: 0;
}

/* line 20964, app/assets/stylesheets/theme/_light.scss */
.publisher-alt.focus .publisher-actions {
  display: flex;
}

/* line 20969, app/assets/stylesheets/theme/_light.scss */
.timeline {
  margin: 0;
  padding: 0;
  display: block;
}

@media (min-width: 768px) {
  /* line 20976, app/assets/stylesheets/theme/_light.scss */
  .timeline {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* line 20982, app/assets/stylesheets/theme/_light.scss */
.timeline-heading {
  margin-top: .25rem;
  font-size: 1em;
}

/* line 20987, app/assets/stylesheets/theme/_light.scss */
.timeline-heading .custom-control-inline {
  vertical-align: middle;
  margin-right: 0;
  margin-top: -4px;
}

@media (min-width: 768px) {
  /* line 20994, app/assets/stylesheets/theme/_light.scss */
  .timeline-heading .custom-control-inline {
    margin-top: 0;
  }
}

/* line 20999, app/assets/stylesheets/theme/_light.scss */
.timeline-item {
  position: relative;
  display: flex;
}

/* line 21005, app/assets/stylesheets/theme/_light.scss */
.timeline-item::after {
  display: block;
  clear: both;
  content: "";
}

/* line 21011, app/assets/stylesheets/theme/_light.scss */
.timeline-item:first-child .timeline-figure,
.timeline-item:first-child .timeline-body {
  padding-top: 0;
}

/* line 21016, app/assets/stylesheets/theme/_light.scss */
.timeline-item:last-child .timeline-figure,
.timeline-item:last-child .timeline-body {
  margin-bottom: 1.25rem;
}

/* line 21021, app/assets/stylesheets/theme/_light.scss */
.timeline-figure {
  position: relative;
  padding: .5rem 0;
}

/* line 21026, app/assets/stylesheets/theme/_light.scss */
.timeline-figure::before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  top: 1rem;
  left: 50%;
  margin-left: -1px;
  border-left: 2px solid rgba(34, 34, 48, 0.1);
}

/* line 21037, app/assets/stylesheets/theme/_light.scss */
.timeline-figure .tile {
  position: relative;
  box-shadow: 0 0 0 2px #f6f7f9;
  z-index: 2;
}

/* line 21043, app/assets/stylesheets/theme/_light.scss */
.timeline-fluid .timeline-figure {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* line 21048, app/assets/stylesheets/theme/_light.scss */
.timeline-fluid .timeline-figure::before {
  display: none;
}

/* line 21052, app/assets/stylesheets/theme/_light.scss */
.timeline-body {
  width: 100%;
  margin-left: 1.25rem;
  padding: .5rem 0;
}

/* line 21058, app/assets/stylesheets/theme/_light.scss */
.timeline-fluid .timeline-body {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* line 21063, app/assets/stylesheets/theme/_light.scss */
.timeline-date {
  font-size: 0.75rem;
  color: #888c9b;
}

/* line 21068, app/assets/stylesheets/theme/_light.scss */
.conversations {
  position: relative;
  padding: 1rem;
}

/* line 21073, app/assets/stylesheets/theme/_light.scss */
.conversation-list {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}

/* line 21083, app/assets/stylesheets/theme/_light.scss */
.conversation-list .log-divider {
  font-size: 0.75rem;
}

/* line 21087, app/assets/stylesheets/theme/_light.scss */
.conversation-list > li:focus .conversation-actions {
  opacity: 1;
}

/* line 21091, app/assets/stylesheets/theme/_light.scss */
.conversation-list > li:hover .conversation-actions {
  opacity: 1;
}

/* line 21095, app/assets/stylesheets/theme/_light.scss */
.conversation-inbound,
.conversation-outbound {
  display: flex;
}

/* line 21101, app/assets/stylesheets/theme/_light.scss */
.conversation-inbound:not(:first-child),
.conversation-outbound:not(:first-child) {
  margin-top: 1rem;
}

/* line 21106, app/assets/stylesheets/theme/_light.scss */
.conversation-inbound + .conversation-faux,
.conversation-outbound + .conversation-faux {
  margin-top: 0.375rem;
}

/* line 21111, app/assets/stylesheets/theme/_light.scss */
.conversation-avatar {
  z-index: 1;
}

/* line 21115, app/assets/stylesheets/theme/_light.scss */
.conversation-avatar > .user-avatar,
.conversation-avatar > .tile {
  box-shadow: 0 0 0 3px #ffffff;
}

/* line 21120, app/assets/stylesheets/theme/_light.scss */
.conversation-inbound .conversation-message-skip-avatar {
  padding-left: 2rem;
}

/* line 21124, app/assets/stylesheets/theme/_light.scss */
.conversation-inbound .conversation-message-skip-avatar .conversation-message-text {
  margin-left: 0;
  padding-left: .5rem;
}

/* line 21129, app/assets/stylesheets/theme/_light.scss */
.conversation-inbound .conversation-avatar + .conversation-message .conversation-message-text {
  margin-left: -1rem;
  padding-left: 1.5rem;
}

/* line 21134, app/assets/stylesheets/theme/_light.scss */
.conversation-inbound .conversation-message-text {
  color: #363642;
  background-color: #f6f7f9;
  border-radius: 0 1rem 1rem 1rem;
}

/* line 21140, app/assets/stylesheets/theme/_light.scss */
.conversation-outbound {
  justify-content: flex-end;
}

/* line 21145, app/assets/stylesheets/theme/_light.scss */
.conversation-outbound .conversation-message-skip-avatar {
  padding-right: 2rem;
}

/* line 21149, app/assets/stylesheets/theme/_light.scss */
.conversation-outbound .conversation-message-skip-avatar .conversation-message-text {
  margin-right: 0;
  padding-right: .5rem;
}

/* line 21154, app/assets/stylesheets/theme/_light.scss */
.conversation-outbound .conversation-avatar + .conversation-message .conversation-message-text {
  margin-right: -1rem;
  padding-right: 1.5rem;
}

/* line 21159, app/assets/stylesheets/theme/_light.scss */
.conversation-outbound .conversation-message-text {
  color: #ffffff;
  background-color: #346CB0;
  border-radius: 1rem 0 1rem 1rem;
}

/* line 21165, app/assets/stylesheets/theme/_light.scss */
.conversation-outbound .conversation-message-text.has-attachment a:not(.btn) {
  color: #ffffff;
  opacity: .87;
}

/* line 21170, app/assets/stylesheets/theme/_light.scss */
.conversation-outbound .conversation-message-text.has-attachment a:not(.btn):focus {
  color: #ffffff;
  opacity: 1;
}

/* line 21175, app/assets/stylesheets/theme/_light.scss */
.conversation-outbound .conversation-message-text.has-attachment a:not(.btn):hover {
  color: #ffffff;
  opacity: 1;
}

/* line 21180, app/assets/stylesheets/theme/_light.scss */
.conversation-avatar .user-avatar-sm {
  margin-top: .375rem;
}

/* line 21184, app/assets/stylesheets/theme/_light.scss */
.conversation-message {
  display: flex;
  flex-direction: column;
}

/* line 21191, app/assets/stylesheets/theme/_light.scss */
.conversation-message .conversation-list {
  margin-top: 1rem;
}

/* line 21195, app/assets/stylesheets/theme/_light.scss */
.conversation-message .card-figure {
  margin-bottom: 0;
  width: 15rem;
  max-width: 43%;
}

/* line 21201, app/assets/stylesheets/theme/_light.scss */
.conversation-message-text {
  padding: .5rem;
  max-width: 480px;
  min-height: 2rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  box-shadow: 0 1px 0.5px rgba(20, 20, 31, 0.12);
}

/* line 21211, app/assets/stylesheets/theme/_light.scss */
.conversation-message-text.has-attachment .card-figure {
  width: 15rem;
  max-width: 100%;
}

/* line 21216, app/assets/stylesheets/theme/_light.scss */
.conversation-message-text.has-attachment a:not(.btn) {
  text-decoration: underline;
}

/* line 21220, app/assets/stylesheets/theme/_light.scss */
.conversation-message-text p {
  margin-bottom: .25em;
}

/* line 21224, app/assets/stylesheets/theme/_light.scss */
.conversation-meta {
  margin-top: .125rem;
  padding-left: .5rem;
  font-size: 0.75rem;
  color: #888c9b;
}

/* line 21231, app/assets/stylesheets/theme/_light.scss */
.conversation-actions {
  padding: 0 .25rem;
  align-self: start;
  opacity: 0;
  transition: opacity 200ms;
}

/* line 21239, app/assets/stylesheets/theme/_light.scss */
.feed {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  border-radius: 0.25rem;
}

/* line 21250, app/assets/stylesheets/theme/_light.scss */
.feed > .feed-post .card-footer-item {
  flex: 0;
}

/* line 21255, app/assets/stylesheets/theme/_light.scss */
.feed > .feed-post,
.feed > .feed-comments {
  margin-bottom: 0;
  box-shadow: none;
}

/* line 21261, app/assets/stylesheets/theme/_light.scss */
.feed > .feed-post + .card,
.feed > .feed-comments + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 21267, app/assets/stylesheets/theme/_light.scss */
.feed > .feed-post .card-footer,
.feed > .feed-comments .card-footer {
  font-size: 0.875rem;
}

/* line 21272, app/assets/stylesheets/theme/_light.scss */
.feed-publisher {
  margin-bottom: 20px;
  padding: 1rem 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

@media (min-width: 576px) {
  /* line 21280, app/assets/stylesheets/theme/_light.scss */
  .feed-publisher {
    border-radius: 0.25rem;
  }
}

/* line 21285, app/assets/stylesheets/theme/_light.scss */
.feed-publisher .form-control,
.feed-publisher .form-control:focus,
.feed-publisher .publisher,
.feed-publisher .publisher-alt,
.feed-publisher .publisher.focus,
.feed-publisher .publisher-alt.focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* line 21296, app/assets/stylesheets/theme/_light.scss */
.feed-publisher .publisher-actions {
  padding: 0;
}

/* line 21300, app/assets/stylesheets/theme/_light.scss */
.feed-post:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 21305, app/assets/stylesheets/theme/_light.scss */
.feed-post .card-header {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

/* line 21314, app/assets/stylesheets/theme/_light.scss */
.feed-post .card-header {
  margin: 0 1rem;
}

/* line 21318, app/assets/stylesheets/theme/_light.scss */
.feed-post .account-summary {
  align-self: flex-start;
}

/* line 21323, app/assets/stylesheets/theme/_light.scss */
.feed-post .account-summary .account-name {
  font-size: 1rem;
  line-height: 1.5;
}

/* line 21328, app/assets/stylesheets/theme/_light.scss */
.feed-attachments {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

/* line 21337, app/assets/stylesheets/theme/_light.scss */
.feed-attachments .card-figure {
  min-width: 300px;
  max-width: 43%;
}

/* line 21342, app/assets/stylesheets/theme/_light.scss */
.feed-attachments .card-figure:not(:last-child) {
  margin-right: .5rem;
}

/* line 21346, app/assets/stylesheets/theme/_light.scss */
.feed-summary {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}

/* line 21357, app/assets/stylesheets/theme/_light.scss */
.feed-summary-item {
  color: #363642;
}

/* line 21361, app/assets/stylesheets/theme/_light.scss */
.feed-summary-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 21365, app/assets/stylesheets/theme/_light.scss */
.feed-summary-item:focus {
  text-decoration: none;
}

/* line 21369, app/assets/stylesheets/theme/_light.scss */
.feed-summary-item:hover {
  text-decoration: none;
}

/* line 21373, app/assets/stylesheets/theme/_light.scss */
.feed-comments {
  border-top: 1px solid rgba(20, 20, 31, 0.12);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 21379, app/assets/stylesheets/theme/_light.scss */
.feed-comments .card-header {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 0.75rem;
  font-weight: normal;
  border-bottom: 0;
}

/* line 21387, app/assets/stylesheets/theme/_light.scss */
.feed-comments .conversation-message-text {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  min-height: auto;
  background-color: transparent;
  box-shadow: none;
}

/* line 21396, app/assets/stylesheets/theme/_light.scss */
.feed-comments .conversation-message-text + .conversation-meta {
  margin-top: .5rem;
}

/* line 21400, app/assets/stylesheets/theme/_light.scss */
.feed-comments .conversation-meta {
  font-size: inherit;
}

/* line 21404, app/assets/stylesheets/theme/_light.scss */
.feed-comments .conversation-meta:first-child {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 21409, app/assets/stylesheets/theme/_light.scss */
.board {
  display: block;
  padding: 1.5rem 1rem;
  white-space: nowrap;
  overflow-x: scroll;
  height: calc(100vh - 7rem);
}

/* line 21417, app/assets/stylesheets/theme/_light.scss */
.page-expanded .board {
  height: calc(100vh - 3.5rem);
}

@media (min-width: 992px) {
  /* line 21422, app/assets/stylesheets/theme/_light.scss */
  .board {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

/* line 21428, app/assets/stylesheets/theme/_light.scss */
.board-list {
  margin: 0;
  padding: 0;
  white-space: auto;
  overflow-x: visible;
}

/* line 21435, app/assets/stylesheets/theme/_light.scss */
.board-list,
.page-expanded .board-list {
  height: auto;
}

/* line 21440, app/assets/stylesheets/theme/_light.scss */
.board-list .tasks {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* line 21448, app/assets/stylesheets/theme/_light.scss */
.board-list .task-header {
  background-color: transparent;
  box-shadow: none;
}

@media (min-width: 576px) {
  /* line 21454, app/assets/stylesheets/theme/_light.scss */
  .board-list .task-issue > .card {
    flex-direction: row;
  }
  /* line 21458, app/assets/stylesheets/theme/_light.scss */
  .board-list .task-issue > .card > .card-header {
    width: 240px;
  }
  /* line 21461, app/assets/stylesheets/theme/_light.scss */
  .board-list .task-issue > .card > .card-footer {
    border-top: 0;
  }
}

/* line 21466, app/assets/stylesheets/theme/_light.scss */
.tasks {
  display: inline-flex;
  flex-direction: column;
  width: 20rem;
  height: 100%;
  vertical-align: top;
  background-color: #e6e8ed;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  border-radius: 0.25rem;
}

/* line 21479, app/assets/stylesheets/theme/_light.scss */
.tasks:not(:last-child) {
  margin-right: 1.25rem;
}

/* line 21483, app/assets/stylesheets/theme/_light.scss */
.tasks.hover {
  background-color: #d6d8e1;
}

/* line 21487, app/assets/stylesheets/theme/_light.scss */
.tasks-action {
  display: inline-block;
  width: 18rem;
  padding: .5rem;
  vertical-align: top;
  background-color: #e6e8ed;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  border-radius: 0.25rem;
}

/* line 21497, app/assets/stylesheets/theme/_light.scss */
.tasks-action:not(:last-child) {
  margin-right: 1.25rem;
}

/* line 21501, app/assets/stylesheets/theme/_light.scss */
.task-header {
  padding: .5rem .75rem 0;
  display: flex;
  align-items: center;
  font-weight: 600;
}

/* line 21510, app/assets/stylesheets/theme/_light.scss */
.task-header .btn-reset {
  padding: .5rem;
}

/* line 21514, app/assets/stylesheets/theme/_light.scss */
.task-title {
  margin: 0;
  font-size: 1rem;
}

/* line 21519, app/assets/stylesheets/theme/_light.scss */
.task-body {
  padding: .5rem;
  min-height: 2rem;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 21528, app/assets/stylesheets/theme/_light.scss */
.task-issue {
  border-radius: 0.25rem;
}

/* line 21532, app/assets/stylesheets/theme/_light.scss */
.task-issue:not(:last-child) {
  margin-bottom: .5rem;
}

/* line 21536, app/assets/stylesheets/theme/_light.scss */
.task-issue > .card {
  margin-bottom: 0;
}

/* line 21540, app/assets/stylesheets/theme/_light.scss */
.task-issue > .card > .card-header {
  border: 0;
  white-space: normal;
}

/* line 21545, app/assets/stylesheets/theme/_light.scss */
.task-issue > .card > .card-header > a {
  color: inherit;
}

/* line 21549, app/assets/stylesheets/theme/_light.scss */
.task-issue > .card > .card-header > a:focus {
  color: inherit;
  text-decoration: none;
}

/* line 21554, app/assets/stylesheets/theme/_light.scss */
.task-issue > .card > .card-header > a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 21559, app/assets/stylesheets/theme/_light.scss */
.task-label-group {
  margin: .125rem 0;
  display: block;
  line-height: 1;
  white-space: normal;
}

/* line 21566, app/assets/stylesheets/theme/_light.scss */
.task-label {
  margin-right: .125rem;
  display: inline-block;
  width: 2rem;
  height: .5rem;
  border-radius: .5rem;
  background-color: #346CB0;
}

/* line 21575, app/assets/stylesheets/theme/_light.scss */
.metric-row {
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

/* line 21588, app/assets/stylesheets/theme/_light.scss */
.metric-row .metric {
  margin: .5rem 0;
  min-height: 8.5rem;
}

/* line 21593, app/assets/stylesheets/theme/_light.scss */
.metric-flush {
  margin: .5rem -1px .5rem 1px;
}

@media (max-width: 575.98px) {
  /* line 21598, app/assets/stylesheets/theme/_light.scss */
  .metric-flush {
    display: block;
  }
  /* line 21601, app/assets/stylesheets/theme/_light.scss */
  .metric-flush > .col,
.metric-flush > [class="col-*"] {
    margin-top: -1px;
  }
}

/* line 21607, app/assets/stylesheets/theme/_light.scss */
.metric-flush .metric {
  margin: 0;
  border-radius: 0;
}

/* line 21612, app/assets/stylesheets/theme/_light.scss */
.metric-flush > .col,
.metric-flush > [class="col-*"] {
  margin-left: -1px;
  padding-right: 0;
  padding-left: 0;
}

/* line 21619, app/assets/stylesheets/theme/_light.scss */
.metric-flush > .col:first-child > .metric,
.metric-flush > [class="col-*"]:first-child > .metric {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 21625, app/assets/stylesheets/theme/_light.scss */
.metric-flush > .col:last-child > .metric,
.metric-flush > [class="col-*"]:last-child > .metric {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

@media (min-width: 576px) {
  /* line 21632, app/assets/stylesheets/theme/_light.scss */
  .metric-flush > .col:first-child > .metric,
.metric-flush > [class="col-*"]:first-child > .metric {
    border-top-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 21638, app/assets/stylesheets/theme/_light.scss */
  .metric-flush > .col:last-child > .metric,
.metric-flush > [class="col-*"]:last-child > .metric {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}

/* line 21646, app/assets/stylesheets/theme/_light.scss */
.metric {
  position: relative;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  max-width: 100%;
  border-radius: 0.25rem;
  cursor: default;
}

@media (min-width: 576px) {
  /* line 21663, app/assets/stylesheets/theme/_light.scss */
  .metric {
    flex-basis: 0;
  }
}

/* line 21669, app/assets/stylesheets/theme/_light.scss */
a.metric,
.metric-hoverable {
  color: inherit;
  outline: 0;
  cursor: pointer;
}

/* line 21676, app/assets/stylesheets/theme/_light.scss */
a.metric:focus,
.metric-hoverable:focus {
  color: inherit;
  text-decoration: none;
  border: 1px solid #d6d8e1;
}

/* line 21683, app/assets/stylesheets/theme/_light.scss */
a.metric:hover,
.metric-hoverable:hover {
  color: inherit;
  text-decoration: none;
  border: 1px solid #d6d8e1;
}

/* line 21690, app/assets/stylesheets/theme/_light.scss */
.metric-bordered {
  border: 1px solid #d6d8e1;
}

/* line 21694, app/assets/stylesheets/theme/_light.scss */
.metric-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #888c9b;
  white-space: nowrap;
}

/* line 21701, app/assets/stylesheets/theme/_light.scss */
.metric-label:first-child {
  margin-bottom: .5rem;
}

/* line 21705, app/assets/stylesheets/theme/_light.scss */
.metric-label:last-child {
  margin-top: .5rem;
  margin-bottom: 0;
}

/* line 21710, app/assets/stylesheets/theme/_light.scss */
.metric-value {
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
}

/* line 21716, app/assets/stylesheets/theme/_light.scss */
.metric-value .value {
  vertical-align: middle;
}

/* line 21720, app/assets/stylesheets/theme/_light.scss */
.metric-value > sup,
.metric-value > sub {
  color: #a6abbd;
  font-size: .5em;
}

/* line 21726, app/assets/stylesheets/theme/_light.scss */
.metric-value > sup {
  top: -.75em;
}

/* line 21730, app/assets/stylesheets/theme/_light.scss */
.metric-value > sub {
  bottom: 0;
}

/* line 21734, app/assets/stylesheets/theme/_light.scss */
.metric-badge {
  position: relative;
  top: -.5rem;
}

/* line 21739, app/assets/stylesheets/theme/_light.scss */
.card-metric {
  text-align: center;
  background-color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

/* line 21747, app/assets/stylesheets/theme/_light.scss */
.countdown {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  /* line 21759, app/assets/stylesheets/theme/_light.scss */
  .countdown {
    font-size: 3rem;
    border-radius: 0.25rem;
  }
}

/* line 21765, app/assets/stylesheets/theme/_light.scss */
.countdown-item {
  padding: 1rem 1rem;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 21783, app/assets/stylesheets/theme/_light.scss */
.countdown-item > small {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: inherit;
}

@media (max-width: 575.98px) {
  /* line 21790, app/assets/stylesheets/theme/_light.scss */
  .countdown-item {
    padding: 1rem;
    flex-basis: auto;
    width: 50%;
  }
}

/* line 21798, app/assets/stylesheets/theme/_light.scss */
.empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* line 21812, app/assets/stylesheets/theme/_light.scss */
.empty-state-fullpage {
  min-height: 100%;
}

/* line 21816, app/assets/stylesheets/theme/_light.scss */
.empty-state-container {
  position: relative;
  padding: 0 1rem;
  max-width: 640px;
  text-align: center;
  z-index: 1;
}

/* line 21824, app/assets/stylesheets/theme/_light.scss */
.state-figure {
  margin-bottom: 1.5rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 21833, app/assets/stylesheets/theme/_light.scss */
.state-header {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

/* line 21838, app/assets/stylesheets/theme/_light.scss */
.state-description {
  margin-bottom: 1.25rem;
}

/* line 21842, app/assets/stylesheets/theme/_light.scss */
.state-action {
  margin-bottom: .5rem;
}

/* line 21846, app/assets/stylesheets/theme/_light.scss */
.auth {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  background-color: #f6f7f9;
}

/* line 21858, app/assets/stylesheets/theme/_light.scss */
.auth-header {
  position: relative;
  padding: 2rem 1.25rem 0;
  width: 100%;
  background-color: #346CB0;
  color: #ffffff;
  text-align: center;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 21869, app/assets/stylesheets/theme/_light.scss */
  .auth-header {
    margin-bottom: -3rem;
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  /* line 21874, app/assets/stylesheets/theme/_light.scss */
  .auth-header .container {
    padding: 0;
    max-width: 420px;
  }
}

/* line 21880, app/assets/stylesheets/theme/_light.scss */
.auth-header a {
  color: #F7C46C;
  text-decoration: underline;
}

/* line 21885, app/assets/stylesheets/theme/_light.scss */
.auth-header a:focus {
  color: #d3a860;
}

/* line 21889, app/assets/stylesheets/theme/_light.scss */
.auth-header a:hover {
  color: #d3a860;
}

/* line 21893, app/assets/stylesheets/theme/_light.scss */
.auth-header canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* line 21901, app/assets/stylesheets/theme/_light.scss */
.auth-form {
  position: relative;
  padding: 2rem 1.25rem 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  /* line 21909, app/assets/stylesheets/theme/_light.scss */
  .auth-form {
    padding: 3rem 2rem 1rem;
    max-width: 420px;
    border-radius: 0.25rem;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
  }
}

/* line 21918, app/assets/stylesheets/theme/_light.scss */
.auth-form-reflow {
  padding: 2rem 1rem 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

/* line 21925, app/assets/stylesheets/theme/_light.scss */
.auth-form .link {
  text-decoration: underline;
}

/* line 21929, app/assets/stylesheets/theme/_light.scss */
.auth-floated {
  flex-direction: row;
  align-items: stretch;
}

/* line 21936, app/assets/stylesheets/theme/_light.scss */
.auth-floated .auth-form {
  max-width: 100%;
  border-radius: 0;
  padding-top: 2rem;
  text-align: center;
  z-index: 2;
}

@media (min-width: 992px) {
  /* line 21945, app/assets/stylesheets/theme/_light.scss */
  .auth-floated .auth-form {
    max-width: 33.333333%;
  }
}

/* line 21950, app/assets/stylesheets/theme/_light.scss */
.auth-floated .auth-announcement {
  display: none;
  padding: 6rem 3rem;
  flex: 1;
  text-align: center;
  color: #ffffff;
  background-color: #346CB0;
  background-size: cover;
}

@media (min-width: 992px) {
  /* line 21962, app/assets/stylesheets/theme/_light.scss */
  .auth-floated .auth-announcement {
    display: block;
  }
}

/* line 21967, app/assets/stylesheets/theme/_light.scss */
.auth-floated .announcement-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 21972, app/assets/stylesheets/theme/_light.scss */
.auth-floated .announcement-body {
  position: relative;
  z-index: 2;
}

/* line 21977, app/assets/stylesheets/theme/_light.scss */
.auth-footer {
  padding: 1rem;
  color: #888c9b;
}

@media (min-width: 768px) {
  /* line 21983, app/assets/stylesheets/theme/_light.scss */
  .auth-footer {
    max-width: 420px;
  }
}

/* line 21988, app/assets/stylesheets/theme/_light.scss */
.list-group-messages.list-group-bordered .list-group-item {
  border-color: rgba(34, 34, 48, 0.075);
}

/* line 21992, app/assets/stylesheets/theme/_light.scss */
.list-group-messages .list-group-item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: transparent;
}

/* line 21998, app/assets/stylesheets/theme/_light.scss */
.list-group-messages .list-group-item-figure,
.list-group-messages .list-group-item-body {
  align-self: start;
}

/* line 22004, app/assets/stylesheets/theme/_light.scss */
.list-group-messages .unread .list-group-item-subtitle,
.list-group-messages .unread .list-group-item-title {
  font-weight: 600;
}

/* line 22009, app/assets/stylesheets/theme/_light.scss */
.list-group-messages .read .list-group-item-subtitle,
.list-group-messages .read .list-group-item-title {
  color: #888c9b;
}

/* line 22014, app/assets/stylesheets/theme/_light.scss */
.message {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 22022, app/assets/stylesheets/theme/_light.scss */
.message-header {
  position: relative;
  padding: .5rem .5rem .5rem .25rem;
  display: flex;
  align-items: center;
  height: 3.5rem;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(20, 20, 31, 0.075);
  z-index: 5;
}

@media (min-width: 768px) {
  /* line 22036, app/assets/stylesheets/theme/_light.scss */
  .message-header {
    padding: .5rem;
  }
}

/* line 22041, app/assets/stylesheets/theme/_light.scss */
.message-header-actions {
  margin-left: auto;
  min-width: 92px;
  text-align: right;
}

/* line 22047, app/assets/stylesheets/theme/_light.scss */
.message-title {
  margin: 0 .5rem;
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 22055, app/assets/stylesheets/theme/_light.scss */
.message-body {
  padding: 0;
  flex: 1;
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 22063, app/assets/stylesheets/theme/_light.scss */
  .message-body {
    padding: 1.5rem 1rem;
  }
}

@media (min-width: 992px) {
  /* line 22069, app/assets/stylesheets/theme/_light.scss */
  .message-body {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

/* line 22075, app/assets/stylesheets/theme/_light.scss */
.message-publisher {
  position: relative;
  padding: .5rem;
  background-color: #ffffff;
  box-shadow: 0 -1px 0 0 rgba(20, 20, 31, 0.075);
  z-index: 1;
}

/* line 22083, app/assets/stylesheets/theme/_light.scss */
.message-publisher .input-group {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 22089, app/assets/stylesheets/theme/_light.scss */
.message-publisher .input-group.focus {
  box-shadow: none;
}

/* line 22093, app/assets/stylesheets/theme/_light.scss */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 22097, app/assets/stylesheets/theme/_light.scss */
ul li {
  padding: 0;
  margin: 0;
}

/* line 22104, app/assets/stylesheets/theme/_light.scss */
.sk-w-25 {
  width: 130px;
}

/* line 22108, app/assets/stylesheets/theme/_light.scss */
.sk-w-50 {
  width: 200px;
}

/* line 22112, app/assets/stylesheets/theme/_light.scss */
.sk-w-75 {
  width: 300px;
}

/* line 22116, app/assets/stylesheets/theme/_light.scss */
.sk-pr-2 {
  padding-right: 10px !important;
}

/* line 22119, app/assets/stylesheets/theme/_light.scss */
.sk-mr-2 {
  margin-right: 10px !important;
}

/* line 22122, app/assets/stylesheets/theme/_light.scss */
.sk-mr-2-1 {
  margin-right: 11px !important;
}

/* line 22126, app/assets/stylesheets/theme/_light.scss */
.sk-header {
  line-height: 15px;
  padding-top: 17px !important;
  height: 53px !important;
}

/* line 22130, app/assets/stylesheets/theme/_light.scss */
.sk-header span {
  font-size: 11px;
}

/* line 22135, app/assets/stylesheets/theme/_light.scss */
.location-title {
  position: relative;
}

/* line 22137, app/assets/stylesheets/theme/_light.scss */
.location-title .location-name {
  position: absolute;
  top: -30px;
  width: 200px;
  left: 10px;
}

/* line 22145, app/assets/stylesheets/theme/_light.scss */
.packing-card, .pick-tote-card {
  flex: 45%;
  min-width: 335px;
}

/* line 1, app/assets/stylesheets/application/_account_banner.scss */
.demo-account-banner,
.free-account-banner {
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 500;
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/application/_account_banner.scss */
.demo-account-banner .account-banner__icon,
.free-account-banner .account-banner__icon {
  flex: 0 0 28px;
}

/* line 12, app/assets/stylesheets/application/_account_banner.scss */
.demo-account-banner .account-banner__title,
.free-account-banner .account-banner__title {
  font-weight: 700;
  font-size: .9rem;
}

/* line 17, app/assets/stylesheets/application/_account_banner.scss */
.demo-account-banner .account-banner__description,
.free-account-banner .account-banner__description {
  line-height: 1.25;
}

/* line 21, app/assets/stylesheets/application/_account_banner.scss */
.demo-account-banner:hover, .demo-account-banner:focus,
.free-account-banner:hover,
.free-account-banner:focus {
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/application/_account_banner.scss */
.free-account-banner {
  background: #3f4d61;
  color: #c9d3e2;
}

/* line 30, app/assets/stylesheets/application/_account_banner.scss */
.free-account-banner .account-banner__title, .free-account-banner:hover, .free-account-banner:focus {
  color: #fff;
}

/* line 34, app/assets/stylesheets/application/_account_banner.scss */
.free-account-banner:hover, .free-account-banner:focus {
  background: #374456;
}

/* line 39, app/assets/stylesheets/application/_account_banner.scss */
.demo-account-banner {
  background: #efa82f;
  color: #654000;
}

/* line 43, app/assets/stylesheets/application/_account_banner.scss */
.demo-account-banner .account-banner__title, .demo-account-banner:hover, .demo-account-banner:focus {
  color: #3e2b0a;
}

/* line 47, app/assets/stylesheets/application/_account_banner.scss */
.demo-account-banner:hover, .demo-account-banner:focus {
  background: #e69914;
}

/* line 52, app/assets/stylesheets/application/_account_banner.scss */
ul.upgrade-features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  max-width: 204px;
  margin: 0 auto;
  text-align: left;
}

/* line 61, app/assets/stylesheets/application/_account_banner.scss */
ul.upgrade-features-list li {
  margin-top: .6rem;
}

/* line 64, app/assets/stylesheets/application/_account_banner.scss */
ul.upgrade-features-list li:first-child {
  margin-top: none;
}

/* line 70, app/assets/stylesheets/application/_account_banner.scss */
.upgrade-pricing__price {
  font-size: 2.5rem;
  font-weight: 600;
}

/* line 74, app/assets/stylesheets/application/_account_banner.scss */
.upgrade-pricing__price .currency {
  font-size: 1.3rem;
  vertical-align: super;
  font-weight: 400;
}

/* line 79, app/assets/stylesheets/application/_account_banner.scss */
.upgrade-pricing__price .smaller {
  font-size: 1.1rem;
  font-weight: 500;
}

/* line 1, app/assets/stylesheets/application/_adjustment.scss */
.adjustment_container {
  position: relative;
  width: 80px;
}

/* line 5, app/assets/stylesheets/application/_adjustment.scss */
.adjustment_container .ajustment_float {
  display: none;
  position: absolute;
  top: 25px;
  right: -55px;
  background: white;
  width: 300px;
  min-height: 140px;
  z-index: 1000;
  border-radius: 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 20px;
}

/* line 20, app/assets/stylesheets/application/_adjustment.scss */
.quantity_button {
  width: 40px;
  outline: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/application/_adjustment.scss */
.quantity_button:focus {
  border: 0;
  outline: 0;
}

/* line 32, app/assets/stylesheets/application/_adjustment.scss */
.adjustment-loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #363642;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: adjustment-spin 1s linear infinite;
  display: none;
  margin-left: 3px;
}

/* line 43, app/assets/stylesheets/application/_adjustment.scss */
.quantity-tb .adjustment_container .ajustment_float {
  bottom: 23px;
  left: 5px;
  top: unset;
  right: -42px;
}

/* line 50, app/assets/stylesheets/application/_adjustment.scss */
.not-bin-adjustment .ajustment_float {
  width: 200px;
}

@keyframes adjustment-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/application/_alerts.scss */
.alert-danger {
  color: #8e2e1d;
  background-color: #fffdfd;
  border-color: #b02b13;
}

/* line 7, app/assets/stylesheets/application/_alerts.scss */
.alert-danger hr {
  border-top-color: #b02b13;
}

/* line 11, app/assets/stylesheets/application/_alerts.scss */
.alert-danger .alert-link {
  color: #8e2e1d;
}

/* line 15, app/assets/stylesheets/application/_alerts.scss */
.alert-floating button.close {
  margin-left: 1rem;
  font-size: 1.05rem;
  padding: 0.2rem 0;
}

/* line 21, app/assets/stylesheets/application/_alerts.scss */
.alert-dismissible button.close {
  margin-top: -3px;
}

/* line 25, app/assets/stylesheets/application/_alerts.scss */
.page-alerts {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  margin: 2.5rem 1rem 1rem;
}

/* line 32, app/assets/stylesheets/application/_alerts.scss */
.page-alerts .alert {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  min-width: 20rem;
}

@media (max-width: 572px) {
  /* line 40, app/assets/stylesheets/application/_alerts.scss */
  .page-alerts {
    left: 0;
    margin: .75rem .5rem;
    top: 8vh;
  }
  /* line 45, app/assets/stylesheets/application/_alerts.scss */
  .page-alerts .alert {
    min-width: 0;
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/application/_auth.scss */
.auth-header {
  background-color: #222935;
  background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%23343e51' fill-opacity='0.27' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: initial;
}

@supports (padding-top: constant(safe-area-inset-top)) {
  /* line 8, app/assets/stylesheets/application/_auth.scss */
  .auth-header, .auth-form-reflow {
    padding-top: calc(2rem + constant(safe-area-inset-top));
  }
}

@supports (padding-top: env(safe-area-inset-top)) {
  /* line 13, app/assets/stylesheets/application/_auth.scss */
  .auth-header, .auth-form-reflow {
    padding-top: calc(2rem + env(safe-area-inset-top));
  }
}

/* line 1, app/assets/stylesheets/application/_autocomplete.scss */
.autocomplete-url, .autocomplete-value {
  display: none;
}

/* line 4, app/assets/stylesheets/application/_autocomplete.scss */
.autocomplete-not-found {
  font-weight: bold;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 12px;
}

/* line 10, app/assets/stylesheets/application/_autocomplete.scss */
.autocomplete-holder {
  overflow-y: scroll;
  position: absolute;
  top: 0px;
  width: 100%;
  background: white;
  margin: 0;
  text-indent: 0;
  list-style-type: none;
  z-index: 10;
  border: 1px solid #c6c9d5;
  border-radius: 0.25rem;
  padding: 0;
}

/* line 23, app/assets/stylesheets/application/_autocomplete.scss */
.autocomplete-holder li {
  width: 100%;
  line-height: 13px;
  padding: 10px;
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/application/_autocomplete.scss */
.autocomplete-holder li:hover, .autocomplete-holder li.selected {
  background-color: #f6f7f9;
}

/* line 1, app/assets/stylesheets/application/_avatar.scss */
.user-avatar.tile-sm {
  font-size: 0.75rem !important;
}

/* line 3, app/assets/stylesheets/application/_btn_social.scss */
.btn-social.btn-google_oauth2 {
  border-color: #dd4b39;
  color: #fff;
  background: #dd4b39;
}

/* line 8, app/assets/stylesheets/application/_btn_social.scss */
.btn-social.btn-google_oauth2:hover {
  border-color: #d73925;
  color: #fff;
  background: #d73925;
}

/* line 1, app/assets/stylesheets/application/_bulk.scss */
.is--only-bulk {
  display: none;
}

/* line 6, app/assets/stylesheets/application/_bulk.scss */
.is--bulk .is--only-bulk {
  display: block;
}

/* line 9, app/assets/stylesheets/application/_bulk.scss */
.is--bulk .is--hidden-bulk {
  display: none;
}

/* line 1, app/assets/stylesheets/application/_button.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  background: linear-gradient(to bottom, #f9f9f9, #dfe1e4);
}

/* line 6, app/assets/stylesheets/application/_button.scss */
button.link {
  border: none;
  padding: 0;
  margin: 0;
  color: #346CB0;
  cursor: pointer;
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/application/_button.scss */
button.link:hover, button.link:focus {
  text-decoration: underline;
}

/* line 19, app/assets/stylesheets/application/_button.scss */
button.disabled-link {
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/application/_button.scss */
button.disabled-link:hover, button.disabled-link:focus {
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/application/_button.scss */
.dropdown-item.subtle-hover:hover, .dropdown-item.subtle-hover:focus {
  color: #363642;
  text-decoration: none;
  background-color: #ECEEF3;
}

/* line 39, app/assets/stylesheets/application/_button.scss */
.nav-tabs .nav-link.disabled {
  opacity: .5;
}

/* line 43, app/assets/stylesheets/application/_button.scss */
.btn.btn-header-secondary {
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 49, app/assets/stylesheets/application/_button.scss */
.panel-modal-button {
  background: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  align-items: center;
  border: none;
  padding: 1rem 2.5rem 1rem 1rem;
  cursor: pointer;
  text-align: left;
  position: relative;
  color: #000;
  text-decoration: none;
}

/* line 63, app/assets/stylesheets/application/_button.scss */
.panel-modal-button:hover, .panel-modal-button:active {
  background: #f5f6f9;
  color: #000;
  text-decoration: none;
}

/* line 69, app/assets/stylesheets/application/_button.scss */
.panel-modal-button::after {
  position: absolute;
  right: 1rem;
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #718096;
  font-size: 1rem;
  line-height: 1rem;
  top: 50%;
  margin-top: -.5rem;
}

/* line 89, app/assets/stylesheets/application/_button.scss */
.link\:muted {
  text-decoration: none !important;
  color: #888c9b !important;
}

/* line 93, app/assets/stylesheets/application/_button.scss */
.link\:muted:hover, .link\:muted:active, .link\:muted.active {
  color: #000 !important;
  text-decoration: none !important;
}

/* line 1, app/assets/stylesheets/application/_changelog.scss */
.changelog {
  position: absolute;
  z-index: 50;
}

/* line 6, app/assets/stylesheets/application/_changelog.scss */
.HW_badge.HW_softHidden {
  background: #31363e !important;
}

@media (min-width: 992px) {
  /* line 11, app/assets/stylesheets/application/_changelog.scss */
  .changelog {
    position: relative;
  }
}

/* line 1, app/assets/stylesheets/application/_checklist.scss */
.checklist {
  font-size: 0.875rem;
  color: #363642;
  border: none;
}

/* line 6, app/assets/stylesheets/application/_checklist.scss */
.checklist > * {
  padding: 5px .75rem;
  width: auto;
  margin-bottom: 10px;
  color: #363642;
}

/* line 13, app/assets/stylesheets/application/_checklist.scss */
.checklist > .active {
  border-color: transparent;
  background: #2771ca;
  color: #fff;
}

/* line 6, app/assets/stylesheets/application/_comments.scss */
.feed-post--note {
  background: #fffbe6;
  border-left: 3px solid #f0ad4e;
}

/* line 10, app/assets/stylesheets/application/_comments.scss */
.feed-post--note .card-header {
  background: transparent;
}

/* line 18, app/assets/stylesheets/application/_comments.scss */
.comment-form__publisher--note {
  background: #fffbe6;
  border-left: 3px solid #f0ad4e;
  border-radius: 0.25rem;
}

/* line 24, app/assets/stylesheets/application/_comments.scss */
.comment-form__tabs .btn.active {
  font-weight: 600;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.9;
  }
  40% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.3;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* line 35, app/assets/stylesheets/application/_common.scss */
img {
  max-width: 100%;
}

/* line 39, app/assets/stylesheets/application/_common.scss */
button {
  background: none;
}

/* line 44, app/assets/stylesheets/application/_common.scss */
.mr-0-last-child > *:last-child {
  margin-right: 0 !important;
}

/* line 49, app/assets/stylesheets/application/_common.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 54, app/assets/stylesheets/application/_common.scss */
.product-description > *:last-child, .product-description .fr-view > *:last-child {
  margin-bottom: 0;
}

/* line 59, app/assets/stylesheets/application/_common.scss */
.fr-view img {
  height: auto;
}

/* line 63, app/assets/stylesheets/application/_common.scss */
.text-nodecoration {
  text-decoration: none !important;
}

/* line 67, app/assets/stylesheets/application/_common.scss */
.text-3xs {
  font-size: .5rem;
}

/* line 68, app/assets/stylesheets/application/_common.scss */
.text-2xs {
  font-size: .625rem;
}

/* line 69, app/assets/stylesheets/application/_common.scss */
.text-xs {
  font-size: .75rem;
}

/* line 70, app/assets/stylesheets/application/_common.scss */
.text-sm {
  font-size: .875rem;
}

/* line 71, app/assets/stylesheets/application/_common.scss */
.text-base {
  font-size: 1rem;
}

/* line 72, app/assets/stylesheets/application/_common.scss */
.text-lg {
  font-size: 1.125rem;
}

/* line 73, app/assets/stylesheets/application/_common.scss */
.text-xl {
  font-size: 1.25rem;
}

/* line 74, app/assets/stylesheets/application/_common.scss */
.text-2xl {
  font-size: 1.5rem;
}

/* line 75, app/assets/stylesheets/application/_common.scss */
.text-3xl {
  font-size: 1.875rem;
}

/* line 76, app/assets/stylesheets/application/_common.scss */
.text-4xl {
  font-size: 2.25rem;
}

/* line 77, app/assets/stylesheets/application/_common.scss */
.text-5xl {
  font-size: 3rem;
}

/* line 78, app/assets/stylesheets/application/_common.scss */
.text-6xl {
  font-size: 4rem;
}

/* line 80, app/assets/stylesheets/application/_common.scss */
.btn-floated {
  line-height: 2.5rem;
}

/* line 84, app/assets/stylesheets/application/_common.scss */
.aside-footer .dropdown-menu {
  width: calc(100% - 10px);
}

/* line 88, app/assets/stylesheets/application/_common.scss */
.page-sidebar {
  -webkit-overflow-scrolling: touch;
}

/* line 92, app/assets/stylesheets/application/_common.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 96, app/assets/stylesheets/application/_common.scss */
.page-empty-state {
  position: relative;
  padding: 0 1rem;
  max-width: 640px;
  margin: 2rem auto;
  text-align: center;
  z-index: 1;
}

/* line 105, app/assets/stylesheets/application/_common.scss */
.text-compatibility-switch {
  color: #ced1d8;
}

/* line 109, app/assets/stylesheets/application/_common.scss */
.page-inner {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 113, app/assets/stylesheets/application/_common.scss */
.page-inner--xx-small {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 118, app/assets/stylesheets/application/_common.scss */
.page-inner--x-small {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 123, app/assets/stylesheets/application/_common.scss */
.page-inner--small {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 128, app/assets/stylesheets/application/_common.scss */
.page-inner--large {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 133, app/assets/stylesheets/application/_common.scss */
.page-inner--full {
  max-width: 100%;
}

/* line 137, app/assets/stylesheets/application/_common.scss */
.page-title-bar, .section-block {
  padding-right: 0;
  padding-left: 0;
}

/* line 142, app/assets/stylesheets/application/_common.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 146, app/assets/stylesheets/application/_common.scss */
.is--only-android {
  display: none;
}

/* line 151, app/assets/stylesheets/application/_common.scss */
body.is--android .is--only-android {
  display: block;
}

/* line 156, app/assets/stylesheets/application/_common.scss */
.bg-dark .border-light {
  border-color: #5a5a67 !important;
}

/* line 159, app/assets/stylesheets/application/_common.scss */
.bg-dark-muted {
  background: #4A5568 !important;
}

/* line 162, app/assets/stylesheets/application/_common.scss */
.bg-dark-muted.text-muted, .bg-dark-muted .text-muted {
  color: #BAC4CE !important;
}

/* line 167, app/assets/stylesheets/application/_common.scss */
.hover\:bg-white:hover, button.bg-white.hover\:bg-white:hover {
  background-color: #ffffff !important;
}

/* line 171, app/assets/stylesheets/application/_common.scss */
#account-payment {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* line 177, app/assets/stylesheets/application/_common.scss */
.overflow-y-auto {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 182, app/assets/stylesheets/application/_common.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 186, app/assets/stylesheets/application/_common.scss */
.mr-next-nav {
  margin-right: 2.65rem;
}

/* line 190, app/assets/stylesheets/application/_common.scss */
.bg-highlighted {
  background-color: #FFEAC7;
}

/* line 194, app/assets/stylesheets/application/_common.scss */
.badge-subtle.badge-danger {
  color: #d53417;
  background-color: #d534171a;
}

/* line 198, app/assets/stylesheets/application/_common.scss */
.badge-subtle.badge-warning {
  color: #a16c12;
  background-color: #d7962833;
}

/* line 203, app/assets/stylesheets/application/_common.scss */
.font-weight-bolder {
  font-weight: 500 !important;
}

/* line 207, app/assets/stylesheets/application/_common.scss */
.font-weight-bolderer {
  font-weight: 600 !important;
}

/* line 211, app/assets/stylesheets/application/_common.scss */
.nav-tabs .dropdown-menu {
  z-index: 99999;
}

/* line 215, app/assets/stylesheets/application/_common.scss */
.mt-px {
  margin-top: 1px !important;
}

/* line 218, app/assets/stylesheets/application/_common.scss */
.mb-px {
  margin-bottom: 1px !important;
}

/* line 222, app/assets/stylesheets/application/_common.scss */
.ml-0\.5, .mx-0\.5 {
  margin-left: .1225rem !important;
}

/* line 225, app/assets/stylesheets/application/_common.scss */
.mr-0\.5, .mx-0\.5 {
  margin-right: .1225rem !important;
}

/* line 229, app/assets/stylesheets/application/_common.scss */
.-mt-px {
  margin-top: -1px !important;
}

/* line 233, app/assets/stylesheets/application/_common.scss */
.-mt-0\.5, .-my-0\.5 {
  margin-top: -.1225rem !important;
}

/* line 236, app/assets/stylesheets/application/_common.scss */
.-mb-0\.5, .-my-0\.5 {
  margin-bottom: -.1225rem !important;
}

/* line 240, app/assets/stylesheets/application/_common.scss */
.-mt-2, .-my-2 {
  margin-top: -0.5rem !important;
}

/* line 243, app/assets/stylesheets/application/_common.scss */
.-mb-2, .-my-2 {
  margin-bottom: -0.5rem !important;
}

/* line 247, app/assets/stylesheets/application/_common.scss */
.-mt-4, .-my-4 {
  margin-top: -.25rem !important;
}

/* line 250, app/assets/stylesheets/application/_common.scss */
.-mb-4, .-my-4 {
  margin-bottom: -.25rem !important;
}

/* line 254, app/assets/stylesheets/application/_common.scss */
.-mt-8, .-my-8 {
  margin-top: -1rem !important;
}

/* line 257, app/assets/stylesheets/application/_common.scss */
.-mb-8, .-my-8 {
  margin-bottom: -1rem !important;
}

/* line 260, app/assets/stylesheets/application/_common.scss */
.-mt-10, .-my-10 {
  margin-top: -1.25rem !important;
}

/* line 263, app/assets/stylesheets/application/_common.scss */
.-mb-10, .-my-10 {
  margin-bottom: -1.25rem !important;
}

/* line 267, app/assets/stylesheets/application/_common.scss */
.-ml-1, .-mx-1 {
  margin-left: -0.25rem !important;
}

/* line 270, app/assets/stylesheets/application/_common.scss */
.-mr-1, .-mx-1 {
  margin-right: -0.25rem !important;
}

/* line 273, app/assets/stylesheets/application/_common.scss */
.-ml-2, .-mx-2 {
  margin-left: -0.75rem !important;
}

/* line 276, app/assets/stylesheets/application/_common.scss */
.-mr-2, .-mx-2 {
  margin-right: -0.75rem !important;
}

/* line 279, app/assets/stylesheets/application/_common.scss */
.-ml-3, .-mx-3 {
  margin-left: -1rem !important;
}

/* line 282, app/assets/stylesheets/application/_common.scss */
.-mr-3, .-mx-3 {
  margin-right: -1rem !important;
}

/* line 286, app/assets/stylesheets/application/_common.scss */
.mr-2-5 {
  margin-right: .75rem !important;
}

/* line 290, app/assets/stylesheets/application/_common.scss */
.min-w-0 {
  min-width: 0;
}

/* line 291, app/assets/stylesheets/application/_common.scss */
.min-w-8 {
  min-width: 2rem;
}

/* line 292, app/assets/stylesheets/application/_common.scss */
.min-w-20 {
  min-width: 5rem;
}

/* line 293, app/assets/stylesheets/application/_common.scss */
.min-w-40 {
  min-width: 10rem;
}

/* line 294, app/assets/stylesheets/application/_common.scss */
.min-w-80 {
  min-width: 20rem;
}

/* line 296, app/assets/stylesheets/application/_common.scss */
.max-w-40 {
  max-width: 10rem;
}

/* line 297, app/assets/stylesheets/application/_common.scss */
.max-w-xs {
  max-width: 20rem;
}

/* line 298, app/assets/stylesheets/application/_common.scss */
.max-w-sm {
  max-width: 24rem;
}

/* line 299, app/assets/stylesheets/application/_common.scss */
.max-w-xl {
  max-width: 36rem;
}

/* line 300, app/assets/stylesheets/application/_common.scss */
.max-w-3xl {
  max-width: 48rem;
}

/* line 301, app/assets/stylesheets/application/_common.scss */
.max-w-full {
  max-width: 100%;
}

/* line 303, app/assets/stylesheets/application/_common.scss */
.outline-none {
  outline: none !important;
}

/* line 307, app/assets/stylesheets/application/_common.scss */
.list-group-item-action.active.bg-light:focus {
  background-color: #f6f7f9 !important;
}

/* line 311, app/assets/stylesheets/application/_common.scss */
.z-auto {
  z-index: auto !important;
}

/* line 315, app/assets/stylesheets/application/_common.scss */
.w-18 {
  width: 4.5rem;
}

/* line 318, app/assets/stylesheets/application/_common.scss */
.w-24 {
  width: 6rem !important;
}

/* line 321, app/assets/stylesheets/application/_common.scss */
.w-48 {
  width: 12rem !important;
}

/* line 325, app/assets/stylesheets/application/_common.scss */
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 331, app/assets/stylesheets/application/_common.scss */
.translate\:x\:0 {
  transform: translateX(0);
}

/* line 335, app/assets/stylesheets/application/_common.scss */
.translate\:x\:-100 {
  transform: translateX(-100%);
}

/* line 339, app/assets/stylesheets/application/_common.scss */
.translate\:x\:100 {
  transform: translateX(100%);
}

/* line 344, app/assets/stylesheets/application/_common.scss */
.transition\:all\:1\/4s\:ease {
  transition: all .25s ease;
}

/* line 349, app/assets/stylesheets/application/_common.scss */
.overflow-auto {
  overflow: auto;
}

/* line 353, app/assets/stylesheets/application/_common.scss */
.text-real-white {
  color: #fff;
}

/* line 357, app/assets/stylesheets/application/_common.scss */
.opacity-40 {
  opacity: 0.4;
}

/* line 361, app/assets/stylesheets/application/_common.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 365, app/assets/stylesheets/application/_common.scss */
.border-top-2 {
  border-top: 2px solid rgba(34, 34, 48, 0.1) !important;
}

/* line 369, app/assets/stylesheets/application/_common.scss */
.first\:border-top-0:first-child {
  border-top: none !important;
}

/* line 372, app/assets/stylesheets/application/_common.scss */
.first\:mt-0:first-child {
  margin-top: 0 !important;
}

/* line 376, app/assets/stylesheets/application/_common.scss */
.last\:border-bottom-0:last-child {
  border-bottom: none !important;
}

/* line 380, app/assets/stylesheets/application/_common.scss */
.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 385, app/assets/stylesheets/application/_common.scss */
.h-6 {
  height: 1.5rem;
}

/* line 389, app/assets/stylesheets/application/_common.scss */
.w-100 {
  width: 100% !important;
}

/* line 393, app/assets/stylesheets/application/_common.scss */
.collapse-spacer {
  height: 1px;
  transition: all .25s ease;
}

/* line 398, app/assets/stylesheets/application/_common.scss */
.collapse.show .collapse-spacer, .collapsing .collapse-spacer {
  height: 0;
}

/* line 403, app/assets/stylesheets/application/_common.scss */
.pr-2\.5 {
  padding-right: 0.75rem;
}

/* line 407, app/assets/stylesheets/application/_common.scss */
button#filtered-indicator {
  width: 100%;
  text-align: center;
  background-color: #f6f7f9;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  transition: all .25s ease;
  font-weight: 500;
  line-height: 1.2rem;
}

/* line 418, app/assets/stylesheets/application/_common.scss */
button#filtered-indicator i {
  margin-left: -1.3rem;
}

/* line 422, app/assets/stylesheets/application/_common.scss */
button#filtered-indicator:hover {
  background-color: #f0f1f2;
}

/* line 427, app/assets/stylesheets/application/_common.scss */
.hover\:bg-light:hover {
  background: #f6f7f9 !important;
}

@media (min-width: 576px) {
  /* line 432, app/assets/stylesheets/application/_common.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 436, app/assets/stylesheets/application/_common.scss */
  .w-sm-88 {
    width: 22rem;
  }
  /* line 440, app/assets/stylesheets/application/_common.scss */
  .w-sm-104 {
    width: 26rem;
  }
  /* line 444, app/assets/stylesheets/application/_common.scss */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 448, app/assets/stylesheets/application/_common.scss */
  .-ml-sm-3, .-mx-sm-3 {
    margin-left: -1rem !important;
  }
  /* line 451, app/assets/stylesheets/application/_common.scss */
  .-mr-sm-3, .-mx-sm-3 {
    margin-right: -1rem !important;
  }
}

@media (min-width: 768px) {
  /* line 457, app/assets/stylesheets/application/_common.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 460, app/assets/stylesheets/application/_common.scss */
  .w-md-48 {
    width: 12rem !important;
  }
  /* line 463, app/assets/stylesheets/application/_common.scss */
  .w-md-auto {
    width: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 469, app/assets/stylesheets/application/_common.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  @supports (padding-top: constant(safe-area-inset-top)) {
    /* line 474, app/assets/stylesheets/application/_common.scss */
    .btn-floated {
      margin-bottom: constant(safe-area-inset-top);
    }
  }
  @supports (padding-top: env(safe-area-inset-top)) {
    /* line 479, app/assets/stylesheets/application/_common.scss */
    .btn-floated {
      margin-bottom: env(safe-area-inset-top);
    }
  }
}

@media (min-width: 1200px) {
  /* line 486, app/assets/stylesheets/application/_common.scss */
  .w-xl-100 {
    width: 100% !important;
  }
}

@media print {
  /* line 492, app/assets/stylesheets/application/_common.scss */
  .app-main, body.is--split-panels, .split-panels-view.overflow-y-auto {
    overflow: initial !important;
  }
}

/* line 497, app/assets/stylesheets/application/_common.scss */
.quick-action {
  border-radius: 0px 0.25rem 0.25rem 0px;
}

/* line 501, app/assets/stylesheets/application/_common.scss */
.payment-card-input-div {
  background-color: #F6F7F9;
  padding-bottom: 1px;
}

@media (max-width: 767px) {
  /* line 508, app/assets/stylesheets/application/_common.scss */
  .pills-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
    overflow-x: auto;
    width: 100%;
    flex-basis: 100%;
    line-height: 1;
  }
  /* line 518, app/assets/stylesheets/application/_common.scss */
  .pills-container::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 525, app/assets/stylesheets/application/_common.scss */
  .pills-container {
    display: contents;
  }
}

/* line 3, app/assets/stylesheets/application/_dirty.scss */
.dirtylisten.dirty .dirty\:d-block {
  display: block !important;
}

/* line 6, app/assets/stylesheets/application/_dirty.scss */
.dirtylisten.dirty .dirty\:d-none {
  display: none !important;
}

/* line 9, app/assets/stylesheets/application/_dirty.scss */
.dirtylisten.dirty .dirty\:d-flex {
  display: flex !important;
}

/* line 2, app/assets/stylesheets/application/_documentation.scss */
.documentation-layout {
  padding-top: 0.5rem;
}

/* line 5, app/assets/stylesheets/application/_documentation.scss */
.documentation-layout > .row {
  align-items: flex-start;
}

/* line 11, app/assets/stylesheets/application/_documentation.scss */
.documentation-sidebar-col {
  position: fixed;
  top: 3.75rem;
  width: 20%;
  max-width: 280px;
  height: calc(100vh - 3.75rem);
  z-index: 1;
  padding-right: 15px;
}

/* line 22, app/assets/stylesheets/application/_documentation.scss */
.documentation-sidebar {
  margin-bottom: 0;
  height: 100%;
  overflow-y: auto;
}

/* line 27, app/assets/stylesheets/application/_documentation.scss */
.documentation-sidebar::-webkit-scrollbar {
  width: 4px;
}

/* line 31, app/assets/stylesheets/application/_documentation.scss */
.documentation-sidebar::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* line 36, app/assets/stylesheets/application/_documentation.scss */
.documentation-sidebar::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* line 42, app/assets/stylesheets/application/_documentation.scss */
.documentation-content-col {
  margin-left: 25%;
}

/* line 48, app/assets/stylesheets/application/_documentation.scss */
.documentation-mobile-nav .btn-light {
  border: 1px solid #ecedf1;
  background-color: #fff;
  padding: 0.625rem 1rem;
  font-weight: 500;
}

/* line 57, app/assets/stylesheets/application/_documentation.scss */
.documentation-nav .documentation-nav__item {
  margin-bottom: 2px;
}

/* line 61, app/assets/stylesheets/application/_documentation.scss */
.documentation-nav .documentation-nav__link {
  display: block;
  padding: 4px 8px;
  color: #363642;
  font-size: 0.875rem;
  border-radius: 4px;
  text-decoration: none;
}

/* line 69, app/assets/stylesheets/application/_documentation.scss */
.documentation-nav .documentation-nav__link:hover {
  background-color: #f6f7f9;
  text-decoration: none;
  color: #363642;
}

/* line 75, app/assets/stylesheets/application/_documentation.scss */
.documentation-nav .documentation-nav__link.active {
  background-color: #e8f0fe;
  color: #346CB0;
  font-weight: 500;
}

/* line 82, app/assets/stylesheets/application/_documentation.scss */
.documentation-nav .documentation-nav__heading {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  padding: 4px 8px;
}

/* line 90, app/assets/stylesheets/application/_documentation.scss */
.doc-subcategory {
  border-top: 1px solid #ecedf1;
}

/* line 93, app/assets/stylesheets/application/_documentation.scss */
.doc-subcategory:first-child {
  border-top: none;
}

/* line 98, app/assets/stylesheets/application/_documentation.scss */
.doc-subcategory__toggle {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  color: #363642;
  text-align: left;
  background: #f6f7f9;
  border: none;
  border-radius: 0;
}

/* line 107, app/assets/stylesheets/application/_documentation.scss */
.doc-subcategory__toggle:hover {
  background: #ecedf1;
}

/* line 112, app/assets/stylesheets/application/_documentation.scss */
.doc-subcategory__toggle[aria-expanded="false"] .doc-subcategory__count::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.65rem;
  margin-left: 0.5rem;
  color: #888;
}

/* line 123, app/assets/stylesheets/application/_documentation.scss */
.doc-subcategory__toggle[aria-expanded="true"] .doc-subcategory__count::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.65rem;
  margin-left: 0.5rem;
  color: #888;
}

/* line 135, app/assets/stylesheets/application/_documentation.scss */
.doc-list-item {
  padding: 0.75rem 1.25rem;
}

/* line 140, app/assets/stylesheets/application/_documentation.scss */
.documentation-content {
  line-height: 1.7;
  font-size: 0.9375rem;
}

/* line 144, app/assets/stylesheets/application/_documentation.scss */
.documentation-content h1 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ecedf1;
}

/* line 152, app/assets/stylesheets/application/_documentation.scss */
.documentation-content h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

/* line 159, app/assets/stylesheets/application/_documentation.scss */
.documentation-content h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* line 166, app/assets/stylesheets/application/_documentation.scss */
.documentation-content h4, .documentation-content h5, .documentation-content h6 {
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

/* line 172, app/assets/stylesheets/application/_documentation.scss */
.documentation-content p {
  margin-bottom: 1rem;
}

/* line 176, app/assets/stylesheets/application/_documentation.scss */
.documentation-content ul, .documentation-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

/* line 181, app/assets/stylesheets/application/_documentation.scss */
.documentation-content li {
  margin-bottom: 0.25rem;
}

/* line 185, app/assets/stylesheets/application/_documentation.scss */
.documentation-content blockquote {
  border-left: 4px solid #346CB0;
  padding: 0.75rem 1rem;
  margin: 1rem 0;
  background-color: #f6f7f9;
  color: #555;
}

/* line 192, app/assets/stylesheets/application/_documentation.scss */
.documentation-content blockquote p:last-child {
  margin-bottom: 0;
}

/* line 197, app/assets/stylesheets/application/_documentation.scss */
.documentation-content code {
  background-color: #f6f7f9;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.85em;
  color: #d53417;
  word-break: break-word;
}

/* line 206, app/assets/stylesheets/application/_documentation.scss */
.documentation-content pre {
  background-color: #1a202c;
  color: #e2e8f0;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
}

/* line 215, app/assets/stylesheets/application/_documentation.scss */
.documentation-content pre code {
  background: none;
  padding: 0;
  color: inherit;
  font-size: 0.85rem;
  word-break: normal;
}

/* line 224, app/assets/stylesheets/application/_documentation.scss */
.documentation-content table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 232, app/assets/stylesheets/application/_documentation.scss */
.documentation-content table th, .documentation-content table td {
  padding: 0.5rem 0.75rem;
  border: 1px solid #ecedf1;
  text-align: left;
  font-size: 0.875rem;
  white-space: nowrap;
}

/* line 240, app/assets/stylesheets/application/_documentation.scss */
.documentation-content table th {
  background-color: #f6f7f9;
  font-weight: 600;
}

/* line 245, app/assets/stylesheets/application/_documentation.scss */
.documentation-content table tr:hover td {
  background-color: #fafbfc;
}

/* line 250, app/assets/stylesheets/application/_documentation.scss */
.documentation-content hr {
  border: none;
  border-top: 1px solid #ecedf1;
  margin: 2rem 0;
}

/* line 256, app/assets/stylesheets/application/_documentation.scss */
.documentation-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* line 262, app/assets/stylesheets/application/_documentation.scss */
.documentation-content a {
  color: #346CB0;
  word-break: break-word;
}

/* line 266, app/assets/stylesheets/application/_documentation.scss */
.documentation-content a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  /* line 275, app/assets/stylesheets/application/_documentation.scss */
  .documentation-sidebar-col {
    display: none;
  }
  /* line 279, app/assets/stylesheets/application/_documentation.scss */
  .documentation-content-col {
    margin-left: 0;
  }
  /* line 285, app/assets/stylesheets/application/_documentation.scss */
  .documentation-mobile-nav .documentation-nav .documentation-nav__link {
    padding: 8px 10px;
    font-size: 0.9375rem;
  }
  /* line 292, app/assets/stylesheets/application/_documentation.scss */
  .doc-list-item {
    padding: 0.875rem 1rem;
  }
  /* line 295, app/assets/stylesheets/application/_documentation.scss */
  .doc-list-item .list-group-item-text {
    font-size: 0.9375rem;
  }
  /* line 301, app/assets/stylesheets/application/_documentation.scss */
  .documentation-content {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  /* line 305, app/assets/stylesheets/application/_documentation.scss */
  .documentation-content h1 {
    font-size: 1.4rem;
  }
  /* line 309, app/assets/stylesheets/application/_documentation.scss */
  .documentation-content h2 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  /* line 314, app/assets/stylesheets/application/_documentation.scss */
  .documentation-content h3 {
    font-size: 1.05rem;
    margin-top: 1.25rem;
  }
  /* line 319, app/assets/stylesheets/application/_documentation.scss */
  .documentation-content pre {
    padding: 0.75rem;
    font-size: 0.8rem;
    border-radius: 4px;
  }
  /* line 324, app/assets/stylesheets/application/_documentation.scss */
  .documentation-content pre code {
    font-size: 0.8rem;
  }
  /* line 330, app/assets/stylesheets/application/_documentation.scss */
  .documentation-content table th, .documentation-content table td {
    padding: 0.375rem 0.5rem;
    font-size: 0.8125rem;
  }
  /* line 336, app/assets/stylesheets/application/_documentation.scss */
  .documentation-content blockquote {
    padding: 0.5rem 0.75rem;
    margin: 0.75rem 0;
  }
}

/* line 344, app/assets/stylesheets/application/_documentation.scss */
.help-widget__navbar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #555;
  border: 1px solid #ddd;
  background-color: #f8f9fa;
  border-radius: 50%;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
}

/* line 361, app/assets/stylesheets/application/_documentation.scss */
.help-widget__navbar-btn i {
  font-size: 0.875rem;
}

/* line 365, app/assets/stylesheets/application/_documentation.scss */
.help-widget__navbar-btn:hover {
  color: #346CB0;
  background-color: rgba(52, 108, 176, 0.08);
  border-color: #346CB0;
}

/* line 371, app/assets/stylesheets/application/_documentation.scss */
.help-widget__navbar-btn--active, .help-widget__navbar-btn.active {
  color: #fff;
  background-color: #346CB0;
  border-color: #346CB0;
}

/* line 382, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader {
  position: fixed;
  top: var(--ai-nav-height, 60px);
  right: 0;
  bottom: 0;
  width: 24vw;
  background: #fff;
  border-left: 1px solid #ecedf1;
  box-shadow: -12px 0 40px rgba(15, 23, 42, 0.1);
  z-index: 1040;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 398, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader--open {
  transform: translateX(0);
}

/* line 406, app/assets/stylesheets/application/_documentation.scss */
.help-widget-open .app-main {
  margin-right: 24vw;
}

/* line 412, app/assets/stylesheets/application/_documentation.scss */
.help-widget-maximized .app-main {
  margin-right: calc(100vw - 15rem);
}

/* line 416, app/assets/stylesheets/application/_documentation.scss */
.help-widget-maximized .help-widget__reader {
  width: calc(100vw - 15rem);
}

/* line 424, app/assets/stylesheets/application/_documentation.scss */
.app.has-fullwidth.help-widget-maximized .app-main {
  margin-right: 100vw;
}

/* line 428, app/assets/stylesheets/application/_documentation.scss */
.app.has-fullwidth.help-widget-maximized .help-widget__reader {
  width: 100vw;
}

/* line 434, app/assets/stylesheets/application/_documentation.scss */
.app .app-main {
  transition: margin-right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 439, app/assets/stylesheets/application/_documentation.scss */
.help-widget--no-transition,
.help-widget--no-transition .app-main,
.help-widget--no-transition .help-widget__reader {
  transition: none !important;
}

/* line 445, app/assets/stylesheets/application/_documentation.scss */
.help-widget__link-arrow {
  margin-left: auto;
  font-size: 0.65rem;
  color: #ccc;
}

/* line 451, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-header {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ecedf1;
  background: #f6f7f9;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
}

/* line 461, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-back {
  background: none;
  border: none;
  color: #346CB0;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  border-radius: 4px;
}

/* line 471, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-back:hover {
  background-color: #e8f0fe;
}

/* line 476, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-title {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #363642;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 486, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.5rem;
}

/* line 493, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-action {
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  border-radius: 4px;
}

/* line 502, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-action:hover {
  color: #363642;
  background-color: #ecedf1;
}

/* line 508, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 1.25rem 1.5rem;
}

/* line 514, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-body::-webkit-scrollbar {
  width: 6px;
}

/* line 518, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/* line 523, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-body::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* line 529, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-footer {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-top: 1px solid #ecedf1;
  background: #fafbfc;
  flex-shrink: 0;
  gap: 0.25rem;
  overflow-x: auto;
}

/* line 540, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-footer-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: none;
  border: 1px solid #ecedf1;
  color: #346CB0;
  cursor: pointer;
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 4px;
  transition: background-color 0.1s, border-color 0.1s;
}

/* line 555, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-footer-tab:hover {
  background-color: #e8f0fe;
  border-color: #346CB0;
}

/* line 560, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-footer-tab--active {
  background-color: #346CB0;
  border-color: #346CB0;
  color: #fff;
}

/* line 565, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-footer-tab--active:hover {
  background-color: #2a5a94;
  border-color: #2a5a94;
}

/* line 570, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-footer-tab--active i {
  color: rgba(255, 255, 255, 0.8);
}

/* line 575, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-footer-tab i {
  font-size: 0.6875rem;
  color: #888;
}

/* line 581, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-footer-browse {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: none;
  border: 1px solid #ecedf1;
  color: #888;
  cursor: pointer;
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  white-space: nowrap;
  border-radius: 4px;
  margin-left: auto;
  transition: background-color 0.1s, color 0.1s;
}

/* line 596, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-footer-browse:hover {
  background-color: #f6f7f9;
  color: #363642;
  border-color: #ccc;
}

/* line 602, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-footer-browse i {
  font-size: 0.6875rem;
}

/* line 607, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-loading {
  text-align: center;
  padding: 3rem 1rem;
  color: #888;
  font-size: 0.9375rem;
}

/* line 614, app/assets/stylesheets/application/_documentation.scss */
.sk-icon--spin {
  animation: sk-icon-spin 1s linear infinite;
}

@keyframes sk-icon-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 623, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-content {
  animation: helpWidgetFadeIn 0.2s ease-out;
}

@keyframes helpWidgetFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 633, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-nav-list,
.help-widget__reader-section-nav {
  display: flex;
  flex-direction: column;
}

/* line 639, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-nav-item {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.75rem;
  color: #363642;
  text-decoration: none;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: background-color 0.1s;
}

/* line 649, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-nav-item:hover {
  background-color: #f6f7f9;
  text-decoration: none;
  color: #363642;
}

/* line 655, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-nav-item--active {
  background-color: #e8f0fe;
  color: #346CB0;
  font-weight: 500;
}

/* line 660, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-nav-item--active:hover {
  color: #346CB0;
}

/* line 665, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-nav-item i:first-child {
  width: 20px;
  margin-right: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: #888;
}

/* line 673, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-nav-item span {
  flex: 1;
}

/* line 677, app/assets/stylesheets/application/_documentation.scss */
.help-widget__reader-nav-item .help-widget__link-arrow {
  margin-left: auto;
  font-size: 0.65rem;
  color: #ccc;
}

@media (max-width: 767.98px) {
  /* line 686, app/assets/stylesheets/application/_documentation.scss */
  .help-widget__reader {
    width: 100vw;
    z-index: 1050;
  }
  /* line 694, app/assets/stylesheets/application/_documentation.scss */
  .help-widget-open .app-main,
.help-widget-maximized .app-main {
    margin-right: 0;
  }
  /* line 698, app/assets/stylesheets/application/_documentation.scss */
  .help-widget-open .help-widget__reader,
.help-widget-maximized .help-widget__reader {
    width: 100vw;
  }
  /* line 704, app/assets/stylesheets/application/_documentation.scss */
  .help-widget__reader-action[data-action="click->help-widget#maximizePanel"],
.help-widget__reader-action[data-action="click->help-widget#minimizePanel"] {
    display: none !important;
  }
  /* line 710, app/assets/stylesheets/application/_documentation.scss */
  .help-widget__navbar-btn {
    flex-shrink: 0;
  }
}

/* line 2, app/assets/stylesheets/application/_forms.scss */
.form-group.disabled .input-group {
  background-color: #f6f7f9;
}

/* line 5, app/assets/stylesheets/application/_forms.scss */
.form-group.disabled .input-group .input-group-text, .form-group.disabled .input-group .form-control {
  color: #999da9;
}

/* line 12, app/assets/stylesheets/application/_forms.scss */
.form-groups-mb-0 .form-group {
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/application/_forms.scss */
.dynamic_search_form .search-clauses[v-cloak] {
  display: block;
}

/* line 22, app/assets/stylesheets/application/_forms.scss */
.dynamic_search_form .search-clauses[v-cloak] .nested-fields, .dynamic_search_form .search-clauses[v-cloak] .add-search-clause {
  display: none;
}

/* line 26, app/assets/stylesheets/application/_forms.scss */
.dynamic_search_form .search-clauses[v-cloak]:before {
  content: '';
  background: #f2f3f5;
  display: block;
  height: 36px;
  width: 100%;
  border-radius: 4px;
  max-width: 560px;
  margin-bottom: 16px;
}

/* line 37, app/assets/stylesheets/application/_forms.scss */
.dynamic_search_form .search-clauses[v-cloak]:after {
  content: '';
  background: #F1F1F1;
  display: block;
  height: 36px;
  width: 100%;
  border-radius: 4px;
  max-width: 32px;
}

/* line 50, app/assets/stylesheets/application/_forms.scss */
.dirty-form-actions {
  display: none;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1039;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

/* line 67, app/assets/stylesheets/application/_forms.scss */
.dirty-form-actions > .d-flex > * {
  min-width: 0;
}

/* line 72, app/assets/stylesheets/application/_forms.scss */
.dirtylisten.dirty .dirty-form-actions {
  display: block;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: .25s;
  animation-name: fadeIn;
  animation-duration: .25s;
}

/* line 82, app/assets/stylesheets/application/_forms.scss */
body.is--dirty .app-header {
  -webkit-animation-name: fadeOut;
  -webkit-animation-duration: .25s;
  animation-name: fadeOut;
  animation-duration: .25s;
  display: none;
}

/* line 92, app/assets/stylesheets/application/_forms.scss */
.custom-control-nolabel > .custom-control-label::before,
.custom-control-nolabel > .custom-control-label::after {
  top: .125rem;
}

/* line 98, app/assets/stylesheets/application/_forms.scss */
.card#product-description .fr-wrapper, .card#product-description .fr-box.fr-basic.fr-top .fr-wrapper, .card[data-attribute-type="CustomAttributes::LongText"] .fr-wrapper, .card[data-attribute-type="CustomAttributes::LongText"] .fr-box.fr-basic.fr-top .fr-wrapper {
  box-shadow: none;
}

/* line 101, app/assets/stylesheets/application/_forms.scss */
.card#product-description .fr-toolbar.fr-top, .card[data-attribute-type="CustomAttributes::LongText"] .fr-toolbar.fr-top {
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ecedf1;
  border-top: 0;
}

/* line 107, app/assets/stylesheets/application/_forms.scss */
.card#product-description .form-group.rich_text, .card[data-attribute-type="CustomAttributes::LongText"] .form-group.rich_text {
  margin-bottom: 0;
}

/* line 111, app/assets/stylesheets/application/_forms.scss */
.fr-box .fr-counter {
  font-family: -apple-system, BlinkMacSystemFont, "Fira Sans", "Helvetica Neue", "Apple Color Emoji", sans-serif;
  border-color: #ecedf1;
  font-size: 12px;
}

/* line 117, app/assets/stylesheets/application/_forms.scss */
.form-control.StripeElement {
  padding-top: .55rem;
}

/* line 122, app/assets/stylesheets/application/_forms.scss */
.transfer-variant-options .form-control.disabled {
  border-color: #d0d0d0 !important;
  color: darkgray;
}

/* line 128, app/assets/stylesheets/application/_forms.scss */
.cannot-change-currency {
  color: grey;
  font-size: 12px;
  margin-left: 1px;
  margin-top: -10px;
}

/* line 135, app/assets/stylesheets/application/_forms.scss */
.publisher-alt, .feed-publisher .publisher-alt {
  border: 1px solid #c6c9d5;
  border-radius: .25rem;
  background-color: #fff;
}

/* line 140, app/assets/stylesheets/application/_forms.scss */
.publisher-alt.focus, .feed-publisher .publisher-alt.focus {
  border-color: #346cb0;
  box-shadow: 0 0 0 1px #346cb0;
}

/* line 147, app/assets/stylesheets/application/_forms.scss */
.date_picker\:hide-input > input.date_picker {
  display: none;
}

/* line 150, app/assets/stylesheets/application/_forms.scss */
.date_picker\:center .flatpickr-calendar {
  margin-left: auto;
  margin-right: auto;
}

/* line 155, app/assets/stylesheets/application/_forms.scss */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.1) !important;
  border-color: transparent !important;
}

/* line 1, app/assets/stylesheets/application/_gallery.scss */
.product-photos-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: .8rem;
}

/* line 7, app/assets/stylesheets/application/_gallery.scss */
.product-photos-gallery .figure-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  /* line 20, app/assets/stylesheets/application/_gallery.scss */
  .product-photos-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
  @supports (padding-top: constant(safe-area-inset-top)) {
    /* line 25, app/assets/stylesheets/application/_gallery.scss */
    .lg-toolbar {
      top: constant(safe-area-inset-top);
    }
    /* line 28, app/assets/stylesheets/application/_gallery.scss */
    .lg-outer .lg-thumb-outer {
      bottom: constant(safe-area-inset-bottom);
    }
  }
  @supports (padding-top: env(safe-area-inset-top)) {
    /* line 33, app/assets/stylesheets/application/_gallery.scss */
    .lg-toolbar {
      top: env(safe-area-inset-top);
    }
    /* line 36, app/assets/stylesheets/application/_gallery.scss */
    .lg-outer .lg-thumb-outer {
      bottom: env(safe-area-inset-bottom);
    }
  }
}

@media (max-width: 600px) {
  /* line 43, app/assets/stylesheets/application/_gallery.scss */
  .product-photos-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 1, app/assets/stylesheets/application/_general.scss */
.payment-label {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  margin: 10px 8px 0px 2px;
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
}

/* line 11, app/assets/stylesheets/application/_general.scss */
.payment-input {
  margin-left: 8px;
  padding: 8px 5px;
  border: 1px solid #dddddd;
  font-size: 14px;
  border-radius: 5px;
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
}

/* line 20, app/assets/stylesheets/application/_general.scss */
.customer-item {
  height: 50px !important;
}

/* line 24, app/assets/stylesheets/application/_general.scss */
.add-company-btn {
  height: 40px !important;
}

/* line 5, app/assets/stylesheets/application/_google_places_autocomplete.scss */
gmp-place-autocomplete {
  display: block !important;
  width: 100% !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  min-height: 0 !important;
}

/* line 16, app/assets/stylesheets/application/_google_places_autocomplete.scss */
gmp-place-autocomplete::part(input) {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* line 23, app/assets/stylesheets/application/_google_places_autocomplete.scss */
gmp-place-autocomplete::part(input):focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* line 29, app/assets/stylesheets/application/_google_places_autocomplete.scss */
gmp-place-autocomplete::part(clear-button) {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* line 36, app/assets/stylesheets/application/_google_places_autocomplete.scss */
gmp-place-autocomplete::part(clear-button):hover {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 1, app/assets/stylesheets/application/_highlighted.scss */
highlighted {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
  color: #212121;
}

/* line 1, app/assets/stylesheets/application/_installed_app.scss */
.page-inner--installed-app {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: calc(100vh - 3.5rem);
  transition: none;
}

/* line 15, app/assets/stylesheets/application/_installed_app.scss */
.page-inner--installed-app .installed-app__iframe {
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  flex: 1 1;
}

/* line 23, app/assets/stylesheets/application/_installed_app.scss */
.page-inner--installed-app .installed-app__header.bg-dark {
  background-color: #1d2229 !important;
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
/* line 15, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input {
  position: relative;
  display: inline-block;
}

/* line 18, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 21, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .hide {
  display: none;
}

/* line 23, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .v-hide {
  visibility: hidden;
}

/* line 25, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 32, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

/* line 38, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

/* line 44, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 49, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 59, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 62, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

/* line 75, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

/* line 78, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  /* line 82, app/assets/stylesheets/application/_intl_tel_input.scss */
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

/* line 84, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

/* line 88, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

/* line 90, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

/* line 92, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 94, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

/* line 96, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

/* line 98, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 102, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

/* line 105, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

/* line 107, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

/* line 109, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 111, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

/* line 113, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

/* line 115, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

/* line 118, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

/* line 122, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

/* line 124, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

/* line 126, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

/* line 128, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

/* line 130, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

/* line 132, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

/* line 134, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

/* line 136, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

/* line 138, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

/* line 140, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

/* line 142, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

/* line 144, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

/* line 146, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

/* line 148, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

/* line 150, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

/* line 152, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

/* line 154, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 160, app/assets/stylesheets/application/_intl_tel_input.scss */
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

/* line 163, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

/* line 170, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

/* line 173, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 177, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag {
  width: 20px;
}

/* line 179, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.be {
  width: 18px;
}

/* line 181, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ch {
  width: 15px;
}

/* line 183, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mc {
  width: 19px;
}

/* line 185, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ne {
  width: 18px;
}

/* line 187, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.np {
  width: 13px;
}

/* line 189, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 192, app/assets/stylesheets/application/_intl_tel_input.scss */
  .iti-flag {
    background-size: 5630px 15px;
  }
}

/* line 194, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

/* line 197, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

/* line 200, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

/* line 203, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

/* line 206, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

/* line 209, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

/* line 212, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

/* line 215, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

/* line 218, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

/* line 221, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

/* line 224, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

/* line 227, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

/* line 230, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

/* line 233, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

/* line 236, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

/* line 239, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

/* line 242, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

/* line 245, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

/* line 248, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

/* line 251, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

/* line 254, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

/* line 257, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

/* line 260, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

/* line 263, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

/* line 266, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

/* line 269, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

/* line 272, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

/* line 275, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

/* line 278, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

/* line 281, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

/* line 284, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

/* line 287, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

/* line 290, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

/* line 293, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

/* line 296, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

/* line 299, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

/* line 302, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

/* line 305, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

/* line 308, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

/* line 311, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

/* line 314, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

/* line 317, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

/* line 320, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

/* line 323, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

/* line 326, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

/* line 329, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

/* line 332, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

/* line 335, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

/* line 338, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

/* line 341, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

/* line 344, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

/* line 347, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

/* line 350, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

/* line 353, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

/* line 356, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

/* line 359, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

/* line 362, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

/* line 365, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

/* line 368, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

/* line 371, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

/* line 374, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

/* line 377, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

/* line 380, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

/* line 383, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

/* line 386, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

/* line 389, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

/* line 392, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

/* line 395, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

/* line 398, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

/* line 401, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

/* line 404, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

/* line 407, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

/* line 410, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

/* line 413, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

/* line 416, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

/* line 419, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

/* line 422, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

/* line 425, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

/* line 428, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

/* line 431, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

/* line 434, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

/* line 437, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

/* line 440, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

/* line 443, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

/* line 446, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

/* line 449, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

/* line 452, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

/* line 455, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

/* line 458, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

/* line 461, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

/* line 464, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

/* line 467, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

/* line 470, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

/* line 473, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

/* line 476, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

/* line 479, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

/* line 482, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

/* line 485, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

/* line 488, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

/* line 491, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

/* line 494, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

/* line 497, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

/* line 500, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

/* line 503, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

/* line 506, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

/* line 509, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

/* line 512, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

/* line 515, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

/* line 518, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

/* line 521, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

/* line 524, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

/* line 527, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

/* line 530, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

/* line 533, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

/* line 536, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

/* line 539, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

/* line 542, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

/* line 545, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

/* line 548, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

/* line 551, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

/* line 554, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

/* line 557, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

/* line 560, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

/* line 563, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

/* line 566, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

/* line 569, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

/* line 572, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

/* line 575, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

/* line 578, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

/* line 581, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

/* line 584, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

/* line 587, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

/* line 590, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

/* line 593, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

/* line 596, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

/* line 599, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

/* line 602, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

/* line 605, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

/* line 608, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

/* line 611, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

/* line 614, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

/* line 617, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

/* line 620, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

/* line 623, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

/* line 626, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

/* line 629, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

/* line 632, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

/* line 635, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

/* line 638, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

/* line 641, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

/* line 644, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

/* line 647, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

/* line 650, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

/* line 653, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

/* line 656, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

/* line 659, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

/* line 662, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

/* line 665, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

/* line 668, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

/* line 671, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

/* line 674, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

/* line 677, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

/* line 680, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

/* line 683, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

/* line 686, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

/* line 689, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

/* line 692, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

/* line 695, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

/* line 698, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

/* line 701, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

/* line 704, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

/* line 707, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

/* line 710, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

/* line 713, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

/* line 716, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

/* line 719, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

/* line 722, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

/* line 725, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

/* line 728, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

/* line 731, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

/* line 734, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

/* line 737, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

/* line 740, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

/* line 743, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

/* line 746, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

/* line 749, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

/* line 752, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

/* line 755, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

/* line 758, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

/* line 761, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

/* line 764, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

/* line 767, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

/* line 770, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

/* line 773, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

/* line 776, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

/* line 779, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

/* line 782, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

/* line 785, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

/* line 788, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

/* line 791, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

/* line 794, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

/* line 797, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

/* line 800, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

/* line 803, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

/* line 806, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

/* line 809, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

/* line 812, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

/* line 815, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

/* line 818, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

/* line 821, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

/* line 824, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

/* line 827, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

/* line 830, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

/* line 833, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

/* line 836, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

/* line 839, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

/* line 842, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

/* line 845, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

/* line 848, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

/* line 851, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

/* line 854, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

/* line 857, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

/* line 860, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

/* line 863, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

/* line 866, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

/* line 869, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

/* line 872, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

/* line 875, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

/* line 878, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

/* line 881, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

/* line 884, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

/* line 887, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

/* line 890, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

/* line 893, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

/* line 896, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

/* line 899, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

/* line 902, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

/* line 905, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

/* line 908, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

/* line 911, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

/* line 914, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

/* line 917, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

/* line 920, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

/* line 923, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

/* line 926, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

/* line 929, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

/* line 932, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

/* line 935, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

/* line 938, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

/* line 941, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

/* line 944, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

/* line 947, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

/* line 950, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

/* line 953, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

/* line 956, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

/* line 959, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

/* line 962, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

/* line 966, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(https://s1.skutally.com/assets/intlTelInput-flags-f3f1bd8e3521273149dbaa9b522437d06d5193148e557f05e1aeceb3d45052ea.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 975, app/assets/stylesheets/application/_intl_tel_input.scss */
  .iti-flag {
    background-image: url(https://s1.skutally.com/assets/intlTelInput-flags@2x-6a7c9551c2295439e24c348cdfb58b3ec627c3e10e7b240870c836224bc9e5d5.png);
  }
}

/* line 978, app/assets/stylesheets/application/_intl_tel_input.scss */
.iti-flag.np {
  background-color: transparent;
}

/* line 982, app/assets/stylesheets/application/_intl_tel_input.scss */
.form-group > .intl-tel-input {
  display: block;
}

/* line 986, app/assets/stylesheets/application/_intl_tel_input.scss */
.form-group.tel.form-group-invalid .invalid-feedback, .form-group.tel.form-group-invalid .invalid-tooltip {
  display: block;
}

/* line 1, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item-selector {
  position: relative;
}

/* line 5, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item:not(.is--selected) .list-group-item-selector:hover .list-group-item-checkbox {
  display: block;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: .25s;
  animation-name: fadeIn;
  animation-duration: .25s;
}

/* line 14, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item-checkbox {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
}

/* line 24, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item.active {
  background: #f6f7f9;
}

/* line 28, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item.is--selected {
  background: #fffff5;
}

/* line 31, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item.is--selected .tile-lg {
  background: transparent;
}

/* line 34, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item.is--selected .tile-lg img {
  display: none;
}

/* line 39, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item.is--selected .list-group-item-checkbox {
  display: block;
  margin-top: -1.125rem;
  margin-left: -1.125rem;
}

/* line 44, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item.is--selected .list-group-item-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3e%3c/svg%3e");
}

/* line 49, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item.is--selected .list-group-item-checkbox.custom-checkbox .custom-control-label {
  width: 2.25rem;
  height: 2.25rem;
}

/* line 53, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item.is--selected .list-group-item-checkbox.custom-checkbox .custom-control-label:before {
  width: 2rem;
  height: 2rem;
  border: none;
  background: #0179a8;
}

/* line 59, app/assets/stylesheets/application/_list_group_selector.scss */
.list-group-item.is--selected .list-group-item-checkbox.custom-checkbox .custom-control-label:after {
  width: 2rem;
  height: 2rem;
}

/* line 13, app/assets/stylesheets/application/_mentions.scss */
.mention-token {
  color: #007bff;
  font-weight: 500;
}

/* line 25, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper {
  position: relative;
}

/* line 28, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-input {
  background: transparent;
  color: transparent;
  caret-color: #212529;
  position: relative;
  z-index: 2;
}

/* line 37, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-input::-moz-selection {
  background: rgba(0, 123, 255, 0.25);
  color: transparent;
}
.mentions-textarea-wrapper .mentions-input::selection {
  background: rgba(0, 123, 255, 0.25);
  color: transparent;
}

/* line 43, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-highlights {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #212529;
  background: #fff;
  border: 1px solid transparent;
}

/* line 65, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-highlights .mention-token {
  font-weight: inherit;
  letter-spacing: inherit;
}

/* line 78, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-dropdown {
  min-width: 240px;
  max-width: 360px;
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: #F4F6FA;
  border: 1px solid #E3E6EC;
}

/* line 90, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-dropdown .list-group-item {
  border-left: 0;
  border-right: 0;
  padding: 0.5rem 0.75rem;
  background-color: transparent;
}

/* line 96, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-dropdown .list-group-item:first-child {
  border-top: 0;
}

/* line 97, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-dropdown .list-group-item:last-child {
  border-bottom: 0;
}

/* line 111, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion {
  transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}

/* line 114, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion__name {
  font-weight: 600;
  line-height: 1.3;
  flex: 0 0 auto;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 124, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion__email {
  font-size: 0.8125rem;
  line-height: 1.3;
  opacity: 0.7;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 138, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion:hover:not(.active) {
  background-color: #EFF4FB;
  border-color: #D0E3FF;
  color: inherit;
}

/* line 148, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion.active, .mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion.active:hover, .mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion.active:focus {
  background-color: #2C7BE5;
  border-color: #2C7BE5;
  color: #fff;
  z-index: 2;
}

/* line 156, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion.active .mentions-suggestion__name, .mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion.active:hover .mentions-suggestion__name, .mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion.active:focus .mentions-suggestion__name {
  color: #fff;
}

/* line 157, app/assets/stylesheets/application/_mentions.scss */
.mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion.active .mentions-suggestion__email, .mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion.active:hover .mentions-suggestion__email, .mentions-textarea-wrapper .mentions-dropdown .mentions-suggestion.active:focus .mentions-suggestion__email {
  color: #fff;
  opacity: 0.85;
}

/* line 2, app/assets/stylesheets/application/_nav_link.scss */
.nav-tabs .nav-item .nav-link.nav-link-with-actions {
  display: inline-block;
  padding-right: 2rem;
}

/* line 6, app/assets/stylesheets/application/_nav_link.scss */
.nav-tabs .nav-item .nav-link-with-action {
  display: inline-block;
  margin-left: -2rem;
}

/* line 12, app/assets/stylesheets/application/_nav_link.scss */
button.nav-link {
  cursor: pointer;
}

@media (max-width: 576px) {
  /* line 17, app/assets/stylesheets/application/_nav_link.scss */
  .nav-tabs .nav-link {
    padding-left: .6rem;
    padding-right: .6rem;
  }
}

/* line 1, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar .location-summary {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  color: white;
}

/* line 12, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar .global-search-input {
  margin: 0 auto 1rem;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-overflow: clip;
  width: 800px;
  position: relative;
}

/* line 21, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar .global-search-input .search-span {
  position: absolute;
  color: #a9a9a9;
  right: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  /* line 21, app/assets/stylesheets/application/_navbar.scss */
  .app-header .top-bar .global-search-input .search-span {
    display: none;
  }
}

@media (max-width: 1600px) {
  /* line 12, app/assets/stylesheets/application/_navbar.scss */
  .app-header .top-bar .global-search-input {
    width: 45vw;
  }
}

/* line 34, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar .global-search-input input#search-input {
  background-color: #303030 !important;
  height: 39px !important;
  padding-left: 2.375rem;
}

@media (max-width: 768px) {
  /* line 34, app/assets/stylesheets/application/_navbar.scss */
  .app-header .top-bar .global-search-input input#search-input {
    border-radius: .25rem .25rem !important;
  }
}

/* line 41, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar .global-search-input input#search-input:focus {
  box-shadow: 0 0 0 0px #346CB0;
}

/* line 46, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar .global-search-input .form-control:hover {
  cursor: pointer !important;
  border-color: #e3e3e3;
}

/* line 51, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar .global-search-input .form-control:focus {
  border-color: #e3e3e3;
}

/* line 56, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar .location-name,
.app-header .top-bar .location-description {
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1rem;
}

/* line 67, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar .location-description {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: .7;
}

/* line 73, app/assets/stylesheets/application/_navbar.scss */
#quick-create-menu {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

@media (max-width: 768px) {
  /* line 73, app/assets/stylesheets/application/_navbar.scss */
  #quick-create-menu {
    position: static;
    transform: none;
    margin-left: 8px;
    flex-shrink: 0;
  }
}

/* line 92, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar-icon-item {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  padding: 0;
}

/* line 98, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar-icon-item .dropdown {
  display: flex;
  align-items: stretch;
}

/* line 104, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 3rem;
  padding: 0 0.875rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* line 120, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar-icon-btn:hover, .app-header .top-bar-icon-btn:focus {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
  text-decoration: none;
}

/* line 128, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar-icon-btn[aria-expanded="true"] {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* line 133, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar-icon-btn i {
  font-size: 1.05rem;
}

/* line 138, app/assets/stylesheets/application/_navbar.scss */
.app-header .top-bar-icon-badge {
  position: absolute;
  top: 10px;
  right: 6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #E63757;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 0 0 2px #1A202C;
  pointer-events: none;
}

/* line 156, app/assets/stylesheets/application/_navbar.scss */
.dropdown-item kbd {
  display: inline-block;
  min-width: 20px;
  padding: 1px 5px;
  font-size: 0.7rem;
  font-family: inherit;
  color: #6b7280;
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 1px 0 #d1d5db;
}

/* line 24, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox {
  max-width: 760px;
  margin: 0 auto;
}

/* line 28, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

/* line 37, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__title {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
  font-size: 1.375rem;
  font-weight: 600;
  color: #12263F;
}

/* line 46, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__title .fas, .notifications-inbox__title .far {
  color: #6E84A3;
  font-size: 1.125rem;
}

/* line 52, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__mark-all {
  margin: 0;
}

/* line 56, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__mark-all .btn {
  white-space: nowrap;
}

/* line 59, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__tabs {
  display: inline-flex;
  align-items: center;
  background: #EDF2F9;
  border-radius: 0.5rem;
  padding: 0.25rem;
  margin-bottom: 1rem;
  gap: 0.25rem;
}

/* line 69, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__tab {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.875rem;
  border: 0;
  border-radius: 0.375rem;
  background: transparent;
  color: #6E84A3;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

/* line 85, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__tab:hover, .notifications-inbox__tab:focus {
  color: #12263F;
  text-decoration: none;
}

/* line 90, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__tab.is-active {
  background: #FFFFFF;
  color: #12263F;
  box-shadow: 0 1px 2px rgba(18, 38, 63, 0.08);
}

/* line 96, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__tab .badge {
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.15rem 0.45rem;
  line-height: 1;
}

/* line 104, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__list {
  background: #FFFFFF;
  border: 1px solid #E3EBF6;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(18, 38, 63, 0.04);
}

/* line 112, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__empty {
  text-align: center;
  padding: 3.5rem 1.5rem;
  color: #6E84A3;
}

/* line 117, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__empty .empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #F1F4F9;
  color: #B1C2D9;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

/* line 130, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__empty p {
  margin: 0 0 0.25rem;
  color: #12263F;
  font-weight: 600;
  font-size: 0.9375rem;
}

/* line 137, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__empty small {
  color: #95AAC9;
}

/* line 142, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

/* line 147, app/assets/stylesheets/application/_notifications.scss */
.notifications-inbox__pagination .pagination {
  margin-bottom: 0;
}

/* line 151, app/assets/stylesheets/application/_notifications.scss */
.notification-item {
  position: relative;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #F1F4F9;
  background: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.12s ease;
}

/* line 160, app/assets/stylesheets/application/_notifications.scss */
.notification-item:last-child {
  border-bottom: 0;
}

/* line 162, app/assets/stylesheets/application/_notifications.scss */
.notification-item:hover {
  background: #F9FBFD;
}

/* line 165, app/assets/stylesheets/application/_notifications.scss */
.notification-item:hover .notification-item__chevron {
  opacity: 1;
  transform: translateX(2px);
}

/* line 166, app/assets/stylesheets/application/_notifications.scss */
.notification-item:hover .notification-item__icon {
  background: #cee0fc;
}

/* line 167, app/assets/stylesheets/application/_notifications.scss */
.notification-item:hover .notification-item__text {
  color: #0f1d2e;
}

/* line 173, app/assets/stylesheets/application/_notifications.scss */
.notification-item > form {
  margin: 0;
  display: flex;
}

/* line 182, app/assets/stylesheets/application/_notifications.scss */
.notification-item > form.notification-item__click-form {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 190, app/assets/stylesheets/application/_notifications.scss */
.notification-item > a.notification-item__link {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 195, app/assets/stylesheets/application/_notifications.scss */
.notification-item--unread {
  background: #F8FAFE;
}

/* line 198, app/assets/stylesheets/application/_notifications.scss */
.notification-item--unread::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #2C7BE5;
}

/* line 208, app/assets/stylesheets/application/_notifications.scss */
.notification-item--unread:hover {
  background: #EFF4FB;
}

/* line 211, app/assets/stylesheets/application/_notifications.scss */
.notification-item__link {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  width: 100%;
  padding: 0.9rem 1rem 0.9rem 1.25rem;
  background: transparent;
  border: 0;
  color: #12263F;
  text-align: left;
  line-height: 1.4;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}

/* line 227, app/assets/stylesheets/application/_notifications.scss */
.notification-item__link:hover, .notification-item__link:focus {
  color: #12263F;
  text-decoration: none;
  outline: none;
}

/* line 233, app/assets/stylesheets/application/_notifications.scss */
.notification-item__link:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(44, 123, 229, 0.35);
}

/* line 238, app/assets/stylesheets/application/_notifications.scss */
.notification-item__chevron {
  flex: 0 0 auto;
  margin-left: 0.5rem;
  color: #95AAC9;
  font-size: 0.75rem;
  opacity: 0;
  transform: translateX(-2px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

/* line 248, app/assets/stylesheets/application/_notifications.scss */
.notification-item__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #E1ECFD;
  color: #2C7BE5;
  font-size: 0.875rem;
  transition: background-color 0.12s ease;
}

/* line 262, app/assets/stylesheets/application/_notifications.scss */
.notification-item--read .notification-item__icon {
  background: #F1F4F9;
  color: #95AAC9;
}

/* line 267, app/assets/stylesheets/application/_notifications.scss */
.notification-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1 1 auto;
  min-width: 0;
}

/* line 275, app/assets/stylesheets/application/_notifications.scss */
.notification-item__text {
  display: block;
  font-size: 0.9375rem;
  color: #12263F;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}

/* line 284, app/assets/stylesheets/application/_notifications.scss */
.notification-item--unread .notification-item__text {
  font-weight: 600;
}

/* line 288, app/assets/stylesheets/application/_notifications.scss */
.notification-item--read .notification-item__text {
  color: #495866;
  font-weight: 400;
}

/* line 293, app/assets/stylesheets/application/_notifications.scss */
.notification-item__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  font-size: 0.75rem;
  color: #95AAC9;
}

/* line 301, app/assets/stylesheets/application/_notifications.scss */
.notification-item__dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #2C7BE5;
}

/* line 310, app/assets/stylesheets/application/_notifications.scss */
.notification-item__mark-read-form {
  margin: 0;
  display: flex;
  align-items: center;
  padding-right: 0.75rem;
}

/* line 317, app/assets/stylesheets/application/_notifications.scss */
.notification-item__mark-read {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #95AAC9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.12s ease, color 0.12s ease, opacity 0.12s ease;
  opacity: 0.6;
}

/* line 332, app/assets/stylesheets/application/_notifications.scss */
.notification-item__mark-read:hover, .notification-item__mark-read:focus {
  background: #E3EBF6;
  color: #2C7BE5;
  opacity: 1;
  outline: none;
}

@media (hover: hover) {
  /* line 344, app/assets/stylesheets/application/_notifications.scss */
  .notification-item__mark-read {
    opacity: 0;
  }
  /* line 345, app/assets/stylesheets/application/_notifications.scss */
  .notification-item:hover .notification-item__mark-read, .notification-item:focus-within .notification-item__mark-read {
    opacity: 1;
  }
}

/* line 356, app/assets/stylesheets/application/_notifications.scss */
.feed-post:target {
  animation: notification-target-pulse 2.4s ease-out 1;
}

@keyframes notification-target-pulse {
  0% {
    background: #FFF6D6;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.35);
  }
  60% {
    background: #FFFBEC;
    box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.15);
  }
  100% {
    background: transparent;
    box-shadow: none;
  }
}

/* line 377, app/assets/stylesheets/application/_notifications.scss */
.notifications-dropdown .notification-item {
  border-bottom-color: #F1F4F9;
}

/* line 381, app/assets/stylesheets/application/_notifications.scss */
.notifications-dropdown .notification-item__link {
  padding: 0.625rem 0.875rem 0.625rem 1rem;
  gap: 0.625rem;
}

/* line 386, app/assets/stylesheets/application/_notifications.scss */
.notifications-dropdown .notification-item__icon {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.75rem;
}

/* line 392, app/assets/stylesheets/application/_notifications.scss */
.notifications-dropdown .notification-item__text {
  font-size: 0.8125rem;
}

/* line 396, app/assets/stylesheets/application/_notifications.scss */
.notifications-dropdown .notification-item__mark-read-form {
  padding-right: 0.5rem;
}

/* line 400, app/assets/stylesheets/application/_notifications.scss */
.notifications-dropdown .notification-item__mark-read {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

/* line 2, app/assets/stylesheets/application/_page_sidebar.scss */
body.page-sidebar-open {
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/application/_page_sidebar.scss */
.page {
  min-height: calc(100vh - 3.5rem);
  min-height: calc(100vh - var(--vh-offset, 0) - 3.5rem);
}

@supports (padding-bottom: constant(safe-area-inset-bottom)) {
  /* line 14, app/assets/stylesheets/application/_page_sidebar.scss */
  .page {
    min-height: calc(100vh - var(--vh-offset, 0) - 3.5rem - constant(safe-area-inset-bottom));
  }
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
  /* line 20, app/assets/stylesheets/application/_page_sidebar.scss */
  .page {
    min-height: calc(100vh - var(--vh-offset, 0) - 3.5rem - env(safe-area-inset-bottom));
  }
}

@media only screen and (orientation: landscape) {
  @supports (padding-left: constant(safe-area-inset-left)) {
    /* line 27, app/assets/stylesheets/application/_page_sidebar.scss */
    .aside-content {
      padding-left: constant(safe-area-inset-left);
    }
  }
  @supports (padding-left: env(safe-area-inset-left)) {
    /* line 32, app/assets/stylesheets/application/_page_sidebar.scss */
    .aside-content {
      padding-left: env(safe-area-inset-left);
    }
  }
}

@media (min-width: 768px) {
  /* line 39, app/assets/stylesheets/application/_page_sidebar.scss */
  .page-sidebar {
    max-width: 38rem;
    width: 38rem;
  }
  /* line 45, app/assets/stylesheets/application/_page_sidebar.scss */
  .has-sidebar-expand-lg .page-inner {
    margin-right: 0;
  }
  /* line 49, app/assets/stylesheets/application/_page_sidebar.scss */
  .has-sidebar-expand-lg.has-sidebar-open .sidebar-backdrop {
    display: block;
  }
  /* line 53, app/assets/stylesheets/application/_page_sidebar.scss */
  .has-sidebar-expand-lg.has-sidebar-open.page-sidebar {
    position: fixed;
    top: 3.5rem;
    transform: translate3d(0, 0, 0);
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  @supports (padding-top: constant(safe-area-inset-top)) {
    /* line 64, app/assets/stylesheets/application/_page_sidebar.scss */
    .has-sidebar-expand-lg.has-sidebar-open .page-sidebar {
      top: calc(3.5rem + constant(safe-area-inset-top));
    }
  }
  @supports (padding-top: env(safe-area-inset-top)) {
    /* line 69, app/assets/stylesheets/application/_page_sidebar.scss */
    .has-sidebar-expand-lg.has-sidebar-open .page-sidebar {
      top: calc(3.5rem + env(safe-area-inset-top));
    }
  }
}

/* line 1, app/assets/stylesheets/application/_print_js.scss */
#printJS-Modal {
  font-family: inherit !important;
  font-weight: 500 !important;
  font-size: 1.75rem !important;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.65) !important;
}

/* line 10, app/assets/stylesheets/application/_print_js.scss */
.printSpinner {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 2em;
  font-weight: 900;
  animation: fa-spin 1s steps(8) infinite;
  display: block;
  margin-bottom: 1rem;
}

/* line 26, app/assets/stylesheets/application/_print_js.scss */
.printSpinner:before {
  content: "\f110";
}

/* line 31, app/assets/stylesheets/application/_print_js.scss */
.printClose {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 36, app/assets/stylesheets/application/_print_js.scss */
.printClose:before {
  content: "\00D7";
  font-family: Helvetica Neue, sans-serif;
  font-weight: 100;
  line-height: 1px;
  padding-top: .5em;
  display: block;
  font-size: 2em;
  text-indent: 1px;
  overflow: hidden;
  height: 1.25em;
  width: 1.25em;
  text-align: center;
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/application/_product_results.scss */
.variant_result {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1ecec;
}

/* line 7, app/assets/stylesheets/application/_product_results.scss */
.variant_result:last-child {
  border-bottom: none;
}

/* line 11, app/assets/stylesheets/application/_product_results.scss */
.variant_result__thumb {
  flex: 0 0 50px;
  padding: 3px;
  border-radius: 3px;
  background: #fff;
}

/* line 17, app/assets/stylesheets/application/_product_results.scss */
.variant_result__thumb img {
  vertical-align: top;
}

/* line 21, app/assets/stylesheets/application/_product_results.scss */
.variant_result__info {
  flex: 1;
  padding: 0 10px;
}

/* line 25, app/assets/stylesheets/application/_product_results.scss */
.variant_result__sku {
  color: #637381;
  font-size: 12px;
  line-height: 1em;
}

/* line 33, app/assets/stylesheets/application/_product_results.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] .variant_result, .select2-container--default .select2-results__option--highlighted[aria-selected] .variant_result__sku {
  color: #fff;
}

/* line 2, app/assets/stylesheets/application/_reports.scss */
.ag-grid__wrapper {
  height: calc(100vh - 19rem);
}

/* line 6, app/assets/stylesheets/application/_reports.scss */
.ag-grid__table {
  height: 100%;
}

/* line 1, app/assets/stylesheets/application/_scanner.scss */
.scanner {
  z-index: -1;
  display: none !important;
  margin: 0px;
  padding: 0px;
  top: 70px;
  left: 0;
}

/* line 8, app/assets/stylesheets/application/_scanner.scss */
.scanner .scanner-content {
  background: white;
  height: 160px;
  width: 100%;
  max-width: 800px;
  padding: 0px;
}

/* line 15, app/assets/stylesheets/application/_scanner.scss */
.scanner .scanner-video {
  height: 160px;
  overflow: hidden;
  display: flex;
}

/* line 19, app/assets/stylesheets/application/_scanner.scss */
.scanner .scanner-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 24, app/assets/stylesheets/application/_scanner.scss */
.scanner .scanner-buttons {
  top: 0;
}

/* line 27, app/assets/stylesheets/application/_scanner.scss */
.scanner .scan-red-line {
  height: 1px;
  background-color: red;
  width: 100%;
}

/* line 32, app/assets/stylesheets/application/_scanner.scss */
.scanner .scan-elements {
  width: 60%;
}

/* line 35, app/assets/stylesheets/application/_scanner.scss */
.scanner .scan_button {
  max-width: 100px;
}

/* line 38, app/assets/stylesheets/application/_scanner.scss */
.scanner.scanner-show {
  width: 100%;
  display: flex !important;
  z-index: 10;
}

/* line 43, app/assets/stylesheets/application/_scanner.scss */
.scanner .close-button {
  right: 10px;
  top: 10px;
}

/* line 47, app/assets/stylesheets/application/_scanner.scss */
.scanner .scan-loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #363642;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: scan-spin 1s linear infinite;
  margin-left: 3px;
}

@keyframes scan-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/application/_search.scss */
.search-term-field-separator {
  min-width: 2.55rem;
  text-align: center;
}

/* line 6, app/assets/stylesheets/application/_search.scss */
.persisted_search_search_clauses_search_terms_value {
  z-index: 1020;
}

/* line 12, app/assets/stylesheets/application/_search.scss */
.dynamic-search-form:not(.is--initialized) .search-term-clause > * {
  display: none !important;
}

/* line 16, app/assets/stylesheets/application/_search.scss */
.dynamic-search-form:not(.is--initialized) .search-term-clause:after {
  content: '';
  display: block;
  width: 100%;
  background: #f6f6f6;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 3px;
}

@media (min-width: 992px) {
  /* line 29, app/assets/stylesheets/application/_search.scss */
  .modal-dynamic-search {
    max-width: 680px;
  }
}

@media (min-width: 769px) {
  /* line 34, app/assets/stylesheets/application/_search.scss */
  [data-select--filter-pill-target="valuesDropdown"] {
    max-width: 620px;
    min-width: 300px;
  }
}

/* line 41, app/assets/stylesheets/application/_search.scss */
[data-select--filter-pill-target="valuesDropdown"] .date-between-inputs-wrapper {
  max-width: 100%;
}

/* line 44, app/assets/stylesheets/application/_search.scss */
[data-select--filter-pill-target="valuesDropdown"] .date-between-inputs-wrapper select[data-quick-date-select] {
  min-width: 110px;
  max-width: 140px;
  flex-shrink: 0;
}

/* line 50, app/assets/stylesheets/application/_search.scss */
[data-select--filter-pill-target="valuesDropdown"] .date-between-inputs-wrapper input[type="date"] {
  min-width: 0;
  width: auto;
  flex: 1 1 130px;
  max-width: 160px;
}

/* line 57, app/assets/stylesheets/application/_search.scss */
[data-select--filter-pill-target="valuesDropdown"] .date-between-inputs-wrapper span[data-date-and-label] {
  flex-shrink: 0;
  padding: 0 0.25rem;
}

@media (max-width: 768px) {
  /* line 67, app/assets/stylesheets/application/_search.scss */
  [data-select--filter-pill-target="valuesDropdown"] .date-between-inputs-wrapper select[data-quick-date-select] {
    min-width: 100px;
    max-width: 110px;
  }
  /* line 72, app/assets/stylesheets/application/_search.scss */
  [data-select--filter-pill-target="valuesDropdown"] .date-between-inputs-wrapper input[type="date"] {
    flex: 1 1 110px;
    max-width: 140px;
  }
  /* line 82, app/assets/stylesheets/application/_search.scss */
  [data-select--filter-pill-target="valuesDropdown"] input[type="text"],
[data-select--filter-pill-target="valuesDropdown"] input[type="number"],
[data-select--filter-pill-target="valuesDropdown"] input[type="date"],
[data-select--filter-pill-target="filterTypeDropdown"] input[type="text"],
[data-select--filter-pill-target="filterTypeDropdown"] input[type="number"],
[data-select--filter-pill-target="filterTypeDropdown"] input[type="date"],
[data-select--filter-pill-target="comparatorDropdown"] input[type="text"],
[data-select--filter-pill-target="comparatorDropdown"] input[type="number"],
[data-select--filter-pill-target="comparatorDropdown"] input[type="date"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  /* line 90, app/assets/stylesheets/application/_search.scss */
  [data-select--filter-pill-target="valuesDropdown"] input[type="date"],
[data-select--filter-pill-target="filterTypeDropdown"] input[type="date"],
[data-select--filter-pill-target="comparatorDropdown"] input[type="date"] {
    min-width: 0 !important;
  }
}

@media (max-width: 576px) {
  /* line 97, app/assets/stylesheets/application/_search.scss */
  .date-between-inputs-wrapper {
    flex-wrap: wrap !important;
  }
  /* line 100, app/assets/stylesheets/application/_search.scss */
  .date-between-inputs-wrapper input[type="date"] {
    flex: 1 1 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  /* line 106, app/assets/stylesheets/application/_search.scss */
  .date-between-inputs-wrapper select[data-quick-date-select] {
    flex: 1 1 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  /* line 112, app/assets/stylesheets/application/_search.scss */
  .date-between-inputs-wrapper span[data-date-and-label] {
    flex: 0 0 100% !important;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 572px) {
  /* line 121, app/assets/stylesheets/application/_search.scss */
  .persisted_search_search_clauses_search_terms_value .input-group {
    flex-direction: column;
  }
  /* line 124, app/assets/stylesheets/application/_search.scss */
  .persisted_search_search_clauses_search_terms_value .input-group > .form-control {
    width: 100%;
    margin-bottom: 5px;
  }
  /* line 128, app/assets/stylesheets/application/_search.scss */
  .persisted_search_search_clauses_search_terms_value .input-group > .input-group-append > .btn {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    width: 100%;
  }
}

/* line 139, app/assets/stylesheets/application/_search.scss */
turbo-frame#inline-search-frame form[data-controller*="advanced-filter"] {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 147, app/assets/stylesheets/application/_search.scss */
  [data-target*="advanced-filter.searchClauseContainer"] {
    flex-wrap: wrap !important;
    max-width: 100%;
  }
  /* line 155, app/assets/stylesheets/application/_search.scss */
  [data-target*="advanced-filter.searchClauseContainer"] > div[data-controller*="filter-pill"] {
    max-width: calc(100% - 1rem);
    flex-shrink: 1;
  }
  /* line 160, app/assets/stylesheets/application/_search.scss */
  [data-target*="advanced-filter.searchClauseContainer"] > div[data-controller*="filter-pill"] .pill-segment {
    min-width: 0;
  }
  /* line 164, app/assets/stylesheets/application/_search.scss */
  [data-target*="advanced-filter.searchClauseContainer"] > div[data-controller*="filter-pill"] .pill-segment > span {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 175, app/assets/stylesheets/application/_search.scss */
  [data-target*="advanced-filter.searchClauseContainer"] > div[data-controller*="filter-pill"] {
    max-width: 600px;
  }
}

/* line 1, app/assets/stylesheets/application/_select2.scss */
.select2-container {
  z-index: 9999;
  display: block;
}

/* line 5, app/assets/stylesheets/application/_select2.scss */
.select2-dropdown {
  z-index: 1090;
}

/* line 2, app/assets/stylesheets/application/_sidebar.scss */
.has-sidebar-expand-lg .page-sidebar {
  position: fixed;
  margin-top: 56px;
}

@media (max-width: 991.98px) {
  /* line 8, app/assets/stylesheets/application/_sidebar.scss */
  .has-sidebar-expand-lg.has-sidebar-open .page-sidebar {
    margin-top: 0;
  }
}

@supports (padding-top: constant(safe-area-inset-top)) {
  /* line 14, app/assets/stylesheets/application/_sidebar.scss */
  .app-aside .aside-content {
    padding-top: constant(safe-area-inset-top);
    padding-bottom: constant(safe-area-inset-bottom);
  }
}

@supports (padding-top: env(safe-area-inset-top)) {
  /* line 20, app/assets/stylesheets/application/_sidebar.scss */
  .app-aside .aside-content {
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* line 2, app/assets/stylesheets/application/_split_panels.scss */
.split-panels [data-panel="main"] {
  display: block;
  position: relative;
}

/* line 7, app/assets/stylesheets/application/_split_panels.scss */
.split-panels [data-panel="side"] {
  width: 23rem;
  float: left;
}

/* line 12, app/assets/stylesheets/application/_split_panels.scss */
.split-panels .split-panels-view {
  height: calc(100vh - 3.5rem);
  height: calc(100vh - var(--vh-offset, 0) - 3.5rem);
}

/* line 18, app/assets/stylesheets/application/_split_panels.scss */
body.is--split-panels {
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/application/_split_panels.scss */
.empty-state--centered-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: rgba(20, 20, 31, 0.05);
  padding: 0;
}

@media (max-width: 768px) {
  /* line 38, app/assets/stylesheets/application/_split_panels.scss */
  .split-panels [data-panel="side"] {
    width: auto;
    float: none;
  }
  /* line 43, app/assets/stylesheets/application/_split_panels.scss */
  .split-panels [data-panel="side"].is--active + [data-panel="main"] {
    display: none;
  }
  /* line 48, app/assets/stylesheets/application/_split_panels.scss */
  .split-panels [data-panel="side"]:not(.is--active) {
    display: none;
  }
}

@supports (padding-bottom: constant(safe-area-inset-bottom)) {
  /* line 57, app/assets/stylesheets/application/_split_panels.scss */
  body.is--split-panels .app-main {
    padding-bottom: 0;
  }
  /* line 61, app/assets/stylesheets/application/_split_panels.scss */
  body.is--split-panels .split-panels .split-panels-view {
    padding-bottom: constant(safe-area-inset-bottom);
    height: calc(100vh - var(--vh-offset, 0) - 3.5rem - constant(safe-area-inset-bottom));
  }
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
  /* line 69, app/assets/stylesheets/application/_split_panels.scss */
  body.is--split-panels .app-main {
    padding-bottom: 0;
  }
  /* line 73, app/assets/stylesheets/application/_split_panels.scss */
  body.is--split-panels .split-panels .split-panels-view {
    padding-bottom: env(safe-area-inset-bottom);
    height: calc(100vh - var(--vh-offset, 0) - 3.5rem - env(safe-area-inset-bottom));
  }
}

/* line 1, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet {
  width: 100%;
}

/* line 4, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__overflow {
  margin-bottom: 15px;
  overflow-y: scroll;
}

/* line 9, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__container {
  position: relative;
  width: 100%;
}

/* line 13, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__row {
  display: flex;
  background: #fff;
}

/* line 17, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__row::after {
  content: "";
  position: absolute;
  background: #f5f6f7;
  height: 1px;
  width: 100%;
  left: 0;
  margin-top: -1px;
}

/* line 27, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__cell {
  position: relative;
  border-bottom: 1px solid #ecedf1;
  flex: 1;
}

/* line 32, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__cell:last-child {
  border-right: none;
}

/* line 36, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__cell.cell--selector {
  flex: 0 0 70px;
  text-align: left;
  padding-left: 1rem !important;
}

/* line 43, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__header + .spreadsheet__body {
  border-top: none;
}

/* line 47, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__header .spreadsheet__cell {
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
  font-weight: 700;
}

/* line 54, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__header .spreadsheet__cell.cell--selector .thead-dd.dropdown {
  line-height: 20px;
}

/* line 57, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__header .spreadsheet__cell.cell--selector .thead-dd.dropdown .thead-btn {
  height: 27px;
}

/* line 64, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__header .spreadsheet__row:last-child .spreadsheet__cell {
  border-bottom: 1px solid #ecedf1;
}

/* line 69, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet__header .cell--bulk .btn-group {
  padding-top: .45rem;
}

/* line 74, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet .form-group {
  margin-bottom: 0;
  margin-top: 0.2rem;
}

/* line 79, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.spreadsheet--variant-price-lists .rule {
  min-width: 140px;
}

/* line 82, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.spreadsheet--variant-price-lists .spreadsheet__header .spreadsheet__cell {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* line 86, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.spreadsheet--variant-price-lists .spreadsheet__header .spreadsheet__cell.cell--value {
  padding-right: 1.5rem;
}

/* line 90, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.spreadsheet--variant-price-lists .spreadsheet__cell {
  padding: .75rem;
}

/* line 93, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.spreadsheet--variant-price-lists .spreadsheet__cell.cell--image {
  flex: 0 0 60px;
}

/* line 96, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.spreadsheet--variant-price-lists .spreadsheet__cell.cell--variant {
  flex: 1;
  min-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 103, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.spreadsheet--variant-price-lists .spreadsheet__cell.cell--variant .sku {
  color: #637381;
  font-size: 12px;
}

/* line 108, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.spreadsheet--variant-price-lists .spreadsheet__cell.cell--price, .spreadsheet.spreadsheet--variant-price-lists .spreadsheet__cell.cell--landed-cost {
  flex: 0 0 120px;
  line-height: 40px;
}

/* line 112, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.spreadsheet--variant-price-lists .spreadsheet__cell.cell--value {
  flex: 0 0 140px;
}

/* line 115, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.spreadsheet--variant-price-lists .spreadsheet__cell.rule {
  min-width: 140px;
}

/* line 119, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.spreadsheet--variant-price-lists .spreadsheet__header .spreadsheet__cell.cell--variant {
  min-width: 260px;
}

/* line 124, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet form.spreadsheet__row-group.dirty .spreadsheet__row {
  background: #fffacc;
}

/* line 130, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet .dropdown .btn.btn-transparent {
  border: 1px solid #d2d8dc;
  background: none;
}

/* line 135, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet .dropdown.open .btn.btn-transparent {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 141, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet .bulk--shown {
  display: none;
  flex: 1;
}

/* line 146, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.is--bulk .bulk--shown {
  display: flex;
}

/* line 149, app/assets/stylesheets/application/_spreadsheet.scss */
.spreadsheet.is--bulk .bulk--hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/application/_stacked_menu.scss */
.stacked-menu .menu-header {
  letter-spacing: 0.005em !important;
  color: #9497a5;
  font-size: 0.75rem;
}

/* line 2, app/assets/stylesheets/application/_subscription_plans.scss */
.visual-picker.is--subscription-plan .visual-picker-figure {
  position: relative;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/application/_subscription_plans.scss */
.visual-picker.is--subscription-plan .visual-picker-figure:after {
  top: initial;
  left: 1rem;
  right: initial;
  opacity: 1;
  font-size: 1.2rem;
  font-family: 'Font Awesome 5 Free';
  content: '\f111';
  font-weight: 400;
  color: #888c9b;
}

/* line 20, app/assets/stylesheets/application/_subscription_plans.scss */
.visual-picker.is--subscription-plan input[type="radio"]:checked ~ .visual-picker-figure:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f058';
  font-weight: 900;
  opacity: 1;
  color: #346CB0;
}

/* line 29, app/assets/stylesheets/application/_subscription_plans.scss */
.visual-picker.is--subscription-plan .corner-ribbon {
  width: 12rem;
  position: absolute;
  text-align: center;
  line-height: 1.6rem;
  font-size: .75rem;
  top: 1rem;
  right: -3.8rem;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
}

/* line 12, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

/* line 18, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-toolbar .ticket-search {
  flex: 1 1 280px;
  min-width: 0;
  max-width: 420px;
}

/* line 24, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-toolbar .ticket-filter {
  flex: 0 0 auto;
  margin-left: auto;
}

/* line 35, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-search__input {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 40, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-search__input .form-control {
  height: 2.25rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #dadde1;
  transition: border-color 120ms ease, box-shadow 120ms ease;
}

/* line 49, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-search__input .form-control:focus {
  border-color: #9ec5fe;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
  outline: 0;
}

/* line 55, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-search__input .form-control::-moz-placeholder {
  color: #8a909a;
}
.ticket-search__input .form-control::placeholder {
  color: #8a909a;
}

/* line 61, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-search__icon {
  position: absolute;
  left: 0.75rem;
  color: #8a909a;
  font-size: 0.8125rem;
  pointer-events: none;
}

/* line 69, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-search__clear {
  position: absolute;
  right: 0.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  color: #6a737d;
  font-size: 0.75rem;
  transition: background-color 120ms ease, color 120ms ease;
}

/* line 82, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-search__clear:hover, .ticket-search__clear:focus {
  background: #f1f3f5;
  color: #1f2328;
  text-decoration: none;
}

/* line 98, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  background: #f1f3f5;
  border-radius: 0.625rem;
}

/* line 108, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter:only-child {
  margin-bottom: 0.75rem;
}

/* line 110, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter__segment {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: 0.5rem;
  color: #495057;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 120ms ease, color 120ms ease, box-shadow 120ms ease;
}

/* line 123, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter__segment:hover, .ticket-filter__segment:focus {
  color: #1f2328;
  background: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

/* line 130, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter__segment.is-active {
  color: #1f2328;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(15, 23, 42, 0.06);
}

/* line 138, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter__label {
  white-space: nowrap;
}

/* line 145, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: #e4e7ea;
  color: #495057;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}

/* line 164, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter__segment.is-active[data-tone="primary"] .ticket-filter__count {
  background: #e7f1ff;
  color: #0b5ed7;
}

/* line 168, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter__segment.is-active[data-tone="warning"] .ticket-filter__count {
  background: #fff3cd;
  color: #8a6100;
}

/* line 172, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter__segment.is-active[data-tone="info"] .ticket-filter__count {
  background: #e0f3f8;
  color: #0b6a8f;
}

/* line 176, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter__segment.is-active[data-tone="muted"] .ticket-filter__count {
  background: #e4e7ea;
  color: #495057;
}

/* line 180, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.ticket-filter__segment.is-active[data-tone="neutral"] .ticket-filter__count {
  background: #e9ecef;
  color: #1f2328;
}

/* line 187, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment {
  border: 1px solid #e1e4e8;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}

/* line 193, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.625rem 0.875rem;
  background: #f6f8fa;
  border-bottom: 1px solid #e1e4e8;
}

/* line 203, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment__title {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 0.5rem;
}

/* line 210, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment__icon {
  color: #6a737d;
  font-size: 0.875rem;
}

/* line 215, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment__label {
  font-weight: 600;
  color: #24292e;
  font-size: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 224, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment__meta {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-shrink: 0;
}

/* line 231, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  background: #fff;
  border: 1px solid #dadde1;
  border-radius: 999px;
  color: #495057;
  font-size: 0.75rem;
  line-height: 1.25;
  white-space: nowrap;
}

/* line 244, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  color: #6a737d;
  transition: background-color 120ms ease, color 120ms ease;
}

/* line 254, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment__download:hover, .media-attachment__download:focus {
  background: #fff;
  color: #24292e;
  text-decoration: none;
}

/* line 262, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment__player {
  padding: 0.75rem 0.875rem;
  background: #fff;
}

/* line 266, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment__player audio {
  display: block;
  max-width: 480px;
  border-radius: 999px;
}

/* line 275, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment__video {
  display: block;
  width: 100%;
  max-width: 480px;
  border-radius: 0.25rem;
}

/* line 284, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.media-attachment .transcript-panel {
  margin-top: 0 !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

/* line 293, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-panel {
  border: 1px solid #e1e4e8;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #fff;
}

/* line 299, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: #f6f8fa;
  border-bottom: 1px solid #e1e4e8;
  font-size: 0.8125rem;
}

/* line 310, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-panel__title {
  color: #495057;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* line 316, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-panel__meta {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

/* line 322, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-panel__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  background: #fff;
  border: 1px solid #dadde1;
  border-radius: 999px;
  color: #495057;
  font-size: 0.75rem;
  line-height: 1.25;
}

/* line 334, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-panel__body {
  padding: 0.875rem 1rem;
  color: #2d3748;
  line-height: 1.6;
  white-space: pre-wrap;
  max-height: 18rem;
  overflow-y: auto;
}

/* line 348, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-panel__summary {
  position: relative;
  padding: 0.75rem 1rem 0.75rem 1.25rem;
  background: #f1f5fb;
  border-bottom: 1px solid #e1e4e8;
  color: #2d3748;
  line-height: 1.5;
  font-size: 0.9375rem;
}

/* line 357, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-panel__summary::before {
  content: '';
  position: absolute;
  top: 0.75rem;
  bottom: 0.75rem;
  left: 0.5rem;
  width: 3px;
  border-radius: 2px;
  background: #4c8bf5;
}

/* line 369, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-panel__summary-label {
  display: inline-block;
  margin-right: 0.4rem;
  color: #4c8bf5;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 380, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-note {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}

/* line 387, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-note--processing {
  color: #495057;
  background: #f6f8fa;
  border: 1px solid #e1e4e8;
}

/* line 393, app/assets/stylesheets/application/_support_ticket_transcript.scss */
.transcript-note--failed {
  color: #8a5300;
  background: #fff8e1;
  border: 1px solid #f0d88c;
}

/* line 2, app/assets/stylesheets/application/_table.scss */
.table-active a:not(.btn), .table-active > th a:not(.btn), .table-active > td a:not(.btn) {
  color: #fff;
}

/* line 5, app/assets/stylesheets/application/_table.scss */
.table-active .text-muted, .table-active > th .text-muted, .table-active > td .text-muted {
  color: #fff !important;
}

/* line 11, app/assets/stylesheets/application/_table.scss */
.table .bulk--shown, .table .bulk--shown-inline-block, .table .bulk--shown-inline-flex {
  display: none !important;
}

/* line 15, app/assets/stylesheets/application/_table.scss */
.table.is--bulk th.bulk--shown {
  display: table-cell !important;
}

/* line 18, app/assets/stylesheets/application/_table.scss */
.table.is--bulk .bulk--shown-inline-block {
  display: inline-block !important;
}

/* line 21, app/assets/stylesheets/application/_table.scss */
.table.is--bulk .bulk--shown-inline-flex {
  display: inline-flex !important;
}

/* line 24, app/assets/stylesheets/application/_table.scss */
.table.is--bulk .bulk--hidden {
  display: none !important;
}

/* line 28, app/assets/stylesheets/application/_table.scss */
.table tr.active {
  box-shadow: inset 4px 0 0 0 #346CB0;
}

/* line 31, app/assets/stylesheets/application/_table.scss */
.table th, .table td {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 1, app/assets/stylesheets/application/_tile.scss */
.tile-lg.tile-min-width {
  min-width: 3rem;
}

/* line 1, app/assets/stylesheets/application/_warehouse_receipt.scss */
.opacity-0 {
  opacity: 0;
  height: 1px;
}

/* line 6, app/assets/stylesheets/application/_warehouse_receipt.scss */
#wr_totes .card-header {
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/application/_warehouse_receipt.scss */
.warehouse_without_tote_title, .source_title {
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/application/_warehouse_receipt.scss */
.default-table {
  border-collapse: separate;
  border-spacing: 10px 10px;
}

/* line 18, app/assets/stylesheets/application/_warehouse_receipt.scss */
.default-table td, .default-table th {
  text-align: center;
}

/* line 21, app/assets/stylesheets/application/_warehouse_receipt.scss */
.default-table .table-label {
  display: none;
}

@media screen and (max-width: 700px) {
  /* line 26, app/assets/stylesheets/application/_warehouse_receipt.scss */
  .default-table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
  /* line 32, app/assets/stylesheets/application/_warehouse_receipt.scss */
  .default-table td, .default-table th {
    flex: 1 1 25%;
    text-align: left;
    text-align: left;
    margin: 4px 11px;
  }
  /* line 38, app/assets/stylesheets/application/_warehouse_receipt.scss */
  .default-table th {
    display: none;
  }
  /* line 42, app/assets/stylesheets/application/_warehouse_receipt.scss */
  .default-table .table-label {
    display: inline;
    font-weight: bold;
  }
  /* line 47, app/assets/stylesheets/application/_warehouse_receipt.scss */
  .default-table .wr-variant, .default-table .wr-issues {
    flex: 1 1 100%;
  }
}

/* line 3, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-family: system-ui, -apple-system, sans-serif;
}

/* line 12, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
  transition: all 0.3s ease;
}

/* line 25, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

/* line 30, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-toggle.active {
  background: #6c757d;
}

/* line 33, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-toggle.active .ai-chat-toggle-icon {
  display: none;
}

/* line 37, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-toggle.active .ai-chat-toggle-close {
  display: flex;
}

/* line 43, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

/* line 50, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-toggle-icon i {
  font-size: 20px;
}

/* line 55, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-toggle-close {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

/* line 62, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-toggle-close i {
  font-size: 18px;
}

/* line 67, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-toggle-label {
  font-weight: 600;
  font-size: 14px;
}

/* line 73, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-widget {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 380px;
  max-height: 600px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* line 86, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-widget.hidden {
  display: none;
}

/* line 92, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

/* line 101, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
}

/* line 108, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-header-title i {
  font-size: 20px;
}

/* line 113, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-header-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

/* line 126, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-header-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 132, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  max-height: 400px;
  background: #f8f9fa;
}

/* line 149, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-messages--audit {
  background: linear-gradient(180deg, #f4f6fb 0%, #e9ecf4 100%);
  padding: 28px 24px 40px;
  box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.05);
}

/* line 156, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-messages--audit .ai-chat-message {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}

/* line 166, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-messages--audit .ai-chat-message--assistant .ai-chat-bubble {
  background: #ffffff;
  border: 1px solid #e3e6ed;
  border-radius: 4px 16px 16px 16px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  padding: 14px 18px;
}

/* line 177, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-messages--audit .ai-chat-message--user .ai-chat-bubble {
  border-radius: 16px 4px 16px 16px;
  box-shadow: 0 4px 14px rgba(102, 126, 234, 0.22);
  padding: 14px 18px;
}

/* line 185, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-messages--audit .ai-chat-avatar {
  width: 36px;
  height: 36px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 1px 3px rgba(15, 23, 42, 0.08);
}

/* line 194, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-messages--audit .ai-chat-content > .d-flex.small.text-muted {
  color: #6b7280 !important;
  padding: 0 4px;
}

/* line 201, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-welcome {
  text-align: center;
  padding: 20px;
}

/* line 206, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-welcome-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

/* line 216, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-welcome-icon i {
  font-size: 28px;
  color: white;
}

/* line 222, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-welcome-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

/* line 229, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-welcome-text {
  color: #666;
  font-size: 14px;
  margin-bottom: 12px;
}

/* line 235, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-welcome-list {
  text-align: left;
  color: #666;
  font-size: 13px;
  margin: 0 auto 20px;
  max-width: 280px;
}

/* line 242, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-welcome-list li {
  margin-bottom: 6px;
}

/* line 248, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-suggestions {
  margin-top: 20px;
}

/* line 252, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-suggestions-title {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

/* line 258, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-suggestion-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

/* line 265, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-suggestion-chip {
  padding: 8px 14px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  font-size: 12px;
  color: #555;
  cursor: pointer;
  transition: all 0.2s;
}

/* line 275, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-suggestion-chip:hover {
  background: #f0f0f0;
  border-color: #667eea;
  color: #667eea;
}

/* line 283, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-message {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

/* line 288, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-message--user {
  flex-direction: row-reverse;
}

/* line 291, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-message--user .ai-chat-bubble {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

/* line 298, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-message--assistant .ai-chat-bubble {
  background: white;
  color: #333;
  border: 1px solid #e0e0e0;
}

/* line 304, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-message--assistant .ai-chat-content {
  max-width: 100%;
}

/* line 310, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

/* line 320, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-avatar--user {
  background: #6c757d;
  color: white;
}

/* line 325, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-avatar--assistant {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

/* line 329, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-avatar--assistant i {
  font-size: 16px;
}

/* line 335, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-content {
  max-width: 85%;
  min-width: 0;
}

/* line 340, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-bubble {
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: auto;
  word-break: break-word;
}

/* line 346, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-bubble p {
  margin: 0 0 8px;
}

/* line 349, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-bubble p:last-child {
  margin-bottom: 0;
}

/* line 354, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-bubble ul, .ai-chat-bubble ol {
  margin: 8px 0;
  padding-left: 20px;
}

/* line 359, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-bubble li {
  margin-bottom: 4px;
}

/* line 363, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-bubble code {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 12px;
}

/* line 374, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-bubble table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  margin: 8px 0;
  table-layout: fixed;
}

/* line 381, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-bubble table th, .ai-chat-bubble table td {
  padding: 4px 6px;
  border: 1px solid #e0e0e0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: normal;
}

/* line 391, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-bubble table th {
  background: #f0f0f0;
  font-weight: 600;
}

/* line 397, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-bubble .ai-chat-thinking-hint {
  margin: 8px 0 0;
  font-size: 12px;
  font-style: italic;
  color: #6b7280;
}

/* line 403, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-bubble .ai-chat-thinking-hint:first-child {
  margin-top: 0;
}

/* line 409, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

/* line 416, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-source {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: #f0f0f0;
  border-radius: 12px;
  font-size: 11px;
  color: #666;
  text-decoration: none;
}

/* line 427, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-source i {
  font-size: 10px;
}

/* line 431, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-source:hover {
  background: #e0e0e0;
}

/* line 437, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-sources-panel {
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  padding: 12px 16px;
}

/* line 442, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-sources-panel.hidden {
  display: none;
}

/* line 447, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-sources-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

/* line 455, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-sources-header i {
  font-size: 14px;
}

/* line 460, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-sources-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 466, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-source-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #555;
}

/* line 473, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-source-item i {
  color: #667eea;
}

/* line 479, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-input-area {
  padding: 16px 20px;
  background: white;
  border-top: 1px solid #e0e0e0;
}

/* line 485, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-form {
  display: flex;
  gap: 8px;
}

/* line 490, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-input-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  padding: 4px 4px 4px 16px;
  transition: border-color 0.2s;
}

/* line 500, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-input-wrapper:focus-within {
  border-color: #667eea;
}

/* line 505, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  padding: 8px 0;
}

/* line 513, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-input::-moz-placeholder {
  color: #999;
}
.ai-chat-input::placeholder {
  color: #999;
}

/* line 518, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-send {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

/* line 531, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-send:hover {
  transform: scale(1.05);
}

/* line 535, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-send i {
  font-size: 14px;
}

/* line 541, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 13px;
  color: #666;
}

/* line 549, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-loading.hidden {
  display: none;
}

/* line 554, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-loading-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #e0e0e0;
  border-top-color: #667eea;
  border-radius: 50%;
  animation: ai-chat-spin 0.8s linear infinite;
}

@keyframes ai-chat-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ai-chat-bounce-dot {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  40% {
    transform: translateY(-6px);
    opacity: 1;
  }
}

@keyframes ai-chat-feed-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 593, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-stream-thinking-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

/* line 603, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-think-dot {
  display: inline-block;
  width: 0.35em;
  text-align: center;
  animation: ai-chat-bounce-dot 1.05s ease-in-out infinite;
}

/* line 609, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-think-dot:nth-of-type(1) {
  animation-delay: 0s;
}

/* line 613, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-think-dot:nth-of-type(2) {
  animation-delay: 0.12s;
}

/* line 617, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-think-dot:nth-of-type(3) {
  animation-delay: 0.24s;
}

/* line 622, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-thinking-feed {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 12px;
  max-height: 280px;
  overflow-y: auto;
  font-size: 12px;
  line-height: 1.45;
  color: #6b7280;
}

/* line 634, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-thinking-feed-line {
  padding: 2px 0;
  font-style: italic;
  line-height: 1.45;
  animation: ai-chat-feed-in 0.4s ease-out;
}

@media (max-width: 480px) {
  /* line 643, app/assets/stylesheets/application/ai_chat.scss */
  .ai-chat-container {
    bottom: 10px;
    right: 10px;
  }
  /* line 648, app/assets/stylesheets/application/ai_chat.scss */
  .ai-chat-widget {
    width: calc(100vw - 20px);
    max-width: 380px;
    right: -10px;
  }
  /* line 654, app/assets/stylesheets/application/ai_chat.scss */
  .ai-chat-messages {
    max-height: 50vh;
  }
}

/* line 660, app/assets/stylesheets/application/ai_chat.scss */
.hidden {
  display: none !important;
}

@keyframes pulse {
  0%, 60%, 100% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }
}

/* line 681, app/assets/stylesheets/application/ai_chat.scss */
.ai-thinking-elapsed {
  font-variant-numeric: tabular-nums;
  opacity: 0.55;
  margin-left: 4px;
}

@keyframes ai-submsg-in {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 0.7;
    transform: translateY(0);
  }
}

/* line 690, app/assets/stylesheets/application/ai_chat.scss */
.ai-thinking-submsgs {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 6px;
}

/* line 696, app/assets/stylesheets/application/ai_chat.scss */
.ai-thinking-submsg {
  font-size: 12px;
  color: #6b7280;
  opacity: 0.7;
  line-height: 1.35;
  animation: ai-submsg-in 0.25s ease-out both;
}

/* line 703, app/assets/stylesheets/application/ai_chat.scss */
.ai-thinking-submsg::before {
  content: '↳ ';
  opacity: 0.5;
  margin-right: 2px;
}

/* line 710, app/assets/stylesheets/application/ai_chat.scss */
.ai-md h1, .ai-md h2, .ai-md h3, .ai-md h4 {
  margin: 8px 0 4px;
  line-height: 1.3;
}

/* line 711, app/assets/stylesheets/application/ai_chat.scss */
.ai-md h1 {
  font-size: 1.15em;
}

/* line 712, app/assets/stylesheets/application/ai_chat.scss */
.ai-md h2 {
  font-size: 1.05em;
}

/* line 713, app/assets/stylesheets/application/ai_chat.scss */
.ai-md h3 {
  font-size: 1em;
}

/* line 714, app/assets/stylesheets/application/ai_chat.scss */
.ai-md p {
  margin: 0 0 8px;
}

/* line 715, app/assets/stylesheets/application/ai_chat.scss */
.ai-md p:last-child {
  margin-bottom: 0;
}

/* line 716, app/assets/stylesheets/application/ai_chat.scss */
.ai-md ul, .ai-md ol {
  margin: 4px 0 8px;
  padding-left: 20px;
}

/* line 717, app/assets/stylesheets/application/ai_chat.scss */
.ai-md li {
  margin-bottom: 2px;
}

/* line 718, app/assets/stylesheets/application/ai_chat.scss */
.ai-md code {
  background: #f0f0f0;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 0.9em;
}

/* line 719, app/assets/stylesheets/application/ai_chat.scss */
.ai-md pre {
  background: #1e1e2e;
  color: #cdd6f4;
  padding: 10px 12px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 8px 0;
}

/* line 720, app/assets/stylesheets/application/ai_chat.scss */
.ai-md pre code {
  background: none;
  padding: 0;
  color: inherit;
  font-size: 0.85em;
}

/* line 721, app/assets/stylesheets/application/ai_chat.scss */
.ai-md strong {
  font-weight: 600;
}

/* line 722, app/assets/stylesheets/application/ai_chat.scss */
.ai-md a {
  color: #667eea;
  text-decoration: underline;
}

/* line 723, app/assets/stylesheets/application/ai_chat.scss */
.ai-md blockquote {
  border-left: 3px solid #667eea;
  margin: 8px 0;
  padding: 4px 12px;
  color: #555;
}

/* line 724, app/assets/stylesheets/application/ai_chat.scss */
.ai-md table {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
  font-size: 0.85em;
}

/* line 725, app/assets/stylesheets/application/ai_chat.scss */
.ai-md th, .ai-md td {
  border: 1px solid #e0e0e0;
  padding: 3px 6px;
  text-align: left;
  white-space: nowrap;
}

/* line 726, app/assets/stylesheets/application/ai_chat.scss */
.ai-md th {
  background: #f8f9fa;
  font-weight: 600;
}

/* line 727, app/assets/stylesheets/application/ai_chat.scss */
.ai-md .table-scroll {
  overflow-x: auto;
  margin: 8px 0;
}

/* line 728, app/assets/stylesheets/application/ai_chat.scss */
.ai-md hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 8px 0;
}

/* line 734, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card {
  margin-top: 8px;
  padding: 12px;
  border: 1px solid #d6dde6;
  border-radius: 12px;
  background: #fbfcfe;
  font-size: 13px;
  color: #333;
}

/* line 743, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__header {
  font-weight: 600;
  margin-bottom: 6px;
}

/* line 744, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__summary {
  margin-bottom: 6px;
}

/* line 745, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__meta {
  font-size: 12px;
  color: #5b6573;
  margin-bottom: 6px;
}

/* line 746, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__meta:last-of-type {
  margin-bottom: 10px;
}

/* line 748, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-diff {
  margin: 8px 0;
  padding: 8px;
  background: white;
  border-radius: 8px;
  border: 1px solid #eef0f4;
}

/* line 755, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-diff__row {
  display: flex;
  gap: 8px;
  padding: 2px 0;
  font-family: ui-monospace, monospace;
  font-size: 12px;
}

/* line 762, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-diff__field {
  min-width: 140px;
  color: #5b6573;
}

/* line 763, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-diff__before {
  color: #a13d3d;
  text-decoration: line-through;
}

/* line 764, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-diff__arrow {
  color: #5b6573;
}

/* line 765, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-diff__after {
  color: #1f7a3d;
}

/* line 767, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__buttons {
  display: flex;
  gap: 8px;
}

/* line 768, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-btn {
  flex: 1;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
}

/* line 775, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

/* line 776, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-btn--confirm {
  border: 0;
  background: #1f7a3d;
  color: white;
  font-weight: 600;
}

/* line 782, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-btn--cancel {
  border: 1px solid #d6dde6;
  background: white;
  color: #333;
}

/* line 787, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__error {
  display: none;
  margin-top: 8px;
  color: #a13d3d;
  font-size: 12px;
}

/* line 793, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__error.is-visible {
  display: block;
}

/* line 799, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__status {
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}

/* line 807, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__status[data-state="confirmed"],
.ai-pending-card__status[data-state="applying"] {
  background: #e8f5e9;
  color: #1f7a3d;
}

/* line 809, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__status[data-state="rejected"] {
  background: #f5f5f5;
  color: #5b6573;
}

/* line 810, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__status[data-state="failed"] {
  background: #fdecea;
  color: #a13d3d;
}

/* line 811, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__status[data-state="expired"] {
  background: #fff8e6;
  color: #6b4d05;
}

/* line 816, app/assets/stylesheets/application/ai_chat.scss */
.ai-pending-card__warning {
  margin: 6px 0 10px;
  padding: 6px 10px;
  background: #fff8e6;
  border: 1px solid #ffe39a;
  border-radius: 6px;
  color: #6b4d05;
  font-size: 12px;
}

/* line 831, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

/* line 837, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-form__label {
  font-size: 11px;
  color: #5b6573;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

/* line 844, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-form__input,
.ai-ticket-form__textarea,
.ai-ticket-form__select {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #d6dde6;
  border-radius: 6px;
  font: inherit;
  background: white;
  color: #333;
}

/* line 855, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-form__textarea {
  min-height: 70px;
  resize: vertical;
}

/* line 860, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-capture {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 865, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0;
}

/* line 871, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  background: #eef4fb;
  border: 1px solid #cfdde9;
  border-radius: 12px;
  font-size: 11px;
  color: #1f4d7a;
}

/* line 882, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-chip__remove {
  border: 0;
  background: transparent;
  color: #1f4d7a;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

/* line 894, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-chip--audio {
  width: 100%;
  gap: 8px;
  background: #f0f6fc;
}

/* line 899, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-chip__audio {
  flex: 1;
  min-width: 0;
  height: 32px;
}

/* line 906, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-chip--media {
  width: 100%;
  gap: 8px;
  background: #f0f6fc;
  align-items: center;
}

/* line 912, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-chip__thumb {
  max-width: 120px;
  max-height: 80px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #ffffff;
}

/* line 919, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-chip__video {
  max-width: 220px;
  max-height: 120px;
  border-radius: 4px;
  background: #000000;
}

/* line 925, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-chip__name {
  flex: 1;
  min-width: 0;
  font-size: 11px;
  color: #1f4d7a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 934, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-capture__elapsed {
  font-family: ui-monospace, monospace;
  font-size: 11px;
  color: #a13d3d;
  margin-left: auto;
  align-self: center;
}

/* line 941, app/assets/stylesheets/application/ai_chat.scss */
.ai-ticket-capture__error {
  width: 100%;
  font-size: 11px;
  color: #a13d3d;
}

/* line 953, app/assets/stylesheets/application/ai_chat.scss */
.ai-screen-rec-overlay {
  position: fixed;
  inset: 0;
  z-index: 1080;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ai-screen-rec-fade 120ms ease-out;
}

@keyframes ai-screen-rec-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 967, app/assets/stylesheets/application/ai_chat.scss */
.ai-screen-rec-overlay__card {
  background: white;
  border-radius: 16px;
  padding: 24px 28px;
  max-width: 420px;
  width: calc(100% - 32px);
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  font-family: system-ui, -apple-system, sans-serif;
}

/* line 977, app/assets/stylesheets/application/ai_chat.scss */
.ai-screen-rec-overlay__dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d93025;
  margin-right: 8px;
  animation: ai-screen-rec-pulse 1s ease-in-out infinite;
  vertical-align: middle;
}

@keyframes ai-screen-rec-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

/* line 991, app/assets/stylesheets/application/ai_chat.scss */
.ai-screen-rec-overlay__title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

/* line 997, app/assets/stylesheets/application/ai_chat.scss */
.ai-screen-rec-overlay__hint {
  font-size: 14px;
  color: #5b6573;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* line 1003, app/assets/stylesheets/application/ai_chat.scss */
.ai-screen-rec-overlay__elapsed {
  font-family: ui-monospace, monospace;
  font-size: 22px;
  font-weight: 600;
  color: #a13d3d;
  margin-bottom: 16px;
}

/* line 1010, app/assets/stylesheets/application/ai_chat.scss */
.ai-screen-rec-overlay__stop {
  background: #d93025;
  color: white;
  border: 0;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

/* line 1020, app/assets/stylesheets/application/ai_chat.scss */
.ai-screen-rec-overlay__stop:hover {
  background: #b71c1c;
}

@keyframes ai-voice-bar {
  0%, 100% {
    transform: scaleY(0.35);
  }
  50% {
    transform: scaleY(1);
  }
}

/* line 1031, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-bars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 70px;
}

/* line 1038, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-bars__bar {
  width: 8px;
  height: 100%;
  background: #ffffff;
  border-radius: 4px;
  transform-origin: center;
  animation: ai-voice-bar 1.6s ease-in-out infinite;
  opacity: 0.9;
}

/* line 1047, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-bars__bar:nth-child(1) {
  animation-delay: -0.45s;
}

/* line 1048, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-bars__bar:nth-child(2) {
  animation-delay: -0.20s;
}

/* line 1049, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-bars__bar:nth-child(3) {
  animation-delay: 0.00s;
}

/* line 1050, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-bars__bar:nth-child(4) {
  animation-delay: -0.30s;
}

/* line 1051, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-bars__bar:nth-child(5) {
  animation-delay: -0.10s;
}

/* line 1052, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-bars.is-active .ai-voice-bars__bar {
  animation-duration: 0.7s;
}

@keyframes ai-voice-halo {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.18);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
}

/* line 1060, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-halo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ai-voice-halo 2.4s ease-in-out infinite;
  transition: transform 0.18s ease;
}

/* line 1071, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-halo.is-active {
  animation-duration: 1.2s;
}

@keyframes ai-mic-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(74, 222, 128, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0);
  }
}

/* line 1082, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-banner {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  border-bottom: 1px solid rgba(102, 126, 234, 0.18);
  color: #4338ca;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.15s ease;
}

/* line 1096, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-banner:hover {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.18) 0%, rgba(118, 75, 162, 0.18) 100%);
}

/* line 1099, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-banner__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  animation: ai-mic-pulse 1.5s infinite;
  flex-shrink: 0;
}

/* line 1107, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-banner__label {
  flex: 1 1 auto;
}

/* line 1108, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-banner__hint {
  opacity: 0.65;
  font-weight: 500;
  font-size: 12px;
}

/* line 1109, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-banner__chevron {
  opacity: 0.55;
  font-size: 12px;
}

/* line 1114, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-corner-btn {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background 0.15s ease, transform 0.15s ease;
}

/* line 1123, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-corner-btn:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: scale(1.05);
}

/* line 1127, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-end-btn {
  margin-top: 28px;
  padding: 10px 28px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: white;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.15s ease, transform 0.15s ease;
}

/* line 1135, app/assets/stylesheets/application/ai_chat.scss */
.ai-voice-end-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

/* line 1156, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-drawer {
  position: fixed;
  top: var(--ai-nav-height, 60px);
  right: 0;
  bottom: 0;
  width: var(--ai-chat-drawer-width, 24vw);
  min-width: 360px;
  max-width: 70vw;
  background: white;
  box-shadow: -12px 0 40px rgba(15, 23, 42, 0.1);
  border-left: 1px solid #ecedf1;
  display: flex;
  flex-direction: column;
  z-index: 1040;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

/* line 1183, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-drawer--open {
  transform: translateX(0);
}

/* line 1190, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-drawer__resize-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  cursor: ew-resize;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1205, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-drawer__resize-handle::after {
  content: '';
  display: block;
  width: 4px;
  height: 36px;
  margin-left: 2px;
  border-radius: 2px;
  background: #d1d5db;
  transition: background 0.15s ease, height 0.15s ease;
}

/* line 1216, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-drawer__resize-handle:hover::after, .ai-chat-drawer--resizing .ai-chat-drawer__resize-handle::after {
  background: #9ca3af;
  height: 48px;
}

/* line 1227, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-drawer--resizing,
.ai-chat-resizing .app-main {
  transition: none !important;
}

/* line 1235, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-open .app-main {
  margin-right: var(--ai-chat-drawer-width, 24vw);
}

/* line 1236, app/assets/stylesheets/application/ai_chat.scss */
.app .app-main {
  transition: margin-right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 1252, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-drawer--maximized {
  width: calc(100vw - 15rem) !important;
  max-width: calc(100vw - 15rem) !important;
}

/* line 1258, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-drawer--maximized .ai-chat-drawer__resize-handle {
  display: none;
}

/* line 1260, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-maximized .app-main {
  margin-right: calc(100vw - 15rem);
}

/* line 1269, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-drawer--maximized-full {
  width: 100vw !important;
  max-width: 100vw !important;
}

/* line 1273, app/assets/stylesheets/application/ai_chat.scss */
.app.has-fullwidth.ai-chat-maximized .app-main {
  margin-right: 100vw;
}

@media (max-width: 540px) {
  /* line 1281, app/assets/stylesheets/application/ai_chat.scss */
  .ai-chat-drawer {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }
  /* line 1282, app/assets/stylesheets/application/ai_chat.scss */
  .ai-chat-open .app-header,
.ai-chat-open .app-main {
    right: 0;
    margin-right: 0;
  }
  /* line 1287, app/assets/stylesheets/application/ai_chat.scss */
  .ai-chat-icon-btn[data-ai-chat-action="maximize"],
.ai-chat-icon-btn[data-ai-chat-action="minimize"] {
    display: none !important;
  }
}

/* line 1311, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-open .app-header {
  z-index: 1045 !important;
}

/* line 1320, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-title-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 70%;
  background: transparent;
  border: none;
  color: #111827;
  font: inherit;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease;
}

/* line 1336, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-title-btn:hover {
  background: #f3f4f6;
}

/* line 1337, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-title-btn__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1342, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-title-btn__chev {
  flex: 0 0 auto;
  color: #6b7280;
  transition: transform 0.15s ease;
}

/* line 1347, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-title-btn[aria-expanded="true"] .ai-conv-title-btn__chev {
  transform: rotate(180deg);
}

/* line 1354, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-icon-btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #4b5563;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  transition: background 0.15s ease, color 0.15s ease;
}

/* line 1368, app/assets/stylesheets/application/ai_chat.scss */
.ai-chat-icon-btn:hover {
  background: #f3f4f6;
  color: #111827;
}

/* line 1376, app/assets/stylesheets/application/ai_chat.scss */
.ai-input-icon-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #6b7280;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.15s ease, color 0.15s ease;
}

/* line 1390, app/assets/stylesheets/application/ai_chat.scss */
.ai-input-icon-btn:hover {
  background: #e5e7eb;
  color: #111827;
}

/* line 1400, app/assets/stylesheets/application/ai_chat.scss */
.ai-input-send-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  font-size: 13px;
  transition: filter 0.15s ease, transform 0.05s ease;
}

/* line 1414, app/assets/stylesheets/application/ai_chat.scss */
.ai-input-send-btn:hover {
  filter: brightness(1.08);
}

/* line 1415, app/assets/stylesheets/application/ai_chat.scss */
.ai-input-send-btn:active {
  transform: scale(0.94);
}

/* line 1416, app/assets/stylesheets/application/ai_chat.scss */
.ai-input-send-btn i {
  transform: translateY(1px);
}

/* line 1422, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.18);
  z-index: 19;
  display: none;
  animation: ai-conv-picker-fade 0.12s ease-out;
}

/* line 1430, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker-backdrop--open {
  display: block;
}

/* line 1431, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker {
  position: absolute;
  top: 56px;
  left: 12px;
  width: calc(100% - 24px);
  max-width: 360px;
  max-height: calc(100% - 80px);
  background: white;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18), 0 2px 6px rgba(15, 23, 42, 0.06);
  z-index: 20;
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: ai-conv-picker-in 0.15s ease-out;
}

/* line 1447, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker--open {
  display: flex;
}

@keyframes ai-conv-picker-in {
  from {
    opacity: 0;
    transform: translateY(-4px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ai-conv-picker-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1456, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
}

/* line 1463, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__search input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
}

/* line 1470, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__search-icon {
  color: #9ca3af;
}

/* line 1471, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__close {
  border: none;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 6px;
}

/* line 1480, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__close:hover {
  background: #f3f4f6;
}

/* line 1482, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__body {
  flex: 1;
  overflow-y: auto;
  padding: 8px 8px 16px;
}

/* line 1487, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__new {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: none;
  background: #f3f4f6;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #111827;
  cursor: pointer;
  margin-bottom: 8px;
}

/* line 1502, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__new:hover {
  background: #e5e7eb;
}

/* line 1504, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__group-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9ca3af;
  padding: 12px 12px 4px;
}

/* line 1512, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  color: #111827;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1527, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__item:hover {
  background: #f9fafb;
}

/* line 1528, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__item--active {
  background: #eef2ff;
  color: #4338ca;
}

/* line 1532, app/assets/stylesheets/application/ai_chat.scss */
.ai-conv-picker__empty {
  padding: 24px 16px;
  text-align: center;
  color: #6b7280;
  font-size: 13px;
}

/* line 4, app/assets/stylesheets/shared/_backoffice_variables.scss */
:root {
  --sk-header-bg: #1A202C;
  --sk-header-text: #ffffff;
  --sk-header-height: 56px;
  --sk-header-height-web: 56px;
  --sk-header-hover: #323946;
  --sk-header-active: #1d2229;
  --sk-sidebar-width: 240px;
  --sk-sidebar-bg: #ffffff;
  --sk-sidebar-border: #e6e8ed;
  --sk-sidebar-text: #363642;
  --sk-sidebar-hover: #f6f7f9;
  --sk-sidebar-active-bg: #eef2ff;
  --sk-sidebar-active-text: #346CB0;
  --sk-sidebar-section-text: #888c9b;
  --sk-bottom-nav-height: 64px;
  --sk-nav-active: #346CB0;
  --sk-nav-hover: rgba(255, 255, 255, 0.08);
  --sk-search-bg: #303030;
  --sk-transition: 0.2s ease;
  --sk-dropdown-bg: #ffffff;
  --sk-dropdown-border: rgba(20, 20, 31, 0.12);
  --sk-dropdown-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 2px 7px 1px rgba(20, 20, 31, 0.16);
  --sk-dropdown-item-hover: #f6f7f9;
  --sk-dropdown-item-color: #363642;
  --sk-dropdown-icon-color: #a6abbd;
  --sk-dropdown-divider: #e6e8ed;
}

/* line 9, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: var(--sk-header-height-web);
  z-index: 1050;
  background-color: var(--sk-header-bg);
  color: var(--sk-header-text);
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05), 0 1px 3px 0 rgba(20, 20, 31, 0.15);
}

@media print {
  /* line 9, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar {
    display: none;
  }
}

@supports (padding-top: env(safe-area-inset-top)) {
  /* line 25, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar {
    padding-top: env(safe-area-inset-top);
    height: calc(var(--sk-header-height-web) + env(safe-area-inset-top));
  }
}

/* line 35, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: stretch;
}

/* line 46, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__brand {
  display: none;
  padding: 0 0.5rem 0 1rem;
  height: var(--sk-header-height-web);
  width: var(--sk-sidebar-width);
  flex-shrink: 0;
  align-items: center;
  background-color: rgba(20, 20, 31, 0.12);
}

@media (min-width: 992px) {
  /* line 46, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__brand {
    display: flex;
  }
}

/* line 58, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__brand-link {
  display: block;
  margin-right: auto;
  line-height: 0;
}

/* line 68, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__content {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
}

/* line 76, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__spacer {
  flex: 0;
  min-width: 0;
}

@media (min-width: 992px) {
  /* line 76, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__spacer {
    flex: 1;
  }
}

/* line 84, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__spacer--left {
  display: none;
}

@media (min-width: 992px) {
  /* line 84, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__spacer--left {
    display: block;
  }
}

/* line 94, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__hamburger-wrap {
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  /* line 94, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__hamburger-wrap {
    display: none;
    padding: 0 0.5rem;
  }
}

/* line 103, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  cursor: pointer;
  height: 2.25rem;
  width: 2.25rem;
  background: transparent;
  border: 0;
  border-radius: 0.25rem;
  color: inherit;
  font: inherit;
  text-transform: none;
  overflow: visible;
  outline: 0;
  margin: 0;
  transition: background-color 300ms linear;
}

/* line 123, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-hamburger:hover, .sk-hamburger:focus {
  background-color: rgba(255, 255, 255, 0.05);
  outline: 0;
}

/* line 124, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-hamburger:active {
  background-color: rgba(20, 20, 31, 0.05);
}

/* line 127, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-hamburger__box {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: relative;
}

/* line 134, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

/* line 139, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-hamburger__inner, .sk-hamburger__inner::before, .sk-hamburger__inner::after {
  width: 1.25rem;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/* line 150, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-hamburger__inner::before, .sk-hamburger__inner::after {
  content: "";
  display: block;
}

/* line 155, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-hamburger__inner::before {
  top: -6px;
}

/* line 156, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-hamburger__inner::after {
  bottom: -6px;
}

/* line 163, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__mobile-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 0.25rem;
}

/* line 172, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__mobile-logo img {
  height: 18px !important;
  width: auto !important;
  max-height: 18px !important;
}

@media (min-width: 992px) {
  /* line 163, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__mobile-logo {
    display: none;
  }
  /* line 181, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__mobile-logo img {
    height: 32px !important;
    max-height: 32px !important;
  }
}

/* line 188, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__fallback-logo {
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
}

/* line 198, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-area {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  min-width: 0;
  padding: 0 0.25rem;
  gap: 0.5rem;
}

/* line 210, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-area .sk-topbar__search-kbd {
  display: none;
}

/* line 215, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-area .sk-topbar__search-bar {
  height: 34px;
  width: 130px;
  flex: 0 0 130px;
  padding: 0 0.5rem;
}

/* line 221, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-area .sk-topbar__search-bar .sk-topbar__search-input {
  font-size: 0.8125rem;
  min-width: 0;
}

@media (min-width: 992px) {
  /* line 198, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__search-area {
    flex: 0 1 auto;
    width: 100%;
    max-width: 560px;
    margin: 0 0.75rem;
    padding: 0;
    gap: 0.5rem;
  }
  /* line 232, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__search-area .sk-topbar__search-kbd {
    display: flex;
  }
  /* line 235, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__search-area .sk-topbar__search-bar {
    height: 39px;
    width: auto;
    flex: 1;
    padding: 0 0.75rem 0 0.625rem;
  }
  /* line 241, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__search-area .sk-topbar__search-bar .sk-topbar__search-input {
    font-size: 0.8125rem;
  }
}

@media (min-width: 1200px) {
  /* line 198, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__search-area {
    margin: 0 1.25rem;
    max-width: 640px;
  }
}

/* line 247, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-bar {
  display: flex;
  align-items: center;
  flex: 1;
  height: 39px;
  padding: 0 0.75rem 0 0.625rem;
  background-color: var(--sk-search-bg);
  border: 1px solid #fff;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 150ms;
}

/* line 259, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-bar:hover {
  background-color: #3d3d3d;
  border-color: #fff;
}

/* line 265, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
  margin-right: 0.5rem;
  min-width: 16px;
  min-height: 16px;
}

/* line 275, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
}

/* line 283, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8125rem;
  cursor: pointer;
  min-width: 0;
}

/* line 293, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sk-topbar__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* line 294, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-input:focus {
  outline: 0;
}

/* line 297, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__search-kbd {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  padding: 0.125rem 0.375rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.25rem;
  white-space: nowrap;
  flex-shrink: 0;
}

/* line 315, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search--open .sk-topbar__search-bar {
  visibility: hidden;
}

/* line 319, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__quick-create {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* line 326, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__quick-create-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: var(--sk-nav-active);
  color: #fff;
  cursor: pointer;
  transition: background-color 150ms, transform 100ms;
}

/* line 340, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__quick-create-btn:hover {
  background-color: #3a78c4;
}

/* line 341, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__quick-create-btn:active {
  transform: scale(0.95);
}

/* line 345, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__quick-create-menu {
  min-width: 240px !important;
  margin-top: 4px !important;
}

/* line 350, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__quick-create-menu .sk-dropdown__item-icon {
  color: #6b7280;
}

/* line 355, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__quick-create-menu > div[data-controller] {
  display: contents;
}

/* line 360, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__quick-create-form {
  display: contents;
}

/* line 364, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__quick-create-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 370, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__quick-create-keys {
  display: inline-flex;
  align-items: center;
  gap: 0.1875rem;
  margin-left: auto;
}

/* line 376, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__quick-create-keys kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.25rem;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #888c9b;
  background-color: #f6f7f9;
  border: 1px solid #e6e8ed;
  border-radius: 0.1875rem;
}

/* line 398, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__help {
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
}

/* line 404, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--sk-header-text);
  cursor: pointer;
  transition: background-color 150ms;
}

/* line 420, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__help-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 427, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__user {
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}

/* line 434, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__user .sk-dropdown__menu {
  left: auto;
  right: 0;
}

/* line 440, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__user-btn {
  position: relative;
  display: flex;
  margin: 0;
  border: 0;
  align-items: center;
  background: none;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 150ms;
  outline: 0;
  padding: 0 1rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
}

/* line 456, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__user-btn:hover {
  background-color: var(--sk-header-hover);
  text-decoration: none;
}

/* line 457, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__user-btn:focus {
  outline: 0;
}

/* line 458, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__user-btn:active {
  background-color: var(--sk-header-active);
}

/* line 461, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__user-info {
  display: none;
  margin-right: 0.75rem;
  text-align: left;
  flex: 1;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  max-width: 10rem;
}

@media (min-width: 992px) {
  /* line 461, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__user-info {
    display: block;
  }
}

/* line 474, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__user-name,
.sk-topbar__user-email {
  margin: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1rem;
}

/* line 485, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__user-email {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.7;
}

/* line 491, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__avatar {
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  flex-shrink: 0;
}

/* line 510, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  min-width: 12rem;
  padding: 0.5rem 0;
  background-color: var(--sk-dropdown-bg);
  border: 1px solid var(--sk-dropdown-border);
  border-radius: 0.25rem;
  box-shadow: var(--sk-dropdown-shadow);
}

/* line 523, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-dropdown__menu.sk-dropdown__menu--open {
  display: block;
}

/* line 524, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-dropdown__menu.sk-dropdown__menu--right {
  left: auto;
  right: 0;
}

/* line 527, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-dropdown__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  background: none;
  border: 0;
  color: var(--sk-dropdown-item-color);
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  text-align: left;
}

/* line 541, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-dropdown__item:hover, .sk-dropdown__item:focus {
  background-color: var(--sk-dropdown-item-hover);
  color: var(--sk-dropdown-item-color);
  text-decoration: none;
}

/* line 548, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-dropdown__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  color: var(--sk-dropdown-icon-color);
  width: 1.25rem;
  flex-shrink: 0;
}

/* line 557, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-dropdown__item:hover .sk-dropdown__item-icon, .sk-dropdown__item:focus .sk-dropdown__item-icon {
  color: inherit;
}

/* line 563, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-dropdown__divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid var(--sk-dropdown-divider);
}

/* line 574, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__create-ticket {
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
}

/* line 580, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__create-ticket-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--sk-header-text);
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 150ms;
}

/* line 596, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__create-ticket-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 599, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__create-ticket-icon {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 991px) {
  /* line 604, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__create-ticket-label {
    display: none;
  }
}

/* line 612, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__notifications {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0.25rem;
}

/* line 618, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__notifications .sk-dropdown__menu {
  left: auto;
  right: 0;
}

/* line 624, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__notifications-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: var(--sk-header-text);
  cursor: pointer;
  transition: background-color 150ms;
}

/* line 639, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__notifications-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* line 641, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__notifications-btn .sk-topbar__badge {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #e63757;
  border-radius: 10px;
  pointer-events: none;
}

/* line 659, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__notifications-btn .sk-topbar__badge.sk-topbar__badge--hidden {
  display: none;
}

/* line 663, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__notifications-dropdown {
  width: 22rem;
  max-height: 28rem;
  overflow-y: auto;
  padding: 0;
}

/* line 674, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-spinner {
  display: inline-flex;
  animation: sk-spin 1.5s linear infinite;
  vertical-align: middle;
  margin-right: 0.25rem;
}

@keyframes sk-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 694, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal {
  position: absolute;
  top: 0;
  z-index: 1040;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05);
}

/* line 703, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal.hidden {
  display: none;
}

/* line 704, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal.d-none {
  display: none;
}

/* line 707, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__body {
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  overflow: hidden;
}

/* line 714, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__input-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.125rem 0.5rem;
  margin: 0.25rem 5px 0;
  border: 2px solid #000;
  border-radius: 0.5rem;
  min-height: 35px;
  background: #fff;
}

/* line 726, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__input-row .form-group, .sk-search-modal__input-row .input {
  margin: 0 !important;
  padding: 0;
  flex: 1;
  min-width: 0;
}

/* line 727, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__input-row .form-group.required {
  margin-bottom: 0 !important;
}

/* line 730, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__input-row .form-control-feedback {
  position: static !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  pointer-events: auto;
  text-align: left;
}

/* line 741, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__icon {
  display: inline-flex;
  align-items: center;
  color: #aaa;
  flex-shrink: 0;
}

/* line 747, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__icon svg {
  width: 16px;
  height: 16px;
}

/* line 753, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__form {
  flex: 1;
  min-width: 0;
}

/* line 758, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__input {
  width: 100%;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  font-size: 0.9375rem;
  color: #333;
  padding: 0 !important;
  padding-left: 0 !important;
  height: auto;
  box-shadow: none !important;
}

/* line 770, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__input::-moz-placeholder {
  color: #999;
}
.sk-search-modal__input::placeholder {
  color: #999;
}

/* line 771, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__input:focus {
  outline: 0;
  box-shadow: none !important;
  border: 0 !important;
}

/* line 775, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: #888;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 150ms, color 150ms;
}

/* line 790, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-modal__close:hover {
  background: #f0f0f0;
  color: #333;
}

/* line 794, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results {
  width: 100%;
  display: block;
}

/* line 799, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__loading {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 806, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__list {
  max-height: 430px;
  overflow-y: auto;
  scrollbar-width: none;
}

/* line 812, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__list::-webkit-scrollbar {
  display: none;
}

/* line 815, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  color: #333;
  text-decoration: none;
  font-size: 0.8125rem;
  cursor: pointer;
  border: 0;
  transition: background-color 100ms;
}

/* line 827, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__item:hover, .sk-search-results__item:focus {
  background-color: #f6f7f9;
  color: #333;
  text-decoration: none;
  outline: 0;
}

/* line 835, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  flex-shrink: 0;
  color: #888;
  padding-right: 0 !important;
}

/* line 845, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__item-icon:has(.sk-search-results__item-img) {
  width: 40px;
  min-width: 40px;
}

/* line 851, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__item-img {
  width: 40px !important;
  height: 40px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
  border: 1px solid #e6e8ed;
}

/* line 859, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__item-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}

/* line 866, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__item-title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #333;
}

/* line 873, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__item-meta {
  font-size: 0.8125rem;
  color: #888c9b;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 884, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__load-more {
  display: block;
  padding: 0.625rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #346CB0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 100ms;
}

/* line 895, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__load-more:hover {
  background-color: #f6f7f9;
  text-decoration: none;
}

/* line 901, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__empty {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888c9b;
  font-size: 0.9375rem;
  font-weight: 500;
}

/* line 911, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__empty-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  padding: 1.25rem 1rem;
  color: #b0b4bf;
  list-style: none;
}

/* line 920, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__empty-section svg {
  opacity: 0.5;
}

/* line 921, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__empty-section span {
  font-size: 0.8125rem;
}

/* line 923, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-search-results__empty-section:last-child {
  padding-bottom: 2rem;
}

/* line 926, app/assets/stylesheets/shared/_backoffice_header.scss */
#globalSuggestionList {
  padding: 0.25rem 0;
}

/* line 929, app/assets/stylesheets/shared/_backoffice_header.scss */
#globalSuggestionList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 935, app/assets/stylesheets/shared/_backoffice_header.scss */
#globalSuggestionList ul:empty {
  display: none;
}

/* line 937, app/assets/stylesheets/shared/_backoffice_header.scss */
#globalSuggestionList ul h6 {
  font-weight: 600;
  font-size: 0.875rem;
  color: #333;
  padding: 0.75rem 1rem 0.25rem;
  margin: 0;
}

/* line 945, app/assets/stylesheets/shared/_backoffice_header.scss */
#globalSuggestionList ul li {
  padding: 0.375rem 1rem;
}

/* line 947, app/assets/stylesheets/shared/_backoffice_header.scss */
#globalSuggestionList ul li:hover {
  background: #f6f7f9;
}

/* line 949, app/assets/stylesheets/shared/_backoffice_header.scss */
#globalSuggestionList ul li a {
  font-size: 0.875rem;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

/* line 956, app/assets/stylesheets/shared/_backoffice_header.scss */
#globalSuggestionList ul li a:hover {
  color: #333;
  text-decoration: none;
}

@media (max-width: 991px) {
  /* line 970, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-search-modal {
    position: fixed !important;
    top: var(--sk-header-height-web) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0;
  }
  @supports (padding-top: env(safe-area-inset-top)) {
    /* line 981, app/assets/stylesheets/shared/_backoffice_header.scss */
    .sk-search-modal {
      top: calc(var(--sk-header-height-web) + env(safe-area-inset-top)) !important;
    }
  }
}

@media (max-width: 991px) {
  /* line 994, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar .sk-topbar__spacer {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  /* line 1005, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar #quick-create-menu,
.sk-topbar__inner #quick-create-menu,
.sk-topbar__search-area #quick-create-menu {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 1021, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__user-btn {
    padding: 0 0.5rem;
    min-width: auto;
  }
  /* line 1026, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__avatar {
    margin-left: 0;
  }
  /* line 1031, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__user .sk-dropdown__menu {
    left: auto;
    right: 0;
    min-width: 0;
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100vw - 1rem);
  }
  /* line 1040, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__desktop-only {
    display: none !important;
  }
}

/* line 1044, app/assets/stylesheets/shared/_backoffice_header.scss */
.sk-topbar__mobile-only {
  display: none !important;
}

@media (max-width: 991px) {
  /* line 1044, app/assets/stylesheets/shared/_backoffice_header.scss */
  .sk-topbar__mobile-only {
    display: flex !important;
  }
}

/* line 4, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar {
  position: fixed;
  top: var(--sk-header-height-web);
  left: 0;
  bottom: 0;
  width: var(--sk-sidebar-width);
  background-color: var(--sk-sidebar-bg);
  border-right: 1px solid var(--sk-sidebar-border);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1020;
  transition: transform var(--sk-transition);
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
  /* line 4, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
  .sk-sidebar {
    transform: translateX(-100%);
    z-index: 1040;
    top: 0;
    box-shadow: none;
  }
  /* line 24, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
  .sk-sidebar.sk-sidebar--open {
    transform: translateX(0);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
  }
}

/* line 31, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 0.5rem;
}

/* line 38, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__menu {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 46, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__location {
  padding: 0.75rem 1rem 0.25rem;
}

/* line 50, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__location-name {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sk-sidebar-text);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 61, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__location-desc {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--sk-sidebar-section-text);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 73, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__section {
  padding: 0.75rem 1rem 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--sk-sidebar-section-text);
  list-style: none;
}

/* line 84, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__item {
  list-style: none;
}

/* line 88, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__link {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin: 0.125rem 0.5rem;
  color: var(--sk-sidebar-text);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 6px;
  transition: background var(--sk-transition), color var(--sk-transition);
}

/* line 100, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__link:hover {
  background-color: var(--sk-sidebar-hover);
  color: var(--sk-sidebar-text);
  text-decoration: none;
}

/* line 107, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__link--active {
  background-color: var(--sk-sidebar-active-bg);
  color: var(--sk-sidebar-active-text);
  font-weight: 500;
}

/* line 112, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__link--active .sk-sidebar__icon {
  color: var(--sk-sidebar-active-text);
}

/* line 114, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__link--active:hover {
  background-color: var(--sk-sidebar-active-bg);
  color: var(--sk-sidebar-active-text);
}

/* line 120, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  color: var(--sk-sidebar-section-text);
  flex-shrink: 0;
}

/* line 130, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__icon svg {
  width: 100%;
  height: 100%;
}

/* line 133, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__text {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 142, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__footer {
  margin-top: auto;
}

/* line 146, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__demo-banner {
  display: flex;
  align-items: center;
  margin: 0.75rem;
  padding: 0.75rem;
  background-color: var(--sk-sidebar-active-bg);
  border-radius: 8px;
  color: var(--sk-sidebar-active-text);
  text-decoration: none;
  transition: background var(--sk-transition);
}

/* line 157, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__demo-banner:hover {
  background-color: #d5dfff;
  text-decoration: none;
  color: var(--sk-sidebar-active-text);
}

/* line 164, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__demo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

/* line 173, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__demo-icon svg {
  width: 100%;
  height: 100%;
}

/* line 176, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__demo-title {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
}

/* line 182, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__demo-desc {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0.8;
}

/* line 189, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__register {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: var(--sk-header-bg);
  color: var(--sk-header-text);
  font-size: 0.875rem;
}

/* line 198, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__register-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75rem;
}

/* line 204, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar__register-name {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 213, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1035;
}

/* line 220, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
.sk-sidebar-backdrop.sk-sidebar-backdrop--visible {
  display: block;
}

@media (min-width: 992px) {
  /* line 224, app/assets/stylesheets/shared/_backoffice_sidebar.scss */
  .sk-content--with-sidebar {
    margin-left: var(--sk-sidebar-width);
  }
}

/* line 8, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-top-bar {
  position: sticky;
  top: 0;
  z-index: 1030;
  display: flex;
  align-items: center;
  height: var(--sk-header-height);
  background-color: var(--sk-header-bg);
  color: var(--sk-header-text);
  padding: 0 0.75rem;
}

@media print {
  /* line 21, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
  .sk-mobile-top-bar {
    display: none;
  }
}

/* line 24, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-top-bar__back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  margin-right: 0.5rem;
  background: none;
  border: none;
  color: var(--sk-header-text);
  cursor: pointer;
  border-radius: 6px;
  text-decoration: none;
  flex-shrink: 0;
  font-size: 1rem;
  transition: background var(--sk-transition);
}

/* line 42, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-top-bar__back:hover {
  background: var(--sk-nav-hover);
  color: var(--sk-header-text);
  text-decoration: none;
}

/* line 49, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-top-bar__title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  padding: 0 3rem;
}

/* line 63, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-top-bar__actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
  flex-shrink: 0;
}

/* line 71, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-top-bar__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  border: none;
  color: var(--sk-header-text);
  cursor: pointer;
  border-radius: 6px;
  font-size: 0.875rem;
  transition: background var(--sk-transition);
}

/* line 86, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-top-bar__action-btn:hover {
  background: var(--sk-nav-hover);
}

/* line 93, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  display: flex;
  align-items: stretch;
  height: var(--sk-bottom-nav-height);
  background-color: var(--sk-sidebar-bg);
  border-top: 1px solid var(--sk-sidebar-border);
  padding-bottom: env(safe-area-inset-bottom, 0);
}

@media print {
  /* line 108, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
  .sk-mobile-bottom-nav {
    display: none;
  }
}

/* line 111, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-bottom-nav__tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0;
  color: var(--sk-sidebar-section-text);
  text-decoration: none;
  font-size: 0.625rem;
  font-weight: 500;
  transition: color var(--sk-transition);
  gap: 0.25rem;
  background: none;
  border: none;
  cursor: pointer;
}

/* line 128, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-bottom-nav__tab:hover {
  color: var(--sk-sidebar-text);
  text-decoration: none;
}

/* line 134, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-bottom-nav__tab--active {
  color: var(--sk-nav-active);
}

/* line 136, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-bottom-nav__tab--active:hover {
  color: var(--sk-nav-active);
}

/* line 139, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-bottom-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1;
}

/* line 147, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-bottom-nav__icon svg {
  width: 100%;
  height: 100%;
}

/* line 150, app/assets/stylesheets/shared/_backoffice_mobile_nav.scss */
.sk-mobile-bottom-nav__label {
  line-height: 1;
}

/* line 7, app/assets/stylesheets/shared/_backoffice_sheet_wrapper.scss */
.backoffice-sheet-bootstrap-content .modal {
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  background: none !important;
  overflow: visible !important;
  padding: 0 !important;
  z-index: auto !important;
}

/* line 17, app/assets/stylesheets/shared/_backoffice_sheet_wrapper.scss */
.backoffice-sheet-bootstrap-content .modal-dialog {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  transform: none !important;
  pointer-events: auto !important;
}

/* line 25, app/assets/stylesheets/shared/_backoffice_sheet_wrapper.scss */
.backoffice-sheet-bootstrap-content .modal-content {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  min-width: auto !important;
}

/* line 34, app/assets/stylesheets/shared/_backoffice_sheet_wrapper.scss */
.backoffice-sheet-bootstrap-content .modal-header {
  border-bottom: none !important;
  padding: 1rem 1.5rem !important;
}

/* line 38, app/assets/stylesheets/shared/_backoffice_sheet_wrapper.scss */
.backoffice-sheet-bootstrap-content .modal-header [data-dismiss="modal"] {
  display: none !important;
}

/* line 42, app/assets/stylesheets/shared/_backoffice_sheet_wrapper.scss */
.backoffice-sheet-bootstrap-content .modal-header .modal-title {
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/shared/_backoffice_sheet_wrapper.scss */
.backoffice-sheet-bootstrap-content .modal-body {
  padding: 0 !important;
}

/* line 53, app/assets/stylesheets/shared/_backoffice_sheet_wrapper.scss */
.backoffice-sheet-bootstrap-content .bg-white.border-top.border-bottom {
  border: 1px solid var(--border, #e5e7eb) !important;
  border-radius: 0.5rem;
  margin: 0 1rem 0.75rem;
}

/* line 59, app/assets/stylesheets/shared/_backoffice_sheet_wrapper.scss */
.backoffice-sheet-bootstrap-content .modal-backdrop {
  display: none !important;
}

/* line 26, app/assets/stylesheets/application.scss */
[x-cloak] {
  display: none;
}

/* line 30, app/assets/stylesheets/application.scss */
html {
  touch-action: manipulation;
}

/* line 34, app/assets/stylesheets/application.scss */
img {
  max-width: 100%;
}

/* line 38, app/assets/stylesheets/application.scss */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* line 42, app/assets/stylesheets/application.scss */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 47, app/assets/stylesheets/application.scss */
.form-group.hidden {
  display: none !important;
}

/* line 51, app/assets/stylesheets/application.scss */
.is-flex-full {
  flex: 1;
}

/* line 56, app/assets/stylesheets/application.scss */
.card-body > .empty-state-container {
  margin-left: auto;
  margin-right: auto;
}

/* line 62, app/assets/stylesheets/application.scss */
.list-group-item.is-child {
  padding-top: .4rem;
  padding-bottom: .4rem;
  position: relative;
  border-left: 1px solid #ecedf1;
  margin-left: 2rem;
}

/* line 69, app/assets/stylesheets/application.scss */
.list-group-item.is-child:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: -1.2rem;
  color: #9da2ad;
}

/* line 85, app/assets/stylesheets/application.scss */
.table .tfoot-light td {
  color: #363642;
  background-color: #f6f7f9;
  border-color: #ecedf1;
}

/* line 92, app/assets/stylesheets/application.scss */
.pagination:last-child {
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/application.scss */
.pagination-compact .pagy-bootstrap-nav .pagination {
  margin-bottom: 0;
  flex-wrap: nowrap;
}

/* line 101, app/assets/stylesheets/application.scss */
.pagination-compact .page-link {
  padding: 0.15rem 0.45rem;
  font-size: 0.8rem;
  line-height: 1.4;
}

/* line 109, app/assets/stylesheets/application.scss */
.app-header {
  background: #1A202C;
  z-index: 1031;
}

/* line 113, app/assets/stylesheets/application.scss */
.app-header .btn-account {
  color: #fff;
}

/* line 116, app/assets/stylesheets/application.scss */
.app-header .btn-account:hover {
  background-color: #323946;
}

/* line 120, app/assets/stylesheets/application.scss */
.app-header .btn-account:focus, .app-header .btn-account.show, .app-header .btn-account:active, .app-header .btn-account.focus {
  background-color: #1d2229;
}

/* line 129, app/assets/stylesheets/application.scss */
.app:not(.has-fullwidth) .top-bar-brand {
  background-color: #1d2229;
}

@media (max-width: 768px) {
  /* line 136, app/assets/stylesheets/application.scss */
  .top-bar .btn-account > .user-avatar,
.top-bar .btn-account > .has-badge {
    margin-right: 0;
  }
  /* line 142, app/assets/stylesheets/application.scss */
  .page-title {
    font-size: 1.25rem;
  }
}

/* line 148, app/assets/stylesheets/application.scss */
.card-icons {
  font-size: 1.3rem;
}

/* line 153, app/assets/stylesheets/application.scss */
.page-section__accounts {
  max-width: 600px;
}

/* line 158, app/assets/stylesheets/application.scss */
.custom-attribute-options__header {
  padding-left: 35px;
  padding-right: 45px;
}

/* line 165, app/assets/stylesheets/application.scss */
.custom-attribute-options .list-group-item .form-group {
  margin-bottom: 0;
}

/* line 172, app/assets/stylesheets/application.scss */
.app__checkout .app-main > .wrapper {
  max-width: 600px;
}

@media (min-width: 768px) {
  /* line 177, app/assets/stylesheets/application.scss */
  .auth-form {
    padding-top: 2rem;
  }
}

@media (max-width: 768px) {
  /* line 183, app/assets/stylesheets/application.scss */
  .auth-header {
    background-image: none;
  }
  /* line 188, app/assets/stylesheets/application.scss */
  .page-title-bar .btn-toolbar {
    margin-left: 0;
    margin-top: 1rem;
  }
}

@supports (padding-top: constant(safe-area-inset-top)) {
  /* line 195, app/assets/stylesheets/application.scss */
  .app-header {
    padding-top: constant(safe-area-inset-top);
    height: calc(3.5rem + constant(safe-area-inset-top));
  }
  /* line 200, app/assets/stylesheets/application.scss */
  .app-main {
    padding-top: calc(3.5rem + constant(safe-area-inset-top));
    padding-bottom: constant(safe-area-inset-bottom);
  }
  /* line 205, app/assets/stylesheets/application.scss */
  .aside-header {
    padding-top: calc(constant(safe-area-inset-top) - 1rem);
  }
}

@supports (padding-top: env(safe-area-inset-top)) {
  /* line 211, app/assets/stylesheets/application.scss */
  .app-header {
    padding-top: env(safe-area-inset-top);
    height: calc(3.5rem + env(safe-area-inset-top));
  }
  /* line 216, app/assets/stylesheets/application.scss */
  .app-main {
    padding-top: calc(3.5rem + env(safe-area-inset-top));
    padding-bottom: env(safe-area-inset-bottom);
  }
  /* line 221, app/assets/stylesheets/application.scss */
  .aside-header {
    padding-top: calc(env(safe-area-inset-top) - 1rem);
  }
}

/* line 226, app/assets/stylesheets/application.scss */
.wizard-steps {
  margin-top: 2em;
  margin-bottom: 4em;
}

/* line 231, app/assets/stylesheets/application.scss */
#adjustments .pagy-bootstrap-nav .pagination,
#activities .pagy-bootstrap-nav .pagination {
  justify-content: center;
}

/* line 236, app/assets/stylesheets/application.scss */
#t_sales_order {
  top: -50px;
  right: 0px;
  z-index: 1000;
}

/* line 241, app/assets/stylesheets/application.scss */
#t_sales_order.to_left {
  left: 0px;
  right: inherit;
}

/* line 246, app/assets/stylesheets/application.scss */
#t_sales_order .form-control {
  width: 130px;
}

/* line 251, app/assets/stylesheets/application.scss */
#items-to-pack-list {
  height: 60vh;
}

/* line 255, app/assets/stylesheets/application.scss */
.print-loader-container {
  position: absolute;
  z-index: 1;
}

/* line 260, app/assets/stylesheets/application.scss */
.print-iframe {
  z-index: 2;
}

/* line 264, app/assets/stylesheets/application.scss */
.print-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #1A202C;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 286, app/assets/stylesheets/application.scss */
.customSelect2 .select2-container {
  width: 100% !important;
}

@media (min-width: 320px) and (max-width: 992px) {
  /* line 293, app/assets/stylesheets/application.scss */
  .customSelect2 .select2-container {
    width: 52vw !important;
  }
}

/* line 299, app/assets/stylesheets/application.scss */
.tabSec ul {
  border: 1.5px solid #f2f0f2;
  border-radius: 0.5rem;
}

/* line 304, app/assets/stylesheets/application.scss */
.tabSec ul li {
  border-right: 1.5px solid #f2f0f2;
}

/* line 308, app/assets/stylesheets/application.scss */
.tabSec ul li:last-child {
  border-right: 0px solid #ddd;
}

/* line 312, app/assets/stylesheets/application.scss */
.tabSec .nav-tabs .nav-link {
  color: #615F62 !important;
  font-weight: 500;
  padding: 5.75px 15px !important;
  white-space: nowrap;
  border: 0px !important;
  font-size: 13px !important;
  height: 100%;
}

/* line 322, app/assets/stylesheets/application.scss */
.nav-link.active {
  border: 0px !important;
  background: #FAFAFD !important;
  color: #2D2A30 !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/* line 330, app/assets/stylesheets/application.scss */
.nav-link.active.icon-anchor {
  color: #346CB0 !important;
  font-weight: 800;
  border: 0.8px dashed #b8b2b2f7 !important;
  padding: 9px 9px !important;
}

/* line 337, app/assets/stylesheets/application.scss */
.tabSec .nav-tabs .dropdown-toggle.dropdown-toggle-icon {
  padding: 0 12px !important;
  height: 2.257rem !important;
}

/* line 342, app/assets/stylesheets/application.scss */
.nav-link.active.icon-anchor-delete {
  color: #d53417 !important;
  font-weight: 800;
  border: 0.8px dashed #b8b2b2f7 !important;
  padding: 9px 9px !important;
}

/* line 349, app/assets/stylesheets/application.scss */
.tabSec .nav-tabs .nav-link.active.icon-anchor:hover,
.tabSec .nav-tabs .nav-link.active.icon-anchor-delete:hover {
  background: #ebeaea !important;
}

/* line 354, app/assets/stylesheets/application.scss */
.tabSec .nav-tabs .dropdown-toggle-icon.dropdown-toggle::after {
  margin-left: 0.8em !important;
}

/* line 358, app/assets/stylesheets/application.scss */
.tabSec ul li:first-child .active,
.tabSec .nav-tabs .nav-item:first-child .nav-link.active {
  border-radius: 0.5rem 0px 0px 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0px !important;
}

/* line 365, app/assets/stylesheets/application.scss */
.tabSec ul li:last-child .active,
.tabSec .nav-tabs .nav-item:last-child .nav-link.active {
  border-radius: 0 0.5rem 0.5rem 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0.5rem !important;
}

/* line 372, app/assets/stylesheets/application.scss */
.tabSec .nav-tabs .dropdown-toggle {
  padding: 6.25px .75rem !important;
  background: transparent;
  border: 1px solid transparent;
  color: #868686;
  height: 100% !important;
}

/* line 380, app/assets/stylesheets/application.scss */
.tabSec .nav-tabs .dropdown-toggle:focus,
.btn:focus,
.btn.focus,
button:focus {
  outline: 0;
  box-shadow: 0 0 0 0px #346CB0 !important;
}

/* line 388, app/assets/stylesheets/application.scss */
.rightSec {
  justify-content: space-between;
}

/* line 392, app/assets/stylesheets/application.scss */
.rightSec .has-search {
  display: flex;
  margin-bottom: 0 !important;
  align-items: center;
  width: 35vw;
  position: relative;
}

/* line 400, app/assets/stylesheets/application.scss */
.rightSec .has-search .form-control {
  height: 36px !important;
  font-size: 16px;
}

/* line 405, app/assets/stylesheets/application.scss */
.save-search-btn {
  height: 34px !important;
  border: 1.5px solid #F2F0F2 !important;
  border-radius: 0.5rem !important;
}

/* line 411, app/assets/stylesheets/application.scss */
.rightSec .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

/* line 423, app/assets/stylesheets/application.scss */
.rightSec .has-search input {
  border-radius: .5rem .5rem;
  border: 1.5px solid #F2F0F2 !important;
  box-shadow: none !important;
}

/* line 429, app/assets/stylesheets/application.scss */
.rightSec .customBtn {
  border: 1.5px solid #F2F0F2 !important;
  height: 34px;
  border-radius: 0.5rem !important;
}

/* line 435, app/assets/stylesheets/application.scss */
.searchSec {
  display: flex;
  margin-bottom: 0 !important;
  align-items: center;
}

/* line 441, app/assets/stylesheets/application.scss */
.searchSec .form-control {
  padding-left: 2.375rem;
  height: 40px !important;
}

/* line 446, app/assets/stylesheets/application.scss */
.searchSec .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

/* line 458, app/assets/stylesheets/application.scss */
.searchSec input {
  border-radius: .25rem 0 0 .25rem;
}

/* line 462, app/assets/stylesheets/application.scss */
.searchBox {
  display: none;
}

/* line 466, app/assets/stylesheets/application.scss */
.searchResult {
  margin-top: 15px;
  overflow-y: hidden;
  display: none;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 475, app/assets/stylesheets/application.scss */
.searchResult::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

/* line 480, app/assets/stylesheets/application.scss */
.searchResult .resultBox {
  background: transparent;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #61A7BD;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 8px;
}

/* line 490, app/assets/stylesheets/application.scss */
.searchBox .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  margin-left: auto;
  position: absolute;
  right: 13px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

/* line 507, app/assets/stylesheets/application.scss */
.custom-cross-input {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

/* line 512, app/assets/stylesheets/application.scss */
.custom-cross-input .select2-selection--single {
  border-radius: 0px !important;
}

/* line 516, app/assets/stylesheets/application.scss */
.searchDropdwon {
  position: absolute;
  top: 50px;
  width: 31.7vw;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem 0.25rem;
  z-index: 1049;
  background: white;
  max-height: 400px;
  overflow-y: auto;
}

@media (max-width: 1400px) {
  /* line 516, app/assets/stylesheets/application.scss */
  .searchDropdwon {
    width: 30.7vw;
  }
}

@media (max-width: 1100px) {
  /* line 516, app/assets/stylesheets/application.scss */
  .searchDropdwon {
    width: 28vw;
  }
}

@media (max-width: 767px) {
  /* line 516, app/assets/stylesheets/application.scss */
  .searchDropdwon {
    width: 100%;
  }
}

/* line 535, app/assets/stylesheets/application.scss */
.searchDropdwon ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 538, app/assets/stylesheets/application.scss */
.searchDropdwon ul h6 {
  font-weight: 600;
  font-size: 14px;
  padding: 12px 12px 0;
}

/* line 543, app/assets/stylesheets/application.scss */
.searchDropdwon ul li {
  padding: 8px 12px;
}

/* line 545, app/assets/stylesheets/application.scss */
.searchDropdwon ul li:hover {
  background: #F2F2F2;
}

/* line 548, app/assets/stylesheets/application.scss */
.searchDropdwon ul li .list-group-item-figure {
  width: 28px;
}

/* line 551, app/assets/stylesheets/application.scss */
.searchDropdwon ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

/* line 555, app/assets/stylesheets/application.scss */
.searchDropdwon ul li a:hover {
  color: #000;
  text-decoration: none;
}

/* line 560, app/assets/stylesheets/application.scss */
.searchDropdwon ul li .list-group-item-title {
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 569, app/assets/stylesheets/application.scss */
  .tabSec ul {
    display: none;
  }
  /* line 573, app/assets/stylesheets/application.scss */
  .tabSec ul li {
    text-align: left !important;
    border-right: 0px;
    border-bottom: 1px solid #ddd;
  }
  /* line 579, app/assets/stylesheets/application.scss */
  .tabSec ul li:first-child .active,
.tabSec .nav-tabs .nav-item:first-child .nav-link.active {
    border-radius: 10px 10px 0px 0px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  /* line 586, app/assets/stylesheets/application.scss */
  .tabSec .nav-tabs .nav-link {
    display: block !important;
  }
  /* line 590, app/assets/stylesheets/application.scss */
  .tabSec ul li:last-child .active {
    border-radius: 0px 0px 10px 10px !important;
  }
  /* line 594, app/assets/stylesheets/application.scss */
  .tabSec ul li:last-child {
    border-bottom: 0px solid #ddd;
  }
  /* line 598, app/assets/stylesheets/application.scss */
  .tabSec ul li:last-child .dropdown-toggle {
    width: 100%;
    text-align: left;
  }
  /* line 603, app/assets/stylesheets/application.scss */
  .rightSec {
    margin-top: 10px;
  }
  /* line 607, app/assets/stylesheets/application.scss */
  .rightSec .has-search {
    width: 100%;
  }
  /* line 611, app/assets/stylesheets/application.scss */
  .rightSec .has-search input {
    border-radius: .25rem 0 0 .25rem;
    box-shadow: inset 0 0px 0 0 rgba(34, 34, 48, 0.05);
  }
  /* line 616, app/assets/stylesheets/application.scss */
  .rightSec .micBtn,
.rightSec .mapBtn,
.savedSearch {
    display: none;
  }
  /* line 622, app/assets/stylesheets/application.scss */
  .customBtn.filterButton {
    border: 1px solid #CED4DA;
    border-radius: 0 .25rem .25rem 0 !important;
    padding: 7px 1rem !important;
    border-left: 0px !important;
    height: auto;
    background: #F8F7FB;
  }
  /* line 631, app/assets/stylesheets/application.scss */
  .searchResult,
.searchBox,
.scanBtn {
    display: block;
  }
  /* line 637, app/assets/stylesheets/application.scss */
  .savedMobileSearch {
    border: 0px !important;
  }
  /* line 641, app/assets/stylesheets/application.scss */
  .searchBox .dropdown-toggle {
    border: 1.5px solid #f2f0f2;
    width: 100%;
    background: #F8F7FB;
    text-align: left;
  }
  /* line 648, app/assets/stylesheets/application.scss */
  .searchBox h6 {
    color: #6C757D;
    font-weight: 500;
  }
  /* line 653, app/assets/stylesheets/application.scss */
  .custom-cross-input {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
  /* line 658, app/assets/stylesheets/application.scss */
  .custom-cross-input .select2-selection--single {
    border-radius: 0px !important;
  }
}

/* line 663, app/assets/stylesheets/application.scss */
.custom-map-control-button {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px #0000004d;
  cursor: pointer;
  font: 400 18px Roboto, Arial, sans-serif;
  height: 40px;
  margin: 10px;
  overflow: hidden;
  padding: 0 .5em;
}

/* line 676, app/assets/stylesheets/application.scss */
.advanced-search {
  word-break: break-all;
  white-space: normal;
  text-align: left;
  height: auto !important;
  margin: 3px 0px;
}

/* line 684, app/assets/stylesheets/application.scss */
.iti {
  width: 100%;
}

/* line 688, app/assets/stylesheets/application.scss */
.invalid-msg {
  font-size: 85%;
  margin-top: 0.25rem;
  color: #d53417;
}

/* line 694, app/assets/stylesheets/application.scss */
.recent-empty-results {
  background: #F2F2F2;
  padding: 25px 13px;
  color: #605D5D;
  font-weight: 400;
  font-size: 0.875rem;
}

/* line 701, app/assets/stylesheets/application.scss */
.recent-empty-results .message {
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

/* line 705, app/assets/stylesheets/application.scss */
.recent-empty-results .message i {
  margin-right: 8px;
}

/* line 711, app/assets/stylesheets/application.scss */
#global-results-div {
  width: 100%;
  height: 100%;
  display: inline-block;
}

/* line 716, app/assets/stylesheets/application.scss */
#global-results-div .empty-results {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 724, app/assets/stylesheets/application.scss */
#global-results-div .list-group-item-figure span {
  font-size: 20px;
}

/* line 733, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec {
  justify-content: space-between;
}

/* line 735, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content {
  width: 100%;
  position: absolute;
  top: -2px;
  z-index: 4;
  border: 0px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

/* line 745, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .list-group-bordered {
  border-bottom: 0px !important;
}

/* line 748, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .list-group-bordered .list-group-item {
  border: 0px !important;
}

/* line 751, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .list-group-bordered .list-group-item .list-group-item-body {
  font-size: 12px !important;
}

/* line 756, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .modal-search {
  align-items: center;
  min-width: 0;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  position: relative;
  padding: 6px 0;
  width: 99% !important;
  margin: 5px auto !important;
  display: flex;
  border: 2px solid #000;
  border-radius: 11px;
  height: 39px !important;
}

/* line 771, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .modal-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

/* line 783, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .modal-search .form-group.required {
  margin-bottom: 0px !important;
}

/* line 787, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .modal-search .form-control {
  padding-left: 2.375rem;
  border: 0px !important;
  box-shadow: inset 0 0px 0 0 rgba(34, 34, 48, 0.05) !important;
}

/* line 794, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .modal-search button:hover {
  background-color: transparent;
}

/* line 800, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .scroll-search {
  max-height: 430px;
  overflow-y: auto;
}

/* line 804, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 807, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result ul h6 {
  font-weight: 600;
  font-size: 14px;
  padding: 12px 12px 0;
}

/* line 812, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result ul li {
  padding: 8px 12px;
}

/* line 814, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result ul li:hover {
  background: #F2F2F2;
}

/* line 817, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result ul li .list-group-item-figure {
  width: 28px;
}

/* line 820, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

/* line 824, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result ul li a:hover {
  color: #000;
  text-decoration: none;
}

/* line 829, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result ul li .list-group-item-title {
  font-weight: 400;
  font-size: 14px;
}

/* line 835, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .empty-results {
  flex-direction: column;
}

/* line 838, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .empty-results .icon-box {
  margin: 0 auto 20px auto;
  width: 75px;
  height: 75px;
  background: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* line 848, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .empty-results .icon-box .icon {
  font-size: 31px;
  color: #606060;
}

/* line 854, app/assets/stylesheets/application.scss */
.app-header .top-bar .rightSec .modal-search-content .modal-search-result .empty-results .message {
  font-size: 20px;
  color: #606060;
  font-weight: 500;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
}

/* line 869, app/assets/stylesheets/application.scss */
.bin_variant_quantity .form-control.text-right {
  border-radius: 0px 4px 4px 0px !important;
  border: 1px solid #ddd !important;
}

/* line 874, app/assets/stylesheets/application.scss */
.bin-description {
  min-width: 200px;
}

/* line 878, app/assets/stylesheets/application.scss */
.quantity-tb {
  gap: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

/* line 886, app/assets/stylesheets/application.scss */
.quantity-th {
  display: flex;
  justify-content: space-between;
}

/* line 891, app/assets/stylesheets/application.scss */
.quantity-head {
  width: 44%;
  text-align: center;
}

/* line 896, app/assets/stylesheets/application.scss */
.sku-anchor {
  width: 66%;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 902, app/assets/stylesheets/application.scss */
  .app-header .location-summary {
    display: none !important;
  }
  /* line 905, app/assets/stylesheets/application.scss */
  .app-header .is--logo {
    margin-right: 12px;
  }
  /* line 909, app/assets/stylesheets/application.scss */
  .app-header .top-bar .rightSec {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 912, app/assets/stylesheets/application.scss */
  .app-header .top-bar .rightSec .global-search-input {
    width: 81%;
    position: revert;
    margin: auto;
  }
  /* line 920, app/assets/stylesheets/application.scss */
  .app-header .top-bar .rightSec .modal-search-content .modal-search-result .empty-results .message {
    font-size: 18px;
  }
  /* line 928, app/assets/stylesheets/application.scss */
  .modal-search-content {
    width: 100vw !important;
    left: 0;
    border-radius: 0px !important;
  }
  @supports (padding-top: constant(safe-area-inset-top)) {
    /* line 936, app/assets/stylesheets/application.scss */
    .modal-search-content {
      top: 0 !important;
    }
    /* line 938, app/assets/stylesheets/application.scss */
    .modal-search-content .modal-search-result {
      padding-top: calc(constant(safe-area-inset-top) + 5px) !important;
    }
  }
  @supports (padding-top: env(safe-area-inset-top)) {
    /* line 945, app/assets/stylesheets/application.scss */
    .modal-search-content {
      top: 0 !important;
    }
    /* line 947, app/assets/stylesheets/application.scss */
    .modal-search-content .modal-search-result {
      padding-top: calc(env(safe-area-inset-top) + 5px) !important;
    }
  }
  /* line 953, app/assets/stylesheets/application.scss */
  .bin_variant_quantity .form-control.text-right {
    border-radius: 0px 4px 4px 0px !important;
    border: 1px solid #ddd !important;
  }
  /* line 958, app/assets/stylesheets/application.scss */
  .overflow-x-visible.bin-table-data {
    overflow-x: auto !important;
  }
  /* line 962, app/assets/stylesheets/application.scss */
  .bin-tr {
    position: relative;
    transform: translate(0, 0px);
    border-bottom: 1px solid #ECEDF1 !important;
  }
  /* line 968, app/assets/stylesheets/application.scss */
  .bin-description {
    min-width: 200px;
  }
  /* line 972, app/assets/stylesheets/application.scss */
  .quantity-tb {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  /* line 980, app/assets/stylesheets/application.scss */
  .quantity-head {
    display: none;
  }
  /* line 984, app/assets/stylesheets/application.scss */
  .sku-anchor {
    width: 100%;
  }
  /* line 988, app/assets/stylesheets/application.scss */
  .bin-name {
    margin-right: 10px;
    width: 60px;
  }
  /* line 993, app/assets/stylesheets/application.scss */
  .quantity-tb .adjustment_container .ajustment_float {
    top: -200px;
  }
  /* line 997, app/assets/stylesheets/application.scss */
  .quantity-tb .adjustment_container .ajustment_float {
    min-height: 260px;
  }
  /* line 1001, app/assets/stylesheets/application.scss */
  .section-scroll-modal {
    overflow-y: auto;
  }
  /* line 1004, app/assets/stylesheets/application.scss */
  .section-scroll-modal .modal-content {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  /* line 1007, app/assets/stylesheets/application.scss */
  .section-scroll-modal .modal-content .modal-body {
    overflow-y: hidden !important;
    overflow-x: auto !important;
  }
}

/* line 1015, app/assets/stylesheets/application.scss */
.payment-card-input-div .form-control-label, .card_form_label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  margin: 8px 0px 2px;
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
}

/* line 1024, app/assets/stylesheets/application.scss */
.table-col-checker {
  width: 2rem;
  min-width: 2rem !important;
}

/* line 1029, app/assets/stylesheets/application.scss */
.card.card-fluid:has(.search-merge-with-table) {
  margin-bottom: 0px !important;
  border-radius: 0.7rem 0.7rem 0 0 !important;
  box-shadow: 0 0 0 0px rgba(20, 20, 31, 0.05), 0 0px 0px 0 rgba(20, 20, 31, 0.15) !important;
  border: 2px solid #F2F0F2;
  border-bottom: 0;
}

/* line 1037, app/assets/stylesheets/application.scss */
.search-result-table {
  box-shadow: 0 0 0 0px rgba(20, 20, 31, 0.05), 0 0px 0px 0 rgba(20, 20, 31, 0.15) !important;
  border: 2px solid #F2F0F2;
  border-radius: 0 0 0.7rem 0.7rem !important;
}

@media (min-width: 768px) {
  /* line 1037, app/assets/stylesheets/application.scss */
  .search-result-table {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 16rem);
  }
  /* line 1047, app/assets/stylesheets/application.scss */
  .search-result-table.search-result-table--mh-sm {
    max-height: calc(100vh - 12.5rem);
  }
  /* line 1051, app/assets/stylesheets/application.scss */
  .search-result-table.search-result-table--mh-md {
    max-height: calc(100vh - 13rem);
  }
  /* line 1055, app/assets/stylesheets/application.scss */
  .search-result-table.search-result-table--mh-lg {
    max-height: calc(100vh - 16rem);
  }
  /* line 1059, app/assets/stylesheets/application.scss */
  .search-result-table .bulk-actions-bar {
    flex: 0 0 auto;
  }
  /* line 1063, app/assets/stylesheets/application.scss */
  .search-result-table .index-scroll-inner {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: auto;
    min-height: 0;
  }
  /* line 1070, app/assets/stylesheets/application.scss */
  .search-result-table .index-scroll-inner table {
    margin-bottom: 0;
  }
  /* line 1074, app/assets/stylesheets/application.scss */
  .search-result-table .index-scroll-inner thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
  }
  /* line 1081, app/assets/stylesheets/application.scss */
  .search-result-table .nav-scroller {
    flex: 0 0 auto;
  }
  /* line 1085, app/assets/stylesheets/application.scss */
  .search-result-table .index-scroll-col {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
}

/* line 1094, app/assets/stylesheets/application.scss */
.pagination-mobile .pagination {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.15rem;
}

/* line 1099, app/assets/stylesheets/application.scss */
.pagination-mobile .pagination .page-link {
  font-size: 0.65rem;
  padding: 0.2rem 0.45rem;
}

/* line 1105, app/assets/stylesheets/application.scss */
.search-result-table .table {
  border-radius: 0 0 0.7rem 0.7rem !important;
  box-shadow: 0 0 0 0px rgba(20, 20, 31, 0.05), 0 0px 0px 0 rgba(20, 20, 31, 0.15) !important;
}

/* line 1111, app/assets/stylesheets/application.scss */
.search-result-table .table thead {
  background-color: #FAFAFD;
}

/* line 1115, app/assets/stylesheets/application.scss */
.search-result-table .table thead th {
  color: #615F62;
}

/* line 1119, app/assets/stylesheets/application.scss */
.search-result-table .table tbody td {
  color: #848285;
}

/* line 1123, app/assets/stylesheets/application.scss */
.search-result-table .table .initial-col-width {
  width: 11rem;
}

/* line 1127, app/assets/stylesheets/application.scss */
.search-result-table .table tbody td a {
  background: transparent !important;
}

/* line 1131, app/assets/stylesheets/application.scss */
.search-result-table .variant-table .table tbody td, .search-result-table .variant-table .table thead th {
  color: #848285;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1139, app/assets/stylesheets/application.scss */
.search-result-table .variant-table .table tbody td.variant-image, .search-result-table .variant-table .table thead {
  width: 3.6rem !important;
  max-width: 3.6rem !important;
  min-width: 3.6rem !important;
}

/* line 1145, app/assets/stylesheets/application.scss */
.search-result-table th.product-description {
  min-width: 300px;
}

/* line 1149, app/assets/stylesheets/application.scss */
.search-result-table .table-col-width .table tbody td, .search-result-table .table-col-width .table thead th {
  max-width: 120px;
  min-width: 120px;
}

/* line 1154, app/assets/stylesheets/application.scss */
.search-result-table .table-col-width .table tbody td.customer-name-col,
.search-result-table .table-col-width .table thead th.customer-name-col {
  min-width: 300px;
  max-width: 300px;
}

/* line 1160, app/assets/stylesheets/application.scss */
.search-result-table .table thead th.number {
  width: 150px;
  min-width: 150px;
}

/* line 1165, app/assets/stylesheets/application.scss */
.product-width {
  width: 576px;
}

/* line 1169, app/assets/stylesheets/application.scss */
.variant-img {
  max-width: 180%;
  margin-top: -4px;
}

/* line 1174, app/assets/stylesheets/application.scss */
.variant-description {
  width: calc(100% - 36px);
  max-width: 100%;
  white-space: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: auto;
  line-height: 1.3rem;
  align-items: center;
}

/* line 1186, app/assets/stylesheets/application.scss */
.pl-65 {
  padding-left: 65px !important;
}

/* line 1190, app/assets/stylesheets/application.scss */
.otp-field {
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1198, app/assets/stylesheets/application.scss */
.otp-field input {
  height: 45px;
  width: 50px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}

/* line 1207, app/assets/stylesheets/application.scss */
.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 1210, app/assets/stylesheets/application.scss */
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

/* line 1215, app/assets/stylesheets/application.scss */
.resend {
  font-size: 12px;
}

/* line 1219, app/assets/stylesheets/application.scss */
.footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: black;
  font-size: 12px;
  text-align: right;
  font-family: monospace;
}

/* line 1229, app/assets/stylesheets/application.scss */
.footer a {
  color: black;
  text-decoration: none;
}

/* line 1234, app/assets/stylesheets/application.scss */
.understocked {
  padding: 5px;
  background-color: #db6666;
  color: white;
}

/* line 1240, app/assets/stylesheets/application.scss */
.overstocked {
  padding: 5px;
  background-color: #89d5ff;
  color: black;
}

/* line 1246, app/assets/stylesheets/application.scss */
.circle-spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid #f3f3f3;
  border-right-color: #007bff;
  border-radius: 50%;
  animation: circle-spinner-border 0.75s linear infinite;
}

@keyframes circle-spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

/* line 1263, app/assets/stylesheets/application.scss */
.display-props-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px 16px;
}

/* line 1269, app/assets/stylesheets/application.scss */
.display-props-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.15s;
}

/* line 1279, app/assets/stylesheets/application.scss */
.display-props-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

/* line 1284, app/assets/stylesheets/application.scss */
.display-props-checkbox {
  width: 14px;
  height: 14px;
  cursor: pointer;
  accent-color: #007bff;
}

/* line 1291, app/assets/stylesheets/application.scss */
.display-props-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 10;
  background: linear-gradient(90deg, transparent 0%, #3b82f6 40%, #3b82f6 60%, transparent 100%);
  background-size: 200% 100%;
  animation: display-props-slide 1.2s linear infinite;
  border-radius: 3px 3px 0 0;
}

@keyframes display-props-slide {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

/* line 1308, app/assets/stylesheets/application.scss */
.inline-gallery-container {
  width: 100%;
  height: 500px;
  position: relative;
}

/* line 1315, app/assets/stylesheets/application.scss */
.card-custom {
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.05), 0 1px 3px 0 rgba(16, 24, 40, 0.1);
}

/* line 1319, app/assets/stylesheets/application.scss */
.card-custom .alert-primary {
  color: #4338ca !important;
  background-color: #eae9ff !important;
  border-color: #eae9ff !important;
  padding: .75rem .5rem !important;
}

/* line 1325, app/assets/stylesheets/application.scss */
.card-custom .upload-box {
  border: 1px solid #ebebeb;
  background-color: #FBFBFB;
  border-radius: 10px;
  text-align: center;
  padding: 40px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 1338, app/assets/stylesheets/application.scss */
.card-custom .upload-box:hover {
  background-color: #f3f4f6;
}

/* line 1342, app/assets/stylesheets/application.scss */
.card-custom .info-icon {
  color: #667085;
  width: 40px;
  margin-left: 6px;
  cursor: pointer;
}

/* line 1349, app/assets/stylesheets/application.scss */
.card-custom .column-label {
  font-weight: 500;
  color: #344054;
}

/* line 1354, app/assets/stylesheets/application.scss */
.required-section, .optional-section {
  font-size: 14px;
  color: #475467;
}

/* line 1359, app/assets/stylesheets/application.scss */
.card-custom .upload-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 1365, app/assets/stylesheets/application.scss */
.card-custom .browse-btn, .manual-input .browse-btn {
  background-color: #5b43fa;
  color: white;
  border: none;
  padding: 7.5px 16px;
  font-weight: 500;
  border-radius: 6px;
}

/* line 1374, app/assets/stylesheets/application.scss */
.card-custom .helper-text {
  font-size: 12px;
  color: #5b43fa;
  font-weight: 400;
}

/* line 1380, app/assets/stylesheets/application.scss */
.card-custom .upload-link {
  color: #424242;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}

/* line 1386, app/assets/stylesheets/application.scss */
.card-custom .limit-text {
  color: #808080;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

/* line 1392, app/assets/stylesheets/application.scss */
.required-section h3, .optional-section h3 {
  border-bottom: 1px solid #475467;
  font-size: 17px;
  color: #475467;
  padding-bottom: 12px;
  margin-bottom: 20px !important;
}

/* line 1400, app/assets/stylesheets/application.scss */
.custom-textarea {
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  font-family: monospace;
  font-size: 14px;
  padding: 16px;
  resize: vertical;
  min-height: 200px;
}

/* line 1409, app/assets/stylesheets/application.scss */
.helper-text {
  font-size: 13px;
  color: #667085;
  margin-top: 6px;
}

@media (min-width: 320px) and (max-width: 460px) {
  /* line 1417, app/assets/stylesheets/application.scss */
  .customSelect2 .select2-container {
    width: 100% !important;
  }
  /* line 1420, app/assets/stylesheets/application.scss */
  .app-header {
    z-index: 99 !important;
  }
  /* line 1423, app/assets/stylesheets/application.scss */
  .persisted_search_search_clauses_search_terms_value .input-group.custom-cross-input {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    display: flex;
    gap: 10px;
  }
}

/* line 1431, app/assets/stylesheets/application.scss */
.dropdown-menu {
  z-index: 10000 !important;
}

/* line 1437, app/assets/stylesheets/application.scss */
.display-filter {
  margin-left: 5px !important;
  width: 32px !important;
  padding: 0 5px !important;
}

/* line 1444, app/assets/stylesheets/application.scss */
.inline-sort-dropdown {
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-right: 8px;
}

/* line 1451, app/assets/stylesheets/application.scss */
.select2-container--open .select2-dropdown--below {
  margin-top: 5px  !important;
  box-shadow: -1px 1px 0px 0px #346CB0, 1px 0px 0px 0px #346CB0;
  width: -moz-max-content !important;
  width: max-content !important;
}

/* line 1458, app/assets/stylesheets/application.scss */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* line 1463, app/assets/stylesheets/application.scss */
.hide-scrollbar.is-scrolling::-webkit-scrollbar {
  display: block;
  width: 5px;
}

/* line 1468, app/assets/stylesheets/application.scss */
.hide-scrollbar.is-scrolling::-webkit-scrollbar-track {
  background: transparent;
}

/* line 1472, app/assets/stylesheets/application.scss */
.hide-scrollbar.is-scrolling::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* line 1477, app/assets/stylesheets/application.scss */
.hide-scrollbar.is-scrolling::-webkit-scrollbar-thumb:hover {
  background: #555;
}

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}
@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
trix-toolbar .trix-dialogs {
  position: relative;
}
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}
trix-editor .attachment {
  position: relative;
}
trix-editor .attachment:hover {
  cursor: default;
}
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}
trix-editor .trix-button-group {
  display: inline-flex;
}
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
trix-editor .trix-button--remove:hover {
  border-color: #333;
}
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}
trix-editor .attachment__metadata-container {
  position: relative;
}
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}
.trix-content li {
  margin-left: 1em;
}
.trix-content [dir=rtl] li {
  margin-right: 1em;
}
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}
.trix-content img {
  max-width: 100%;
  height: auto;
}
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}
.trix-content .attachment__caption {
  text-align: center;
}
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *

 @import "trix/dist/trix";
 @import "actiontext";
*/

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}


trix-toolbar {
  margin-bottom: -10px;

  .trix-button-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow-x: auto;
    padding: 10px 10px 0 !important;
  }
}

trix-editor {
  margin: 10px;
}
