@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

/* CUSTOM EDITOR */

.tall-af {
  height: 100%
}

.tall-af-af {
height: 100vh
}

.header-height {
/*height:10vh*/
}

.main-height {
/*height:80vh*/
}

.scroll-me {
/*overflow-y:auto*/
}

.ml-auto {
margin-left: auto
}

#editor-background-container {
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 0;
}

#editor-background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

#editor-background.default-background {
  background-image: url("https://cdn.studio.worldcast.io/static/img/bg4.jpg");
}

#editor-background.grey-background {
  background-image: url("https://cdn.studio.worldcast.io/static/img/showcast_bg_dark.v3.jpg");
}

#editor-area {
position: relative;
overflow: hidden
}

#editor-area-3d-display{
height: 100vh;
width: 100vw;
}

#editor-area-saving-overlay{
height: 100vh;
width: 100vw;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

#editor-area-3d-display > canvas,
#editor-area-3d-display > #map{
height: 100%;
width: 100%;
}

.emphasise-font {
  font-size: 105%;
  font-weight: bolder;
}

#map{
display: none;
}

.map-container{
position:absolute;
}

.cursor-pointer {
cursor: pointer
}

.augment {
position:absolute !important;
border-width:5px !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.augments-display {
touch-action:none;
}

.hidden {
display:none;
}

.full-width {
width:100%;
}

.thick-border {
border-width:5px !important;
}

.active-augment {

}

.color-inherit {
color:inherit;
}

.pos-absolute {
position:absolute;
}

.icon-uniform-width {
width:35px;
}

.no-overflow {
overflow:hidden;
}

.on-top-of-augments {
z-index:800;
}

.invisible {
visibility:hidden
}

.augment:not(.active-augment) {
border-color:transparent !important;
}

.quality-text {
font-weight:500;
}

.quality-msg {
font-weight:400;
}

.loading-turtle-small {
width:36px;
}

#isPublishedForever {
-moz-appearance: checkbox;
-webkit-appearance: checkbox;
-ms-appearance: checkbox;
}

.cd-panel {
position: fixed;
top: 0vh;
left: 0;
height: 100%;
width: 100%;
visibility: hidden;
-webkit-transition: visibility 0s 0.6s;
transition: visibility 0s 0.6s;
z-index: 1300;
}

.cd-panel::after {
/* overlay layer */
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
cursor: pointer;
-webkit-transition: background 0.3s 0.3s;
transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
visibility: visible;
-webkit-transition: visibility 0s 0s;
transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
background: rgba(0, 0, 0, 0.6);
-webkit-transition: background 0.3s 0s;
transition: background 0.3s 0s;
}

.cd-panel .collapse.show {
  display: block;
}

.cd-panel .panel-body{
border-bottom: 3px solid #464646;
border-top: 3px solid #464646;
}

.cd-panel

.cd-panel__header {
width: 100%;
background: rgba(0, 0, 0, 1);
z-index: 2;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
-webkit-transition: -webkit-transform 0.3s 0s;
transition: -webkit-transform 0.3s 0s;
transition: transform 0.3s 0s;
transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
-webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);

position: relative;
overflow-y: hidden;
height: auto;

line-height: 30px;
padding-top: 20px;
}

.js-cd-panel-admin > .cd-panel__header{
height: auto;
position: relative;
background-color: rgba(0, 0, 0, 0.8);
}

.js-cd-panel-admin > .cd-panel__container{
  top: 50px;
  margin-top: 1rem;
}

.js-cd-panel-admin .nav-link{
color: #fff;
text-decoration: none;
}

.js-cd-panel-admin .nav-link.active{
background-color: rgba(44, 44, 44, 0.8);
color: #fff;
border: none;
}

.cd-panel__header h1 {
color: #fff;
padding-left: 5%;
text-transform: uppercase;
font-size: 1.5em;
font-weight: 400;
font-family: 'Abel', sans-serif;
height: 2em;
line-height: 2em;
}

.cd-panel--from-right .cd-panel__section{
display: flex;
flex-direction: column;
}

.cd-panel--from-right .cd-panel__header {
right: 0;
}

.cd-panel--from-left .cd-panel__header {
left: 0;
}

.cd-panel--is-visible .cd-panel__header {
-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
        transform: translateY(0px);
}

.cd-panel__close {
position: absolute;
top: 0;
right: 0;
height: 3em;
width: 60px;
/* image replacement */
display: inline-block;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}

.cd-panel__close::before, .cd-panel__close::after {
/* close icon created in CSS */
content: '';
position: absolute;
top: 22px;
left: 20px;
height: 3px;
width: 20px;
background-color: #656565;
/* this fixes a bug where pseudo elements are slighty off position */
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.cd-panel__close::before {
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.cd-panel__close::after {
-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.cd-panel__close:hover {
background-color: /* #333333 */ none !important;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
background-color: #ffffff;
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
-webkit-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
        transform: rotate(220deg);
}

.cd-panel__close:hover::after {
-webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
-webkit-animation: cd-close-1 0.6s 0.3s;
        animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
-webkit-animation: cd-close-2 0.6s 0.3s;
        animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
0%, 50% {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
}

@keyframes cd-close-1 {
0%, 50% {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
}

@-webkit-keyframes cd-close-2 {
0%, 50% {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
}

@keyframes cd-close-2 {
0%, 50% {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
}

.cd-panel__container {
position: absolute;
width: 100%;
bottom: 0;
background:  rgba(0,0,0, 0.35);
z-index: 1;
-webkit-transition: -webkit-transform 0.3s 0s;
transition: -webkit-transform 0.3s 0s;
transition: transform 0.3s 0s;
transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.cd-panel--from-right .cd-panel__container {
right: 0;
position: relative;
flex: auto;
-webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
-webkit-transition-delay: 0s;
        transition-delay: 0s;
}

.js-cd-panel-main{
display: flex;
flex-direction: row-reverse;
}

.cd-panel__section {
position: relative;
height: 100%;
}

@media only screen and (min-width: 768px) {
.cd-panel__section {
  width: 30%;
}

#map-thumb{
  height: 200px;
  width: 25vw;
}
}

@media only screen and (min-width: 1170px) {
.cd-panel__section {
  width: 21%;
}

#map-thumb{
  height: 200px;
  width: 17.5vw;
}
}

.cd-panel__content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-right: 0;
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
padding-left: 0;
}

.cd-panel__content p {
font-size: 1.4rem;
color: #424f5c;
line-height: 1.4;
margin: 2em 0;
}

.cd-panel__content p:first-of-type {
margin-top: 0;
}

@media only screen and (min-width: 768px) {
.cd-panel__content p {
  font-size: 1.6rem;
  line-height: 1.6;
}
}



/* demo style */

.cd-nugget-info {
display: block;
font-family: "Droid Serif", serif;
color: #fff;
margin: 20px auto 0;
font-size: 1.2rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 120px;
position: relative;
}
.cd-nugget-info::after {
content: '';
position: absolute;
display: inline-block;
top: 16px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
height: 1px;
width: 0%;
background-color: white;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.cd-nugget-info:hover::after {
width: 100%;
}


@keyframes shimmer{
  0% {background-position: top 0px left -125px;}
  50% {background-position: top 0px right -125px;}
  100% {background-position: top 0px right -125px;}
}
@keyframes shimmer2{
  0% {background-position: top 50% left -125px;}
  50% {background-position: top 50% left -125px;}
  100% {background-position: top 50% right -125px;}
}

/*.shine-box {
  position: absolute;
  width: 300px;
  height: 50px;
  overflow: hidden;
  border-radius: 0 0 0 1rem;
  border-left: 1.5px solid rgb(78, 78, 78);
  border-bottom: 1.5px solid rgb(78, 78, 78);
  z-index: 3;
  top: 0;
right: 0;
background-color: black;
}

.shine-box:before {
  position: absolute;
  top: 0;
  left: -500px;
  content: "";
  width: 60px;
  height: 500px;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.418) 77%,
    rgba(255, 255, 255, 0.356) 80%,
    rgba(255, 255, 255, 0.425) 92%,
    rgba(255, 255, 255, 0.13) 100%
  );
  transform: skew(-50deg);
  animation: shine 4.0s linear infinite;



}

@keyframes shine {
  from {left: -500px;}
  to {left: 655px;}
}*/

.sign-in-button {
  position: absolute;

  transition: none;
  text-align: center;
  background: none;
  z-index: 2;
  top: 0;
  right: 0;
  font-size: 1.6vh;
  margin: 0;
  width: 37vh;
  height: 6vh;
  border-bottom-left-radius: 20px;
  color: #ffffffb4!important;
  border-bottom: 1px solid #ffffff2d;
  border-left:1px solid #ffffff2d;
}

.shine-box-container {
  pointer-events: all;
  outline: none;
  user-select: none;
}

.shine-box {
  transition: none;
  background: 0 50% / 125px 200% no-repeat linear-gradient(to bottom right, rgba(255,255,255,0) 40%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 60%), rgba(0,0,0,0.25);
  animation-name: shimmer2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.shine-box > .shine-box-contents {
  color: transparent!important;
  background: 0 0 / 125px 100% no-repeat linear-gradient(to right, #ffffffb4, rgb(28, 101, 159) 50%, #ffffffb4), #ffffffb4;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  animation-name: shimmer;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transition: none;
}

.shine-box:hover{
  color: #ffffffb4!important;
  transition:none;
}

.shine-box > .shine-box-contents:hover {
  font-size: 2vh;
}

.controls-bar
{

  color:transparent!important;
  position: absolute;
  z-index: 1;
  left: 40%;
  right: 60%;
  top:4%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('/static/img/texticons_blue.png');
  height: 22%;
  width: 22%;
  opacity: 0.6;
  pointer-events: none;

}

.controls-instructions-leave-active{
  animation: moveout 0.7s;
  animation-fill-mode: forwards;
}

.controls-instructions-enter-active{
  animation: movein 0.7s ;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.controls-instructions{
  visibility: visible;
  display: inline-block;
  background-repeat: no-repeat;
  top:2%;
  background-image: url('/static/img/Widget.png');
  z-index: 1;
  position:absolute;
  height: 22%;
  width: 22%;
  background-size: contain;
  pointer-events: none;


}


@keyframes movein {
  from {left: -20%;}
  to {left: 1%;}
}

@keyframes moveout {
  from {left:0%}
  to {left:-20%;}
}


.title-container-body {
  background: rgba(16, 16, 21, 0.75)!important;
  padding-top:30px;
  padding-bottom:30px;
  padding-left:10px;
  padding-right:10px;

  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
}

.radio-container-body{
  background: rgba(16, 16, 21, 0.75)!important;
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
  overflow: hidden;
}

.row.radio-container-body{
  margin-bottom: 1rem !important;
}

.radio-container-body > div{
  cursor: pointer;
  position: relative;
}

.radio-container-body > div:hover{
  background-color: rgba(255,255,255,0.05);
}

.radio-container-body > div > label{
  cursor: pointer;
  padding: 0.5em 0.25em;
  margin: 0;
}

.radio-container-body > div::before{
  content: "";
  position: absolute;
  height: 1px;
  width: 80%;
  top: -1px;
  left: 10%;
  background-color: rgba(255,255,255,0.5);
}

.radio-container-body > div::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  top: 10%;
  right: -1px;
  background-color: rgba(255,255,255,0.5);
}

.radio-container-body > div.selected{
  background-color: rgba(255,255,255,0.1);
}

.radio-container-body > div.selected > label{
  font-weight: bolder;
  font-size: large;
}

.met-body{
  background-color:rgba(17, 17, 23, 0.5);
  border-bottom-left-radius:0.75rem;
  border-bottom-right-radius:0.75rem;
}
.info-icon-position{
  justify-content: flex-start!important;

}
.wrapper-metrics-popover-image,.wrapper-metrics-popover-score,.wrapper-metrics-popover-score2{
 font-size:1.5em!important;
}
.btn-side{
  color:#3673B7!important;
}
.shrink-fit-met-img{
  max-width: 50%!important;
  max-height: 100%;
}
.shrink-fit-met-warning{
  max-width: 60%!important;
  max-height: 100%;
}
.met-divi {
  border-right:1px solid #c4c4c483;
  max-width:1%;
  margin:8px 10px 8px 10px;
}
.met-divi-cast-properties {
  margin-bottom:50px!important;
  margin-top:4px!important;
}

.met-container {
  height:100%;
  min-height:200px;
  margin-bottom:0.5em!important;
  position: relative;
}

.marker-metrics-container {
  width:58%!important;
  margin:.4em;
  overflow: hidden!important;
}

.marker-metrics-disabled {
  background-color: rgba(16,16,21,0.75);
  border-radius: .75rem;
  text-align: center;
}

.image-container-met {
  width:38%!important;
  margin:.4em;
  overflow: hidden!important;
}

.bar-container {
  width:45%!important;
}

.met-image {
  background:rgba(16,16,21,0.75);
  border-bottom-right-radius:.75rem;
  border-bottom-left-radius:.75rem;
  width:100%;
  height:100%;
  min-height:190px;
  max-height:190px;
  text-align:center;
}

.current-cast-image-margin{
  margin-top: -4%!important
}
.met-image-expanded {
  background:rgba(16,16,21,0.75);
  border-radius:.75rem;
  width:100%;
  height:100%;
  min-height:100%;
  max-height:190px;
  text-align:center;
  padding:1% 3% 3% 3%;
  text-align: center;
}

.cast-properties-image-expanded{
  border-bottom-left-radius:.75rem;
  border-bottom-right-radius:.75rem;
  width:100%!important;
  height:100%;
  min-height:190px;
  max-height:190px;
  text-align:center;
  padding:1% 3% 3% 3%;
  text-align: center;
  background:rgba(16,16,21,0.75);

}

.small-met {
  width:100%!important;
  max-width:130px;
  height:100%!important;
  max-height:200px!important;
  line-height: 35px!important;
  font-size:0.8em;
}

.score-container {
  width:13%!important;
}

.met-small-font {
  font-size:.6em;
  position:absolute;
  top:75%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.met-total {
  display:inline-block;
  margin:20px;
}

.metrics-thumbnail-preview{
  height:100%;
  width:100%;
  min-height:200px!important;
  min-width:130px!important;
  object-fit:scale-down;
}

.metrics-thumbnail-preview-properties{
  position: relative;
  top: 18%;
  height:100%;
  width:100%;
  max-height:160px;
  max-width:130px!important;
  min-width:70px!important;
  object-fit:scale-down;
}

.image-marker-margin{
  margin-top: 5px;
}

.image-marker-margin-cast-properties{
  margin-top: 0px;
}

.image-marker-margin-cast-properties-single{
  margin-top: 25px;
}

.met-pic {
  object-fit:cover!important;
  max-height: 100%!important;
  max-width: 40%!important;
  width:50px;
  height:150px;
  margin-top:2%;
  margin-bottom:2%!important;
}

.close-file {
 position:absolute;
 top:0;
 left:5px;
}

.info-icon-metrics{
  font-size: 0.7em;
  cursor: pointer;
  vertical-align: top;
  margin-left:5px;


}

.underline{
  text-decoration: underline;
  cursor: pointer;
}

.icon-title{
  font-size: 0.8em;

}
.met-message {
  max-height: 100%!important;
  max-width: 100%!important;
  width:230px;
  height:225px;
  margin-left:5%;
}

.met-message > .canva-button{
}

.met-image > div > .canva-button{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}

.error-text-metrics{
  font-size:0.7em!important;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom:10px;
}

.progress {
  width:90%;
  max-width:400px;
  background-color:hsla(225,4%,79%,0.808);
  border-radius:20px;
  margin-left: 3%;
}

.progress-bar-metrics-container{
  margin: 0;
  padding: 0;
}

.progress-bar {
  width:80%;
}

#bar1label, #bar2label, #bar3label{
  color:rgba(196, 196, 196, 0.5);
  font-size:0.8em!important;
  font-weight: 500;
  right:10px;
  position:absolute;
  font-family: sans-serif;
}

#bar1label{
  bottom:78px;
}

#bar2label{
  bottom:40px;
}

#bar3label{
  bottom:0px;
}

.met-text {
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
  font-size:1.15rem;
  line-height:2.5!important;
  padding-left:1em;
  font-family:Raleway, sans-serif;
  margin-bottom:2px!important;
}

.information-popup-icon{
  background-image: url("/static/img/infoicon.png");
  background-repeat: no-repeat;
  width:10px;
  height:10px;
}

.met-labels {
  margin-left:10px;
  max-width:30%!important;
}

.filehint-metrics{
  font-size:0.7em;
   margin-top:3%;
   margin-left: 2%;
   width:100%!important;
}

.overall-rating-message{
  font-size:0.7em;
}

.wrapper-metrics-popover-trackability .popover, .wrapper-metrics-popover-recognizability .popover,
.wrapper-metrics-popover-uniqueness .popover, .wrapper-metrics-popover-image .popover,
.wrapper-metrics-popover-score .popover, .wrapper-metrics-popover-score2 .popover, .wrapper-scenehealth .popover {
  background-color:transparent;
  border:0px solid black;
}

.wrapper-metrics-popover-trackability .popover-header, .wrapper-metrics-popover-recognizability .popover-header,
.wrapper-metrics-popover-uniqueness .popover-header, .wrapper-metrics-popover-image .popover-header,
.wrapper-metrics-popover-score .popover-header,.wrapper-metrics-popover-score2 .popover-header, .wrapper-scenehealth .popover-header {
  border-bottom:none!important;
  width:400px!important;
  text-align:center!important;
  background-color: black;
  font-family:Raleway, sans-serif!important;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2em!important;
  line-height: 14px;
  text-align: center!important;
  text-transform: uppercase;
  padding:5%;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
}

.top-float{
  line-height:0!important;
}

.style-guide-link{
  background-color: transparent!important;
  border-radius: 20px;
  border: 1px solid white;
  font-size: 0.8em!important;
  padding:3px 15px 3px 15px;
  margin-left:3px;
  font-weight: 400;
 }

.style-guide-link:hover{
font-weight: 800!important;
}

.bold-popover{
  font-weight: bold!important;
}

.wrapper-metrics-popover-trackability .popover-body, .wrapper-metrics-popover-recognizability
.popover-body,.wrapper-metrics-popover-uniqueness .popover-body, .wrapper-metrics-popover-image .popover-body,
.wrapper-metrics-popover-score .popover-body,.wrapper-metrics-popover-score2 .popover-body, .wrapper-scenehealth .popover-body  {
  background-color:#23242E!important;
  width:400px!important;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  font-family:Raleway, sans-serif!important;
  font-style: normal;
  text-transform: none;
  font-size: 1em;
  line-height: 18px;
  color: #FFFFFF;
}

.filehint-metrics-btn{
  font-size:1.1em;
  cursor: pointer;
  margin-left:4%;
  margin-bottom:1%!important;
  font-weight: normal!important;
  border-radius: 15px;
  border:1px solid white!important;
  padding:0.5% 5% 0.5% 5%;
  width:100%;
  max-width:150px;
  background: none;
  white-space: nowrap;
}

.filehint-metrics-btn-footer{
  margin-left:0%!important;
  font-size:0.8em!important;
  padding:0.5% 0% 0.5% 0%!important;
}

.filehint-metrics-btn:hover{
  background:none!important;
  font-weight: 800!important;
}

.progress-bar-container,.met-last {
  background:rgba(16,16,21,0.75);
  border-bottom-right-radius:.75rem;
  border-bottom-left-radius:.75rem;
  width:100%!important;
  height:100%;
  min-height:190px;
  max-height:190px;
  padding-top:2%;
}

.met-last{
  text-align:center;
  padding-top:10%!important;
}

.progress-bar-1{
  margin-top: 10px;
}

.progress-bar-2{
  margin-top: 22px;
}

.progress-bar-3{
  margin-top: 22px;
}

.tooltip-info-metrics {
  position: relative;
  display: inline;
}

.circle-progress{
  width:100%;
  height:100%;
}

.circle-progress-value {
	stroke-width: 6px;
	stroke: var(--color);
	transition: stroke 1s;
}

.circle-progress-circle {
	stroke-width: 6px;
	stroke: hsl(240, 3%, 37%);
}

.circle-progress-text {
	font-weight: bold;
	fill: var(--color);
	transform: translateX(.2em);
	transition: fill 1s;
}

.tooltip-info-metrics .tooltiptext {
  opacity: 0;
  width: 350px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 0.7em!important;
  left:130px;
  -webkit-transition: opacity 1s ease-in-out; /* define transitions */
  transition: opacity 0.5s ease-in-out;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip-info-metrics:hover .tooltiptext {

  opacity: 1; /* define initial transition property */
  -webkit-transition: opacity 1s ease-in-out; /* define transitions */
  transition: opacity 0.5s ease-in-out;
}

.metrics-hide-me{
  visibility:hidden;
  overflow: hidden;
  font-size:0;
  margin:0;
  padding:0;
  display: inline;
}

/*metrics window smaller screens*/
@media screen and (max-width: 1680px) {
  #bar1label{
    bottom:80px;
  }
  #bar2label{
    bottom:42px;
  }
  #bar3label{
    bottom:2px;
  }
  .image-marker-margin{
    margin-top:30px;
  }
}

@media screen and (max-width: 1515px) {
  .filehint-metrics-btn{
    width:100px!important;
    font-size:0.8em;
    padding:0.5% 3% 0.5% 3%;
  }

  .filehint-metrics{
    font-size:0.7em ;
  }
  .metrics-thumbnail-preview{
    min-width:50px!important;
    min-height:100px!important;
    margin-top: 30%;
  }
  .image-container-met{
    width:30%!important;

  }
  .bar-container
  {
    width:50%!important;

  }
  .score-container{
    width:15%!important;
  }

  .met-message{
    max-width:150px!important;
  }
  .error-text-metrics{
    font-size: 0.6em!important;
  }
  .btn-side{
    font-size: 0.8em!important;
  }

}

.metric-bar-icons{
  font-size: 1em;
}

@media screen and (max-width: 1400px) {
.layer-container{
  width:240px;
  height:240px;
  margin-top:10%;
}
}
@media screen and (max-width: 1225px) {
  #bar1label, #bar2label, #bar3label{
    right:5px;
  }
  #bar1label{
    bottom:82px;
  }
  #bar2label{
    bottom:44px;
  }
  #bar3label{
    bottom:4px;
  }
  .met-last{
    padding-top:20%!important;
  }
  .small-met{
    max-width:120px;
  }
}

@media screen and (max-width: 1190px){

  .form-control-small{
    height:2em!important;
  }
  .filehint-metrics-btn{
    width:80px!important;
    font-size:0.8em;
    padding:0.5% 1% 0.5% 1%;
    margin-left:2%;
  }
  .filehint-metrics{
    font-size:0.6em ;
  }
  .met-image, .progress-bar-container,.met-last,.cast-properties-image-expanded {
    min-height:165px;
    max-height:165px;
  }
  .body-fit{
    padding:0.3rem!important;
  }

  .image-container-met{
    width:28%!important;
  }
  .header-fit{
    font-size: 0.7em!important;
  }

  .layer-container{
    width:180px;
    height:180px;
    margin-top:20%;

  }
  .error-text-metrics{
    line-height:12px;
  }
  .met-message{
    width:90px;
    height:200px;
  }
  .image-marker-margin{
    margin-top:30px;
  }
}

@media screen and (max-width: 950px){
  .filehint-metrics-btn{
    width:65px!important;
    font-size:0.8em;
    padding:0;
    margin-left:2%;
  }
  .filehint-metrics{
    font-size:0.5em ;
  }
  .metrics-thumbnail-preview{
    min-width:30px!important;
    min-height:80px!important;
  }

}
#errorModal{
  z-index: 1350;
}


#errorModal .modal-body > p{
  white-space: pre-wrap;
}

.scene-health{
position: fixed;
z-index: 2;
bottom: 50px;

}

.cast_dashboard{
position: fixed;
left: 5em;
right:5em;
z-index: 2;
bottom: 0;
pointer-events: all;
color: rgba(255,255,255,0.5);
-webkit-transition: height 0s 0.6s;
transition: height 0s 0.6s;
}

.cast_augment_summary > span{
cursor: pointer;
padding: 0.25em!important;
display: inline-block;
background-color: rgba(0,0,0,0.75);
}

.cast_augment_summary > span:first-child{
border-radius: 0.25em 0 0 0;
}

.cast_augment_summary > span:last-child{
border-radius: 0 0.25em 0 0;
}

.cast_dashboard_expanded{
background-color: rgba(0,0,0,0.5);
color: rgba(255,255,255,0.5);
height: 0rem;
-webkit-transition: height 0.6s;
transition: height 0.6s;
}

.expanded > .cast_dashboard_expanded{
height: 10rem;
}

.cast_limit_list{
display: flex;
flex-direction: column;
height: 100%;
}

.cast_limit_list > .product_comparison_container{
overflow-y: auto;
}

#previewTargetContainer{
position: relative;
height: 100vh;
width: 100vw;
display: block;
text-align: center;
padding-right: 40vw;
background-color: #151b59;
z-index: 2;
}

#previewTargetContainer > .previewVerticalCenter{
display: inline-block;
height: 100%;
vertical-align: middle;
}

.previewBackground{
position: absolute;
height: 100vh;
width: 100vw;
left: 0;
object-fit: cover;
}

.previewMarker{
vertical-align: middle;
position: relative;
max-height: 90%;
max-width: 90%;
background-color: white;
}

#previewFrameContainer{
position: absolute;
right: 4.32rem;
max-width: 40vw;
height: 100vh;
width: 56.25vh;
max-height: 71.11vw;
top: 50%;
z-index: 3;
}

#previewFrame{
height: 100%;
width: 100%;
position: relative;
top: -50%;
}

/* Cast purchase/upgrade modal */

.signup_interface_container{
position:relative;
max-height: calc(100vh - 10em - 4.5rem);
min-height: calc(100vh - 15em - 4.5rem);
display: flex;
flex-direction: column;
}

.signup_loading_overlay{
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
background-color: rgba(37, 37, 37, 0.95);
top: 0;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
}

.product_comparison_container{
overflow-y: auto;
}

*{
scrollbar-width: thin;
scrollbar-color: rgba(255,255,255,0.2)rgba(35, 36, 46, 0.712)!important;
}

*::-webkit-scrollbar{
width: 8px;
}

*::-webkit-scrollbar-track{
background: rgba(35, 36, 46, 0.712)!important;
}

*::-webkit-scrollbar-thumb{
background-color: rgba(255,255,255,0.2);
border: 1px solid rgba(37,37,37,1);
}

.schedule-modal-date-row{
padding-bottom: 1em;
}

.schedule-modal-date-row > div > input{
height: 2em;
}

/* Revised product listing */

.upgrade-list-title{
  font-size: larger;
  font-weight: bold;
}

.upgrade-list-option{
  border-bottom: 1px solid #FFF;
  padding: 0.75em 40px 0.75em 0;
}

.upgrade-list-option.indented{
  margin-left: 40px;
  padding: 0.75em 0;
}

.upgrade-list-header{
  border-bottom: 1px solid #FFF;
  padding: 0.25em 40px 0.25em 0;
}

.upgrade-list-header.indented{
  margin-left: 40px;
  padding: 0.25em 0;
}

.upgrade-list-option-radio-container{
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 2px;
  margin-right: 40px;
}

.indented > .upgrade-list-option-radio-container{
  margin-right: 0;
}

.green-check-radio{
  border-radius: 50%;
  height: 100%;
  width: 100%;
  border: 2px solid #CCC;
  cursor: pointer;
}

.green-check-radio.checked{
  background-image: url('/static/img/test/greenCheck.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

.upgrade-list-option-name{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.upgrade-list-option-price{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.upgrade-list-option-description{
  display: inline-block;
  vertical-align: middle;
}

.upgrade-list-header-space{
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}

.upgrade-list-header-name{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.upgrade-list-header-price{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/* Pre-upload product listing */

#uploadPackageSelectModalLabel{
text-transform: none;
font-size: 1.5em;
line-height: 1.5!important;
font-weight: normal;
text-align:center;
width: 100%;
}

.package-list-container.row{
height: 28em;
position: relative;
margin-bottom: 1em!important;
}

.package-name{
font-size: 1.5em;
text-transform: uppercase;
font-weight: 700;
vertical-align: middle;
display: inline-block;
}

.package-price{
font-size: 0.75em;
text-transform: none;
}

.compare-row{
display: flex;
flex-direction: column;
}

.compare-button{
position: absolute;
text-align: center;
width: 13em;
margin-left: -6.75em;
top: 50%;
height: 13em;
margin-top: -6.5em;
background-image: url('/static/img/compare.packages.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
z-index: 4;
color: #000;
}

.compare-button.blank{
  background-image: url('/static/img/blank.hex.large.png');
}

.compare-button:hover{
filter: drop-shadow(0px 0px 8px rgba(255,0,0,1)) drop-shadow(0px 0px 6px rgba(255,102,0,0.5));
}

.background-package
{
background-image: url('/static/img/packagebackground.png');
background-repeat: no-repeat;
background-size: 100%;
padding-top: 5%;
background-position: center;
}

.compare-button.toggle-off{
background-image: url('/static/img/compare.close.png');
}

.package-button{
height: 100%;
width: 100%;
vertical-align: middle;
background-image: url('/static/img/premium2.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
color: rgba(24,40,51,1);
}

.package-button::after{
content: "";
background-image: url('/static/img/premium.package.png');
opacity: 0;
height: 0;
width: 0;
}

.package-button.free::after{
background-image: url('/static/img/freemium.details.png');
}

.package-button.compare:hover{
  filter: drop-shadow(0px 0px 8px rgba(255,0,0,1)) drop-shadow(0px 0px 6px rgba(255,102,0,0.5));

}

.package-button.free{
background-image: url('/static/img/freemium2.png');
}
.package-button.free:hover{
  filter: drop-shadow(0px 0px 8px rgba(255,0,0,1)) drop-shadow(0px 0px 6px rgba(255,102,0,0.5));
  }

  .package-button:hover{
    filter: drop-shadow(0px 0px 8px rgba(255,0,0,1)) drop-shadow(0px 0px 6px rgba(255,102,0,0.5));
    }

.package-button.compare{
background-image: url('/static/img/premium.package2.png');
cursor: default;
}

.package-button.free.compare{
background-image: url('/static/img/freemium.details2.png');

}

.package-button.blank{
  background-image: url('/static/img/blank.hex.large.png');
}

.package-button.disabled,
.package-button.disabled:hover{
opacity: 0.6;
filter: none;
}

.package-button::before{
content: "";
height: 100%;
vertical-align: middle;
display: inline-block;
width: 0;
}

.product-button-content{
vertical-align: middle;
display: inline-block;
max-height: 40%;
max-width: 41%;
left: 30%;
position: relative;
user-select: none;
overflow-y: auto;
padding: 10px 0 10px 5%;
}

.vertical-middle-container::before{
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.vertical-middle-content{
  display: inline-block;
  vertical-align: middle;
}

.studio-list-container{
padding: 1em 0;
}

.studio-list-item{
cursor: pointer;
}
.studio-list-item:hover {
  filter: drop-shadow(0px 0px 8px #68d727ff) drop-shadow(0px 0px 6px #68d72780);
}

.studio-list-item-button{
overflow-y: hidden;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

.studio-list-item:hover > .studio-list-item-button{
filter: drop-shadow(0px 0px 8px #68d727ff) drop-shadow(0px 0px 6px #68d72780);
}

.studio-list-item[disabled="disabled"]{
cursor: default;
}

.studio-list-item[disabled="disabled"] > .studio-list-item-button{
filter: grayscale(0.8);
}

.studio-list-item-button::before{
content: "";
margin-top: 80%;
display: block;
}

.studio-list-item-printcast > .studio-list-item-button{
background-image: url('/static/img/buttons/PrintCASThex.png');
}
.studio-list-item-showcast > .studio-list-item-button{
background-image: url('/static/img/buttons/ShowCASThex.png');
}
.studio-list-item-geocast > .studio-list-item-button{
background-image: url('/static/img/buttons/GeoCASThex.png');
}

.studio-list-item-description{
text-align: center;
white-space: pre-wrap;
font-size: calc(0.7em + 0.3vw) !important;
color: white;
}

.studio-list-contact-us {
color:white;
}

.product_feature_fade{
position: absolute;
height: 40%;
width: calc(36% - 8px);
top: 30%;
z-index: 4;
pointer-events: none;
left: 35%;
}

.product_feature_fade::before{
content: "";
background: linear-gradient(to right, rgba(250, 250, 250, 0.7), rgba(235, 235, 235, 0.7));
position: absolute;
top:0;
height: 10px;
width: 100%;
}
.product_feature_fade::after{
content: "";
background: linear-gradient(to right, rgba(250, 250, 250, 0.7), rgba(235, 235, 235, 0.7));
position: absolute;
bottom:0;
height: 10px;
width: 100%;
}

.product-button-start{
position: absolute;
bottom: 0;
left: 50%;
margin-left: -5.25em;
height: 8em;
width: 10em;
cursor: pointer;
z-index: 4;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

.product-button-start:hover{
filter: drop-shadow(0px 0px 8px rgba(255,0,0,1)) drop-shadow(0px 0px 6px rgba(255,102,0,0.5));
}

.product-button-usage{
position: absolute;
bottom: 20%;
right: 15%;
margin-right: 0.25em;
height: 4em;
width: 5em;
z-index: 3;
background-image: url('/static/img/blank.hex.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
line-height: 4em;
text-align: center;
cursor: default;
}

/* Product listing */

.product_list{
position: relative;
}

.product_currency{
font-size: 0.8em
}

.product_list > .product_listing{
flex: 0 0 25%;
cursor: pointer;
text-align: center;
border: 1px solid transparent;
margin: 0 auto;
}

.product_listing > div{
display: flex;
text-align: left;
background-color: rgba(255,255,255,0.6);
color: rgba(0, 0, 0, 0.8);
height: 100%;
flex-direction: column;
}

.product_listing > div > .row{
align-items: center;
}

.product_trial_row{
padding-bottom: 1em;
}

.product_listing.disabled{
pointer-events: none;
opacity: 0.6;
}

.product_listing > div > hr{
margin: 0.25em 0;
border-top: 1px solid rgba(255,255,255,0.3);
}

.product_listing > div:hover{
background-color: rgba(255,255,255,0.65);
}

.product_feature_row.even{
background-color: rgba(255,255,255,0.1);
}

.product_feature_row > .col-md-1{
padding-left: 0.5em!important;
font-size: 0.9em;
white-space: nowrap;
}

.product_listing > div > div{
padding: 0.25em 0.5em;
}

.product_header{
background-color: rgba(37,37,37,0.9);
padding: 0.25em;
border-bottom: 1px solid rgba(255,255,255,0.3);
display: flex;
align-items: center;
/* background-color: rgba(0, 60, 100, 1); */
color: rgba(255, 255, 255, 0.85);
}

.product_footer{
padding: 0!important;
font-size: 0.6em;
line-height: 1;
margin-left: -2em;
margin-top: 1em;
}

.product_title{
flex: 1;
margin-right: 0.5em;
}

.product_usage{
color: rgba(255,255,255, 0.7);
font-size: 0.6em;
line-height: 1;
}

.product_price{
flex: 1;
text-align: center;
}

.product_crossout{
text-decoration: line-through;
margin-right: 1em;
color: rgba(255,255,255, 0.7);
}

.product_button{
/* margin: 0.5em; */
display: block;
width: 100%;
border-radius: 0;
}

.product_feature_container{
flex: 1;
text-align: left;
}

.product_feature{
font-size: 1rem;
line-height: 1;
margin-bottom: 0.25rem;
}

.product_check::before{
content: "\2713";
color: #22aa22;
}

.product_cross::before{
content: "\2717";
color: #D22;
}

.product_check,
.product_cross{
margin-left: 1em;
text-indent: -1em;
}

.payment_frame{
width: 100%;
height: calc(100vh - 15em - 6rem);
}

#analyticsModal .analytics_frame{
height: calc(100vh - 11em - 3rem);
width: 100%;
}

#analyticsModal .modal-body{
padding: 0;
}

.contain-hex
{
background-image: url("/static/img/border1.png");
background-repeat:no-repeat;
background-size: 87%;
font-size: 35.7vh;
width: 100%;
background-position: center;
Visibility: visible;
display: block;
line-height: 0;
max-width: 100%;
}

.modal-body .contain-hex {
height: 1em;
}

.landing-page .contain-hex {
  height: 80%;
}

.landing-page-fade-enter-active {
  transition: opacity 2s;
}

.landing-page-fade-enter {
  opacity: 0;
}

.contain-hex-tutorial{
background-image: url("/static/img/border1.png");
background-repeat:no-repeat;
background-size: contain;
height: 304.48px;
background-repeat: no-repeat;
Visibility: visible;
position: relative;
margin-left: -10px;
}

.contain-hex-tutorial:hover
{
  filter: drop-shadow(0px 0px 8px rgba(255,0,0,1)) drop-shadow(0px 0px 6px rgba(255,102,0,0.5));
}


.scene-health-text-top .layer-container{
  position: absolute;
  width: 65px;
  height: 65px;
  margin: auto;
  left:-12px;
  right:auto;
  overflow: visible;
}

.scene-health-text-top .layer{
  top:-14px;
}

.style-guide-image-hover{
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  /* top: 40%; */
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;

}

.style-guide-hover-text{
width: 65%;
    height: 50%;
    position: absolute;
    left: 18%;
    top: 40%;
    line-height: 1.2;
    font-size: 14px;
    color:transparent;
}


.contain-hex-tutorial:hover .style-guide-hover-text{

  color:white;
}
.contain-hex-tutorial:hover .style-guide-image-hover{
  background-color: rgba(0, 0, 0, 0.63);
}


.hex-tutorial {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    position: relative;
  }

  .contain-hex::before{
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .outer-hex{
    position: relative;
    height: 12vw;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    display: inline-block;
  }

  .hex{
      overflow: hidden;
      visibility: hidden;
      position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    height: 100%;
    width: 100%;
  }

  .hex-tutorial{
    left: -4.5px;
    top: 29px;
  }
  .hex-in1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);

  }
  .hex-in2 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    background-size: contain;
    text-align: center;
  }

  .hex1-tutorial{
    width:307.56px ;
    height:205.92px ;

  }
  .hex-videos{
  height:100%;
  width:70%;
  opacity:0;
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.5s ease-in;
  }



  .contain-hex:hover .hex-videos

  {
  opacity:1;

  }

  .style-icons{
    font-size: 45px;
    position: absolute;
    top: -65%;
    right: 43%;
  }
  .hex-image-printcast
  {
    background-image: url('/static/img/PrintCASTHexInner.png');
  }

  .hex-image-geocast
  {
    background-image: url('/static/img/GeoCASTHexInner.png');
  }

  .hex-image-showcast
  {
    background-image: url('/static/img/ShowCASTHexInner.png');
  }

@media screen and (max-width:991px){
  .contain-hex-tutorial{
    width:224px;
    height:193.76px;
  }
  .hex1-tutorial{
    width: 234.86px;
    height: 157.24px;
  }
  .hex-tutorial{
    top:20px;
    left:-6px;
  }
  .modal-shrink{
    width: 580px!important;
    max-width: 580px!important;
  }
  .style-guide-hover-text{
    font-size: 12px;
  }

  .style-icons{
    right:40%;
  }

}

.product_listing > div > .row{
  align-items: center;
}

.product_trial_row{
  padding-bottom: 1em;
}

.product_listing.disabled{
  pointer-events: none;
  opacity: 0.6;
}

.product_listing > div > hr{
  margin: 0.25em 0;
  border-top: 1px solid rgba(255,255,255,0.3);
}

.product_listing > div:hover{
  background-color: rgba(255,255,255,0.65);
}

.product_feature_row.even{
  background-color: rgba(255,255,255,0.1);
}

.product_feature_row > .col-md-1{
  padding-left: 0.5em!important;
  font-size: 0.9em;
  white-space: nowrap;
}

.product_listing > div > div{
  padding: 0.25em 0.5em;
}

.product_header{
  background-color: rgba(37,37,37,0.9);
  padding: 0.25em;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  /* background-color: rgba(0, 60, 100, 1); */
  color: rgba(255, 255, 255, 0.85);
}

.product_footer{
  padding: 0!important;
  font-size: 0.6em;
  line-height: 1;
  margin-left: -2em;
  margin-top: 1em;
}

.product_title{
  flex: 1;
  margin-right: 0.5em;
}

.product_usage{
  color: rgba(255,255,255, 0.7);
  font-size: 0.6em;
  line-height: 1;
}

.product_price{
  flex: 1;
  text-align: center;
}

.product_crossout{
  text-decoration: line-through;
  margin-right: 1em;
  color: rgba(255,255,255, 0.7);
}

.product_button{
  /* margin: 0.5em; */
  display: block;
  width: 100%;
  border-radius: 0;
}

.product_feature_container{
  flex: 1;
  text-align: left;
}

.product_feature{
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.product_check::before{
  content: "\2713";
  color: #22aa22;
}

.product_cross::before{
  content: "\2717";
  color: #D22;
}

.product_check,
.product_cross{
  margin-left: 1em;
  text-indent: -1em;
}

.payment_frame{
  width: 100%;
  height: calc(100vh - 15em - 6rem);
}

#analyticsModal .analytics_frame{
  height: calc(100vh - 11em - 3rem);
  width: 100%;
}

#analyticsModal .modal-body{
  padding: 0;
}

/* Upload help */

.help-topic .help-icon-column{
  text-align: center;
}

.help-topic .help-icon-column img{
  height: 5em;
}

.help-topic .help-icon-column a > img{
  filter: drop-shadow(0px 0px 4px rgba(255,255,255,0.5));
}

.help-topic .help-icon-column a:hover > img{
  filter: drop-shadow(0px 0px 6px #FFFFFF);
  filter: drop-shadow(0px 0px 6px rgba(255,0,0,1)) drop-shadow(0px 0px 4px rgba(255,102,0,0.5));
}

.help-topic h5,
.help-topic h4{
  color: rgba(255,255,255, 1);
}

.help-topic .modal-body > .row{
  padding: 0.75em 0;
}

.help-topic .modal-body > .row:not(:last-child){
  border-bottom: 1px solid rgba(255,255,255,0.5);

}

.help-topic p{
  margin-bottom: 1em;
}

/* Tutorial video modals */

.modal-fluid.modal-dialog{
  max-width: 90%;
  width: max-content;
}

.tutorial-modal > .modal-content > .modal-body > video{
  max-width: 100%;
  max-height: calc(100vh - 22.5em);
}

.tooltipster-controls {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.points-container{
  width: 12em;
  margin: auto;
 border-radius:.75rem;
 -webkit-box-shadow: 3px 3px 9px 2px rgba(0,0,0,0.62);
 box-shadow: 3px 3px 9px 2px rgba(0,0,0,0.62);
}

.points-container > .modal-header{
  justify-content: center;
  font-size: 0.8em;
  margin-top:15px;
  padding:0%;
  font-weight:lighter;
  background-color: #3673B7!important;
  color:white;
}

.points-container > .modal-body{
  line-height:1.3;
  background-color: #22232d!important;
  border-bottom-left-radius:.75rem;
  border-bottom-right-radius:.75rem;
  padding-top:5%;
  font-size:0.85em;
  font-weight:700;
  padding-right:0%;
  color:white;
}

.scene-health-container{
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 20px;
  margin-left:5px;
  right: 0;
  width: 600px;
  display: block;
  margin: 1.25em 5px 33px;
  z-index: 900 !important;
  pointer-events: none;

}



.scene-health-text-top{
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  pointer-events: none;
  line-height: 2.5;
  margin-bottom: -2px;
  vertical-align: middle;

}

#dragAndDropUploadPreviewImg {
  width: 100%;
  height: calc(100vh - 27.5em);
  object-fit: contain;
}

#dragAndDropUploadPreviewAud {
  width: 100%;
}

#dragAndDropUploadPreviewAudStaticImg {
  width: 100%;
  height: calc(100vh - 28.5em);
  object-fit: contain;
}

#dragAndDropUploadPreviewVid {
  width: 100%;
  height: calc(100vh - 36em);
  object-fit: contain;
}

#dragAndDropUploadPreviewObjCanvas {
  width: 100%;
  height: calc(100vh - 30em);
  object-fit: contain;
  display: block;
  margin: auto;
}

.drag-and-drop-loading-container{
  width: 100%;
  height: calc(100vh - 30em);
  position: relative;
}

.drag-and-drop-loading-container > .layer-container{
  top: calc(50% - 150px);
}

.spinner-text{
  margin-left: 40px;
}
.scene-health-row{
  display:block;
  padding-top: 0;
}

.scene-health-container .tooltip-question{
  color: #FFF;
  font-size: 14px;
  pointer-events: auto;

}

.popover-scenehealth p{
  padding-bottom:5%;
}

.wrapper-scenehealth .popover-header{
  pointer-events: auto;
}

.wrapper-scenehealth .popover-body{
  pointer-events: auto;
}

.small-hex {
  color: white;
  text-shadow: 0px 1px 3px #000000;
  text-align: center;
  line-height: 39px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}

.small-hex-size{
  width: 42.3px;
  height: 41px;
}

.hex-border{
  position: absolute;
}

.hex-border img{
  left: -4.5px;
  top: -1.4px;
  position: absolute;
  width: 50px;
}

#scene-health-row-header, #scene-health-row-one, #scene-health-row-two, #scene-health-row-three,
#scene-health-row-four, #scene-health-row-five{
position: absolute;
}

#scene-health-row-one{
  top: -116px;
}

#scene-health-row-two{
  top: -90.5px;
  left: 44px;
}

#scene-health-row-three{
  top:-65px;
}

#scene-health-row-four{
   top: -39.5px;
  left: 44px;
}

#scene-health-row-five{
  top:-14px;
}

#scene-health-row-header{
  top:-155px;
}

#trust-badge-container{
  z-index: 1;
  position: absolute;
  background-image: url("/static/img/trust-badge-img.png");
  width: 423px;
  height: 213px;
  visibility: visible;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 10%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}

#cbs-news{
  width: 20%;
  height: 35%;
  left: 18%;
  bottom: -34%;
  position: relative;
  display: inline-block;
  pointer-events: auto;

}

#digital-journal{
  width: 24%;
  height: 35%;
  left: 18%;
  bottom: -34%;
  position: relative;
  display: inline-block;
  pointer-events: auto;

}

#nbc-news{
  width: 19%;
  height: 35%;
  left: 18%;
  bottom: -34%;
  position: relative;
  display: inline-block;
  pointer-events: auto;

}
