@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply px-4 py-2 bg-blue-200;
  }
}

*/
.dz-success-mark, .dz-error-mark {
  @apply hidden;
}
.dz-details {
  @apply text-sm;
}
.dz-size {

}
.dz-remove {
  @apply text-orange-600;
}

.page-item svg {
  @apply text-black/50;
  @apply group-data-[highlighted]:text-black;
}
#play_browser {
  height: 100%;
}
#pages-nav svg path {
  fill: currentColor;
}
#pages-nav ol li a svg {
  @apply ml-auto;
  @apply sm:ml-0;
}
/* .hidden {
  display: none;
} */
@import 'stimulus-tree';

@keyframes yellowfade {
  from {
    background: #ffff6e;
  }
  to {
    background: transparent;
  }
}

.yellowfade {
  animation: yellowfade 2s;
}
@keyframes slide-top {
  0% {
    opacity: 0;
    transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-bottom {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 49, app/assets/stylesheets/popover.scss */
.demogAnnotate {
  max-width: 300px;
  padding: 0.8em;
  border: 1px solid var(--demog-brand-color);
  border-radius: 4px;
  background: var(--demog-brand-color);
  box-shadow: 0 1px 4px var(--demog-brand-color-bg-dark);
  color: var(--demog-brand-text-color);
  z-index: 1000;
  font-size: 16px;
}

/* line 66, app/assets/stylesheets/popover.scss */
.demogAnnotate button#next {
  background-color: var(--demog-brand-text-color);
  color: var(--demog-brand-color);
}

/* line 70, app/assets/stylesheets/popover.scss */
.demogAnnotate button#back {
  color: var(--demog-brand-text-color);
}

/* line 74, app/assets/stylesheets/popover.scss */
.demogAnnotate--top {
  margin-top: -16px;
  animation: .4s slide-top;
}

/* line 78, app/assets/stylesheets/popover.scss */
.demogAnnotate--top::before, .demogAnnotate--top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: var(--demog-brand-color);
}

/* line 88, app/assets/stylesheets/popover.scss */
.demogAnnotate--top::before {
  margin-top: 1px;
  border-top-color: var(--demog-brand-color);
}

/* line 94, app/assets/stylesheets/popover.scss */
.demogAnnotate--right {
  margin-left: 16px;
  animation: .4s slide-right;
}

/* line 98, app/assets/stylesheets/popover.scss */
.demogAnnotate--right::before, .demogAnnotate--right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right-color: var(--demog-brand-color);
}

/* line 108, app/assets/stylesheets/popover.scss */
.demogAnnotate--right::before {
  margin-right: 1px;
  border-right-color: var(--demog-brand-color);
}

/* line 114, app/assets/stylesheets/popover.scss */
.demogAnnotate--bottom {
  margin-top: 16px;
  animation: .4s slide-bottom;
}

/* line 118, app/assets/stylesheets/popover.scss */
.demogAnnotate--bottom::before, .demogAnnotate--bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: var(--demog-brand-color);
}

/* line 128, app/assets/stylesheets/popover.scss */
.demogAnnotate--bottom::before {
  margin-bottom: 1px;
  border-bottom-color: var(--demog-brand-color);
}

/* line 134, app/assets/stylesheets/popover.scss */
.demogAnnotate--left {
  margin-left: -16px;
  animation: .4s slide-left;
}

/* line 138, app/assets/stylesheets/popover.scss */
.demogAnnotate--left::before, .demogAnnotate--left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left-color: var(--demog-brand-color);
}

/* line 148, app/assets/stylesheets/popover.scss */
.demogAnnotate--left::before {
  margin-left: 1px;
  border-left-color: var(--demog-brand-color);
}

/* line 156, app/assets/stylesheets/popover.scss */
.demogPopover {
  padding: 1.5em;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  pointer-events: none;
}

/* line 173, app/assets/stylesheets/popover.scss */
.demogPopover--top {
  margin-top: -16px;
  animation: .4s slide-top;
}

/* line 177, app/assets/stylesheets/popover.scss */
.demogPopover--top::before, .demogPopover--top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: white;
}

/* line 187, app/assets/stylesheets/popover.scss */
.demogPopover--top::before {
  margin-top: 1px;
  border-top-color: #6a6a6a;
}

/* line 193, app/assets/stylesheets/popover.scss */
.demogPopover--right {
  margin-left: 16px;
  animation: .4s slide-right;
}

/* line 197, app/assets/stylesheets/popover.scss */
.demogPopover--right::before, .demogPopover--right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right-color: white;
}

/* line 207, app/assets/stylesheets/popover.scss */
.demogPopover--right::before {
  margin-right: 1px;
  border-right-color: #6a6a6a;
}

/* line 213, app/assets/stylesheets/popover.scss */
.demogPopover--bottom {
  margin-top: 16px;
  animation: .4s slide-bottom;
}

/* line 217, app/assets/stylesheets/popover.scss */
.demogPopover--bottom::before, .demogPopover--bottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: white;
}

/* line 227, app/assets/stylesheets/popover.scss */
.demogPopover--bottom::before {
  margin-bottom: 1px;
  border-bottom-color: #6a6a6a;
}

/* line 233, app/assets/stylesheets/popover.scss */
.demogPopover--left {
  margin-left: -16px;
  animation: .4s slide-left;
}

/* line 237, app/assets/stylesheets/popover.scss */
.demogPopover--left::before, .demogPopover--left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left-color: white;
}

/* line 247, app/assets/stylesheets/popover.scss */
.demogPopover--left::before {
  margin-left: 1px;
  border-left-color: #6a6a6a;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *






 */

.accordion-content {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
  max-height: 0;
  overflow: hidden;
}
.accordion-content.open {
  opacity: 1;
  transform: translateY(0);
  max-height: none;
}
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
/* line 4, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
[data-tg-tour] {
  scroll-margin: 30px 0;
}

/* line 8, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-backdrop {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 99;
  border-radius: 7px;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.8) 0 0 0 1000vh;
  border: 1px solid rgba(193, 192, 232, 0.5);
  top: 50vh;
  left: 50vw;
  width: 0;
  height: 0;
}

/* line 21, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-backdrop.tg-backdrop-animate {
  transition: all 300ms;
}

/* line 25, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog {
  border-radius: 12px;
  animation-delay: 100ms;
  min-height: 120px;
  background: #fff;
  color: #252525;
  max-width: 340px;
  width: max-content;
  z-index: 9999;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  font-size: .9rem;
}

/* line 41, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-header {
  display: flex;
  align-items: center;
  padding: 25px 25px 0 25px;
}

/* line 45, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-header .tg-dialog-title {
  font-size: 1rem;
  font-weight: 700;
  margin-right: auto;
}

/* line 49, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-header .tg-dialog-title + .tg-dialog-body {
  padding: 18.75px 25px 18.75px 25px;
}

/* line 53, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-header .tg-dialog-close-btn {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  opacity: .4;
  cursor: pointer;
  white-space: nowrap;
}

/* line 60, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-header .tg-dialog-close-btn:hover {
  opacity: 8;
}

/* line 63, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-header .tg-dialog-close-btn:focus {
  opacity: 1;
}

/* line 67, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-header .tg-dialog-spinner {
  display: none;
  opacity: .4;
  margin-top: -1px;
  -webkit-animation: tg-spin 1s linear infinite;
  -moz-animation: tg-spin 1s linear infinite;
  -o-animation: tg-spin 1s linear infinite;
  animation: tg-spin 1s linear infinite;
}

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

/* line 85, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-progress-bar {
  background: #f1f1f1;
  height: 5px;
  display: block;
  margin-top: 18.75px;
  position: relative;
}

/* line 91, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-progress-bar > .tg-bar {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 4px;
  background: #414144;
  height: 100%;
  display: block;
  transition: all 300ms;
}

/* line 102, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-body {
  padding: 25px;
  font-weight: 400;
}

/* line 106, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  margin-bottom: 10px;
  border-top: 1px solid #dedee7;
  border-bottom: 1px solid #dedee7;
}

/* line 114, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-dots > span.tg-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #c2c7ce;
  border-radius: 12px;
  margin: 0 4px;
}

/* line 121, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-dots > span.tg-dot.tg-dot-active {
  background: #5362d9;
}

/* line 126, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer {
  padding: 12.5px 25px 25px 25px;
  display: flex;
  align-items: center;
}

/* line 130, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
  padding: 5px 10px;
  border: 1px solid #cbcfd5;
  color: #6f727e;
  border-radius: 4px;
  font-weight: 500;
  font-size: .82rem;
  white-space: nowrap;
}

/* line 138, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn + button {
  margin-left: auto;
}

/* line 142, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn.disabled {
  pointer-events: none;
  opacity: .6;
}

/* line 147, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:hover {
  color: #464852;
  border: 1px solid #b5b7c2;
  outline: none;
  box-shadow: none;
}

/* line 154, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:focus {
  outline: none;
  box-shadow: none;
}

/* line 159, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:active {
  color: #4655cb;
  background: #f1f2ff;
  border: 1px solid #5362d9;
  outline: none;
  box-shadow: none;
}

/* line 167, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  line-height: 1;
}

/* line 172, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-step-progress {
  font-size: .78rem;
  font-weight: 700;
  margin: 0 auto;
  opacity: .4;
  letter-spacing: 1px;
  display: inline-block;
}

/* line 180, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots {
  padding: 0;
  margin: 0;
  border: none;
}

/* line 184, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots > span.tg-dot {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}

/* line 189, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots + .tg-step-progress {
  margin-top: 10px;
  font-size: .68rem;
}

/* line 196, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog .tg-arrow {
  position: absolute;
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 1px;
  transform: rotate(45deg);
}

/* line 204, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog.tg-dialog-fixed {
  transition: none;
  animation-delay: 0ms;
}

/* line 208, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog.animate-position {
  transition: all 300ms;
}

/* line 214, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-title {
  opacity: .4;
}

/* line 217, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-close-btn {
  display: none;
}

/* line 220, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-spinner {
  display: inline-block;
}

/* line 224, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog.tg-dialog-loading .tg-dialog-body {
  opacity: .4;
  pointer-events: none;
}

/* line 228, node_modules/@sjmc11/tourguidejs/src/scss/tour.scss */
.tg-dialog.tg-dialog-loading .tg-dialog-footer {
  pointer-events: none;
  opacity: .4;
}
