@font-face {
  font-family: "Bebas Neue Regular";
  src: url("../fonts/bebasneue_regular-webfont.woff2") format("woff2"),
    url("../fonts/bebasneue_regular-webfont.woff") format("woff"),
    url("../fonts/bebasneue_regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue Bold";
  src: url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"),
    url("../fonts/bebasneue_bold-webfont.woff") format("woff"),
    url("../fonts/bebasneue_bold-webfont.ttf") format("truetype");
  /* font-weight: bold; */
}
/* @font-face {
font-family: "Segoe UI";
font-style: normal;
font-weight: normal;
src: local("Segoe UI Regular"), url("../fonts/Segoe UI.woff") format("woff");
}

@font-face {
font-family: "Segoe UI Italic";
font-style: normal;
font-weight: normal;
src: local("Segoe UI Italic"),
    url("../fonts/Segoe UI Italic.woff") format("woff");
}

@font-face {
font-family: "Segoe UI Bold";
font-style: normal;
font-weight: normal;
src: local("Segoe UI Bold"), url("../fonts/Segoe UI Bold.woff") format("woff");
}

@font-face {
font-family: "Segoe UI Bold Italic";
font-style: normal;
font-weight: normal;
src: local("Segoe UI Bold Italic"),
    url("../fonts/Segoe UI Bold Italic.woff") format("woff");
} */

/* body {
margin: 0;
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-size: 2vw;
} */
.headForm {
  width: 100%;
  background: black;
  text-align: right;
}
/*
.headForm,
.headForm input {
font-size: 3vw;
} */
.headForm form {
  padding: 1vw;
}
.headForm a {
  color: white;
}

.navbar-brand {
  font-size: 1rem;
  padding: 0;
}

.list-group-item-action,
.itemtype_2,
.itemtype_3,
.itemtype_8,
.itemtype_9 {
  cursor: pointer;
}

.itemtype_2,
.itemtype_3,
.itemtype_8,
.itemtype_9 {
  margin-bottom: 15px;
}

.badge.flag-es,
.badge.flag-it,
.badge.flag-pt {
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0.25em 0;
  min-width: 18px;
  min-height: 18px;
}
.flag-pt {
  background-image: url("../img/pt-flag.png");
}
.flag-es {
  background-image: url("../img/es-flag.png");
}
.flag-it {
  background-image: url("../img/it-flag.png");
}
.badge + .badge:not(:first-child) {
  margin-left: 4px;
}
.badge-container .badge + .badge:not(:first-child) {
  margin-left: 0;
}

.dropdown .badge.flag-pt,
.dropdown .badge.flag-it,
.dropdown .badge.flag-es {
  width: 21px;
  height: 21px;
}
.dropdown .badge.flag-pt + span,
.dropdown .badge.flag-it + span,
.dropdown .badge.flag-es + span {
  margin-left: 7px;
}

.itemtype_2.card .badge-container,
.itemtype_3.card .badge-container,
.itemtype_8.card .badge-container,
.itemtype_9.card .badge-container {
  position: absolute;
  right: 0.8em;
  top: 0.6em;
  z-index: 1;
}
.badge-container .flag-es,
.badge-container .flag-it,
.badge-container .flag-pt {
  margin-right: 0;
}

.itemtype_3 img.card-img-top {
  background: white center no-repeat;
  background-size: contain;
  mix-blend-mode: darken;
}

.item.completed,
.phase.completed {
  background: hsla(134, 61%, 41%, 0.45);
}
.item .description {
  font-size: smaller;
  margin-top: 0.5em;
}
/* li.itemtype_1 {
background: antiquewhite;
margin: 1vh 1vw;
width: 98vw;
text-overflow: ellipsis;
overflow: hidden;
cursor: pointer;
} */

/* ol,
ul {
margin: 0;
padding: 0;
} */
.card-img {
  border: 1px transparent solid;
  border-top: 0;
  border-bottom: 0;
}

.player_container {
  bottom: 56px;
}
.player_container,
#mediaplayerVideo {
  /* max-height: 33vh; */
}
.player_container > .mejs__container {
  width: 100% !important;
}

.player_container audio,
#mediaplayerVideo {
  width: 100%;
}
.mejs__video .mejs__layer {
  width: 100% !important;
}

#mediaplayerVideo iframe {
  width: 100vw;
  height: 100%;
}

.player_container .mejs__video .mejs__overlay-button {
  /* display: none !important; */
}
.player_container .mejs__video {
  width: 100% !important;
  box-shadow: black 0px -15px 100px;
  z-index: 5;
}
.player_container .mejs__video.fakefullscreen {
  height: 100vh !important;
}
.title {
  background: rgba(0, 0, 0, 1);
  color: white;
  padding: 0 4px;
  font-size: small;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0.25rem 0.25rem 0 0;
  z-index: 7;
  position: relative;
}

.videoPlayerCloseButton {
  width: 60px;
  height: 60px;
  float: right;
  margin-top: -60px;
  clear: both;
  z-index: 10;
  /* box-shadow: cyan 0px 0px 20px; */
  position: relative;
  background: black url("../img/X.png") center center no-repeat;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
}

.videoPlayerCloseButton.videoPlayerOverlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  margin: 0 !important;
  left: 0;
  float: none;
  clear: inherit;
  z-index: 0;
  cursor: inherit;
}

body.videoPlayerShown {
  overflow-y: hidden;
}
body.audioPlayerShown main > .container {
  margin-bottom: 71px; /* 56px + 15px, for player footer */
}

header {
  z-index: 100;
  /* width: 100vw; */
  width: auto;
}

/* ONE-LINE navBar */
.breadcrumb {
  margin-bottom: 0;
}

li.breadcrumb-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumb-item a + a::before,
.breadcrumb-item a + .breadcrumb-item.active::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/*****/

header > .navbar {
  transition: top 1s 0s;
}
.mainNavBarHidden {
  top: -36px;
  transition: top 1s 1s;
}

header,
header > .navbar,
.spacerMainNavBar {
  height: 36px;
  padding: 0 0.6rem;
}

.customNavBar {
  top: 36px;
  transition: top 1s;
  z-index: 10;
}
.customNavBarHidden {
  top: -56px;
}
.customNavBar .breadcrumb {
  border-radius: 0 0 0.25rem 0.25rem;
}
nav .breadcrumb a {
  cursor: pointer;
}
.spacerCustomNavBar {
  /* height: 56px; */
  height: 48px;
}

.navbar-toggler {
  padding: 0.25rem 0.4rem;
}

div#navbarCollapse li.nav-item {
  padding: 0px 10px;
}

.list-group-item {
  padding-right: 0.85em;
  padding-left: 0.85em;
}

.list-group-item.disabled,
.list-group-item:disabled,
.card.disabled {
  color: hsla(208, 7%, 46.7%, 0.6);
  pointer-events: none;
}
.card.disabled img {
  opacity: 0.5;
}
main .container embed {
  height: calc(100vh - 54px - 56px);
}

.viewer {
  padding-right: 0;
  padding-left: 0;
  /* width: 100vw; */
  margin-left: 0;
  margin-right: 0;
}

ul.navbar-nav.mr-auto {
  width: 100%;
}

li.nav-item:first-child {
  flex-grow: 1;
}

img.poweredBy {
  margin: 0 !important;
  filter: drop-shadow(black 0px 1px 2px);
}
div.poweredBy {
  margin-top: 20px;
  text-align: right;
}

.buyLink {
  display: inline-block;
  margin: 7px;
}
.links {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.links:empty {
  display: none;
}

.logoSmall {
  height: 30px;
  /* width: 30px; */
  display: inline-block;
  /* vertical-align: bottom; */
  background: url(../img/logo_small.png) left no-repeat;
  background-size: contain;
  padding-left: 36px;
}
.logoSmall span {
  padding-top: 3px;
  display: inline-block;
}

.card-body,
.list-group-item-action {
  background: #73a5d621;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #007bff3b;
}
.list-group-item-action.active:focus,
.list-group-item-action.active:hover {
  background-color: #007bffb0;
}

.list-group-item.active.completed {
  background: #4ebf5d;
  border-color: #4ebf5d;
}

.mejs__audio .mejs__mediaelement {
  background: #343a40;
}

.mejs__video .mejs__layers,
.mejs__video .mejs__controls,
div#mediaplayerVideo-iframe-overlay {
  display: none;
}

span.mejs__time-handle-content {
  border: 7px solid #007bff !important;
  top: -7px;
  left: -7px;
}
span.mejs__time-total.mejs__time-slider {
  background: black;
}

span.mejs__time-handle {
  background: #4fa4ff;
  border-radius: 50%;
  border-width: 6px;
  top: -1px;
}

div#mep_0 {
  height: 56px !important;
}
.mejs__controls {
  top: 0;
  height: 100%;
}

/* .mejs__controls,
.mejs__button.mejs__playpause-button.mejs__pause {
height: 56px;
} */

.mejs__button.mejs__playpause-button {
  height: 56px;
  background: #007bff;
  padding: 8px;
  width: 47px;
  margin-right: 10px;
}

.mejs__controls {
  top: 0;
  height: 56px !important;
}

.mejs__time.mejs__currenttime-container,
.mejs__time {
  height: auto;
  padding: 0px 6px;
  font-size: 12px;
  line-height: inherit;
}

.mejs__controls {
  align-items: center;
}
.mejs__button.mejs__playpause-button {
  height: 56px;
  background: #007bff;
  padding: 0px;
  width: 56px;
  margin-right: 10px;
}

.mejs__controls {
  top: 0;
  height: 56px;
}

.mejs__time.mejs__currenttime-container,
.mejs__time {
  height: auto;
  padding: 0px 6px;
  font-size: 12px;
  line-height: inherit;
}

.mejs__controls {
  align-items: center;
  padding: 0 10px 0 0 !important;
}

.mejs__button.mejs__pause button {
  /* background: url(../img/play_pause.gif) center; */
  background: url(../img/pause5.gif);
  background-position: center;
}
.mejs__button.mejs__play button {
  /* background: url(../img/pause_play.gif); */
  /* background-position: center; */
  background: url(../img/play5.gif);
  background-position: center;
}
.mejs__button.mejs__replay button {
  background: url(../img/replay.gif);
  background-position: center;
}
.mejs__button.mejs__play button,
.mejs__button.mejs__pause button,
.mejs__button.mejs__replay button {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  background-size: cover;
  z-index: 2;
}

.bg-dark,
.mejs__controls:not([style*="display: none"]) {
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-linear-gradient(#343a40, #22262a);
  background: linear-gradient(#343a40, #22262a);
}

@media (max-width: 767px) {
  div#navbarCollapse {
    background: #343a40;
    margin: 8px 0 0 0;
  }
}

.mejs__button img {
  width: 100%;
  height: 100%;
  top: -56px;
  position: relative;
  z-index: 1;
}

span.mejs__time-total.mejs__time-slider {
  border-radius: 50px;
}
span.mejs__time-loaded {
  border-radius: 50px 0 0 50px;
}

.table {
  margin-top: 1rem;
  border: none #dee2e6;
}

.langSelectorWithTitle {
  padding-top: 50px;
  text-align: center;
}

.loginTitle {
  font-size: 1.43rem;
  vertical-align: super;
  color: #333e48;
}

.langSelectorWithTitle .dropdown {
  display: inline-block;
}
.disclaimer {
  font-size: 0.8em;
  margin-top: 1.7em;
  text-align: center;
}

main {
  margin-bottom: 71px; /* 56px + 15px */
}
main.isInvite {
  margin-bottom: 0;
}

/* nav.navbar.fixed-bottom li {
max-width: 25%;
} */
nav.navbar.fixed-bottom li.nav-item.col {
  padding: 0;
  text-align: center;
}

ul.nav.row {
  width: 100%;
}

nav.navbar.fixed-bottom {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.fixed-bottom ul.nav.row {
  margin: 0 0.5rem;
}
.centerLogoutBtn {
  width: 100%;
  text-align: center;
}

.selectedGradient {
  /* background-image: linear-gradient(180deg, #2e92ff, #007aff); */
  background-image: linear-gradient(180deg, #c8e1ff, #afd4fb);
  background-color: #007aff;
}

.display-3-5 {
  font-size: 4.3rem;
}
.display-4-5 {
  font-size: 3rem;
}
.display-5 {
  font-size: 2.5rem;
}
.display-6 {
  font-size: 2rem;
}
.display-1,
.display-2,
.display-3,
.display-3-5,
.display-4-5,
.display-4,
.display-5,
.display-6 {
  font-weight: 300;
  line-height: 0.8;
  margin-top: 1.2rem;
  margin-bottom: 1.1rem;
}
.display-1:first-of-type,
.display-2:first-of-type,
.display-3:first-of-type,
.display-3-5:first-of-type,
.display-4-5:first-of-type,
.display-4:first-of-type,
.display-5:first-of-type,
.display-6:first-of-type {
  margin-top: 0.6rem;
}
.newsContent h6 {
  line-height: 1;
}
html {
  -webkit-text-size-adjust: none;
}

canvas#canvasId,
.uploadPictureContainer {
  width: 100%;
}
/*
@font-face {
font-family: "Bebas Neue";
src: url("../fonts/709c70fd-1848-49ce-b445-711a3c94b457.eot?#iefix");
src: url("../fonts/709c70fd-1848-49ce-b445-711a3c94b457.eot?#iefix")
        format("eot"),
    url("../fonts/fa68ccae-ed18-43fd-92a3-829fc903f139.woff2") format("woff2"),
    url("../fonts/3a408821-3189-48af-8229-0dd70b3ae13e.woff") format("woff"),
    url("../fonts/acfd00fe-2a3e-4bf4-819e-3decd31aeb04.ttf") format("truetype");
}
*/

/* #canvascontainer {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 10;
} */

.event img {
  background-size: cover;
}

.qr {
  width: 100%;
  border-radius: 0;
  background-size: contain;
}

.modal-body.with-footer {
  overflow-y: auto;
  max-height: 75vh;
  max-height: calc(100vh - 9.5rem);
}
.modal-body.without-footer {
  overflow-y: auto;
  max-height: 78vh;
  max-height: calc(100vh - 5rem);
}

div.squareVideo {
  height: calc(100vw - 30px);
  overflow: hidden;
}
#qr-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.startScanning {
  margin: calc(50% - 20px) 25%;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.5);
}
.startScanningShadow {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  margin-top: -100%;
  /* padding: 50% 50%; */
}
.scannedShadow {
  background: rgba(0, 0, 0, 0.8);
}
.scannedShadow, .scannerCrosshair {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  /* padding: 50% 50%; */
}
.scannedShadow.ok {
  background: rgba(0, 100, 0, 0.8);
  /* padding: 50% 50%; */
}
.scannedShadow.error {
  background: rgba(100, 0, 0, 0.8);
  /* padding: 50% 50%; */
}
.scannedShadowMessage {
  margin: calc(50% - 20px) 0;
  /* display: inline-block; */
  color: white;
  text-align: center;
}
.scannerCrosshair > div {
  width: 66.66%;
  height: 66.66%;
  background: url(../img/qr_crosshair.png);
  background-size: contain;
  max-width: 400px;
  margin: 0 auto;
  max-height: 400px;
  margin-top: 16.66%;
  opacity: .7;
}
div.leaflet-popup-content {
  margin: 0;
}
div.leaflet-popup a.leaflet-popup-close-button {
  outline: none;
  background: white;
  height: 1.4rem;
  width: 1.4rem;
  padding: 0.25rem 0.2rem;
  margin: -0.8rem -0.8rem 0 0;
  border-radius: 100%;
  color: black;
  text-shadow: none;
  border: none;
  box-shadow: black 0 0 8px;
}
div.leaflet-popup-content-wrapper {
  border-radius: calc(0.25rem - 1px);
  padding: 0;
}
div.leaflet-popup-content-wrapper,
div.leaflet-popup-tip {
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.6);
}
.mapTipInfoContent {
  padding: 0.25rem;
}
div.mapTipBtn a {
  color: #007bff;
}
div.leaflet-popup {
  max-width: 40vw;
}
div.leaflet-container .leaflet-control-attribution {
  font-size: 0.54rem;
  max-height: 1rem;
}

.maximizeitem-55 {
  max-height: 100vmin;
  height: 55vh;
  width: 100%;
}

img.uploadedPicture {
  max-width: 100%;
  cursor: pointer;
  max-height: 55vh;
  object-fit: contain;
  box-shadow: rgba(0, 0, 0, 0.3) 0rem 0rem 0.4rem;
  margin: 0 auto;
}
img.uploadedPicture[src=""] {
  background: #bebebe url(../img/uploadpic.png) center no-repeat;
  padding: 1rem;
  background-size: contain;
  background-origin: content-box;
  min-height: 29.9vh;
  min-width: 100%;
  box-shadow: none;
}
.custom-file-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 6rem;
}
.custom-file-label,
.custom-file-label::after,
.custom-file-input {
  cursor: pointer;
}
.locationIcon {
  padding-right: 0.3rem;
  margin-top: 0.2rem;
}

.custom-file-label::after {
  content: "Explorar";
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0px 1px #007bff; /* fake border */
}

.noSessionPlayer {
  display: none;
  /* box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.5); */
  text-align: center;
  z-index: 11;
  position: relative;
}
.noSessionPlayer::after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
}
.noSessionPlayer > div {
  text-align: center;
  display: inline-block;
}

.fakeLineTrough {
  position: absolute;
  color: transparent;
  background: -moz-linear-gradient(
    165deg,
    rgba(0, 212, 255, 0) 44%,
    rgba(255, 0, 0, 1) 47%,
    rgba(255, 0, 0, 1) 53%,
    rgba(255, 0, 0, 0) 56%
  );
  background: -webkit-linear-gradient(
    165deg,
    rgba(0, 212, 255, 0) 44%,
    rgba(255, 0, 0, 1) 47%,
    rgba(255, 0, 0, 1) 53%,
    rgba(255, 0, 0, 0) 56%
  );
  background: linear-gradient(
    165deg,
    rgba(0, 212, 255, 0) 44%,
    rgba(255, 0, 0, 1) 47%,
    rgba(255, 0, 0, 1) 53%,
    rgba(255, 0, 0, 0) 56%
  );
}

.invalid-feedback {
  font-size: 90%;
}

label.custom-file-label,
label.custom-file-label::after {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.input-group-prepend > .input-group-text .custom-control.custom-checkbox,
.input-group-prepend > .input-group-text .custom-control.custom-switch {
  margin-right: -0.7em;
}

.was-validated .input-group .custom-file:invalid + .invalid-feedback {
  display: block !important;
}
.report thead th {
  text-align: center;
  vertical-align: middle;
}
.report tr.total {
  font-weight: bold;
}
.report td.date {
  white-space: nowrap;
}
.report td.number {
  text-align: right;
}

.modal-content.fakeBackdrop {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0 50vmax;
}
.whatsappBtn {
  background-color: #00e676;
  border-color: #00e676;
  color: white;
}
.whatsappBtn i,
.shareBtn i,
.copyBtn i {
  font-size: x-large;
  vertical-align: sub;
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
}
.shareLink {
  color: #007bff;
  text-decoration: underline;
  user-select: all;
  margin: 1rem 0;
  word-break: break-all;
}
.shareButtons {
  text-align: center;
}
.shareButtons a {
  display: block;
}

/* #shareLink {
width: 100%;
} */

.ticket img {
  max-width: 31vmax;
}
.ticket .col-sm {
  text-align: center;
}
.ticket .ticketInfo {
  text-align: left;
}
.modal-header.invited {
  background: #a02036;
  color: white;
}
.modal-header.invited .close {
  color: white;
  text-shadow: 0 1px 0 black;
  opacity: 0.75;
}
.modal-header.invited .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.align-right {
  text-align: right;
}
.invite .status .fas {
  font-size: 1.25rem;
  vertical-align: middle;
}
.invite .status .fa-check,
.invite .status .fa-check-double {
  color: #007aff;
}
.invite .status span {
  white-space: nowrap;
}

input#prospectPhone::placeholder {
  color: #9e9e9e;
}

.phoneBtn {
  display: flex;
  margin: 0 -0.5rem 0 -1rem;
  align-items: center;
}

/* Improve report table view for mobile */
.report th + th {
  text-overflow: clip;
  max-width: 9vw;
  /* display: inline-block; */
  overflow: hidden;
  transition: max-width 0.5s ease-out;
}

.report th + th:hover {
  max-width: 100vw;
  background-color: lightblue;
  box-shadow: #61b6ea 1px 0px 0px 0px inset;
  border-color: #61b6ea;
}

.sticky-alert {
  z-index: 99;
  left: 0;
  right: 0;
  top: 36px;
  border-radius: 0 0 0.25rem 0.25rem;
}

.ws-nowrap {
  white-space: nowrap;
}
.treeMap .node .node {
  /* padding-left: 1rem; */
  margin-left: 1rem;
  margin-left: 0.5rem;
  border-left: 1px solid;
}
.treeMap span.zero {
  font-weight: lighter;
}

/* NO WRAP FIX */
.treeMap .node.row {
  white-space: nowrap;
  flex-wrap: wrap;
}

.treeMap span {
  min-width: 2.5rem !important;
  /* flex: 0 0 10%; */
  text-align: right;
  padding-left: 0.3rem;
  max-width: 2.5rem !important;
  width: 2.5rem !important;
  padding-right: 0;
  padding: 0 0.2rem;
  /* background: lime; */
}
.treeMap b {
  text-overflow: ellipsis;
  overflow: hidden;
  /* width: auto; */
  padding-left: 0;
  padding-right: 0;
  /* margin-left: -0.3rem; */
}
/* NO WRAP FIX */

.treeMap .child .node::before,
.treeMap .child:last-child .node::before {
  padding-bottom: 0;
  margin-bottom: 2px;
  border-bottom: black 1px solid;
  content: "";
  height: 0.9rem;
  width: 0.5rem;
  /* margin-right: 0; */
}

.treeMap .child .node.lastNode::before {
  border-left: black 1px solid;
}

.treeMap .lastNode {
  border-left: none !important;
}

.treeMap .child .child {
  display: none;
}
.treeMap.expandAll .child .child {
  display: block;
}

.treeMap .expanded > .child {
  display: block;
}

.treeMap > .node {
  margin: 0;
  /* padding-right: 0.6rem; */
}
.treeMap .child {
  padding-left: 9px;
}

.treeMap .node > b {
  font-weight: normal;
}
.treeMap .node.leaf > b::before {
  /* opacity: 0; */
  display: none;
}
.treeMap > .node .node.expanded > b::before,
.treeMap.expandAll > .node .node > b::before {
  content: "-";
  background: gray;
}

.treeMap .node > b::before {
  content: "+";
  color: white;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.1rem;
  background: #007bff;
  display: inline-block;
  height: 1.2rem;
  margin-right: 0.3rem;
  padding: 0;
  text-align: center;
  border-radius: 0.25rem;
  width: 1.2rem;
  vertical-align: middle;
}
.treeMap > .node > b::before {
  content: ">";
  background: gray;
}

.treeMap .node.leaf::before {
  margin-right: 0.3rem;
}
.treeMap .node.anon > b {
  color: gray;
}
.treeMap .node.hasOwnValues > b {
  font-weight: bold;
}
.treeMap.onlyHasGroupValues > .node .node:not(.hasGroupValues) {
  display: none;
}
.treeControls {
  margin-bottom: -2rem;
}

.treeMap > .node > .child {
  padding-left: 0.05rem;
}
.treeMap > .node > b {
  align-self: flex-end;
}
.treeMap > .node > span > label {
  transform: rotate(-45deg);
  margin-top: 0.2rem;
  font-weight: 600;
  text-align: left;
  transform-origin: left top;
  padding: 0.2rem 0.5rem 0.2rem 0;
  margin-left: -0.25rem;
  margin-bottom: -0.3rem;
  color: black;
}

.treeMap > .node > span {
  margin-top: 3rem;
}

.treeMap .node > span:nth-child(2n + 1) > label {
  background: lightblue;
  border-radius: 0.25rem;
}

.treeMap .node > span:nth-child(2n + 1) {
  background: lightblue;
}

.treeMap > .node > span:nth-child(2n + 1) {
  border-radius: 0.25rem 0.25rem 0 0;
}
.qrused {
  position: absolute;
  width: 100%;
  background: rgba(253, 9, 9, 0.95);
  transform: rotate(-45deg);
  color: white;
  margin: 0 auto;
  max-width: 31vmax;
  top: calc(50% - 1.9rem / 1.5);
  margin-bottom: -1.9rem;
  height: 1.9rem;
  transform-origin: center;
  text-shadow: red 0 0 1rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  box-shadow: 0 0 0px 0.85rem #ffffff;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading {
  background-image: url(../img/loading.gif);
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
}

.popoverTicket {
  font-size: 1rem;
  text-align: center;
}
nav .popover .popover-body {
  padding: 0.5rem;
}
nav .popover {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.6);
  background: #fff492;
  margin-bottom: 1rem;
}
nav .popover .closeBtn {
  float: right;
  line-height: 0.9rem;
  padding: 0.2rem 0.4rem 0.35rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  /* display: none; */
}
nav .bs-popover-auto[x-placement^="top"] > .arrow::after,
nav .bs-popover-top > .arrow::after {
  border-top-color: #fff492;
}

.badge-primary {
  padding-left: 0.52em;
}
.btnInspectUser,
.btnInspectTable {
  background: #bf6c78;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  color: white;
}

.btnInspectUser:hover,
.btnInspectTable:hover {
  background: #ff5572;
  color: white;
}

.videoIframeContainer {
  max-height: 71vh;
  box-shadow: black 0 0 1.5rem;
}
.videoIframe {
  width: 100% !important;
  /* max-height: 50vw; */
  /* min-height: 61vmin; */
  background: #000;
  z-index: 91;
  position: relative;
  border-radius: 0.25rem;
  box-shadow: 0 0 4rem black;
}

.videoIframeOpacityMask {
  background: #000000e0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 90;
  display: none;
}
.videoIframeGoBackButton {
}
body.videoIframeShown .navbar.fixed-bottom {
  z-index: 50;
}
body.videoIframeShown {
  overflow: hidden;
}

.closeVideoIframe {
  position: relative;
  z-index: 90;
  box-shadow: #000000 0 0 1rem;
}

.weekprogram {
  width: 100%;
}

.useTemplatePictureContainer label {
  cursor: pointer;
}
.pointedIndicator {
  height: 0.9rem;
  border-bottom: hsla(188, 53%, 78%, 1) dotted 4px;
}
.resultBox:empty {
  display: none;
}
.username {
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.inviteList {
  background: rgba(0, 39, 80, 0.03);
}
.inviteList .list-group-item.invite {
  transform: perspective(250px);
}
.inviteList.blurMode .list-group-item.invite {
  transform: perspective(250px) rotateX(360deg);
}
.inviteList .list-group-item.invite {
  transition: transform 0.8s;
}
.inviteList.blurMode .list-group-item.invite .col a,
.inviteList.blurMode .list-group-item.invite .col:first-child {
  transition: color 0s 0.4s, text-shadow 0s 0.4s;
}

.inviteList.blurMode .list-group-item.invite .col a {
  text-shadow: 0 0 0.6rem #007bff;
  color: transparent !important;
}
.inviteList.blurMode .list-group-item.invite .col:first-child {
  color: transparent;
  text-shadow: 0 0 0.6rem black;
}

.infoBlurShare {
  display: none;
}

table.stickyHeaders tr:first-child th {
  top: 6.3rem;
  /* top: 0rem; */
}
table.stickyHeaders tr th {
  position: sticky;
  top: 8.4rem;
  /* top: 2.2rem; */
  box-shadow: 0 0 0px 1px #dee2e6;
  z-index: 2000;
}

.invoice table,
.tickets-sales table {
  background: white;
}
.invoice,
.tickets-sales {
  z-index: 1020;
  position: relative;
}
.invoice > table.stickyHeaders tr:first-child th {
  top: 15rem;
}
.invoice > table.stickyHeaders tr th {
  top: 17.1rem;
}
.hiddenFilters table.stickyHeaders tr:first-child th {
  top: 0;
}
.hiddenFilters table.stickyHeaders tr th {
  top: 2.1rem;
}

.stickyRegion {
  position: sticky;
  /* top: 2.1rem; */
  z-index: 1022;
  /* box-shadow: 98vw -1000vw 0 1000vw grey; */
}
.stickyInvoiceFields {
  position: sticky;
  top: 5.9rem;
  z-index: 1021;
  /* box-shadow: 98vw -1000vw 0 1000vw grey; */
}

.marginnegx-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.spin {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.showFiltersBtnContainer {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s 1s;
}
.showFiltersBtnContainer.visible {
  opacity: 0.7;
}
.showFiltersBtnContainer:hover {
  opacity: 1 !important;
  transition-delay: 0s;
}

.videoFixedContainer {
  position: fixed;
  top: 36px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  z-index: 2000;
  opacity: 0.1;
  display: none;
  transition: opacity 1s;
}

.opacity-1 {
  opacity: 1;
}

@media print {
  table.stickyHeaders {
    page-break-after: always;
    break-after: always;
  }
  .stickyRegion,
  .stickyInvoiceFields,
  table.stickyHeaders tr th {
    position: unset;
  }
}

#refundInvoice #invoiceNo {
  font-weight: 400;

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
