.loader__container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  .loader__container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.6;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff; }
  .loader__container--main {
    z-index: 5; }
  .loader__container--main::after {
      opacity: 1; }
  .loader__container--inline {
    position: static; }
  .loader__container--inline::after {
      content: none; }
  .loader__container--solid::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff; }
  .loader__loader-container {
  position: relative;
  z-index: 3; }
  .loader__loader-container svg {
    width: 100% !important;
    height: 100% !important; }
  .loader__image {
  max-width: 100%; }

.voiceover-icon {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 30px; }
  .voiceover-icon__image {
    position: absolute;
    top: 18px;
    left: 26px;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain; }
  .voiceover-icon__image--unlocked {
      background-image: url(/static/vo-crown.svg); }
  .voiceover-icon__image--locked {
      background-image: url(/static/vo-crown-locked.svg); }
  .voiceover-icon__gender {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background-size: contain; }
  .voiceover-icon__gender--male {
      background-image: url(/static/voice-male.svg); }
  .voiceover-icon__gender--female {
      background-image: url(/static/voice-female.svg); }
  .voiceover-icon__gender--mute {
      background-image: url(/static/voice-mute.svg); }

.config {
  position: relative;
  width: 100%;
  max-width: 375px;
  padding: 40px;
  padding-right: 50px; }
  @media (min-width: 1601px) {
    .config {
      padding-right: 60px; } }
  .config--tablet {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 102;
    height: 470px;
    min-height: 470px;
    box-shadow: -7px 0 5px -5px rgba(0, 0, 0, 0.5);
    padding: 40px 20px 0 20px;
    background: rgba(245, 245, 245, 0.9);
    transition: right 0.25s ease-out; }
  .config__container {
    position: relative;
    overflow-y: visible;
    height: 100%; }
  .config__container--loading > * {
      opacity: 0; }
  .config__container--loading .rhs-loading-overlay {
      opacity: 1; }
  @media (max-width: 1349px) {
      .config__container {
        overflow-y: auto;
        padding-bottom: 20px; } }
  .config__open-button {
    position: absolute;
    top: 175px;
    left: -30px;
    width: 75px;
    height: 85px;
    box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 35%;
    background: rgba(232, 232, 232, 0.8);
    transition: opacity 0.25s ease-out;
    cursor: pointer; }
  .config__open-icon {
    width: 30px;
    height: 30px;
    margin-left: -2px;
    color: #333;
    font-size: 30px;
    transform: rotateZ(-90deg); }
  .config__close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    border: none;
    background: transparent;
    color: #333;
    font-size: 24px;
    cursor: pointer; }

.lottie-config {
  position: relative;
  z-index: 5;
  color: #333; }
  .lottie-config--disabled {
    opacity: 0.5; }
  .lottie-config--disabled::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: transparent; }
  .lottie-config__button {
    margin-right: 5px !important; }
  .lottie-config__header {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase; }
  @media (max-width: 1349px) {
    .lottie-config__top {
      margin-top: 40px; } }
  .lottie-config__dropdown {
    width: calc(100% - 45px); }
  .lottie-config__label {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px; }
  .lottie-config__speed {
    margin-top: 12px;
    font-size: 14px; }
  .lottie-config__speed-value {
    margin-right: 16px; }
  .lottie-config__color-group, .lottie-config__text-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    color: #acacb7; }
  .lottie-config__font-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5px; }
  .lottie-config__font-options label.lottie-config__checkbox {
      width: 30px;
      height: 30px;
      margin: 0;
      padding: 0; }
  .lottie-config__font-options__left {
      display: flex; }
  .lottie-config__font-options__left label.lottie-config__checkbox {
        margin-right: 8px; }
  .lottie-config__color-input {
    transition: opacity 0.2s; }
  .lottie-config__color-input input {
      width: 35px;
      height: 35px; }
  .lottie-config__colors, .lottie-config__text, .lottie-config__transition, .lottie-config__opacity, .lottie-config__delay {
    position: relative;
    width: 100%;
    margin-top: 30px; }
  .lottie-config__colors, .lottie-config__text {
    margin-top: 20px; }
  .lottie-config__transition {
    margin-bottom: 20px; }
  .lottie-config__colors-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0; }
  .lottie-config__colors--has-text {
    margin-top: -45px;
    margin-left: 50px;
    border-left: 1px solid #333;
    padding-left: 12px; }
  .lottie-config__colors--has-text .lottie-config__label {
      display: none; }
  @media (max-width: 1349px) {
    .lottie-config__colors {
      margin-top: 10px; } }
  @media (max-width: 1349px) {
    .lottie-config__opacity, .lottie-config__transition {
      margin-top: 20px; } }
  .lottie-config__play-button {
    height: 30px;
    margin: 0;
    margin-bottom: 10px;
    background: #e3e3e6; }
  .lottie-config__play-button--disabled {
      opacity: 0.5; }
  .lottie-config__align-buttons {
    display: flex;
    justify-content: space-between; }
  .lottie-config__checkbox {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0; }
  .lottie-config__checkbox span {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      padding: 10px 15px;
      background: transparent;
      color: #333;
      font-size: 14px; }
  .lottie-config__checkbox .icon-loop {
      font-size: 14px; }
  .lottie-config__loop {
    margin-right: 5px; }
  .lottie-config__font {
    margin-top: 2px; }
  .lottie-config__font-select {
    width: 100%;
    color: #000; }
  .lottie-config__font-select--small {
      max-width: 500px; }
  .lottie-config__font-size {
    z-index: 0 !important;
    padding-right: 2px !important; }
  .lottie-config__delay {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px; }
  .lottie-config__delay .lottie-config__label {
      width: auto;
      margin-right: 15px;
      margin-bottom: 0; }
  .lottie-config__delay--disabled {
      opacity: 0.5; }
  .lottie-config__textarea {
    height: 75px;
    margin-top: 4px;
    padding: 10px 20px; }
  .lottie-config__section-title {
    width: 100%;
    color: #333;
    font-weight: 500; }
  .lottie-config__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 15px; }
  .lottie-config__row--no-margins {
      margin-top: 0; }
  .lottie-config__row--last {
      margin-top: 5px !important; }
  .lottie-config__text-color {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0; }
  .lottie-config__text-color__overlay {
      position: absolute;
      bottom: 10px;
      z-index: 1;
      display: flex;
      justify-content: center;
      width: 35px;
      height: 25px;
      padding-top: 6px;
      background: #fff;
      color: #333;
      font-weight: 700;
      font-family: "Times New Roman", Times, serif;
      cursor: pointer; }
  .lottie-config__text-color .color-input__container {
      width: 35px; }
  .lottie-config__text-color .color-input__input {
      margin: 0;
      border-radius: 0; }
  .lottie-config__inline {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .lottie-config__inline--center {
      justify-content: center;
      width: 100%; }
  .lottie-config__delete-button-container {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0; }
  .lottie-config__transition-select .select__container .select__control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 8px 13px; }
  .lottie-config .form__dropdown {
    margin-bottom: 0; }
  @media (max-width: 1349px) {
    .lottie-config {
      overflow-x: hidden; }
      .lottie-config__dropdown,
      .lottie-config__font-select .select__container {
        max-width: 100%; }
      .lottie-config__top {
        margin-top: 0; } }

.rhs-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: #f5f5f5; }
  .rhs-loading-overlay__loader {
    width: 100px;
    height: 100px; }
  @media (max-width: 1349px) {
    .rhs-loading-overlay {
      background: transparent; } }

.lottie-config__layers {
  display: flex; }
  .lottie-config__layers__button {
    background-position: center;
    background-repeat: no-repeat; }

.color-input__picker {
  position: absolute;
  top: 30px;
  right: 30px; }
  .color-input__picker--inline {
    position: static;
    margin: 10px; }
  @media (max-width: 1349px) {
    .color-input__picker {
      right: 0;
      left: initial; } }
  .color-input__picker-container {
  position: absolute;
  z-index: 102; }
  .color-input__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2); }
  .color-input__input {
  position: relative;
  width: 30px;
  height: 30px;
  box-shadow: 0 8px 24px 0 rgba(67, 52, 90, 0.15);
  margin: 0 5px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background-size: 11px;
  font-size: 0;
  cursor: pointer; }
  .color-input__input:disabled {
    opacity: 0.5;
    cursor: default; }

.lottie-config__alignment input::-moz-selection, .lottie-config__alignment label::-moz-selection {
  background: transparent;
  color: #000; }

.lottie-config__alignment input::selection,
.lottie-config__alignment label::selection {
  background: transparent;
  color: #000; }

.lottie-config__alignment .form__checkbox:checked + span {
  background: inherit !important;
  color: #000 !important; }

.lottie-config__alignment label.lottie-config__checkbox {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0; }

.select__arrow--opened {
  transform: rotate(180deg); }

.select__control {
  box-shadow: 0 8px 16px 0 rgba(67, 52, 90, 0.15);
  border: 2px solid #fff;
  padding: 0 25px; }

.select__control--is-focused, .select__control--menu-is-open {
    box-shadow: 0 8px 16px 0 rgba(67, 52, 90, 0.15) !important;
    border-color: #2bbfb8 !important; }

.select__option {
  padding: 15px 35px !important; }

.select__option--is-selected, .select__option:hover {
    background: linear-gradient(to right, #53eab3, #2bbfb8 100%) !important;
    color: #fff; }

.select__input {
  padding: 25px 0; }

.select__menu {
  z-index: 5 !important;
  overflow: auto;
  opacity: 1; }

@media (max-width: 1349px) {
    .select__menu {
      margin-bottom: 100px; } }

.select__container {
  width: 100%;
  max-width: 500px; }

.select__container .select__indicator-separator {
    display: none; }

.select__container--small {
    width: 120px;
    margin-bottom: 0;
    padding: 0; }

.select__container--small .select__input {
      padding: 0; }

.select__container--small .select__menu-list {
      margin: 0 !important;
      padding: 0 !important; }

.select__container--small .select__control {
      border: 2px solid #fff;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      padding: 11px 13px;
      cursor: pointer; }

.select__container--small .select__value-container {
      max-width: 32px;
      height: 24px;
      padding: 0; }

.select__container--small .select__indicator {
      padding: 0; }

.select__container--small .select__arrow {
      width: 11px;
      height: 5px; }

.select__container--small .select__option {
      padding: 15px !important; }

.select__container--medium .select__input {
    padding: 0; }

.select__container--medium .select__menu {
    z-index: 6; }

.select__container--medium .select__menu-list {
    margin: 0 !important;
    padding: 0 !important; }

.select__container--medium .select__control {
    border: 2px solid #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 13px 13px;
    cursor: pointer; }

.select__container--medium .select__value-container {
    height: 24px;
    padding: 0; }

.select__container--medium .select__indicator {
    padding: 0; }

.select__container--medium .select__arrow {
    width: 11px;
    height: 5px; }

.select__container--medium .select__option {
    position: relative;
    z-index: 111;
    padding: 15px !important;
    cursor: pointer; }

.select__container--full {
    width: 100%; }

.select__container--full .select__value-container {
      max-width: 100%; }

.select__container--full .select__control {
      border-radius: 5px; }

.select__container--button {
    width: 120px;
    margin-bottom: 0;
    padding: 0; }

.select__container--button .select__input {
      padding: 0; }

.select__container--button .select__menu-list {
      margin: 0 !important;
      padding: 0 !important; }

.select__container--button .select__control {
      border: 2px solid #2bbfb8;
      border-radius: 5px;
      padding: 6px;
      background: #fff;
      transition: all 0.3s ease-in-out;
      cursor: pointer; }

.select__container--button .select__control:hover {
        opacity: 0.8;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
        border: 2px solid #2bbfb8; }

.select__container--button .select__value-container {
      height: 24px;
      padding: 0; }

.select__container--button .select__indicator {
      padding: 0; }

.select__container--button .select__arrow {
      width: 11px;
      height: 5px; }

.select__container--button .select__option {
      padding: 15px !important; }

.select__container--button.select__container--disabled {
      opacity: 0.5; }

.select__container--grey .select__control {
    box-shadow: none;
    border: 2px solid #acacb7; }

.hsv-slider__row {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.hsv-slider .slider__container {
  width: calc(100% - 20px);
  margin: 0; }

.hsv-slider .slider__container .slider {
    margin: 7px 0; }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.slider {
  margin: 15px 0; }
  .slider .rc-slider-track {
    opacity: 0.9;
    background-color: #acacb7; }
  .slider .rc-slider-handle {
    border-width: 3px;
    border-color: #333; }
  .slider__container {
    margin: 0 10px; }

.lottie-config__autofit__button {
  font-size: 30px !important; }

.lottie-config__flip__icon-flip {
  font-size: 24px !important; }

.lottie-config__fit {
  display: flex; }
  .lottie-config__fit__icon-fit-to-height, .lottie-config__fit__icon-fit-to-width {
    font-size: 24px !important; }

.lottie-config__delay-input.form__input {
  z-index: 0;
  width: 75px;
  height: 24px;
  margin-right: 10px;
  padding: 20px 15px; }

.audio-config--disabled {
  opacity: 0.5; }

.audio-config__slider--disabled {
  background-color: transparent !important; }

.placement-select__container {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  background: #ddd; }

.placement-select__label {
  width: 33.33333%;
  cursor: pointer; }

.placement-select__select-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px; }

.placement-select__dot {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #acacb7;
  border-radius: 50%;
  background: #acacb7;
  transition: none 0.4s ease-in-out;
  transition-property: border, background; }

.placement-select__input {
  display: none; }

.placement-select__input:checked:not(:disabled) + .placement-select__select-container .placement-select__dot {
    border: 2px solid #2bbfb8;
    background: #fff; }

.placement-select__input:disabled + .placement-select__select-container {
    opacity: 0.2; }

.effects-config__fitting {
  justify-content: space-between;
  width: 85%;
  margin: 15px auto !important; }
  .effects-config__fitting button {
    margin: 0 5px; }
  .effects-config .form-button-icon {
  font-weight: bold; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  /*  override material ui header */
  z-index: 2000;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media (max-width: 1349px) {
    .modal {
      display: block; } }
  @media (max-width: 1349px) {
    .modal--centered {
      display: flex; }
      .modal--centered .modal__content {
        top: 0; } }
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .modal__overlay--disabled {
      cursor: default; }
  .modal__overlay::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0.5;
      display: block;
      width: 100%;
      height: 100%;
      background: #000; }
  .modal__heading {
    margin-top: 0;
    font-weight: 500;
    font-size: 18px; }
  .modal__content {
    position: relative;
    z-index: 102;
    overflow: auto;
    width: 100%;
    max-width: 1000px;
    max-height: 100%;
    padding: 40px;
    background-color: #fff; }
  @media (max-width: 1349px) {
      .modal__content {
        top: 50px;
        margin: 0 auto;
        margin-bottom: 50px; } }
  .modal__content--no-padding {
      padding: 0; }
  .modal__content--small {
      max-width: 800px; }
  .modal__content--xsmall {
      max-width: 500px; }
  .modal__close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 102;
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer; }

.file-upload__container {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .file-upload__container--dragging {
    background: #978d8d; }
  .file-upload__container--disabled {
    opacity: 0.3; }
  .file-upload__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .file-upload__error {
  display: block;
  margin: 5px 0;
  color: #a31e0c; }
  .file-upload__loader {
  z-index: 3;
  width: 100px; }

.image-config__options-container {
  position: relative; }
  .image-config__options-container--disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.8;
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5; }
  .image-config__buttons-container {
  margin: 20px 0 !important; }
  .image-config__file-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  border: 1px dashed #acacb7;
  border-radius: 8px;
  padding: 0 20px;
  text-align: center;
  cursor: pointer; }
  .image-config__file-upload--disabled {
    opacity: 0.5;
    cursor: default; }
  .image-config__delete-button-container {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 10px; }
  .image-config__delete-button {
  border: none;
  border-radius: 20px;
  padding: 10px 15px;
  background: linear-gradient(to right, #e3e3e6, #acacb7 100%);
  color: #fff;
  font-size: 18px;
  cursor: pointer; }
  .image-config__delete-button:disabled {
    background: #e3e3e6;
    cursor: auto; }

.list-element {
  position: relative;
  overflow: hidden;
  width: calc(20% - 20px);
  margin: 10px;
  border: 2px solid #fff;
  border-radius: 8px; }
  .list-element--checkbox:not(.list-element--disabled) {
    cursor: pointer; }
  .list-element--checkbox:not(.list-element--disabled):hover {
      border-color: #2bbfb8; }
  .list-element--disabled {
    opacity: 0.3; }
  .list-element--selected {
    border-color: #2bbfb8; }
  @media (max-width: 1349px) {
    .list-element {
      width: calc(20% - 10px);
      margin: 5px; } }
  .list-element--button {
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0; }
  @media (max-width: 1349px) {
      .list-element--button {
        width: 100%;
        margin: 0; } }
  .list-element__preview-image, .list-element__preview-video {
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .list-element__overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.4s ease; }
  @media (max-width: 1349px) {
      .list-element__overlay {
        opacity: 1;
        padding: 3px; }
        .list-element__overlay .btn--small {
          height: 20px; } }
  .list-element__flag-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #2bbfb8;
    font-size: 32px; }
  .list-element__links {
    display: flex;
    flex-direction: column; }
  .list-element__links > *,
    .list-element__links .btn--small {
      margin: 5px 0; }
  .list-element__background-image {
    position: relative;
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover; }
  @media (max-width: 1349px) {
      .list-element__background-image {
        height: 150px; } }
  .list-element__background-image--placeholder {
      border: 2px dashed #acacb7; }
  .list-element__background-image--media {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #f5f5f5;
      text-align: center; }
  .list-element__background-image--logo {
      background: url(/static/transparency-bg.png); }
  .list-element__background-image:hover .list-element__overlay {
      opacity: 1; }
  .list-element__info {
    overflow: hidden;
    min-height: 30px;
    margin: 3px 0;
    padding: 5px;
    background: #f5f5f5;
    color: #acacb7;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .list-element__info--time {
      display: flex;
      justify-content: space-between; }
  .list-element__info--time span {
        padding: 0 5px; }
  @media (max-width: 1349px) {
          .list-element__info--time span {
            padding: 0 2px;
            font-size: 9px;
            line-height: 18px; } }
  .list-element__info:last-of-type {
      margin-bottom: 0; }
  .list-element__index {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
    margin: 0;
    color: #2bbfb8;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 1px 1px #fff; }
  .list-element__delete-button {
    position: absolute;
    top: 2px;
    right: 2px;
    border: none;
    background: transparent;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer; }
  @media (max-width: 1349px) {
      .list-element__delete-button {
        top: 0;
        right: 0;
        font-size: 12px; } }
  .list-element__draft-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    background: #f5f5f5;
    color: #acacb7;
    text-decoration: none;
    transition: background 0.4s ease-in-out;
    cursor: pointer; }
  .list-element__draft-link:hover {
      background: gainsboro; }
  .list-element__upload-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer; }
  .list-element__draft-icon, .list-element__upload-icon {
    color: #acacb7;
    font-size: 32px;
    transform: rotate(45deg); }
  .list-element__video {
    display: block;
    width: 100%;
    height: 100%; }
  .list-element__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .list-element__audio {
    display: block;
    margin: 0 auto;
    color: #2bbfb8;
    font-size: 68px; }
  .list-element__loader-container {
    position: static; }
  .list-element__loader {
    max-width: 120px; }

.product-assets-config--disabled {
  opacity: 0.5; }
  .product-assets-config--disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent; }
  @media (max-width: 1349px) {
  .product-assets-config__top {
    margin-top: 40px; } }
  .product-assets-config__inline {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .product-assets-config__inline--center {
    justify-content: center;
    width: 100%; }
  .product-assets-config__button {
  margin-right: 5px !important;
  font-size: 24px !important; }
  .product-assets-config__label {
  display: block;
  margin: 20px 0 10px;
  color: #333;
  font-weight: 400; }
  .product-assets-config__opacity-slider--disabled .rc-slider-handle {
  opacity: 0.5; }
  .product-assets-config__delay-container {
  display: flex;
  align-items: center;
  margin-top: 20px; }
  .product-assets-config__delay-label {
  margin-right: 15px;
  color: #333;
  font-weight: 400; }

.tabs__progress {
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #f5f5f5; }
  .tabs__progress-bar {
    display: block;
    height: 8px;
    border-radius: 8px;
    background: linear-gradient(to right, #53eab3, #2bbfb8 100%);
    transition: width 0.3s ease-in-out; }
  .tabs__list {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: space-between;
  margin-bottom: 100px; }
  @media (max-width: 1349px) {
    .tabs__list {
      margin-bottom: 50px; } }
  .tabs__list-item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    border-right: 1px solid #c7c7cf;
    padding: 10px 10px 10px 0;
    background: transparent;
    color: #acacb7;
    font-weight: 300;
    font-size: 14px; }
  .tabs__list-item:last-child {
      border-right: none; }
  .tabs__list-item--active, .tabs__list-item--before {
      color: #333; }
  .tabs__list-item--disabled {
      cursor: default; }
  .tabs__list-item--disabled:not(.tabs__list-item--active) {
        opacity: 0.7; }
  .tabs__list--secondary {
    margin: 20px 0; }
  .tabs__list--secondary .tabs__list-item {
      margin-bottom: 0;
      padding: 10px 12px;
      color: #333;
      text-align: center;
      cursor: pointer; }
  @media (max-width: 1349px) {
        .tabs__list--secondary .tabs__list-item {
          font-size: 11px; } }
  .tabs__list--secondary .tabs__list-item--active {
        border-radius: 20px;
        border-right: none;
        background: linear-gradient(to right, #53eab3, #2bbfb8 100%);
        color: #fff; }
  .tabs__list--secondary .tabs__list-item--previous {
        border-right: none; }
  .tabs__list--preview {
    margin-bottom: 20px; }
  .tabs__enter {
  position: absolute;
  opacity: 0;
  transform: translate3d(100%, 0, 500px) skewX(45deg); }
  .tabs__enter--done {
    position: relative;
    opacity: 1;
    transition: transform 0.5s ease-in-out;
    transform: translate3d(0) skewX(0deg); }
  .tabs__exit {
  transition: transform 0.5s ease-in-out; }
  .tabs__exit--active {
    transform: translate3d(-100%, 0, 500px) skewX(-45deg); }
  .tabs__exit--done {
    opacity: 0;
    display: none; }
  .tabs__content {
  width: 100%;
  padding-bottom: 80px; }
  .tabs__content--secondary, .tabs__content--preview {
    padding-bottom: 0; }

.project-limit-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #333;
  font-weight: 300;
  text-align: center; }
  .project-limit-modal__warn-icon {
    display: block;
    color: #2bbfb8;
    font-size: 72px; }
  .project-limit-modal__button {
    max-width: 200px; }

.pagination__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: none;
  background-color: #f5f5f5;
  color: #fff;
  font-weight: 700;
  cursor: pointer; }
  @media (max-width: 1349px) {
    .pagination__number {
      width: 20px;
      height: 20px; } }
  .pagination__number--active, .pagination__number:hover {
    background: linear-gradient(to right, #53eab3, #2bbfb8 100%); }
  .pagination__numbers-container {
  display: flex;
  align-items: flex-end; }
  .pagination__dots {
  margin-bottom: 5px;
  font-size: 22px; }

.upload-modal {
  position: relative; }
  .upload-modal .modal__content {
    max-height: initial; }
  .upload-modal .btn-container {
    margin-top: 0; }
  .upload-modal__content {
    position: relative; }
  .upload-modal__upload-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110px;
    border: 1px dashed #acacb7;
    padding: 20px;
    color: #acacb7;
    cursor: pointer; }
  .upload-modal__upload-icon {
    margin-bottom: 20px;
    color: #acacb7;
    font-size: 32px;
    transform: rotate(45deg); }
  .upload-modal__container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
  .upload-modal__loader {
    max-width: 200px; }
  .upload-modal--with-submit {
    max-width: 1200px;
    padding: 40px 100px; }
  .upload-modal .loader__container {
    overflow: hidden; }

.voice-config__options-container {
  position: relative; }
  .voice-config__options-container--disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.8;
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5; }
  .voice-config__file-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px dashed #acacb7;
  border-radius: 8px;
  padding: 0 20px;
  text-align: center;
  cursor: pointer; }
  .voice-config__file-upload--disabled {
    opacity: 0.5; }
  .voice-config__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  .voice-config__delete-button {
  margin-left: 10px; }
  .voice-config__upload-label {
  position: relative;
  display: flex;
  align-items: center; }
  .voice-config__upload-label .icon-crown-gold {
    position: absolute;
    left: -30px;
    display: block;
    font-size: 30px; }

.custom-scroll__container {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%; }
  .custom-scroll__container--thumbnails {
    overflow: initial;
    display: block;
    width: initial; }
  .custom-scroll__container-holder {
    height: 470px;
    margin: 0; }
  @media (max-width: 1349px) {
      .custom-scroll__container-holder {
        height: 800px; } }
  .custom-scroll__container-wrapper {
    right: 20px !important; }
  .custom-scroll__container-track {
    position: relative;
    background: transparent !important; }
  .custom-scroll__container-track::after {
      content: '';
      position: absolute;
      top: 0;
      left: calc(50% - 2px);
      display: block;
      width: 4px;
      height: 100%;
      background: #f5f5f5; }
  .custom-scroll__container-thumb {
    position: relative;
    z-index: 2;
    border: 2px solid #2bbfb8;
    border-radius: 50% !important;
    background: #fff !important; }

.captions-config .icon-capitalize {
  font-size: 18px; }

.captions-config__above-overlay {
  z-index: 4; }

.captions-config__container {
  position: relative; }

.captions-config__container--disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.8;
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: 3; }

.captions-config__container .form__checkbox:disabled + span,
  .captions-config__container .form__radio:disabled + span {
    opacity: 1;
    cursor: default; }

.captions-config__container .dropdown-font-name {
    text-overflow: ellipsis; }

.captions-config__container .dropdown-button {
    height: auto !important;
    box-shadow: 0 8px 24px 0 rgba(67, 52, 90, 0.15);
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 19px !important;
    background: #fff !important; }

.captions-config__container .dropdown-button:hover {
      box-shadow: inset 0 0 0 2px #acacb7; }

.captions-config__container .dropdown-button.expanded {
      box-shadow: inset 0 0 0 2px #2bbfb8; }

.captions-config__container .dropdown-icon::before {
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    background: url(/static/arrow-down.png) no-repeat center center;
    background-size: contain; }

.captions-config__container .form__dropdown {
    margin-bottom: 0 !important; }

@media screen and (max-width: 1349px) {
    .captions-config__container .form__inline {
      justify-content: center; } }

.captions-config__font-size {
  padding-right: 2px !important; }

.captions-config__font-size:disabled {
    opacity: 0.5;
    background: #f5f5f5; }

.captions-config__checkbox span {
  font-size: 14px !important; }

.captions-config__buttons {
  justify-content: center;
  margin: 10px 0; }

.captions-config__buttons .btn--rhs {
    margin: 0 5px; }

@media (min-width: 1351px) {
      .captions-config__buttons .btn--rhs {
        margin: 0 3px; } }

.captions-config__buttons-half {
  width: 50%; }

.captions-config__buttons-half--right {
    justify-content: flex-end; }

@media screen and (max-width: 1349px) {
    .captions-config__buttons-half--left.form__inline {
      justify-content: flex-start; }
    .captions-config__buttons-half--right.form__inline {
      justify-content: flex-end; } }

.captions-config__opacity-slider--disabled .rc-slider-handle {
  opacity: 0.5; }

.captions-config__top-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px; }

.captions-config__fit-button.btn {
  margin-right: 5px; }

.captions-config__delay-container {
  display: flex;
  align-items: center;
  margin-top: 20px; }

.captions-config__delay-label {
  margin-right: 15px;
  color: #acacb7;
  font-weight: 400; }

.locked-modal__heading {
  margin-top: 20px;
  font-weight: 300; }

.locked-modal__btn-container {
  justify-content: space-evenly !important;
  margin-top: 20px !important;
  margin-bottom: 0; }

.locked-modal__btn-container:empty {
    display: none; }

.chips__container {
  position: relative;
  z-index: 3;
  width: 100%; }

.chips__input-container {
  position: relative;
  border-radius: 8px; }

.chips__input {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 39px;
  margin: 5px 0;
  border: none;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (max-width: 1349px) {
    .chips__input {
      height: auto; } }

.chips__input--disabled {
    opacity: 0.4; }

.chips__submit-button {
  margin: 0;
  border: none; }

.chips__list {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin: 15px -5px;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 5px;
  padding-left: 0; }

@media (max-width: 1349px) {
    .chips__list {
      align-items: center; } }

.chips__list--disabled {
    opacity: 0.4; }

.chips__list-item {
  position: relative;
  overflow: hidden;
  flex: 0 1 auto;
  max-width: 170px;
  margin: 5px;
  border-radius: 20px;
  padding: 10px 20px 10px 10px;
  background: #f5f5f5;
  list-style: none;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: none 0.4s ease-in-out;
  transition-property: opacity, transform; }

.chips__list-item--full {
    max-width: 400px; }

@media (max-width: 1349px) {
    .chips__list-item {
      padding: 5px 20px 5px 5px;
      font-size: 11px;
      line-height: 20px; } }

.chips__list-item--enter-active, .chips__list-item--done {
    opacity: 1;
    transform: scale(1); }

.chips__list-item--exit, .chips__list-item--enter {
    opacity: 0;
    transform: scale(0.1); }

.chips__list-item--disabled {
    opacity: 0.4; }

.chips__input-item {
  flex: 1 1;
  width: 100%;
  min-width: 50px;
  max-width: 100%;
  margin: 0 5px;
  list-style: none; }

.chips__remove-button {
  position: absolute;
  right: 0;
  border: none;
  background: transparent;
  cursor: pointer; }

@media (max-width: 1349px) {
    .chips__remove-button {
      top: 10px;
      right: 7px;
      padding: 0;
      font-size: 10px; } }

.chips__remove-button::after {
    content: '\2715';
    color: #333; }

.chips__option--is-selected, .chips__option:hover {
  background: linear-gradient(to right, #53eab3, #2bbfb8 100%) !important;
  color: #fff; }

.chips__control {
  width: 100%;
  border: none !important; }

.chips__control--menu-is-open, .chips__control--is-focused {
    box-shadow: none !important;
    outline: none !important;
    border: none !important; }

.chips__indicator-separator {
  display: none; }

.chips__results-container {
  display: flex;
  align-items: flex-start; }

.chips__dropdown-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center; }

.chips__dropdown {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%; }

.chips__dropdown--only-dropdown {
    width: 40%;
    transition: border-color 0.25s; }

.chips__dropdown--only-dropdown:hover {
      border-color: #8a8a8a; }

.chips__dropdown--only-dropdown .chips__indicator {
      cursor: pointer; }

.chips__dropdown-label {
  width: 20%;
  margin-bottom: 4px;
  color: #333;
  font-size: 12px;
  text-align: end; }

.chips__single-value, .chips__placeholder {
  font-size: 10px; }

.chips__dropdown-indicator {
  padding: 4px; }

.chips__dropdown-container {
  flex-shrink: 0;
  width: 100px;
  margin: 20px 0 0;
  padding: 0 5px;
  list-style: none; }

.chips__dropdown-container .chips__input {
    height: auto; }

.chips__dropdown-container--only-dropdown {
    width: 100%;
    margin: 0;
    padding: 0; }

.chips__menu {
  z-index: 3 !important;
  width: auto !important;
  min-width: 100%; }

.animation-asset {
  position: relative;
  width: calc(50% - 4px);
  height: 165px;
  border: 2px solid #333 !important;
  background: transparent; }
  .animation-asset--active {
    border: 2px solid #2bbfb8 !important; }
  .animation-asset--empty {
    height: auto; }
  .animation-asset--text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 5px);
    max-width: 100%;
    height: 105px;
    min-height: 105px; }
  .animation-asset--text .animation-asset__preview {
      width: auto; }
  @media (max-width: 1349px) {
        .animation-asset--text .animation-asset__preview {
          max-width: 170px; } }
  .animation-asset__preview {
    width: calc(100% + 2px) !important;
    margin-left: -1px; }
  .animation-asset__preview--dynamic {
      display: none; }
  .animation-asset .asset__flag-icon {
    left: -2px; }
  @media (max-width: 1349px) {
    .animation-asset {
      height: 215px;
      margin-right: 2px; }
      .animation-asset--empty {
        height: auto; }
      .animation-asset--text {
        height: 105px; } }

.asset-loader__loader-container {
  width: 100px !important;
  height: 100px !important; }

.asset-loader__loader {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px; }

.asset-loader__loader svg {
    width: 100%; }

.animation-tab__container {
  display: flex;
  flex-wrap: wrap; }

.animation-tab__item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px; }

.animation-tab__category {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: none;
  padding: 10px 0 5px;
  background: transparent;
  cursor: pointer; }

.animation-tab__category__text {
    padding-right: 10px; }

.animation-tab__category__text--active {
      padding-right: 20px; }

.animation-tab__category__see-all {
    display: flex;
    align-items: center; }

.asset__image {
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%; }

.asset__image-container {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-size: cover; }

.asset__image-container--uploaded {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

@media (max-width: 1349px) {
    .asset__image-container {
      background-position: center; } }

.asset__video-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 5px; }

.asset__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left; }

@media (max-width: 1349px) {
    .asset__video {
      -o-object-position: center;
         object-position: center; } }

.asset__button {
  touch-action: manipulation;
  position: relative;
  overflow: hidden;
  display: block;
  width: calc(50% - 4px);
  height: 105px;
  margin: 2px;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.asset__button--active {
    position: relative;
    border-color: #2bbfb8; }

.asset__button--disabled {
    opacity: 0.3; }

@media (max-width: 999px) {
    .asset__button {
      height: 75px; } }

.asset__flag-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #2bbfb8;
  font-size: 32px; }

.asset__video-icon {
  position: absolute;
  bottom: 5px;
  left: 0;
  color: #fff;
  font-size: 32px;
  text-shadow: 0 0 1px #000; }

.asset__indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  background: #000;
  color: #fff; }

.tippy-touch{cursor:pointer!important}.tippy-notransition{transition:none!important}.tippy-popper{max-width:400px;perspective:800px;z-index:9999;outline:0;transition-timing-function:cubic-bezier(.165,.84,.44,1);pointer-events:none}.tippy-popper.html-template{max-width:96%;max-width:calc(100% - 20px)}.tippy-popper[x-placement^=top] [x-arrow]{border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;margin:0 9px}.tippy-popper[x-placement^=top] [x-arrow].arrow-small{border-top:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;bottom:-5px}.tippy-popper[x-placement^=top] [x-arrow].arrow-big{border-top:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;bottom:-10px}.tippy-popper[x-placement^=top] [x-circle]{transform-origin:0 33%}.tippy-popper[x-placement^=top] [x-circle].enter{transform:scale(1) translate(-50%,-55%);opacity:1}.tippy-popper[x-placement^=top] [x-circle].leave{transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow]{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-top:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-top:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow]{border-top:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-top:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-top:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=top] [data-animation=perspective]{transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective].enter{opacity:1;transform:translateY(-10px) rotateX(0)}.tippy-popper[x-placement^=top] [data-animation=perspective].leave{opacity:0;transform:translateY(0) rotateX(90deg)}.tippy-popper[x-placement^=top] [data-animation=fade].enter{opacity:1;transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade].leave{opacity:0;transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].enter{opacity:1;transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift].leave{opacity:0;transform:translateY(0)}.tippy-popper[x-placement^=top] [data-animation=scale].enter{opacity:1;transform:translateY(-10px) scale(1)}.tippy-popper[x-placement^=top] [data-animation=scale].leave{opacity:0;transform:translateY(0) scale(0)}.tippy-popper[x-placement^=bottom] [x-arrow]{border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin:0 9px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small{border-bottom:5px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;top:-5px}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big{border-bottom:10px solid #333;border-right:10px solid transparent;border-left:10px solid transparent;top:-10px}.tippy-popper[x-placement^=bottom] [x-circle]{transform-origin:0 -50%}.tippy-popper[x-placement^=bottom] [x-circle].enter{transform:scale(1) translate(-50%,-45%);opacity:1}.tippy-popper[x-placement^=bottom] [x-circle].leave{transform:scale(.15) translate(-50%,-5%);opacity:0}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow]{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-bottom:5px solid #fff;border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-bottom:10px solid #fff;border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow]{border-bottom:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-bottom:5px solid rgba(0,0,0,.7);border-right:5px solid transparent;border-left:5px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-bottom:10px solid rgba(0,0,0,.7);border-right:10px solid transparent;border-left:10px solid transparent}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter{opacity:1;transform:translateY(10px) rotateX(0)}.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave{opacity:0;transform:translateY(0) rotateX(-90deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade].enter{opacity:1;transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade].leave{opacity:0;transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].enter{opacity:1;transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift].leave{opacity:0;transform:translateY(0)}.tippy-popper[x-placement^=bottom] [data-animation=scale].enter{opacity:1;transform:translateY(10px) scale(1)}.tippy-popper[x-placement^=bottom] [data-animation=scale].leave{opacity:0;transform:translateY(0) scale(0)}.tippy-popper[x-placement^=left] [x-arrow]{border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;margin:6px 0}.tippy-popper[x-placement^=left] [x-arrow].arrow-small{border-left:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;right:-5px}.tippy-popper[x-placement^=left] [x-arrow].arrow-big{border-left:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;right:-10px}.tippy-popper[x-placement^=left] [x-circle]{transform-origin:50% 0}.tippy-popper[x-placement^=left] [x-circle].enter{transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=left] [x-circle].leave{transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow]{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-left:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-left:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow]{border-left:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-left:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-left:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=left] [data-animation=perspective]{transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective].enter{opacity:1;transform:translateX(-10px) rotateY(0)}.tippy-popper[x-placement^=left] [data-animation=perspective].leave{opacity:0;transform:translateX(0) rotateY(-90deg)}.tippy-popper[x-placement^=left] [data-animation=fade].enter{opacity:1;transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade].leave{opacity:0;transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].enter{opacity:1;transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift].leave{opacity:0;transform:translateX(0)}.tippy-popper[x-placement^=left] [data-animation=scale].enter{opacity:1;transform:translateX(-10px) scale(1)}.tippy-popper[x-placement^=left] [data-animation=scale].leave{opacity:0;transform:translateX(0) scale(0)}.tippy-popper[x-placement^=right] [x-arrow]{border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;margin:6px 0}.tippy-popper[x-placement^=right] [x-arrow].arrow-small{border-right:5px solid #333;border-top:5px solid transparent;border-bottom:5px solid transparent;left:-5px}.tippy-popper[x-placement^=right] [x-arrow].arrow-big{border-right:10px solid #333;border-top:10px solid transparent;border-bottom:10px solid transparent;left:-10px}.tippy-popper[x-placement^=right] [x-circle]{transform-origin:-50% 0}.tippy-popper[x-placement^=right] [x-circle].enter{transform:scale(1) translate(-50%,-50%);opacity:1}.tippy-popper[x-placement^=right] [x-circle].leave{transform:scale(.15) translate(-50%,-50%);opacity:0}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle]{background-color:#fff}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow]{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small{border-right:5px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big{border-right:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle]{background-color:rgba(0,0,0,.7)}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow]{border-right:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small{border-right:5px solid rgba(0,0,0,.7);border-top:5px solid transparent;border-bottom:5px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big{border-right:10px solid rgba(0,0,0,.7);border-top:10px solid transparent;border-bottom:10px solid transparent}.tippy-popper[x-placement^=right] [data-animation=perspective]{transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective].enter{opacity:1;transform:translateX(10px) rotateY(0)}.tippy-popper[x-placement^=right] [data-animation=perspective].leave{opacity:0;transform:translateX(0) rotateY(90deg)}.tippy-popper[x-placement^=right] [data-animation=fade].enter{opacity:1;transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade].leave{opacity:0;transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].enter{opacity:1;transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift].leave{opacity:0;transform:translateX(0)}.tippy-popper[x-placement^=right] [data-animation=scale].enter{opacity:1;transform:translateX(10px) scale(1)}.tippy-popper[x-placement^=right] [data-animation=scale].leave{opacity:0;transform:translateX(0) scale(0)}.tippy-popper .tippy-tooltip.transparent-theme{background-color:rgba(0,0,0,.7)}.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill]{background-color:transparent}.tippy-popper .tippy-tooltip.light-theme{color:#26323d;box-shadow:0 4px 20px 4px rgba(0,20,60,.1),0 4px 80px -8px rgba(0,20,60,.2);background-color:#fff}.tippy-popper .tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:.95rem;padding:.4rem .8rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333}.tippy-tooltip--small{padding:.25rem .5rem;font-size:.8rem}.tippy-tooltip--big{padding:.6rem 1.2rem;font-size:1.2rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent}.tippy-tooltip[data-interactive]{pointer-events:auto}.tippy-tooltip[data-inertia]{transition-timing-function:cubic-bezier(.53,2,.36,.85)}.tippy-tooltip [x-arrow]{position:absolute;width:0;height:0}.tippy-tooltip [x-circle]{position:absolute;will-change:transform;background-color:#333;border-radius:50%;width:130%;width:calc(110% + 2rem);left:50%;top:50%;z-index:-1;overflow:hidden;transition:all ease}.tippy-tooltip [x-circle]:before{content:"";padding-top:90%;float:left}@media (max-width:450px){.tippy-popper{max-width:96%;max-width:calc(100% - 20px)}}

.asset-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0; }
  .asset-indicator__icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-shadow: 0 0 2px #000; }
  .asset-indicator--secondary {
    margin-bottom: calc(30px + 5px); }
  .asset-indicator--secondary-small {
    margin-bottom: calc(25px + 5px); }
  .asset-indicator--small {
    width: 25px;
    height: 25px; }
  .asset-indicator--small .asset-indicator__icon {
      width: 25px;
      height: 25px;
      font-size: 25px; }
  .asset-indicator__diamond {
    width: 22px;
    height: 22px; }

.audio-player__play-button {
  width: 35px;
  height: 22px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer; }
  .audio-player__play-button--disabled {
    opacity: 0.2;
    cursor: default; }
  .audio-player__pause-button {
  border: none;
  padding: 0;
  background: transparent;
  color: #fff;
  cursor: pointer; }

.assets__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: unset !important;
  margin: 0;
  padding: 0; }

.assets__asset-button, .assets__upload-container {
  width: calc(50% - 4px);
  height: 105px;
  margin: 2px;
  border-radius: 5px; }

.assets__asset-button {
  position: relative;
  overflow: hidden;
  display: block;
  border: none;
  background-position: center center;
  background-size: cover; }

.assets__asset-button--active {
    position: relative;
    box-shadow: inset 0 0 0 2px #2bbfb8; }

.assets__asset-button--disabled {
    opacity: 0.3; }

.assets__anims-message {
  width: 100%;
  text-align: center; }

.assets__flag-icon {
  position: absolute;
  top: 2px;
  left: 0;
  color: #2bbfb8;
  font-size: 32px; }

.assets__arrow-icon {
  color: #333; }

.assets__text-upload {
  margin: 5px; }

.assets__upload-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 4px);
  height: 105px;
  box-shadow: inset 0 0 0 2px #43345a;
  margin: 2px;
  border: none;
  border-radius: 5px;
  text-align: center;
  cursor: pointer; }

.assets__upload-container:disabled {
    opacity: 0.5; }

@media (max-width: 999px) {
    .assets__upload-container {
      height: 75px; } }

.assets__loader-container {
  width: 100px !important;
  height: 100px !important; }

.assets__loader {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px; }

.assets__loader svg {
    width: 100%; }

.assets__label {
  margin-bottom: 0; }

.assets__warn {
  width: 100%;
  text-align: center; }

.music-tab__container {
  overflow: auto;
  height: 540px;
  margin: 10px -4px; }

.music-tab__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0; }

.music-tab__list-item {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: calc(50% - 4px);
  margin: 2px;
  list-style: none; }

.music-tab__arrow-icon {
  color: #333; }

.music-tab__text-upload {
  margin: 5px; }

.music-tab__upload-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105px;
  box-shadow: inset 0 0 0 2px #43345a;
  border: none;
  border-radius: 5px;
  text-align: center;
  cursor: pointer; }

.music-tab__audio-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 30;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: opacity 0.4s ease-in-out; }

.music-tab__button {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105px;
  box-shadow: inset 0 0 0 2px #43345a;
  border: none;
  border-radius: 5px;
  background: rgba(172, 172, 183, 0.4);
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  cursor: pointer; }

.music-tab__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.4;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px; }

.music-tab__button--active {
    box-shadow: inset 0 0 0 2px #2bbfb8; }

.music-tab__button--disabled {
    opacity: 0.6; }

.music-tab__button span {
    position: relative;
    z-index: 2; }

.music-tab__author, .music-tab__title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-align: center; }

.music-tab__author {
  font-size: 10px; }

.music-tab__flag-icon {
  position: absolute !important;
  top: 2px;
  left: 0;
  color: #2bbfb8;
  font-size: 32px; }

.music-tab__loader-container {
  width: 100px !important;
  height: 100px !important; }

.music-tab__loader {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px; }

.music-tab__info-message {
  display: block;
  width: 100%;
  text-align: center; }

.text-tab__edit-button, .text-tab__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: 105px;
  box-shadow: inset 0 0 0 2px #43345a;
  margin: 2px;
  border: none;
  border-radius: 5px;
  background: transparent;
  text-align: center;
  cursor: pointer; }
  @media (max-width: 1349px) {
    .text-tab__edit-button, .text-tab__button {
      margin: 2px auto; } }
  .text-tab__edit-button--disabled, .text-tab__button--disabled {
    opacity: 0.6;
    cursor: default; }
  .text-tab__button {
  position: relative;
  overflow: hidden; }
  .text-tab__button--active {
    box-shadow: inset 0 0 0 2px #2bbfb8; }
  .text-tab__container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0;
  margin-top: 10px; }
  .text-tab__animations-container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 1px);
  margin-top: 10px; }
  .text-tab__animations-container--no-margin {
    margin-top: 0; }
  .text-tab__style {
  position: relative;
  color: #000;
  font-size: 12px; }
  .text-tab__style--1 {
    padding: 5px 20px;
    background: #e6e6e6; }
  .text-tab__style--2 {
    border-bottom: 3px solid #e6e6e6;
    padding: 5px 20px;
    background: #5a5158;
    color: #fff; }
  .text-tab__style--3 {
    color: #e6e6e6;
    text-shadow: -1px -1px 0 #5a5158, 1px -1px 0 #5a5158, -1px 1px 0 #5a5158, 1px 1px 0 #5a5158; }
  .text-tab__style--4 {
    padding: 8px 0; }
  .text-tab__style--4::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 75%;
      height: 3px;
      background: #e6e6e6; }
  .text-tab__style--5::after {
    content: '';
    position: absolute;
    top: -43px;
    left: -11px;
    z-index: -1;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e6e6e6; }
  .text-tab__style--6::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    z-index: -1;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background: #e6e6e6; }
  .text-tab__style--7::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    z-index: -1;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e6e6e6; }
  .text-tab__style--8 {
    padding: 8px; }
  .text-tab__style--8::after, .text-tab__style--8::before {
      content: '"';
      position: absolute;
      top: 0;
      display: block;
      color: #e6e6e6;
      font-weight: bold;
      font-size: 32px;
      font-family: 'Abel', serif;
      text-shadow: none; }
  .text-tab__style--8::after {
      left: -10px; }
  .text-tab__style--8::before {
      right: -10px; }
  .text-tab__style--9::after {
    content: '';
    position: absolute;
    top: -41px;
    left: -10px;
    z-index: -1;
    display: block;
    width: 95px;
    height: 95px;
    border: 5px solid #e6e6e6;
    border-radius: 4px; }
  .text-tab__flag-icon {
  position: absolute !important;
  top: 2px;
  left: 0;
  color: #2bbfb8;
  font-size: 32px; }

.type-select {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .type-select__select {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    transition: border-color 0.25s; }
  .type-select__select:hover {
      border-color: #8a8a8a; }
  .type-select__select .chips__indicator {
      cursor: pointer; }
  .type-select--disabled {
    opacity: 0.5; }
  .type-select--disabled span {
      cursor: default; }
  .type-select__button,
  .type-select label.type-select__button {
    width: 33%;
    margin: 0 10px; }
  .type-select__button span,
    .type-select label.type-select__button span {
      padding: 10px 20px; }

.transitions-tab__list-container {
  overflow: auto;
  height: 630px;
  margin: 10px -4px; }

.transitions-tab__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0; }

.transitions-tab__list-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: calc(50% - 4px);
  margin: 2px;
  list-style: none;
  cursor: pointer; }

@media (max-width: 1349px) {
    .transitions-tab__list-item {
      max-width: 170px;
      margin: 2px auto; } }

.transitions-tab__preview-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100%; }

.transitions-tab__preview-button canvas {
    margin-top: -12.5%;
    margin-left: 50%;
    transform: translateX(-50%); }

@media (min-width: 1350px) {
      .transitions-tab__preview-button canvas {
        width: 185px;
        height: 105px;
        margin-top: 0; } }

@media (max-width: 1499px) {
      .transitions-tab__preview-button canvas {
        margin-top: -12.5%; } }

@media (max-width: 1349px) {
      .transitions-tab__preview-button canvas {
        width: 100%;
        height: 100%;
        margin-top: 0; } }

.transitions-tab__name {
  position: relative;
  z-index: 3;
  color: #fff; }

.transitions-tab__name--black {
    color: #000; }

.transitions-tab__button {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  border: 2px solid #43345a;
  border-radius: 5px;
  background-color: transparent;
  background-position: center center; }

.transitions-tab__button--active {
    border: 2px solid #2bbfb8; }

.transitions-tab__button--disabled {
    opacity: 0.6; }

@media (max-width: 1349px) {
    .transitions-tab__button {
      height: 63px;
      background-size: cover; } }

@media (min-width: 1501px) {
    .transitions-tab__button {
      height: 105px; } }

.transitions-tab__flag-icon {
  position: absolute;
  top: 2px;
  left: 0;
  color: #2bbfb8;
  font-size: 32px; }

.delete-scene-modal__modal-warn-icon {
  display: block;
  margin: 20px auto;
  color: #2bbfb8;
  font-size: 72px;
  text-align: center; }

.download-drawer {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 40px 40px 0; }
  .download-drawer__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 30px; }
  .download-drawer__downloads-text {
    display: block;
    margin: 30px auto;
    color: #2bbfb8;
    font-size: 18px; }
  .download-drawer__downloads-text--invisible {
      visibility: hidden; }
  .download-drawer__downloads-text--removed {
      display: none; }
  .download-drawer__downloads-number {
    display: inline-block;
    margin: 0 10px;
    font-size: 22px; }
  .download-drawer__downloads-number--small {
      margin: 0 5px;
      font-weight: 700;
      font-size: 14px; }
  .download-drawer__credits-number {
    font-weight: 700; }
  .download-drawer__info__row {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: center; }
  .download-drawer__info__row--single {
      justify-content: left; }
  .download-drawer__info__row + .download-drawer__info__row {
      margin-top: 20px; }
  .download-drawer__info__title {
    font-weight: 700; }
  .download-drawer__info__item--disabled {
    color: #acacb7; }
  .download-drawer__subheading {
    margin: 0 0 20px;
    font-weight: 700; }
  .download-drawer__section {
    display: flex;
    flex-direction: column;
    padding: 20px 0; }
  .download-drawer__section:first-of-type {
      padding-top: 0; }
  .download-drawer__section--filled {
      flex: 1; }
  .download-drawer__section--border {
      border-bottom: 1px solid #acacb7; }
  .download-drawer__icon {
    display: block;
    color: #2bbfb8;
    font-size: 56px;
    text-align: center; }
  .download-drawer__icon--error {
      color: #a31e0c; }
  .download-drawer__link {
    color: #333; }
  .download-drawer__link-button {
    margin: 0;
    border: none;
    padding: 0;
    background: none;
    color: #333;
    text-decoration: underline;
    cursor: pointer; }
  .download-drawer--squashed .download-drawer__section {
    padding: 35px 40px; }
  .download-drawer--squashed .download-drawer__section--full {
      justify-content: space-between; }
  .download-drawer--squashed .download-drawer__section--bottom {
      justify-content: flex-end;
      padding: 0; }
  .download-drawer--squashed .download-drawer__section--no-border {
      padding-bottom: 0; }
  .download-drawer--squashed .download-drawer__watermark-info {
    margin-top: -20px;
    margin-bottom: -15px; }
  .download-drawer__editorial-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .download-drawer__editorial-modal__text {
      margin: 10px 0;
      text-align: center; }
  .download-drawer__editorial-modal__note {
      margin-bottom: 10px; }
  .download-drawer__editorial-modal__link {
      display: flex;
      flex-direction: column;
      align-items: center; }
  .download-drawer__editorial-modal__btn {
      margin-bottom: 0; }
  .download-drawer__ratio-icons {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .download-drawer__ratio {
    display: flex;
    align-items: center;
    width: 40%;
    margin: 0 5px 10px 0; }
  .download-drawer__ratio-label {
    margin-left: 10px; }
  .download-drawer__ratio-icon-wrapper {
    display: flex;
    justify-content: center;
    width: 30px; }
  .download-drawer__ratio-icon {
    display: block;
    margin: 0;
    border: 1px solid #000; }
  .download-drawer__ratio-icon--square {
      width: 10px;
      height: 10px; }
  .download-drawer__ratio-icon--square-alt {
      width: 10px;
      height: 12px; }
  .download-drawer__ratio-icon--landscape {
      width: 20px;
      height: 11px; }
  .download-drawer__ratio-icon--vertical {
      width: 11px;
      height: 20px; }
  .download-drawer__download-quality {
    white-space: pre; }
  .download-drawer .center-vertical {
    vertical-align: middle; }
  .download-drawer__not-enough-assets-text {
    margin: 0 auto 30px;
    color: #a31e0c;
    font-size: 18px; }
  .download-drawer__notification {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fef3ea;
    font-size: 12px; }
  .download-drawer__notification__btn {
      border: none;
      padding: 0;
      background: none;
      font-weight: 700;
      text-decoration: underline;
      cursor: pointer; }
  .download-drawer__notification__bold-text {
      font-weight: 700; }
  .download-drawer__checkbox__label {
    padding-left: 10px; }
  .download-drawer__checkbox__label--disabled {
      opacity: 0.5; }
  .download-drawer__pdf__title {
    display: flex;
    align-items: center; }
  .download-drawer__pdf__btn {
    position: relative;
    margin: 0;
    border: 2px solid #2bbfb8;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    color: #2bbfb8;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
  .download-drawer__pdf__btn:disabled::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0.8;
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      border-radius: 5px; }
  .download-drawer__pdf__btn:hover:not(:disabled) {
      opacity: 0.8;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); }
  .download-drawer__pdf__crown {
    font-size: 35px; }
  .download-drawer__pdf__loader {
    width: 40px;
    height: 40px; }

.generation-progress__bar-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 5px;
  background: #2bbfb8;
  color: #fff; }
  .generation-progress__bar-container--light {
    background: #9be8e5; }
  .generation-progress__bar-fill {
  height: 100%;
  margin-right: auto;
  border-radius: 5px;
  background: #2bbfb8;
  transition: width 0.3s ease-in; }
  .generation-progress__bar-text {
  position: absolute;
  top: 12px;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px; }
  .generation-progress__btn-download {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px; }
  .generation-progress__btn-download:disabled {
    background: #525252;
    cursor: default; }
  .generation-progress__btn-download:disabled:hover {
      box-shadow: none !important; }
  .generation-progress__btn-download:disabled::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0.8;
      display: block;
      width: 100%;
      height: 100%;
      background: #fff; }
  .generation-progress__btn-draft {
  display: inline;
  height: 45px;
  border: none;
  padding: 0;
  background: none;
  color: #2bbfb8;
  text-decoration: none;
  cursor: pointer; }
  .generation-progress__btn-draft--disabled {
    opacity: 0.5;
    cursor: default; }
  .generation-progress__status-text {
  text-align: center; }

.watermark-preview {
  position: relative; }
  .watermark-preview__btn {
    display: inline;
    border: none;
    padding: 0;
    background: none;
    color: #2bbfb8;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer; }
  .watermark-preview__arrow {
    position: absolute;
    top: calc(50% - 15px);
    right: -15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg); }
  .watermark-preview__popover {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.15);
    padding: 20px 30px;
    background: #fff; }
  .watermark-preview__title {
    display: flex;
    justify-content: space-between;
    height: 40px; }
  .watermark-preview__close-btn {
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    cursor: pointer; }

.drawer {
  position: absolute;
  top: 0;
  left: 0;
  /*  override material ui header */
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  .drawer__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .drawer__overlay--disabled {
      cursor: default; }
  .drawer__overlay::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0.5;
      display: block;
      width: 100%;
      height: 100%;
      background: #000; }
  .drawer__content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    max-width: 550px;
    height: 100%;
    background: #fff;
    transition: transform 0.4s ease-in-out;
    transform: translateX(100%); }
  .drawer__content--opened {
      transform: translateX(0); }

.new-captions-modal {
  display: flex;
  flex-direction: column;
  align-items: center; }

.ratio-config {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ratio-config__button {
    background-color: #f5f5f5; }
  .ratio-config__container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto; }
  .ratio-config__icon {
    position: absolute;
    display: block;
    margin: 0;
    margin-left: -30px;
    border: 1px solid #000; }
  .ratio-config__icon--square {
      width: 10px;
      height: 10px; }
  .ratio-config__icon--square-alt {
      width: 10px;
      height: 12px; }
  .ratio-config__icon--landscape {
      width: 20px;
      height: 11px; }
  .ratio-config__icon--vertical {
      width: 11px;
      height: 20px; }
  .ratio-config__icon-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 70px; }
  .ratio-config__ratio {
    margin-left: 30px;
    font-size: 10px; }
  .ratio-config__ratio--all {
      margin-left: 0; }
  .ratio-config__label {
    margin-left: -15px; }
  .ratio-config__fit-label {
    flex-shrink: 0;
    margin-left: auto; }
  .ratio-config__options {
    position: absolute;
    bottom: 35px;
    z-index: 3;
    overflow: hidden;
    opacity: 0.85;
    width: calc(100% - 10px);
    margin: 0 auto;
    border-radius: 5px; }
  .ratio-config__options label {
      margin: 0; }
  .ratio-config__options label .ratio-config__icon-container {
        display: flex;
        flex-direction: row;
        height: 40px;
        border-radius: 0; }
  .ratio-config__options label .ratio-config__icon {
        margin-left: -30px; }
  .ratio-config__options label:hover .ratio-config__icon-container {
        background: linear-gradient(to right, #53eab3, #2bbfb8 100%); }
  .ratio-config .btn--small,
  .ratio-config .btn--small::after {
    border-radius: 5px;
    transition: none; }
  @media (min-width: 1351px) {
    .ratio-config.form__group {
      margin: 25px 0; } }

.scene-editor__container {
  display: flex;
  flex-direction: column;
  align-items: center; }

.scene-editor__btn {
  z-index: 0; }

.scene-editor__error {
  bottom: 0;
  width: 100%;
  margin-top: 8px;
  margin-bottom: -24px;
  color: #a31e0c;
  text-align: center; }

.scene-editor__warning {
  margin-bottom: 0;
  color: #a31e0c; }

.scene-editor__label {
  margin-top: 30px;
  font-weight: 500; }

.scene-editor__input-container {
  width: 100%;
  max-width: 500px; }

.scene-editor__input {
  height: 70px; }

.scene-editor__input--placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }

.scene-editor__button-container {
  display: flex;
  justify-content: space-around;
  width: 40%;
  margin: 30px; }

.scene-editor__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -35px; }

.scene-editor__action-btn {
  color: #000 !important;
  cursor: pointer; }

.scene-editor__action-btn--disabled {
    cursor: auto; }

.scene-editor__loader {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

.scene-editor__checkboxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.scene-editor .select__single-value {
  overflow: visible; }

.range {
  position: relative; }
  .range__draggable {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 25px;
    cursor: -webkit-grab;
    cursor: grab; }
  .range__draggable--dragging {
      cursor: -webkit-grabbing;
      cursor: grabbing; }

.scene-trim {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .scene-trim__preview-container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%; }
  .scene-trim__preview,
  .scene-trim__preview > video {
    display: block;
    width: 100%;
    min-height: 500px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-position: center center;
    background-size: cover; }
  .scene-trim__controls {
    display: flex;
    justify-content: space-around;
    width: 100%;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 15px;
    background: #d5d5db; }
  .scene-trim__controls__image {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 40%; }
  .scene-trim__controls__video {
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 100%; }
  .scene-trim__duration-container {
    opacity: 0.7;
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 5px;
    padding: 0 60px;
    background: #2bbfb8;
    color: #000;
    text-align: center; }
  .scene-trim__slider {
    width: 70%;
    height: 25px; }
  .scene-trim__btn {
    width: 30px;
    height: 26px;
    border: none;
    background: transparent;
    color: #333;
    font-size: 20px;
    cursor: pointer; }
  .scene-trim__btn--disabled {
      opacity: 0.5; }
  .scene-trim__btn.icon-play-full {
      font-size: 26px; }
  .scene-trim__btn.icon-pause-full {
      padding: 3px 0 0 3px; }
  .scene-trim__image-btn {
    min-width: 60px !important;
    border-radius: 5px !important; }
  .scene-trim__modal-btn-container {
    display: flex;
    justify-content: space-around;
    width: 40%;
    margin-top: 30px; }
  .scene-trim__progress-bar {
    position: relative;
    top: -14px;
    left: 0;
    width: 2px;
    height: 25px;
    background: #2bbfb8;
    transition: left 0.1s linear; }
  .scene-trim__info-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 35px;
    text-align: center;
    vertical-align: middle; }
  .scene-trim__info {
    margin-bottom: 0;
    color: #a31e0c; }
  .scene-trim__info span {
      display: inline-block;
      margin-right: 15px; }

.intro-outro-trim__controls {
  background-color: transparent; }

.intro-outro-trim__image-btn.btn--disabled::after {
  border-radius: 5px !important; }

.intro-outro-trim .btn--grey {
  background: #efefef; }

.timeline {
  position: relative;
  width: 100%;
  height: 300px;
  background: #f5f5f5; }
  .timeline__container {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 300px; }
  .timeline__draggable {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    box-shadow: inset 0 20px 20px -20px #acacb7;
    cursor: -webkit-grab;
    cursor: grab; }
  .timeline__draggable--dragging {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  @media screen and (min-width: 1351px) and (min-height: 1080px) {
  .timeline__draggable {
    min-height: 450px; } }
  .timeline__mode-switch-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    font-size: 12px; }
  .timeline__mode-switch-icon {
    color: #acacb7;
    font-size: 32px; }
  .timeline__mode-switch-duration {
    min-width: 50px;
    color: #acacb7; }
  .timeline__mode-switch-radio + span.timeline__mode-switch-label {
    min-width: 100px;
    border: 2px solid #acacb7;
    padding: 8px 6px; }
  .timeline__mode-switch-radio:checked + span.timeline__mode-switch-label {
    background: #acacb7;
    color: #fff; }
  .timeline__sections {
    display: flex; }
  .timeline__timer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 1px;
    height: 100%;
    background: #2bbfb8; }
  .timeline__resize-button {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    height: 40px;
    border: none;
    background: #d5d5db;
    cursor: ew-resize; }
  .timeline__resize-button:active {
      border: none; }
  @media screen and (min-width: 1351px) and (min-height: 1080px) {
  .timeline {
    min-height: 450px; } }

.timeline-scene-view__progress {
  opacity: 0.5;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  background: #d5d5db; }

.timeline-scene-view__sections {
  display: flex; }

.timeline-progress {
  display: flex;
  flex-wrap: nowrap;
  height: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .timeline-progress__step {
    flex: 0 0 auto;
    width: 0;
    height: 10px;
    border-right: 1px dashed #ccc; }
  .timeline-progress__step--large {
      height: 300px;
      min-height: 300px; }
  .timeline-progress__step-number {
    position: relative;
    top: 0;
    left: 10px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  @media screen and (min-width: 1351px) and (min-height: 1080px) {
  .timeline-progress__step--large {
    height: 450px;
    min-height: 450px; } }

.timeline-zoom {
  position: absolute;
  right: 5px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65px;
  height: 40px;
  margin-bottom: -40px; }
  .timeline-zoom__button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0; }
  .timeline-zoom__button:hover {
      opacity: 1;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5); }
  .timeline-zoom__button--disabled {
      opacity: 0.6; }
  .timeline-zoom__button--disabled:hover {
        opacity: 0.6;
        box-shadow: none; }
  button.timeline-zoom__button {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin: 0; }
  button.timeline-zoom__button:hover {
    opacity: 1;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5); }
  button.timeline-zoom__button--disabled {
    opacity: 0.6; }
  button.timeline-zoom__button--disabled:hover {
      opacity: 0.6;
      box-shadow: none; }

.timeline-voice__wave {
  position: relative;
  overflow: hidden;
  height: 0;
  border: 2px solid #ddd;
  border-radius: 8px; }
  .timeline-voice__wave--active {
    border-color: rgba(43, 191, 184, 0.2);
    background: rgba(43, 191, 184, 0.3); }
  .timeline-voice__wave--visible {
    height: 75px; }
  .timeline-voice__loader {
  width: auto; }
  .timeline-voice__info {
  opacity: 0.6;
  margin-left: 20px;
  color: #333;
  font-size: 10px; }
  .timeline-voice__delete {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 3;
  opacity: 0.9;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 0 2px #000;
  transition: transform 0.2s;
  cursor: pointer; }
  .timeline-voice__delete:hover {
    transform: scale(1.3); }

.duplicate-scene-dropdown {
  position: absolute;
  top: 65px;
  left: calc(50% - 25px);
  z-index: 5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #f0f0f0; }
  .duplicate-scene-dropdown__minimized {
    top: -40px;
    left: calc(50% + 55px); }
  .duplicate-scene-dropdown__button {
    width: 100%;
    border: none;
    padding: 10px 30px 8px 30px;
    color: #333;
    cursor: pointer; }
  .duplicate-scene-dropdown__button:hover {
      background-color: #d7d7d7; }
  .duplicate-scene-dropdown__button--clone {
      border-bottom: 1px solid #d7d7d7; }

.minimized-scene-dropdown {
  position: absolute;
  top: -40px;
  left: calc(50% - 50px);
  z-index: 5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.7); }

.timeline-section {
  position: relative;
  overflow: hidden;
  padding: 0 5px; }
  .timeline-section--disabled {
    cursor: default; }
  .timeline-section__container {
    position: relative; }
  .timeline-section__label {
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .timeline-section__icon {
    width: 25px;
    height: 25px;
    font-size: 25px;
    text-shadow: 0 0 2px #000; }
  .timeline-section__video {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-position: center center;
    background-size: cover; }
  .timeline-section__video-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    background-size: cover;
    text-align: center; }
  .timeline-section__speech-container {
    overflow: hidden;
    max-height: 150px; }
  .timeline-section__speech {
    opacity: 0.6;
    margin: 0;
    font-size: 10px;
    line-height: 18px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .timeline-section__type {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .timeline-section__overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0.7;
    display: flex;
    width: calc(100% - 10px);
    height: 86px;
    border-radius: 8px;
    background: #000; }
  .timeline-section--active .timeline-section__video-container {
    border-color: rgba(43, 191, 184, 0.2);
    background: rgba(43, 191, 184, 0.2); }
  .timeline-section--active .timeline-section__video-container--active {
      border-color: #2bbfb8;
      background: rgba(43, 191, 184, 0.8); }
  .timeline-section--active .timeline-section__speech {
    opacity: 1; }
  .timeline-section--active .timeline-section__captions {
    border-color: rgba(43, 191, 184, 0.2);
    background: rgba(43, 191, 184, 0.2); }
  .timeline-section--active .timeline-section__captions--active {
      border-color: #2bbfb8;
      background: rgba(43, 191, 184, 0.8); }
  .timeline-section__transition-btn {
    position: absolute;
    top: calc((100px - 25px) / 2);
    right: -12px;
    z-index: 4;
    margin: 0;
    padding: 5px 7px;
    background: #fff;
    font-weight: bold; }
  .timeline-section__transition-btn--selected {
      background: #2bbfb8;
      color: #fff; }
  .timeline-section__transition-btn--active {
      background: rgba(43, 191, 184, 0.2); }
  .timeline-section__manipulation-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto; }
  .timeline-section__manipulation-btn {
    display: flex;
    border: none;
    padding: 4px;
    background: transparent;
    color: #fff;
    font-size: 22px;
    transition: transform 0.2s;
    cursor: pointer; }
  .timeline-section__manipulation-btn:hover {
      padding: 3px;
      font-size: 24px;
      transform: scale(1.3); }
  .timeline-section__manipulation-btn--disabled {
      opacity: 0.5; }
  .timeline-section__manipulation-btn--disabled:hover {
        transform: scale(1); }
  .timeline-section__delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    color: #fff;
    font-size: 16px; }
  .timeline-section__delete-btn:hover {
      padding: 3px;
      font-size: 18px; }
  .timeline-section__more-btn {
    font-size: 30px; }
  .timeline-section__more-btn:hover {
      font-size: 34px; }
  .timeline-section__duration {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 0 3px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }
  button.timeline-section__transition-btn {
  position: absolute;
  top: calc((100px - 25px) / 2);
  right: -12px;
  z-index: 4;
  margin: 0;
  padding: 5px 7px;
  background: #fff;
  font-weight: bold; }
  button.timeline-section__transition-btn--selected {
    background: #2bbfb8;
    color: #fff; }
  button.timeline-section__transition-btn--active {
    background: rgba(43, 191, 184, 0.2); }

.history {
  display: flex;
  justify-content: center;
  align-items: center; }

.captions-overlay__container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.captions-overlay__input {
  width: 100%;
  height: auto;
  max-height: 200px;
  box-sizing: content-box;
  resize: none;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 18px; }

.captions-overlay__input::-moz-placeholder {
    color: #fff; }

.captions-overlay__input:-ms-input-placeholder {
    color: #fff; }

.captions-overlay__input::placeholder {
    color: #fff; }

.captions-overlay__counter {
  display: block;
  color: #fff; }

.captions-overlay__info-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px; }

.captions-overlay__info {
  display: block;
  margin-right: 20px;
  color: #fff; }

.captions-overlay__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 700px;
  padding: 20px; }

.captions-overlay__buttons {
  display: flex; }

.captions-overlay__buttons :first-child {
    margin-right: 10px; }

.captions-overlay__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 28px;
  cursor: pointer; }

.editor__container {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #f5f5f5; }

.editor__tabs-container {
  flex-shrink: 0;
  width: 450px;
  min-height: 780px;
  padding-right: 45px; }

@media (max-width: 1499px) {
    .editor__tabs-container {
      width: 315px;
      padding-right: 15px; } }

@media (max-width: 1349px) {
    .editor__tabs-container {
      width: 270px; } }

@media (max-width: 999px) {
    .editor__tabs-container {
      width: 235px;
      padding-right: 0; } }

.editor__content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f5f5f5; }

.editor__player-container {
  position: relative;
  width: 100%;
  padding: 20px 0 0 40px; }

@media (max-width: 1599px) {
    .editor__player-container {
      padding: 20px 0 0 20px; } }

@media (max-width: 1349px) {
    .editor__player-container {
      padding: 10px; } }

@media (max-width: 1049px) {
    .editor__player-container {
      padding: 10px 0; } }

.editor__player {
  margin: 0 auto; }

.editor__config-container {
  position: relative;
  display: flex;
  flex-shrink: 0; }

.editor__timeline-container {
  display: flex;
  align-items: flex-start; }

.editor__timeline-add-tooltip {
  position: relative; }

.editor__timeline-add-btn {
  width: 50px;
  min-width: initial;
  height: 70px;
  margin: 0;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  color: #acacb7; }

.editor__timeline-add-btn__active {
    color: #fff; }

.editor__timeline-loader {
  width: 75px;
  height: 75px;
  margin: auto; }

.editor__label {
  margin-bottom: 0; }

.editor__modal-warn-icon {
  display: block;
  margin: 20px auto;
  color: #2bbfb8;
  font-size: 72px;
  text-align: center; }

.editor__tabs-radio {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  gap: 5px; }

.editor__tabs-label {
  flex: 1;
  margin: 10px 0 !important;
  font-size: 12px; }

.editor__tabs-label span {
    padding: 8px 6px; }

button.editor__timeline-add-btn {
  width: 50px;
  min-width: initial;
  height: 70px;
  margin: 0;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  color: #acacb7; }

button.editor__timeline-add-btn__active {
    color: #fff; }

div.editor__tabs-radio {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  gap: 5px; }

label.editor__tabs-label {
  flex: 1;
  margin: 10px 0 !important;
  font-size: 12px; }

label.editor__tabs-label span {
    padding: 8px 6px; }

