.info-tip svg {
  top: -1px;
  position: relative;
}

.saving {
  opacity: .2;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

html {
  scroll-behavior: smooth;
}

textarea.disabled,
input.disabled,
select.disabled {
  pointer-events: none;
  opacity: .6;
}

input[disabled] {
  opacity: .6;
}

.status-tooltip {
  width: 200px;
  margin-left: -85%;
}

.info-tip.category .carrot {
  left: 5%;
  position: relative;
}

.collapsed {
  display: none;
}

.open {
  display: block;
}

.new-video-form.open {
  border-color: transparent !important;
}

.add-new-container.hidden {
  display: none;
}

video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

body.jbjs-body-disabled > div:first-of-type {
  opacity: .6;
  pointer-events: none;
}

.jbjs-progress-modal {
  background: white;
  opacity: 1;
  height: 50vh;
  width: 50vw;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: #fff;
  opacity: 1;
  z-index: 1000;
  color: black;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  padding: 10em 10%;
  z-index: 1000;
}

.jbjs-progress-modal.shown {
  display: flex;
  flex-direction: column;
}

.jbjs-progress-modal .bcuploader-video-container {
  width: 100%;
}

