body {
  padding-top: 0;
  overflow: hidden;
}

.stickToTop h2 {
  padding: 10px;
}

#videoEdittingToolsOuter {
  position: fixed;
  bottom: 0;
  background-color: #555;
  min-height: 50px;
  z-index: 99;
  width: 100%;
  left: 0;
  overflow: hidden;
  max-height: 95%;
  /*scroll-behavior: smooth;
    overflow: scroll;*/
}

.easyMode #videoEdittingToolsOuter {
  height: 0px !important;
  min-height: 0px;
}

.videoEditorElement,
.audioForVideoEditorElement {
  height: 50px;
  background-color: rgba(119, 119, 119, 0.5);
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  display: block;
}

.audioForVideoEditorElement {
  height: auto;
}

.videoEditorElementBlank {
  background-color: transparent;
  border: dashed 2px #777;
  cursor: pointer;
}

.videoEditorElementBlank:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.videoEditorElementInner:hover {
  background-color: #33c4b6;
}

#videoEdittingTools .timeline {
  background-image: repeating-linear-gradient(
    90deg,
    #fff 0 1px,
    transparent 1px 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}

#videoEdittingToolsOuter .ui-resizable-n {
  width: 50px;
  height: 5px;
  background-color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px #000;
  position: fixed;
  top: inherit;
}

.videoEditorElementInner {
  height: 40px;
  top: 5px;
  background-color: #dadada;
  position: absolute;
  display: inline-block;
  float: left;
  border-radius: 7px;
  z-index: 1;
  box-shadow: 0 0 10px #000;
  cursor: pointer;
  overflow: hidden;
  min-width: 25px;
}

.videoEditorElementInnerError {
  background-color: red !important;
  opacity: 0.5;
}

.videoEditorBackgroundElementInner.videoEditorElementInner {
  padding: 0;
}

.videoEditorBackgroundElementInner img {
  max-width: 100px;
  max-height: 100%;
  float: left;
}

.audioForVideoEditorElementInner {
  height: 40px;
  top: 5px;
  background-color: #dadada;
  position: absolute;
  display: inline-block;
  float: left;
  border-radius: 7px;
  z-index: 1;
  box-shadow: 0 0 10px #000;
  overflow: hidden;
}

.audioForVideoEditorElementInner {
  cursor: grab;
}

.audioForVideoEditorElementInner {
  position: relative;
  float: none;
  margin-bottom: 5px;
}

.animationNameInVideoEditor {
  color: #555;
  padding-left: 10px;
}

.videoElementHover:after {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #5733c4 !important;
  box-shadow: 0 0 5px #000;
}

.hoveredAnimatedElement,
.SelectedAnimatedElement {
  background-color: rgba(51, 196, 182, 0.5);
}

.collidedAnimation {
  background-color: rgb(255, 0, 57);
}

.videoEditorElementInner .ui-resizable-e,
.videoEditorElementInner .ui-resizable-w,
.audioForVideoEditorElementInner .ui-resizable-e,
.audioForVideoEditorElementInner .ui-resizable-w {
  background-color: #fff;
  width: 2px;
  transition: 0.5s;
}

.videoEditorElementInner:hover .ui-resizable-e,
.videoEditorElementInner:hover .ui-resizable-w,
.audioForVideoEditorElementInner:hover .ui-resizable-e,
.audioForVideoEditorElementInner:hover .ui-resizable-w {
  width: 5px;
}

.videoEditorElementInner .ui-resizable-e,
.audioForVideoEditorElementInner .ui-resizable-e {
  right: 0px;
  height: 50%;
  top: 25%;
}

.videoEditorElementInner .ui-resizable-w,
.audioForVideoEditorElementInner .ui-resizable-w {
  left: 0px;
  height: 50%;
  top: 25%;
}

.btn-addAnimationFromTimeline {
  padding: 2px 5px;
  border-radius: 5px;
  margin: 3px;
  position: absolute;
  top: calc(50% - 12px);
  background-color: #222;
}

.btn-addAnimationFromTimeline:hover {
  background-color: #33c4b6 !important;
}

.ti-DeleteAnimationFromTimeline {
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  font-size: 10px;
  padding-left: 5px;
  border-radius: 0 0 0 20px;
  color: #fff;
  background-color: rgba(255, 0, 57, 1);
  transition: 0.5s;
  height: 20px;
  opacity: 0;
  padding-top: 2px;
  z-index: 9;
}

.videoEditorElementInner:hover .ti-DeleteAnimationFromTimeline {
  opacity: 1;
  display: block;
}

.ti-DeleteAnimationFromTimeline:hover {
  opacity: 0.5;
}

.optionsContainer .stickToTop {
  border-bottom: none;
  padding: 10px 0 0 0;
}

#stickysidebar {
  width: inherit;
  height: inherit;
  float: left;
  background-color: transparent;
  background: transparent;
  z-index: 0;
  position: inherit;
  left: inherit;
  top: inherit;
  border-radius: inherit;
  position: relative;
  top: 0;
  min-width: 30%;
  width: max-content;
  overflow: hidden;
}

#stickysidebar .sidebaritem:hover,
#stickysidebar .sidebaritem.selected {
  width: 100px;
}

#stickysidebar .sidebaritem.selected {
  background: #dadada;
}

.sidebaritem {
  color: #dadada;
  width: 50px;
  min-height: inherit;
  position: relative;
  padding: 5px;
  float: left;
  border-right: solid 1px #777777;
  overflow: hidden;
  transition: all 0.2s linear;
}

#stickysidebar .glyphicon {
  font-size: 20px;
}

.SBTitle {
  margin-top: 5px;
}

.nextStepSB {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  height: 2px;
  width: 100%;
}

#beforeStarting {
  margin-top: 0;
}

#paddAroundExport {
  margin-top: 10px;
}

#paddAroundExport.showOverflow {
  margin-top: 100px;
}

.optionsContainer {
  width: 30%;
  overflow-x: hidden;
  height: calc(100% - 70px);
  float: left;
  position: fixed;
  left: 0;
  top: 80px;
  padding-bottom: 100px;
  border-right: none;
  transition: 0.5s;
  border-right: solid 3px #dadada;
}

#previewDiv {
  width: calc(70% - 30px);
  left: 30%;
  padding: 5px;
  position: absolute;
  top: 70px;
  overflow: auto;
  height: calc(100% - 70px);
  transition: 0.5s;
  margin-bottom: 0;
}

.easyMode #previewDiv {
  top: 40px;
  /*width: calc(100% - 40px) !important;*/
  height: calc(100% - 165px) !important;
}

#topSettingsMenu {
  width: 100%;
  height: 50px;
  z-index: 5;
  position: fixed;
  left: 0;
  top: 30px;
  padding: 0;
}

.btn-videoControls {
  font-size: 14px !important;
  padding: 5px 10px !important;
  height: auto !important;
  background-color: #33c4b6;
}

#videoEditorLeftSide {
  width: 10%;
  float: left;
}

.videoEditorLeftSideInner {
  height: 50px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

#videoEditorRightSide {
  width: 5%;
  float: left;
  height: 40px;
}

.videoEditorRightSideInner {
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

#animatedElementsForVideoEdittingTools {
  width: 85%;
  height: 100%;
  float: left;
  overflow-x: hidden;
  /*  overflow-y: scroll; */
  position: relative;
}

#videoEditorLeftSide,
#videoEditorRightSide {
  height: 100%;
  overflow: hidden;
}
#animatedElementsForVideoEdittingToolsTimeline {
  height: 100%;
  width: calc(100% + 10px);
  overflow-y: scroll;
  position: relative;
}

.videoEditorElementInnerbkgimageTemp {
  height: 40px;
  top: 5px;
  background-color: #dadada;
  position: absolute;
  display: inline-block;
  float: left;
  border-radius: 7px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 10px #000;
  cursor: pointer;
  background-color: rgba(218, 218, 218, 0.5);
  border: dashed 3px #fff;
}

.videoEditorElementInnerbkgimageTemp:hover {
  background-color: #33c4b6;
}

.videoEditorElementInnerbkgimageTemp span {
  color: #fff;
}

.previewText {
  font-size: 14px;
  color: #fff;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.SBTitleLong {
  display: none;
}

#stickysidebar .sidebaritem:hover .SBTitleLong,
#stickysidebar .sidebaritem.selected .SBTitleLong {
  display: inherit;
  overflow-wrap: break-word;
}

#stickysidebar .sidebaritem:hover .SBTitleShort,
#stickysidebar .sidebaritem.selected .SBTitleShort {
  display: none;
}

#showOptionsSidebar {
  border-radius: 0 5px 5px 0;
  background-color: rgb(98, 150, 190);
  padding: 4px;
  font-size: 14px;
  width: 20px;
  position: absolute;
  top: 80px;
  color: #fff;
  cursor: pointer;
}

#hideOptionsSidebar {
  border-radius: 5px 0 0 5px;
  background-color: rgb(98, 150, 190);
  padding: 4px;
  font-size: 14px;
  width: 20px;
  position: absolute;
  top: 80px;
  color: #fff;
  cursor: pointer;
}

.showHideOptionsSidebar {
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
}

.previewAnimations {
  padding: 0;
}

.previewAnimationsMiddle {
  padding: 0;
}

.previewAnimationsMiddleTop {
  height: 25px;
}

.previewAnimationsOuter {
  width: 31%;
  margin: 1%;
  padding: 5px;
  float: left;
  overflow: hidden;
  max-height: 100px;
}

.animationsTitle {
  font-size: 30px;
}

.filterDropDownInner {
  height: 40px;
}

.filterDropDownInner img {
  max-height: 100%;
}

.filterDropDownInnerVideoElements {
  padding: 10px 20px;
  border-radius: 0 5px 5px 0;
  background-color: #555;
  z-index: 9;
  position: relative;
}

.videoDropDownSelected:after {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  position: absolute;
  color: #fff;
  margin-left: 5px;
}

.selectedAnimation {
  background-color: #33c4b6;
  box-shadow: none;
}

#topSettingsMenuReplaceThis.show {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
#topSettingsMenuReplaceThis {
  visibility: hidden;
  height: 70px;
  opacity: 0;
  background-color: #bc006e;
  border-radius: 5px;
  transition: opacity 800ms, visibility 800ms;
  color: #fff;
  overflow: hidden;
  padding: 3px;
}

#videoEdittingControlsLeft {
  width: fit-content;
  float: left;
}

#videoEdittingControlsRight {
  width: fit-content;
  float: right;
}

.replaceImagePreview {
  height: 100%;
}

.stickToTop h2 {
  padding: 0;
}

.sidebaritem.selected {
  background-color: #e6e2e8;
}

.selected .SBTitle {
  background: -webkit-linear-gradient(
    45deg,
    var(--secondary-color),
    var(--primary-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#topSettingsMenu {
  box-shadow: none;
}

#playProgressAnimation .ui-resizable-e {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #fff;
  position: fixed;
  top: initial;
  right: initial;
  cursor: col-resize;
}

.videoControlButton {
  font-size: 40px;
  color: var(--color-extra);
  cursor: pointer;
  background-color: #222;
  padding: 10px;
  border: solid var(--color-extra) 2px;
  border-radius: 50%;
}

.videoControlButton:hover {
  color: var(--secondary-color);
  border: solid var(--secondary-color) 2px;
}

.videoControlWrapper {
  margin: 10px;
  float: left;
}

#layersHeading:hover {
  background-color: #dbd5de;
  cursor: pointer;
}

#LayersOfPreviewArea {
  transition: all 0.3s ease-in-out;
}

#LayersOfPreviewArea .individualLetter {
  opacity: 1 !important;
  transform: none !important;
}

.backgroundVideoSticky {
  position: sticky;
  top: 0;
  background-color: #555;
  z-index: 9;
}

.videoEditorPreviewImg {
  max-height: 100%;
}

#videoEditorRightSide .backgroundVideoSticky {
  right: 0;
}

#backgroundOnTimelineLocked.ti-lock {
  color: #999;
}

#backgroundOnTimelineLocked.ti-unlock {
  color: #33c4b6;
}

.videoEditorLeftSideInner.backgroundVideoSticky {
  left: 0;
  margin: 0 -15px;
  padding-left: 10px;
}

.belowVideoControlsButton {
  font-size: 20px;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  color: #bc006e;
}

.belowVideoControlsButton:hover {
  background-color: #bc006e;
  color: #fff;
}

.zoomInOutTimeline {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  color: #fff;
  position: relative;
  border: solid 1px #dadada;
}

.zoomInOutTimeline span {
  color: #dadada;
}

.zoomInOutTimeline:hover {
  background-color: #bc006e;
}

.watermark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  pointer-events: none;
}

#step15 .animationsTitle {
  display: none;
}

#topSettingsMenu .dropdown-menu {
  top: 85px;
  width: 70%;
  left: 30%;
}

.addMusicOuter {
  top: calc(50% - 5px);
}

#videoEdittingControlsCenterSimple {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

#videoEdittingControlsCenterSimple .videoControlWrapper {
  margin: 10px 2px;
  font-size: 30px;
}

.easyMode #settingsMenu.open,
.easyMode #settingsMenu.closed {
  height: calc(100% - 155px) !important;
}

.easyMode .hideOnEasyMode {
  display: none !important;
}

.advancedMode .hideOnAdvancedMode {
  display: none !important;
}

.easyMode .optionsContainer {
  height: calc(100% - 145px) !important;
  top: 34px !important;
}

.stepsCircle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  float: left;
  margin: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  color: #777;
  cursor: pointer;
  background-color: #000;
  transition: all 0.5s ease;
}

.stepsCircle:hover {
  background-color: #fff;
  transform: scale(1.25);
  box-shadow: 0 0 10px #dadada;
}

.stepsCircle img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.stepsCircle.selected {
  background-color: #fff;
  transform: scale(1.75);
  box-shadow: 0 0 10px #dadada;
}

.easyMode .videoControlButton {
  font-size: 15px;
  background-color: var(--color-extra);
  color: #fff;
  fill: #fff;
  position: relative;
}

.easyMode .videoControlButton:hover {
  background-color: var(--secondary-color);
}

.easyMode #settingsMenu {
  top: 30px !important;
}

.easyMode .replaceElementMessage {
  background-color: #f0ecf3;
  padding: 0;
}

.easyMode .replaceElementMessage p {
  display: none;
}

.filterDropDownOptionV2 {
  text-align: left;
  float: left;
  font-size: 14px;
  color: #333;
  padding: 5px 20px 5px 0;
  cursor: pointer;
}

.commTemplateTagChecked {
  color: #fff;
}

.trailerCreatorFAQButton span {
  font-size: 50px;
  border: solid 2px #333;
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
}

.trailerCreatorFAQButton:hover span {
  background-color: rgb(188, 0, 110);
  border: solid 2px #fff;
  color: #fff;
}

.trailerCreatorFAQButton {
  position: fixed;
  top: 150px;
  right: -15px;
  z-index: 9999;
}

.audioForVideoEditorElementInner wave {
  overflow: hidden !important;
}

.video-mode-toggle {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: start;
  overflow: hidden;
}

.video-mode-toggle > .toggle-slider {
  width: 80px;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0px;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
  margin: 0;
  transform: translateX(0px);
  background-color: #33c4b6;
}

.video-mode-toggle > .toggle-slider.active {
  transform: translateX(80px);
}

.videoCreatorModeAdvancedButton,
.videoCreatorModeEasyButton {
  cursor: pointer;
  padding: 4px 2px;
  font-size: 12px;
  color: #33c4b6;
  font-weight: bold;
  /* float: left; */
  text-align: center;
}

.videoCreatorModeAdvancedButton {
  border-radius: 10px 0 0 10px;
  border-left-width: 2px;
}

.videoCreatorModeEasyButton {
  border-radius: 0 10px 10px 0;
  border-right-width: 2px;
}

.videoCreatorModeSelected {
  color: #fff;
}

.videoCreatorMode {
  text-transform: uppercase;
  width: 100px;
  z-index: 20;
  border-color: #33c4b6;
  border-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  text-transform: uppercase;
  width: 80px;
}

#muscNameInInstructions {
  background-color: #999;
  padding: 2px 10px;
  border-radius: 5px;
}

.limitedOptions #backgroundInfoDiv {
  margin-top: 10px;
  padding-top: 20px;
}

.hideScroll::-webkit-scrollbar:vertical {
  display: none; /* for Chrome, Safari, and Opera */
}

.trench-layer .trench-layer-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.trench-layer:nth-of-type(odd) {
  background-color: rgb(58, 58, 58);
}
.trench-layer:nth-of-type(odd) .trench-layer-bg {
  background-color: rgb(58, 58, 58);
}

.trench-layer:nth-of-type(even) {
  background-color: rgb(78, 78, 78);
}

.trench-layer:nth-of-type(even) .trench-layer-bg {
  background-color: rgb(78, 78, 78);
}

.trench-layer.active {
  background-color: var(--secondary-color);
}

.trench-element-controls {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
}

.vc-time-span {
  padding: 5px;
  background-color: #555555;
}

.vc-time-span.total {
  background-color: #2c2c2c;
}

.text-no-select {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.vc-add-new-element {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #33c4b6;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-weight: bold;
  font-size: 14px;
  color: white;
}

.vc-add-new-element:hover {
  background-color: #239c90;
}

.trench-element-view img {
  width: auto;
  height: 100%;
}

.trench-element-view.selected {
  /* background-color: var(--secondary-color) !important; */
  color: white;
  font-weight: bold;
  transition: background-color 0.1s ease;
}

.trench-element-view .animation-name {
  padding: 5px;
  margin-left: 5px;
}

.trench-element-view {
  z-index: 1001;
}
.trench-element-view:hover {
  z-index: 1003;
}

.trench-layer-commands {
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-delay: 2s;
  transition: all 0.25s ease-in;
  position: absolute;
  margin: auto 0px;
  right: 0;
  height: 100%;
  padding: 5px 10px;
  background-color: var(--primary-color-opaque);
  /* background-color: rgb(68, 68, 68); */
  font-weight: bold;
  color: white;
  cursor: pointer;
  width: 50px;
  transform: translateX(50px);
  /* transform: translateX(200px) scaleX(0.5); */
}

.trench-layer-commands:hover {
  background-color: var(--vc-primary);
  z-index: 1004;
}
.video-control-btn:before {
  pointer-events: none;
}
.video-control-btn {
  background-color: #222;
  color: white;
  transition: 0.2s ease all;
  cursor: pointer;
  border: 2px solid var(--vc-primary);
}
.video-control-btn.active {
  background-color: var(--vc-primary-dark);
  cursor: auto;
  color: white;
}

.vc-step-control {
  cursor: pointer;
  padding: 15px;
  transition: 0.2s ease all;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  background-color: var(--secondary-color-opaque);
}

.vc-step-control:hover {
  background-color: var(--secondary-color);
}

.vc-step-view {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: white;
  border: 4px solid rgba(218, 218, 218, 0.5);
  transition: 0.2s ease all;
  cursor: pointer;
  flex-shrink: 0;
}

.vc-step-view:hover,
.vc-step-view.active {
  border: 4px solid var(--vc-primary);
}

.vc-step-view.active {
  animation: pulse 2.5s infinite;
}

.vc-project-btn {
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: var(--vc-primary);
  font-weight: bold;
  font-size: 11px;
  color: white;
  cursor: pointer;
  transition: 0.2s ease all;
}

.vc-project-btn:hover {
  background-color: var(--vc-primary-dark);
}

.drawAttention {
  animation: pulse 2.5s infinite;
}

.vc-easymode-controls {
  display: flex;
  padding: 20px 10px;
  background: rgb(0, 0, 0);
  background: linear-gradient(135deg, rgb(20, 20, 20) 0%, rgb(59, 59, 59) 100%);
  align-items: center;
}

.vc-easymode-scrub {
  flex-grow: 1;
  height: 30px;
  margin: 0px;
  margin-left: 5px;
  margin-right: 15px;
  border-radius: 15px;
  background-color: rgb(100, 100, 100);
  position: relative;
  overflow: hidden;
}

.sidebarElement {
  font-weight: bold;
  color: white;
  font-size: 10px;
}

.vc-easymode-scrub-body {
  background-color: var(--vc-primary);
}

#vc-resize-handle {
  display: block;
  width: 20%;
  /* background-color:rgb(224, 224, 224); */
  background-color: var(--vc-primary);
  border-radius: 10px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -10px;
  cursor: ns-resize;
  transform: translate(0, 0);
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 196, 182, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 196, 182, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 196, 182, 0);
  }
}

#playtimeWarning {
  display: inline-block;
  color: red;
}

#step16 {
  padding: 10px;
}
.animationObjectWarning {
  background-color: red;
}

.animation-control-view .vc-preview-element {
  max-height: 150px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.vc-preview-element img {
  max-height: 100px;
}

.animationGroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 5px;
  padding: 12px;
}

.animationSubGroup {
  display: flex;
  align-items: center;
  width: 100%;
}

.animationSubGroup .asgLabel {
  width: 80px;
  text-align: left;
  flex-shrink: 0;
}

.animationGroup .animation-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: left;
}

.animationGroup .animation-title svg {
  height: 15px;
  display: block;
  float: right;
  color: red;
  cursor: pointer;
}
.animationGroup .remove-animation {
  float: right;
}

.emptyAnimation {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.addAnimation {
  color: white;
  background-color: var(--vc-primary);
  display: block;
  font-size: 11px;
  float: right;
  padding: 4px;
  border-radius: 7px;
  cursor: pointer;
  font-weight: lighter;
}

.addAnimation:hover {
  background-color: var(--vc-primary-dark);
}

.animationGroup .addAnimation i {
  display: block;
  font-size: 9px;
  float: left;
  margin-right: 2px;
}

.animationGroup .animationOption {
  display: block;
  width: 100%;
  text-align: left;
  padding: 3px;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 5px;
  box-shadow: 0px 0px 2px -1px rgba(97, 97, 97, 0.11);
}

.animationGroup .animationOption svg {
  display: block;
  height: 15px;
  float: right;
}

.animationGroup > * + * {
  margin-top: 5px;
  margin-bottom: 5px;
}

.fixed-vc-preview-element {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
}

.animation-delete {
  cursor: pointer;
}

.animations-list-view {
  position: fixed;
  left: 350px;
  top: 100px;
  padding: 10px;
  background-color: #f0ecf3;
  height: 35vh;
  width: 500px;
  overflow-y: scroll;
  opacity: 0;
  display: none;
  box-shadow: 0 0 5px -1px #000;
  border-radius: 5px;
}

.animations-list-view::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.animations-list-view::-webkit-scrollbar-thumb {
  background: #ff0000;
}

.animations-list-view .closeBtn {
  font-size: 14px;
  text-align: right;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}
.animation-category-view {
  display: block;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.animation-category-view-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 0.5rem;
}

.animation-category-view .category-title {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}

.animation-option-view {
  display: block;
  padding: 10px 5px;
  background-color: white;
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 10px;
}

.animation-option-view img {
  width: 75%;
  margin-bottom: 5px;
}

/* .layer-group-view {
    scrollbar-width: auto;
    scrollbar-color: #bababa #170303;
  } */

/* Chrome, Edge, and Safari */
.layer-group-view::-webkit-scrollbar {
  width: 5px;
}

.layer-group-view::-webkit-scrollbar-track {
  background: rgba(23, 3, 3, 0);
}

.layer-group-view::-webkit-scrollbar-thumb {
  background-color: #bababa;
  border-radius: 8px;
  border: 2px none #ff0000;
}

.layer-group-view {
  display: block;
  width: 100%;
}

.vc-command-view {
  display: flex;
  flex-direction: column;
  background-color: #dfdfdf;
  border-radius: 10px;
  overflow: hidden;
}

.vc-command-view > span {
  display: block;
  padding: 3px 6px;
}

.vc-command-view > span:hover {
  background-color: white;
  cursor: pointer;
}

.command-icon-btn {
  padding: 1px 5px;
  border-radius: 2px;
}

.command-icon-btn:hover {
  background-color: #808080;
  cursor: pointer;
}

.zoom-control-view {
  display: flex;
  margin-right: 20px;
}
.vc-zoom-btn {
  display: block;
  padding: 5px;
  color: gray;
  border: 1px solid gray;
  border-radius: 50%;
  font-size: 12px;
  font-weight: lighter;
  margin: 0px 2px;
  cursor: pointer;
}
