/*These are styles that are not to be sent to API */
/* These styles are used for the Custom Creator, Box Set Creator, Cover Creator, Video Creator */
html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

#finalImagePre {
  display: none;
}

.progressBarInnerDone .progressBarInner {
  display: none;
}

#progressBar {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

#finalImageToExport .ui-resizable-handle {
  z-index: 9999999;
  filter: blur(0) !important;
  display: none;
}

#finalImage {
  max-height: 300px;
  box-shadow: 1px 10px 17.3px 0px rgba(0, 0, 0, 0.1);
}

#tempStoreImage {
  display: none;
  padding: 10px;
  z-index: 99999999999999;
  position: relative;
  background: #fff;
}

.optionSubHeadingWrapper {
  width: 100%;
  display: inherit;
  margin-bottom: 5px;
}

.optionsContainer {
  width: 20%;
  overflow-x: hidden;
  height: 96vh; /* fallback if needed */
  float: left;
  background-color: #f0ecf3;
  z-index: 0;
  position: fixed;
  left: 75px;
  padding-bottom: 100px;
  border-right: solid 2px #dadada;
}

.optionsContainer,
#stickysidebar,
.optionsContainerRight,
.filtersContainer,
.filteredCommunityTempaltes {
  height: calc(100% - 60px);
  top: 60px;
}

.specialFeature {
  font-size: 16px;
}

.progressBarInner {
  width: 10%;
  display: block;
  height: 100%;
  background-color: #33c4b6;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(76, 0, 204, 1)),
    color-stop(1, rgba(255, 0, 57, 1))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.meter {
  height: 30px;
  position: relative;
  background: #999;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}

.meter > .progressBarInner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, rgba(255, 255, 255, 0.2)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, rgba(255, 255, 255, 0.2)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.meter > .progressBarInnerDone:after {
  background-image: none;
}

.progressBarInnerDone {
  background-color: #33c4b6;
  background-image: none;
}

.progressBarInnerError {
  background-color: #c43333;
  background-image: none;
}

#stickysidebar {
  width: 75px;
  height: 96vh;
  float: left;
  z-index: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4));
  position: fixed;
  left: 0;
  border-radius: 0;
}

#stickysidebarOuter {
  width: 75px;
  height: 100vh;
  height: 100%;
  float: left;
  background-color: #fafafa;
  z-index: 0;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 10px;
}

#stickysidebar .glyphicon {
  font-size: 25px;
  padding-top: 5px;
  float: none;
  text-align: center;
  display: block;
}

#top-menu li {
  margin-right: 10px;
}

#top-menu .drop-down .btn {
  float: right;
}

#top-menu .dropdown-menu a {
  border-radius: 0px;
  background-color: transparent;
  text-shadow: none;
  padding: 10px 20px !important;
  width: 100%;
  margin: 0;
}

#top-menu .dropdown-menu,
#top-menu .nav li:hover ul {
  padding: 0px;
  background-color: #337ab7;
  border: none;
  box-shadow: none;
}

.nav li:hover ul,
ul.nav li.sfHover ul {
  top: 3px;
  left: inherit;
  right: 0px;
  top: inherit;
}

.hideFarLeftMenu #stickysidebar {
  display: none;
}

.hideFarLeftMenu .optionsContainer {
  width: calc(20% + 75px);
  left: 0;
}

#finalImageToExport {
  background-color: #fff;
  box-shadow: 0 0 15px #ddd;
}

#bkgImageContainter:after {
  width: 100%;
  height: 100%;
  content: "";
  outline: #999 3px dashed;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#previewDiv {
  width: 65%; /* Fallback if needed */
  width: calc(80% - 115px);
  left: calc(20% + 75px);
  padding: 10px 25px;
  position: absolute;
  top: 125px;
  margin-bottom: 75px;
  overflow: auto;
  height: calc(100% - 125px);
  transition: all 0.5s ease-in-out;
}

.optionsContainerRight {
  display: none;
  width: 20%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 96vh; /* fallback if needed */
  float: left;
  background-image: url(/wp-content/uploads/2018/01/grey.png);
  background-repeat: repeat;
  z-index: 0;
  position: fixed;
  right: 0;
  padding-bottom: 100px;
  border-left: solid 2px #dadada;
}

.instructionsShowing #previewDiv {
  width: 45%; /* Fallback if needed */
  width: calc(60% - 115px);
}

.instructionsShowing .optionsContainerRight {
  display: block;
  top: 105px;
}

.overflowHidden {
  overflow: hidden;
}

#settingsMenu {
  position: absolute;
  transition: all 0.5s ease-in-out;
}

#settingsMenu.closed {
  width: 40px;
}

#settingsMenu.open {
  width: 300px;
}

.settingsButton.on,
.settingsButton.on1,
.settingsButton.on2 {
  background-color: #bc006e;
}

#settingsMenu {
  background-color: #f0ecf3;
  border-left: solid 3px #dadada;
}

#settingsMenu.closed .hideOnClosed {
  display: none;
}

.settingsButton {
  width: 100%;
  max-width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 2px #dadada;
  color: #fff;
  cursor: pointer;

  border-radius: 0;
  padding: 10px;
  font-size: 16px;
  float: left;
  margin-bottom: 0;
}

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

.posBottom {
  position: absolute;
  bottom: 0;
}

.posTop {
  position: absolute;
  top: 0;
}

#finalImageToExport .grid {
  background-image: repeating-linear-gradient(#ccc 0 1px, transparent 1px 100%),
    repeating-linear-gradient(90deg, #ccc 0 1px, transparent 1px 100%);
  /*background-size: 71px 71px;*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  pointer-events: none;
  z-index: 99;
}

.grid {
  /* Masonry container */
  column-count: 3;
  column-gap: 1em;
}

.fixed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

/*TODO: to be rechecked and removed */
.grid-2 {
  /* Masonry container */
  column-count: 2;
  column-gap: 10px;
  row-gap: 10px;
}

.grid-4 {
  /* Masonry container */
  column-count: 4;
  column-gap: 10px;
  row-gap: 10px;
}

.grid-1 {
  position: relative;
  margin-bottom: 15px;
}

.grid-item-comTemplate,
.grid-item {
  /* Masonry bricks or child elements */
  display: inline-block;
  width: 100%;
  position: relative;
}

.grid-item,
.grid-item-spine {
  width: 100%;
  padding: 0;
}

.grid-item img {
  margin-bottom: 0px;
  /* position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0; */
}

#outputStampsSearch .grid-item,
#outputStampsSearch .grid-sizer {
  width: 50%;
}

.beta {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-left: 10px;
  transform: rotate(2deg);
  font-weight: bold;
  color: #fff;
}

.modal-content {
  min-height: 300px;
  box-shadow: 0 0 40px #000;
}

.sidebaritem {
  color: #dadada;
  width: 100%;
  min-height: 75px;
  position: relative;
  padding: 5px 0;
}

.sidebaritem * {
  color: #dadada !important;
}

.sidebaritem:hover {
  /*background-color: rgb(98,150,190);*/
  color: #fff;
  cursor: pointer;
}

.sidebaritem-s {
  min-height: auto;
  height: 40px;
  padding: 5px;
}

#sidebaritemNext .glyphicon {
  font-size: 16px;
}

.sidebaritemInner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.book2D {
  width: 25px;
  height: 35px;
  background-color: #dadada;
  margin: 0 auto;
  position: relative;
  top: 5px;
}

.sidebaritem:hover .book2D,
.selected .book2D {
  background-color: #fff;
}

.SBnextStep .nextStepSB:before {
  content: "»";
}

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

.selected .nextStepSB {
  background: -webkit-linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
}

#sidebaritemNext {
  background-color: #33c4b6;
  color: #fff;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #d7dbdc;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

#sidebaritemNext:hover {
  background-color: rgb(98, 150, 190);
  cursor: pointer;
}

.selected {
  transition: all 0.5s linear;
  /*border-radius: 50%;
    background-image: url(/wp-content/uploads/2018/01/grey.png);*/
}

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

.selected .SBTitle {
  color: #fff;
}

.modal h2 {
  padding: 0 10px;
}

#myModal .modal-dialog {
  width: 95%;
}

.filtersContainer {
  width: 35%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100% - 60px);
  height: 96vh;
  float: left;
  top: 60px;
  background-color: #fafafa;
  background-repeat: repeat;
  z-index: 0;
  position: fixed;
}

.filtersContainer .filterDropDown {
  margin-bottom: 10px;
}

#myModalBoxSetCreator {
  pointer-events: none;
}

#myModalBoxSetCreator .modal-content,
#myModalBoxSetCreator .modal-dialog {
  width: 100%;
}

#myModalBoxSetCreator .modal-dialog {
  margin: 0 auto;
  top: 100px;
}

#myModalBoxSetCreator .modal-content {
  border-radius: 0 20px 20px 0;
  border: none;
  padding: 20px;
  width: 65%; /* Fallback if needed */
  width: calc(20% - 350px);
  left: calc(20% + 72px);
  min-width: 300px;
  pointer-events: all;
  background: #f0ecf3;
  box-shadow: none;
  border: solid 2px #dadada;
  border-left: none;
}

#myModalBoxSetCreator .modalTitle {
  border-radius: 0 20px 0px 0;
}

.modal.fade:not(.in) .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}

#myModalBoxSetCreator .fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.blockOut {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 101;
}

.blockOutInner {
  width: 100%;
  padding: 10px 25px;
  font-size: 20px;
  text-align: center;
}

.filteredCommunityTempaltes {
  width: 65%;
  right: 0;
  padding: 10px 50px;
  /* margin-bottom: 75px; */
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
}

.editStyleRangeTitle {
  color: #333;
}

.sliderWrapper {
  width: 100%;
  padding: 0 0 5px 0;
}

.inputWrapper {
  width: 100%;
  padding: 5px 0;
}

.slider {
  -webkit-appearance: none;
  width: 80%;
  height: 15px;
  border-radius: 5px;
  background: #fff;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  box-shadow: 0 0 10px #dadada;
  padding-left: 5px;
  float: left;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #33c4b6;
  cursor: pointer;
  border: solid 2px #fff;
}

.slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #33c4b6;
  cursor: pointer;
  border: solid 2px #fff;
}

#topSettingsMenu .slider {
  box-shadow: none;
  height: 15px;
}

.uploadElem {
  border: 2px dashed #777;
  border-radius: 5px;
  background: white;
  padding: 0;
}
.uploadElem:before {
  content: "Drag & drop image or click to upload";
  /*content: '\2713';
    font-family:"Glyphicons Halflings";*/
  top: 40px;
  position: relative;
  color: #999;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  float: none;
  display: block;
}
.uploadElemOther:before {
  content: "+";
  top: 40px;
  color: #999;
  font-size: 35px;
}
.uploadElemOther {
  border: 2px dashed #dadada;
}
.uploadBkg:before {
  content: "Upload your own - Drag & drop image or click to upload";
}
.uploadElem:hover {
  background: #dadada;
  color: #fff;
}
.uploadElem input {
  min-height: 100px;
  padding: 30px;
  width: 100%;
  margin-top: -16px;
}

.sizeIcon {
  padding: 5px;
  color: #999;
  fill: #999;
  font-size: 26px;
  border-radius: 10px;
  width: 46px;
  margin-right: 5px;
  line-height: 50px;
}

.sizeIcon.selected {
  background-color: var(--color-extra);
  color: #fff;
  fill: #fff;
}

.sizeIcon:hover {
  color: #999;
  fill: #999;
  background-color: #fff;
  font-size: 26px;
  border-radius: 10px;
  width: 46px;
  box-shadow: none;
  cursor: pointer;
}

.stepNumSB {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0px 0px 30px 0;
  background-color: #dadada;
  color: #fff;
  padding: 3px 8px 10px 3px;
  font-weight: 900;
}

.adOption {
  margin: 10px auto;
  border: dashed 2px #999;
  padding: 10px;
  background-color: rgba (255, 255, 255, 0.3);
  cursor: pointer;
  position: relative;
}

.adOption:hover {
  border: solid 2px #6296be;
}

.bookOption {
  cursor: pointer;
}

.bookOption:hover {
  opacity: 0.6;
}

.coverCreatorAdOption {
  padding: 10px 15px;
  margin: 3px;
  border-radius: 15px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.coverCreatorAdOption:hover {
  opacity: 0.9;
}
.glyphicon-ok-circle {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  border-radius: 50%;
}

.modal-content .glyphicon-ok-circle,
.modal-content .glyphicon-remove-circle {
  position: relative;
  top: inherit;
  left: inherit;
  font-size: 40px;
}

.colorRed {
  color: #c70039;
}

.colorGreen {
  color: #398439;
}

.ui-resizable-nw,
.ui-resizable-ne,
.ui-resizable-se,
.ui-resizable-sw {
  width: 16px;
  height: 16px;
  display: none !important;
}

.ui-resizable-nw {
  border-top: #fff 3px solid;
  border-left: #fff 3px solid;
  left: 1px;
  top: 1px;
  cursor: nw-resize;
}

.ui-resizable-ne {
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  right: 1px;
  top: 1px;
  cursor: ne-resize;
}

.ui-resizable-sw {
  border-bottom: #fff 3px solid;
  border-left: #fff 3px solid;
  left: 1px;
  bottom: 1px;
  cursor: sw-resize;
}

.ui-resizable-se {
  border-bottom: #fff 3px solid;
  border-right: #fff 3px solid;
  right: 1px;
  bottom: 1px;
  cursor: se-resize;
}

.ui-resizable-e {
  right: -2px;
}

.ui-resizable-n {
  top: -2px;
}

.ui-resizable-s {
  bottom: -2px;
}

.ui-resizable-w {
  left: -2px;
}

.selectedElement .ui-resizable-handle {
  display: block !important;
}
/*
#bkgImageContainter.selectedElement .ui-resizable-handle{
    display: none !important;
}
*/
.stampElem:hover .ui-resizable-handle,
.userTextClass:hover .ui-resizable-handle,
.bookImageWrapper:hover .ui-resizable-handle,
#bkgimage:hover .ui-resizable-handle,
#bkgImageContainter.selectedElement .stampElem:hover .ui-resizable-handle,
#bkgImageContainter.selectedElement .userTextClass:hover .ui-resizable-handle,
#bkgImageContainter.selectedElement
  .bookImageWrapper:hover
  .ui-resizable-handle,
#bkgImageContainter.selectedElement #bkgimage:hover .ui-resizable-handle,
#finalImageToExport .ui-resizable-se.large-handle,
.backgroundImageWrapper:hover .ui-resizable-handle,
.shapeOuter:hover .ui-resizable-handle {
  display: block !important;
}

.SBTitle {
  font-size: 12px;
}

.SBnextStep {
  width: 100px;
  background-color: #33c4b6;
  color: #fff;
  transition: all 0.5s linear;
  box-shadow: 5px 5px 10px #999;
}

.stamp:hover,
.overlay:hover,
.templateimg:hover,
#output img:hover,
.bookSelection:hover,
.myStamps:hover {
  cursor: pointer;
}

.stampDark {
  background-color: rgba(0, 0, 0, 0.2);
}

.uploadElemComp {
  background-color: #33c4b6;
}

.uploadElemComp:before {
  color: #fff;
  content: "Upload new image";
}

#beforeStarting {
  background-color: #fff;
  width: 100%;
  padding: 25px;
  margin-top: 10px;
}

.beforeStartingLogo {
  margin: 20px auto;
  float: none;
  display: block;
}

.loadingpreExport {
  margin: 0 auto;
  float: none;
  display: block;
  max-width: 400px;
}

.browserImage {
  max-width: 150px;
}

.unclickable {
  opacity: 0.5;
  pointer-events: none;
}

.lockedFeature {
  opacity: 0.5;
}

.unclickable:before {
  font-family: "Glyphicons Halflings";
  content: "\e033";
  display: table-cell;
  vertical-align: middle;
}

[data-label="More fonts with Plus Plan"]:after {
  font-family: "Glyphicons Halflings";
  content: "\e033";
}

.ui-rotatable-handle {
  top: 15px;
  left: 15px;
  padding: 5px;
  display: none;
  position: fixed;
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
  background-color: rgba(51, 96, 182, 0.75);
  color: #fff;
  z-index: 1;
}

.videoWrapper:hover .ui-resizable-handle,
.videoWrapper:hover .ui-rotatable-handle {
  display: block !important;
}

.stampElem:hover .editButton,
.userTextClass:hover .editButton,
.bookImageWrapper:hover .editButton,
.stampElem:hover .ui-rotatable-handle,
.userTextClass:hover .ui-rotatable-handle,
.bookImageWrapper:hover .ui-rotatable-handle,
#finalImageToExport:hover #bkgimage .ui-rotatable-handle,
.backgroundImageWrapper:hover .ui-rotatable-handle,
.backgroundWrapper:hover .editButton,
.shapeOuter:hover .editButton,
.shapeOuter:hover .ui-rotatable-handle {
  display: block;
}

.selectedElement .editButton,
.selectedElement .ui-rotatable-handle {
  z-index: 98;
}

.ui-rotatable-handle:before {
  content: "\e030";
  font-family: "Glyphicons Halflings";
}

.ui-rotatable-handle:hover {
  background-color: #33c4b6;
  cursor: pointer;
}

.bookImageWrapper:hover,
.userTextClass:hover,
.stampElem:hover,
.shapeOuter:hover {
  cursor: move;
}

.stampElem:hover:after,
.userTextClass:hover:after,
.bookImageWrapper:hover:after,
.shapeOuter:hover:after,
#preview:hover:after {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #9fe3da;
  box-shadow: 0 0 5px #000;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  cursor: inherit;
  background-color: transparent;
  border: inherit;
  border-bottom-color: inherit;
}

.nav-tabs > li.active,
.nav-tabs > li.active:focus,
.nav-tabs > li.active:hover {
  background-color: rgba(51, 196, 182, 0.8);
}

.nav-tabs > li > a {
  border-radius: 0;
  width: 100%;
  color: #333;
}

.nav-tabs {
  border: none;
  margin-left: -15px;
  margin-right: -15px;
}

.nav-tabs li {
  border: 1px solid #ddd;
  width: auto;
  border-radius: 10px;
  margin-right: 2px;
  margin-left: 2px;
  text-align: left;
  display: inline-block;
  float: none;
}

.nav-tabs li a {
  padding: 5px;
}

.editOptions {
  position: fixed;
  bottom: 0;
  background: #fff;
  left: 75px;
  padding: 0;
  width: 20%;
  cursor: pointer;
  border-top: solid 2px #999;
  z-index: 9;
}

.optionsTitle,
.editableOptions {
  padding: 15px;
}
.editableOptions {
  padding: 15px 15px 30px 15px;
}

.optionsTitle {
  background: #33c4b6;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.tipsButton {
  margin-top: 10px;
  margin-left: 5px;
}

#downloadCanvasButton {
  text-align: center;
}

.optionsDivider {
  height: 1px;
  background-image: -moz-linear-gradient(
    135deg,
    rgba(67, 83, 207, 0.8) 0%,
    rgba(212, 79, 145, 0.8) 50%,
    rgba(254, 125, 103, 0.8) 100%
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(67, 83, 207, 0.8) 0%,
    rgba(212, 79, 145, 0.8) 50%,
    rgba(254, 125, 103, 0.8) 100%
  );
  background-image: -ms-linear-gradient(
    135deg,
    rgba(67, 83, 207, 0.8) 0%,
    rgba(212, 79, 145, 0.8) 50%,
    rgba(254, 125, 103, 0.8) 100%
  );
  background-image: linear-gradient(
    135deg,
    rgba(67, 83, 207, 0.8) 0%,
    rgba(212, 79, 145, 0.8) 50%,
    rgba(254, 125, 103, 0.8) 100%
  );
  opacity: 0.5;
  width: 100%;
  position: relative;
  top: 12px;
  margin-top: 10px;
}

.optionsDividerTop {
  height: 1px;
  background-image: -moz-linear-gradient(
    135deg,
    rgba(67, 83, 207, 0.8) 0%,
    rgba(212, 79, 145, 0.8) 50%,
    rgba(254, 125, 103, 0.8) 100%
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(67, 83, 207, 0.8) 0%,
    rgba(212, 79, 145, 0.8) 50%,
    rgba(254, 125, 103, 0.8) 100%
  );
  background-image: -ms-linear-gradient(
    135deg,
    rgba(67, 83, 207, 0.8) 0%,
    rgba(212, 79, 145, 0.8) 50%,
    rgba(254, 125, 103, 0.8) 100%
  );
  background-image: linear-gradient(
    135deg,
    rgba(67, 83, 207, 0.8) 0%,
    rgba(212, 79, 145, 0.8) 50%,
    rgba(254, 125, 103, 0.8) 100%
  );
  opacity: 0.5;
  width: 100%;
  position: relative;
}

#step8 .jscolor {
  max-height: 17px;
  border: none;
  box-shadow: 0 0 10px #dadada;
  padding: 2px 5px;
  cursor: pointer;
  top: -1px;
  position: relative;
}

#step8 .slider {
  max-height: 15px;
  padding: 0;
}

.optionContainer {
  padding: 30px 0px;
  border-bottom: solid 1px #dadada;
}

#warningMessage {
  background-color: #fe7d67;
  padding: 20px;
  color: #fff;
  border-radius: 3px;
}

#warningMessage a {
  color: #fff;
  text-decoration: underline;
}

.closeWarning {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff;
  float: right;
}

.editButton {
  display: none;
  position: absolute;
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
  background-color: rgba(51, 96, 182, 0.75);
  color: #fff;
  z-index: 1;
}

.editButton:hover {
  background-color: #33c4b6;
  cursor: pointer;
}

.changeButton {
  top: auto;
  bottom: 15px;
  left: 15px;
}

.specialMessage {
  background-color: #fe7d67;
  padding: 20px;
  color: #fff;
  border-radius: 3px;
}

.moveDownButton {
  top: unset;
  bottom: 15px;
  right: 15px;
}

.moveUpButton {
  top: unset;
  bottom: 15px;
  right: 40px;
}

.copyButton {
  bottom: 15px;
  left: 15px;
  top: unset;
  right: unset;
}

.copyButton-2 {
  bottom: 15px;
  left: 40px;
  top: unset;
  right: unset;
}

.uploadImageToShapeButton {
  bottom: 15px;
  left: 15px;
  top: unset;
  right: unset;
}

.textEditor {
  width: 100%;
  padding: 0px;
  border-radius: 5px;
  box-shadow: 0 0 10px #dadada;
  background: #fff;
  min-height: 75px;
  text-align: left;
  white-space: pre-line;
}

.ql-editor {
  padding: 10px 10px 10px 10px;
}

.ql-toolbar.ql-snow {
  top: 28px;
  position: relative;
  z-index: 1;
  border: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: inherit;
  background: transparent;
  padding: 4px;
  margin-top: -28px;
}

.ql-container {
  border-radius: 5px 5px 0 0;
}

#step5 .textEditor {
  background: transparent;
  box-shadow: none;
}

#step8 .textEditor {
  padding: 10px;
  font-family: "open sans";
  font-weight: 100;
  font-size: 16px;
}

#step8 .ql-container .ql-editor {
  padding: 0;
}

.ql-container.ql-snow {
  border: none;
}

input,
.input {
  max-width: 100%;
}

.input {
  border-radius: 4px;
  border-color: #dadada;
}

.editStyle {
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #dadada;
}

.editStyleTitle {
  font-size: 12px;
  text-align: left;
  position: relative;
  top: 1px;
}

.editStyleTitleW20 {
  width: 20%;
  float: left;
}

.editStyleOuter {
  padding: 2px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.editStyleOuter:hover {
  background-image: -moz-linear-gradient(
    135deg,
    rgba(76, 0, 204, 1) 0%,
    rgba(255, 0, 57, 1) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(76, 0, 204, 1) 0%,
    rgba(255, 0, 57, 1) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    135deg,
    rgba(76, 0, 204, 1) 0%,
    rgba(255, 0, 57, 1) 100%
  ) !important;
  background-image: linear-gradient(
    135deg,
    rgba(76, 0, 204, 1) 0%,
    rgba(255, 0, 57, 1) 100%
  ) !important;
}

.optionsTitleWrapper {
  margin: 20px 0;
  width: 100%;
}

.subHeading {
  position: relative;
  top: 5px;
  font-size: 12px;
  font-style: italic;
}

#chosenFont {
  white-space: nowrap;
}

.largeDropdown {
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  width: 90%;
  overflow: hidden;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  height: 25px;
  position: relative;
  box-shadow: 0px 0px 10px #dadada;
}

#chosenFont:after {
  content: "\e64b";
  font-family: "themify";
  padding-left: 10px;
}

#step8 #chosenFont:after {
  background-color: #fff;
  position: absolute;
  height: 25px;
  right: 0px;
  padding-right: 5px;
}

#step8 .dropdown-menuFonts {
  min-width: 100% !important;
  max-width: 100% !important;
  margin-top: 0px !important;
}

#topSettingsMenu #chosenFont {
  padding: 5px;
  border-radius: 3px;
  font-size: 14px;
  width: 150px;
  overflow: hidden;
  color: #dadada;
  background-color: #777;
  cursor: pointer;
  position: relative;
}

#topSettingsMenu #chosenFont:after {
  background-color: #777;
  position: absolute;
  height: 25px;
  right: 0px;
  padding-right: 5px;
  white-space: nowrap;
}

.dropdown-menu {
  top: inherit;
  left: inherit;
}

.dropdown-menuFonts .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menuFonts .dropdown-item:hover {
  background-color: #fff;
  font-size: 20px;
}

#listOfAnimationsDropdown .dropdown-item {
  display: block;
  width: 100%;
  padding: 5px;
  clear: both;
  font-weight: 400;
  color: #212529;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.numberInput {
  height: 17px;
  padding: 5px;
  width: 60%;
  border: none;
  box-shadow: 0 0 10px #dadada;
  position: relative;
  top: -1px;
}

.animationInput {
  height: 20px;
  border: none;
  box-shadow: 0 0 10px #dadada;
  position: relative;
  top: 5px;
}

#topSettingsMenu .numberInput {
  height: 20px;
  padding: 5px;
  box-shadow: none;
  background-color: #777;
  color: #dadada;
  border: none;
}

#topSettingsMenu .largeDropdown {
  box-shadow: none;
  width: inherit;
  color: inherit;
  background-color: inherit;
}

#topSettingsMenu .dropdown-menu {
  width: 300px;
  height: 300px;
  position: absolute;
  white-space: nowrap;
  overflow-y: auto;
  border-radius: 0 !important;
}

#topSettingsMenu .dropdown-menuFonts {
  width: 300px;
  left: inherit;
  position: absolute;
}

#topSettingsMenu input {
  background-color: #777;
  color: #dadada;
  border: none;
}

#topSettingsMenu #chosenFont,
#topSettingsMenu input,
#topSettingsMenu .numberInput {
  height: 28px;
}

.titleInsideInputFloatRight {
  position: relative;
  top: 13px;
  text-align: right;
  padding-right: 10px;
  pointer-events: none;
  text-shadow: 0 0 3px #fff;
}

.titleInsideInputFloatLeft {
  position: relative;
  top: 13px;
  text-align: left;
  padding-left: 25px;
  pointer-events: none;
  text-shadow: 0 0 3px #fff;
}

#topSettingsMenu .titleInsideInputFloatLeft {
  color: #000;
  text-shadow: none;
}

.textareaEdit {
  background-color: rgba(51, 196, 182, 0.4);
  cursor: pointer;
  left: 0;
  right: 0;
  /* top: -44px;
    margin-bottom: -34px; */
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
}

#step8 .titleInsideInputFloatLeft,
#step8 .titleInsideInputFloatRight {
  text-shadow: none;
}

.textareaEdit:hover {
  background-color: rgb(51, 122, 183, 0.4);
}

.optionsSub {
  background-color: rgba(51, 196, 182, 0.4);
  cursor: pointer;
  left: 0;
  right: 0;
  text-align: center;
  position: relative;
  padding: 10px 0;
  margin: 0 -15px;
}

.optionsSub:hover {
  background-color: rgb(51, 122, 183, 0.4);
}

.stickToTop .nav-tabs {
  font-size: 12px;
  text-align: center;
  margin: 0;
}

.modal .glyphicon {
  display: inline-block !important;
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
  bottom: inherit;
}

.file-manager .templateDeleteButton .glyphicon {
  right: 0;
}

#myModalAnnounceNews p,
#myModalAnnounceNews ol {
  font-size: 22px;
  color: #777;
}

#myModalAnnounceNews ol {
  list-style: inherit;
  padding: 10px 10px 10px 40px;
}

#myModalAnnounceNews li {
  margin-bottom: 10px;
  font-weight: 100;
  font-size: 18px;
}

#myModalAnnounceNews,
#myModalAnnounceNews .modal-dialog,
#myModalCommTemplates,
#myModalCommTemplates .modal-dialog,
#myModalCommTemplates .modal-content,
#myModalAnimations .modal-dialog {
  padding-right: 0 !important;
  width: 100%;
  min-height: 100%;
  margin: 0;
  border-radius: 0;
}

#myModalCommTemplates .modal-content {
  position: absolute;
}

#announceStickButton {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#myModalAnnounceNews .modal-content {
  padding: 15px 40px !important;
  border-radius: 0;
}

#myModalAnimations .previewAnimationsOuter {
  width: 20%;
  float: left;
  border-radius: 5px;
  padding: 20px;
  height: 175px;
  overflow: hidden;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav-tabs > li.active > a {
  border-radius: 10px;
}

.checkboxForCommTemplates {
  float: left;
}

.checkboxLabel {
  float: left;
  font-size: 16px;
  top: 2px;
  position: relative;
  padding-left: 15px;
}

.bkgsearchresult {
  position: relative;
  margin-bottom: 5px;
  padding: 5px;
  /* margin: 0; */
}

.saveToFolder {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  color: #fff;
}

.saveToFolder:hover {
  color: #33c4b6;
  cursor: pointer;
}

.dimensions {
  font-size: 14px;
  color: #999;
  font-style: italic;
}

#main-footer {
  display: none;
}

.highlightSidebarItem {
  width: 120%;
  background-color: #33c4b6;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0 5px 5px 0;
  transition: all 0.5s linear;
  box-shadow: 0 0 10px #333;
}

.threeDIcon {
  background: #999;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 5px;
  float: left;
}

.threeDIcon:hover {
  background: #33c4b6;
  cursor: pointer;
}

#finalImageToExport:hover .ui-resizable-se.large-handle {
  width: 25px;
  height: 25px;
  transition: all 0.5s linear;
}

.refreshButton {
  cursor: pointer;
  color: #33c4b6;
  font-size: 20px;
}

.refreshButton:hover {
  transform: rotate(45deg);
}

.simple3DOption {
  padding: 15px;
  background-color: #fafafa;
  border-radius: 7px;
  border: solid 1px #dadada;
}

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

.simple3DOptionImage {
  max-height: 300px;
}

.threeDSelectedFromHeader {
  padding: 10px;
  border-radius: 5px;
  background-color: rgb(98, 150, 190);
  box-shadow: 0 0 5px #333;

  transition: all 2s linear;
}

.partnerIconTemplates {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: 5px;
  right: 5px;
  max-width: 35px;
  padding: 3px;
}

.partnerIconTemplates img {
  border-radius: 50%;
}

.filterButton {
  padding: 3px 5px;
  margin: 3px;
  border-radius: 5px;
  float: left;
  background: #dadada;
  border: solid 2px #fff;
  box-shadow: 0 0 10px #dadada;
}

.filterButtonSmall {
  padding: 2px 5px;
  background: #dadada;
  border: solid 2px #fff;
  box-shadow: 0 0 10px #dadada;
}

.filterButton:hover,
.filterButtonSmall:hover {
  background: #ffffff;
  border: solid 2px #dadada;
  box-shadow: 0 0 3px #dadada;
}

.templateFilterDiv {
  display: inline-flex;
  float: left;
  text-align: left;
}

.stepNumber {
  font-weight: bold;
}

.boxSetProgressBarOuter {
  width: 100%;
  height: 25px;
  background-color: #fafafa;
  border-radius: 25px;
}

.boxSetProgressBarInner {
  height: 25px;
  border-radius: 25px;
}

.modal-header .close {
  font-size: 70px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 9;
}

.modal-title {
  font-size: 32px;
}

.imageInfo {
  display: none;
  padding: 5px;
  border: solid 1px #dadada;
  margin: 10px 0;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.imageInfo a {
  color: #999;
}

.imageMoreInfo {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 16px;
  background-color: #999;
  border-radius: 50%;
  padding: 2px;
}

.imageMoreInfo:hover {
  color: #33c4b6;
  cursor: pointer;
}

.bkgsearchresult:hover .imageMoreInfo,
#outputStampsSearch .stamp:hover .imageMoreInfo,
.preload-assets .stamp:hover .imageMoreInfo {
  display: block;
}

.smallIcon {
  font-size: 70%;
}

.closeImageInfo {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #999;
  opacity: 0.7;
  top: 5px;
  right: 5px;
  background-color: #fff;
}

.closeImageInfo:hover {
  opacity: 1;
}

#outputStampsSearch .stamp {
  position: relative;
}

#undoButton,
#redoButton {
  padding: 4px 8px;
  margin-right: 10px;
}

.selectAdSize {
  background-color: #fe7d67;
  position: relative; /* If you want text inside of it */
}

.adOptionText {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.boundaries,
.downloadedBoundary {
  pointer-events: none;
  z-index: 1;
}

.spineBoundaries {
  pointer-events: none;
  position: relative;
  z-index: 9;
  border: #33ff41 dashed 1.5px;
}

.backCoverBoundaries,
.frontCoverBoundaries {
  pointer-events: none;
  position: absolute;
  z-index: 4;
  border: #33ff41 dashed 1.5px;
}

.foldBoundaries {
  pointer-events: none;
  position: absolute;
  z-index: 9;
  border-left: #333 dashed 1.5px;
  border-right: #333 dashed 1.5px;
  top: 0;
  left: 0;
  right: 0;
}

.barcodeBoundaries {
  pointer-events: none;
  z-index: 9;
  background-color: #fff;
}

.dropdown-menu {
  border-radius: 0 0 10px 10px;
}

.dropdown-menuAnimations {
  margin-top: 0 !important;
  border-radius: inherit;
  border: none;
  box-shadow: 0 0 10px #dadada;
  width: 100%;
  width: calc(100% - 30px);
}

.caretDivider {
  border-left: solid 1px #dadada;
  margin: 0 10px;
}

.glyphiconSmall {
  font-size: 65%;
}

.moreOptions {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  padding: 4px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

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

.removeBackgroundAreYouSure {
  text-align: center;
  padding: 10px;
  border-bottom: solid 1px #dadada;
  font-style: italic;
}

.dropdown-menu-moreOptions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.preloaded-dropdown-menu-moreOptions {
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.preloaded-dropdown-menu-moreOptions > form > li > span,
.dropdown-menu-moreOptions > form > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}

.preloaded-dropdown-menu-moreOptions > form > li > span:hover,
.dropdown-menu-moreOptions > form > li > span:hover {
  background-color: #e8e8e8;
}

#stickysidebar .submenu {
  max-height: 0;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
  display: none;
}

/*#stickysidebar .selected .submenu,*/
#stickysidebar .sidebaritem:hover .submenu {
  height: auto;
  visibility: visible;
  display: block;
  max-height: 500px;
  transition: max-height 0.75s ease-in;
  color: #dadada;
  position: absolute;
  left: 75px;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4)),
    url(/wp-content/uploads/2018/01/grey.png);
}

.submenuItem {
  font-size: 14px;
  padding: 10px;
  /*border-top: solid 0.5px #777;*/
  background-color: rgba(0, 0, 0, 0.1);
}

.submenuItem:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.submenu {
  margin-top: 10px;
  width: 125px;
  border-radius: 0 5px 5px 0;
}

.downloadSubmenu {
  position: relative;
}

.optionsContainer .stickToTop,
.filtersContainer .stickToTop {
  z-index: 3;
  position: sticky;
  top: 0;
  background-color: #e6e2e8;
}

.template {
  border-radius: 5px;
  margin: 0 auto 15px auto;
  cursor: pointer;
  box-shadow: 0 0 10px #dadada;
}

.template:hover {
  box-shadow: 0 0 15px #999;
}

.stamp,
.myStamps {
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
}

.stamp img {
  text-align: center;
  float: none;
  display: block;
  margin: 0 auto;
}

.overlay {
  margin-bottom: 15px;
  border-radius: 5px;
}

.stamp:hover,
.myStamps:hover,
.overlay:hover {
  box-shadow: 0 0 10px #999999;
  /* border: solid 2px #6296be; */
}

#messagePopup {
  visibility: hidden;
  opacity: 0;
  width: 400px;
  background-color: #fe7d67;
  border-radius: 5px;
  box-shadow: 0 0 10px #dadada;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: opacity 800ms, visibility 800ms;
  color: #fff;
  padding: 20px;
}

#messagePopup.show {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

#messagePopup a {
  color: #fff;
}

#messagePopupTitle {
  font-size: 24px;
}

#messagePopupProgress {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(225, 225, 225, 0.35);
  height: 10px;
  left: 0;
  border-radius: 0 0 5px 5px;
}

#messagePopupProgressInner {
  height: 100%;
  border-radius: 0 0 5px 5px;
  background-color: rgba(0, 0, 0, 0.2);
}

#downloadsRemaining {
  background: #4d4d4d;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

.inputContainer {
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 10px #dadada;
}

.inputContainer input {
  border: none;
  width: 100%;
  margin: 0;
  height: 100%;
  padding: 0 10px;
}

.inputContainer .btn {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
}

#pixabayMoreVideoButton,
#pixabayMoreButton {
  display: block;
  margin: auto;
}

.videoResultsContainer {
  position: relative;
  padding-bottom: 56.25%;
  cursor: pointer;
}

.videoResultsContainer[data-video-loaded="false"]:hover > .video-loader {
  display: flex !important;
}

.video-loader {
  pointer-events: none;
}

.videoResults {
  z-index: 2;
  position: relative;
  cursor: pointer;
}

.videoImagePreview {
  position: absolute;
  max-width: 100%;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.7;
}

.inputContainer {
  border-radius: 5px;
  border: solid 1px #dadada;
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: relative;
}

.inputContainer input {
  border: none;
  width: 100%;
  margin: 0;
  height: 100%;
  padding: 0 10px;
}

.inputContainer .btn {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
}

.coverCreatorAdOption.clicked {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
}

.coverCreatorAdOption {
  width: 75%;
  opacity: 0.5;
}

.bookIcon {
  background-color: #dadada;
}

.selected .bookIcon {
  background-image: -moz-linear-gradient(
    135deg,
    rgba(76, 0, 204, 1) 0%,
    rgba(255, 0, 57, 1) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(76, 0, 204, 1) 0%,
    rgba(255, 0, 57, 1) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    135deg,
    rgba(76, 0, 204, 1) 0%,
    rgba(255, 0, 57, 1) 100%
  ) !important;
  background-image: linear-gradient(
    135deg,
    rgba(76, 0, 204, 1) 0%,
    rgba(255, 0, 57, 1) 100%
  ) !important;
}

#outputVideoSearch {
  padding: 0px 5px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
}

.videoResultsDetails {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
}

.videoDuration {
  font-size: 12px;
  position: absolute;
  top: 10px;
  padding: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  left: 10px;
  border-radius: 10px;
  transition: all 0.1s linear;
}

.videoResults {
  z-index: 2;
  position: relative;
  cursor: pointer;
}

.videoImagePreview {
  position: absolute;
  max-width: 100%;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.7;
}

.inputContainer {
  border-radius: 5px;
  border: solid 1px #dadada;
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: relative;
}

.inputContainer input {
  border: none;
  width: 100%;
  margin: 0;
  height: 100%;
  padding: 0 10px;
}

.inputContainer .btn {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
}

#top-menu .dropdown-menu a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#top-menu .dropdown-menu a.borderBottom {
  border-bottom: solid 1px #fafafa;
  padding-bottom: 10px;
  padding-top: 10px;
}

#top-menu .dropdown-menu a.borderTop {
  border-top: solid 1px #fafafa;
  padding-bottom: 10px;
  padding-top: 10px;
}

.dropdown-menu-remove-bkg {
  top: 40px !important;
  min-width: unset !important;
  max-width: unset !important;
}

.downloadType {
  font-size: 20px;
  font-weight: bold;
}

.downloadReason {
  font-size: 14px;
  color: #dadada;
}

.mostCommon {
  position: absolute;
  top: 5px;
  right: 5px;
  max-width: 75px;
}

.fontOption {
  font-size: 26px;
  height: 50px;
  margin-top: 10px;
}

.warningMessageSmallBkgImage {
  color: #fe7d67;
  padding: 1px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 35px;
  background-color: #fff;
  margin-top: 5px;
  border: solid #fff 2px;
  border-radius: 50%;
  top: 5px;
  opacity: 0.5;
}

.fontListTitle {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  border-bottom: solid 1px #dadada;
  padding: 0 10px;
  color: #999;
}

.animationListTitle {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  padding: 0 10px;
  color: #999;
  text-align: center;
}

.glyphicon-underline {
  text-decoration: underline;
}

.glyphicon-icon {
  font-size: 18px;
  padding: 3px;
  cursor: pointer;
  vertical-align: top;
}

.ti-icon {
  font-size: 26px;
  padding: 3px;
  cursor: pointer;
}

.ti-uppercase {
  top: -5px;
  font-size: 30px;
}

.ti-back-right {
  font-size: 22px;
  font-weight: bold;
}

.deleteButtonIcon {
  padding: 6px 12px;
  border: solid 1px #333;
  border-radius: 4px;
  background: rgb(98, 150, 190);
  color: #fff;
  cursor: pointer;
}

.deleteButtonIcon:hover {
  background: rgba(255, 0, 57, 1);
}

.bookDeleteButton {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  padding: 5px 7px;
  background-color: #c70039;
  border-radius: 6px;
  color: #fff;
  margin-top: 5px;
  border: solid #fff 2px;
}

.bookDeleteButton:hover {
  background-color: #33c4b6;
  transition: all 0.15s linear;
}

.videoDeleteButton {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px 7px;
  background-color: #c70039;
  border-radius: 6px;
  color: #fff;
  margin-top: 5px;
  border: solid #fff 2px;
}

.videoDeleteButton:hover {
  background-color: #33c4b6;
  transition: all 0.5s linear;
}

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

.acceptedBy {
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}

.disabledButton {
  pointer-events: none;
  cursor: no-drop;
}

.acceptedBy img {
  max-width: 100px;
  margin: 5px;
}

#userInfoAboutImage {
  position: absolute;
  padding: 5px 10px;
  border-radius: 5px;
}

#belowCreatorMessage {
  padding: 15px 10px;
  background-color: #fe7d67;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 16px;
}

#centerToolVertical {
  background: linear-gradient(#0645ad, #0645ad) no-repeat center/1px 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
}

#centerToolHorizontal {
  z-index: 100;
  width: 100%;
  height: 1px;
  border-top: 1px solid #0645ad;
  top: 50%;
  position: absolute;
  pointer-events: none;
}

.centerElementToolVertical {
  background: linear-gradient(#0645ad, #0645ad) no-repeat center/1px 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  pointer-events: none;
  width: 1px;
  top: 0;
  left: 50%;
}

.centerElementToolHorizontal {
  z-index: 100;
  width: 100%;
  height: 1px;
  border-top: 1px solid #0645ad;
  top: 50%;
  position: absolute;
  pointer-events: none;
}

.verticalGridline {
  background: linear-gradient(#0645ad, #0645ad) no-repeat center/1px 100%;
  height: 100%;
  z-index: 100;
  width: 1px;
  top: 0;
  position: absolute;
  pointer-events: none;
}

.horizontalGridline {
  z-index: 100;
  width: 100%;
  height: 1px;
  border-top: 1px solid #0645ad;
  position: absolute;
  pointer-events: none;
}

#verticalGridline1 {
  left: 25%;
}

#horizontalGridline1 {
  top: 25%;
}

#verticalGridline2 {
  left: 75%;
}

#horizontalGridline2 {
  top: 75%;
}

.verticalGridlineHandle,
.horizontalGridlineHandle {
  position: absolute;
  background-color: #0645ad;
  color: #fff;
  padding: 2px;
}

#verticalGridlineHandle {
  left: -9px;
  pointer-events: all;
}

.horizontalGridlineHandle {
  top: -9px;
  pointer-events: all;
}

.paused {
  animation-play-state: paused;
}

.previewAnimations {
  padding: 20px;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}

.previewAnimationsMiddle {
  padding: 20px;
  border-radius: 5px;
  background: #fafafa;
  overflow: hidden;
}

.filterButton .ti-close {
  font-size: 8px;
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.filterButton .ti-close:hover,
.ti-closeRoundedBackground:hover {
  background-color: rgba(255, 0, 57, 1);
}

.animationOptionSelected {
  border: solid 2px #33c4b6;
}

.animationNumber {
  background-color: #fff;
  border-radius: 5px;
  padding: 2px 5px 2px 5px;
  position: relative;
  left: -5px;
}

.animationOptionSelected .animationNumber {
  background-color: #33c4b6;
}

.ti-closeRoundedBackground {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 10px;
  top: -1px;
}

#topSettingsMenu .ti-closeRoundedBackground {
  background-color: #777;
  border-top: solid 2px #dadada;
}

#settingsMenuTop {
  background-color: #e6e2e8;
  border-bottom: solid 2px #dadada;
  width: 100%;
  padding: 4px 0;
}

#settingsMenuBottom {
  background-color: #e6e2e8;
  border-top: solid 2px #dadada;
  width: 100%;
  padding: 4px 0;
}

.ti-closeRoundedBackgroundL {
  width: 25px;
  height: 25px;
  font-size: 16px;
}

.optionSubHeading {
  position: relative;
  padding: 0 5px;
  display: inline-block;
  background-color: #f0ecf3;
}

#animationAlert {
  background-color: rgba(255, 0, 57, 1);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
}

#bottomSettingsMenu {
  width: calc(80% - 75px);
  z-index: 5;
  position: fixed;
  left: calc(20% + 75px);
  top: 75px;
  padding: 10px;
  display: flex;
  box-shadow: 0px 6px 10px #dadada;
  background-color: #555;
}
#topSettingsMenu {
  width: calc(80% - 75px);
  z-index: 5;
  position: fixed;
  left: calc(20% + 75px);
  top: 60px;
  padding: 10px;
  display: flex;
  box-shadow: 0px 6px 10px #dadada;
  background-color: #555;
}

#topSettingsMenu .topMenuTextShadow,
#topSettingsMenu .topMenuAnimation {
  display: none;
}

#topSettingsMenu .optionsDividerTopOptions {
  margin: 0 10px;
}

#topSettingsMenu #chosenFont {
  width: 100px;
}

#topSettingsMenu .topMenuOptionWrapper .glyphicon {
  font-size: 14px;
}

@media (min-width: 1340px) {
  #topSettingsMenu .topMenuAnimation {
    display: flex;
  }
}

@media (min-width: 1500px) {
  #topSettingsMenu #chosenFont {
    width: 150px;
  }

  #topSettingsMenu .topMenuOptionWrapper .glyphicon {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  #topSettingsMenu .topMenuTextShadow {
    display: block !important;
  }
}

#topSettingsMenu .verticalMiddle {
  position: relative;
  cursor: pointer;
}

#paddAroundExport {
  margin-top: 10px;
}

.topMenuOptionWrapper {
  display: flex;
  align-items: center;
  float: left;
  margin: 0 10px;
  position: relative;
  height: 28px;
}

.btn-dark {
  color: #dadada;
  background-color: #777;
}

.optionsDividerTopOptions {
  height: 30px;
  width: 1px;
  background-color: #888;
  margin: 0 20px;
  float: left;
}

.topMenuOptionWrapper {
  color: #dadada;
}

.selectedElement:after {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #33c4b6 !important;
  box-shadow: 0 0 5px #000 !important;
}

#chosenVideo.selectedElement {
  border: 3px solid #33c4b6 !important;
  box-shadow: 0 0 5px #000 !important;
}

#chosenVideo:hover {
  border: 1px solid #33c4b6 !important;
  box-shadow: 0 0 5px #000 !important;
}

.savedColor {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 5px;
  margin: 5px;
  border: solid 1px #dadada;
  cursor: pointer;
}

#savedColors {
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  height: 50px;
  overflow: hidden;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 15px 0px;
}

.cropWrapper {
  overflow: hidden;
}

#step8 .filterExampleWrapper,
#topSettingsMenu .filterExampleWrapper {
  width: 33%;
  padding: 5px;
  float: left;
  position: relative;
}

.filterExample {
  border-radius: 5px;
  cursor: pointer;
}

.filterExample:hover {
  box-shadow: 0 0 10px #dadada;
}

#step8 .plainWhiteButton {
  text-align: center;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px #dadada;
  float: right;
  cursor: pointer;
}

#step8 .plainWhiteButton:hover {
  box-shadow: 0 0 20px #dadada;
}

.animationsTitle {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 30px;
}

#listOfAnimationsInPopup p {
  padding: 10px;
  font-style: italic;
}

#playAnimations,
#stopAnimations {
  font-size: 20px;
  height: 40px;
  padding: 5px 20px;
}

.playTime,
.playTimeOngoing {
  color: #fff;
  padding: 0px 0 0 10px;
  height: 16px;
  padding: 0 15px;
}

.dropDownOption {
  text-align: left;
}

.animatedPreviewInDropdown {
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #dadada;
  overflow: hidden;
  height: 35px;
}

.animatedPreviewInDropdown {
  border-left: solid 10px;
}

.animatedPreviewInDropdownAttention {
  border-color: #5733c4;
}

.animatedPreviewInDropdownEntrances {
  border-color: #b433c4;
}

.animatedPreviewInDropdownExits {
  border-color: #ff670e;
}

.animatedPreviewInDropdownText {
  border-color: #ff0e51;
}

.animatedPreviewInDropdownBackgrounds {
  border-color: #0ee9ff;
}

.animationColorKey {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border-radius: 5px;
  display: inline-block;
}

.animationSectionButton {
  padding: 2px 6px;
  margin-right: 5px;
  border-radius: 4px;
  box-shadow: 0 0 10px #333;
}

.animationSectionButton:hover {
  box-shadow: 0 0 5px #333;
  text-decoration: none;
}

.animationPreviewName {
  position: relative;
}

audio {
  width: 100%;
}

.btn-audio {
  padding: 2px 5px;
}

.btn-addAudio {
  background-color: #33c4b6;
}

.btn-deleteAudio {
  background-color: #ff0039;
}

.btn-primarySiteColor {
  background-color: var(--color-extra);
}

.btn-primarySiteColor:hover {
  background-color: var(--primary-color-light);
}

.audioName {
  margin-bottom: 5px;
}

.audioWrapper {
  position: relative;
  padding: 10px;
  border-bottom: solid 2px #dadada;
}

.layerIcon,
.selected .layerIcon {
  -webkit-text-fill-color: inherit;
  padding: 7px;
  border-radius: 5px;
  margin-right: 5px;
  border: solid 2px #fff;
}

.addMusicOuter {
  width: 15%;
  position: absolute;
  right: 0;
}

.textPreviewAnimation {
  overflow: hidden;
}

.animationsTitle {
  text-align: center;
}

.animationDescription {
  text-align: center;
  font-style: italic;
}

.previewAnimationElement {
  position: relative;
  padding: 10px;
}

.savedVideoWrapper {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.rename-folder,
.delete-folder {
  padding: 0 10px;
}

.filterName {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  bottom: 5px;
  width: calc(100% - 10px);
  border-radius: 0 0 5px 5px;
  padding: 2px;
  position: absolute;
}

.filterExampleWrapper .filterName {
  display: block;
}

.spineTemplate {
  border-radius: 5px;
  cursor: pointer;
}

.spineTemplate:hover {
  box-shadow: 0 0 10px #999;
}

.filterDropDown {
  background-color: #555;
  border-radius: 5px;
  padding: 10px;
}

.filterDropDown:hover {
  cursor: pointer;
  opacity: 0.85;
}

.filterDropDown h3 {
  color: #fff;
}

.filterDropDownOption {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 5px;
}

.filterDropDownOption:hover {
  font-weight: bold;
}

.commTemplateTagChecked {
  font-weight: bold;
  background-color: var(--color-extra);
  border-radius: 5px;
  position: relative;
}

.commTemplateTagChecked:after {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  float: right;
  top: calc(50% - 6px);
  position: absolute;
  right: 5px;
  color: #fff;
}

.ti-close-clearTags {
  background-color: rgba(255, 0, 57, 0.75);
  color: #fff;
  font-size: 14px;
  padding: 3px;
  border-radius: 50%;
}

.ti-close-clearTags:hover {
  background-color: rgba(255, 0, 57, 1);
}

.partnerImage {
  float: left;
  max-width: 80%;
}

.layersTitle {
  text-align: left;
  cursor: pointer;
  padding: 10px;
  text-transform: uppercase;
}

.layerText {
  color: #333;
  font-size: 16px;
  text-align: left;
  max-height: 100px;
  overflow: hidden;
  cursor: pointer;
}

.selected .layerText {
  color: #fff;
}

#LayersOfPreviewArea {
  position: absolute;
  top: 50px;
  height: calc(100% - 100px);
  overflow: auto;
  width: 100%;
}

#LayersOfPreviewArea img {
  max-height: 100%;
  cursor: pointer;
  border-radius: 5px;
  float: left;
  max-width: 25%;
  text-align: left;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 10px;
}

#LayersOfPreviewArea .layerNotes {
  padding-left: 5px;
}

.selected .layerNotes {
  color: #fff;
}

#LayersOfPreviewArea .selected img {
  top: 0%;
  -ms-transform: inherit;
  transform: inherit;
}

.layerWrapper {
  height: 40px;
  border-bottom: solid 1px #dadada;
  padding: 3px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.layerWrapper:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.layerWrapper.selected {
  background-color: #bc006e;
  height: fit-content;
  max-height: 100px;
  min-height: 40px;
}

.layerWrapper.selected .glyphicon {
  background: inheirt;
  -webkit-text-fill-color: inherit;
}

.layerInner {
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  min-height: 40px;
}

.selected .layerInner {
  position: relative;
}

.videoEditorInnerBackground .ti-lock,
.videoEditorInnerBackground .ti-unlock {
  cursor: pointer;
}

.moveUpButtonLayers {
  display: none;
  position: absolute;
  right: 10%;
  width: 10%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-text-fill-color: inherit;
  padding: 10px 5px;
  border-right: solid 1px #999;
}

.moveDownButtonLayers {
  display: none;
  position: absolute;
  right: 0;
  width: 10%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-text-fill-color: inherit;
  padding: 10px 5px;
}

.moveDownButtonLayers:hover,
.moveUpButtonLayers:hover {
  background: rgba(0, 0, 0, 0.75);
}

.layerWrapper:hover .moveDownButtonLayers,
.layerWrapper:hover .moveUpButtonLayers {
  display: inherit;
}

.layerWrapper:hover .layerInner {
  width: 100%;
}

.animatedElement {
  will-change: transform, opacity;
}

/*
.backgroundWrapper.animatedElement{
    display: none;
    pointer-events: none;
}

.backgroundWrapper.playingNow{
    pointer-events: inherit;
    display: inherit;
}
*/

.music .submenuSquare {
  width: 16.6%;
  height: 60px;
}

.submenuSquare {
  float: left;
  padding: 10px 0;
  border: solid 2px #dadada;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(180deg, #e6e2e8, #e6e2e8);
  transition: border 0.5s ease-in ease-out;
  transform: skew(-10deg);
  margin-top: 5px;
  overflow-wrap: break-word;
}

.submenuSquare:hover {
  font-weight: bold;
  border-top: solid 2px var(--color-extra);
}

.submenuSquare div {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.submenuSquare.selected {
  background: linear-gradient(
    180deg,
    rgba(212, 194, 218, 1) 0%,
    rgba(240, 236, 243, 1) 100%
  ) !important;
  border-bottom: none;
  border-top: solid 2px #dadada;
  border-radius: 10px 10px 0px 0px;
  font-weight: bold;
  border-right: solid 2px #dadada;
  border-left: solid 2px #dadada;
  border-top: solid 5px var(--color-extra);
}

.submenuSquareV2Color.selected {
  background: linear-gradient(
    180deg,
    rgba(212, 194, 218, 1) 0%,
    rgba(230, 226, 232, 1) 100%
  ) !important;
}

.audioForVideo {
  display: none;
}

.centerVertically {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.centerHorizontally {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.centerVerticallyAndHorizontally {
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}

.unselectable {
  pointer-events: none !important;
}

.centerHorizontally {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.replaceElementMessage {
  background-color: #bc006e;
  color: #fff;
  padding-top: 10px;
  position: relative;
}

.introjs-helperLayer,
.introjs-overlay {
  /*pointer-events: none;*/
}

#rightSlideInMessage {
  width: 0;
  transition: width 0.75s;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e6e2e8;
  overflow: hidden;
  z-index: 999;
  box-shadow: 0 0 10px #333;
  max-width: 0px;
}

#rightSlideInMessage.show {
  width: 100%;
  max-width: 300px;
}

#rightSlideInMessage .subSlideInRight a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333;
}

#rightSlideInMessage .subSlideInRight a:hover {
  text-decoration: none;
}

.subSlideInRight {
  position: relative;
  border-bottom: 1px solid #dadada;
}

.subSlideInRight:hover {
  background-color: #dadada;
}
.toolTitle {
  border-left: solid 1px #fff;
  color: #fff;
  padding-left: 20px;
  font-size: 26px;
  font-weight: 100;
}

.BackgroundLayerTitle {
  background-color: #e6e2e8;
  border-bottom: solid 2px #dadada;
  width: 100%;
  padding: 4px 0;
}

#popularSizesWrapper {
  max-height: 2000px;
  transition: max-height 0.5s ease;
  overflow: hidden;
}

#popularSizesWrapper.popularSizesWrapperShorter {
  max-height: 200px;
}

#popularSizesWrapperMessage {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 0 10px 0;
  display: none;
  background-image: linear-gradient(
    to bottom,
    rgba(250, 250, 250, 0),
    rgba(240, 236, 243, 1),
    rgba(240, 236, 243, 1)
  );
  z-index: 9;
}

.popularSizesWrapperShorter #popularSizesWrapperMessage {
  display: block;
}

#popularSizesWrapperMessage:hover {
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .optionsContainer {
    width: 30%;
  }

  #previewDiv,
  #topSettingsMenu {
    width: 60%;
    width: calc(70% - 75px);
    left: calc(30% + 75px);
  }

  .rightdiv {
    width: 40%;
  }

  .loggedInLogo {
    width: 150px;
    top: 5px;
  }

  .toolTitle {
    font-size: 20px;
    top: 7px;
    position: relative;
  }

  #top-menu {
    margin-top: 20px;
  }

  #top-menu ul .btn {
    padding: 4px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .optionsContainer,
  .optionsContainer .stickToTop {
    width: 100%;
    overflow: visible;
    height: auto;
  }
  .rightdiv {
    width: 100%;
  }
}

.color-picker-container {
  cursor: pointer;
  background-color: transparent;
  flex-grow: 1;
  border-radius: 5px;
  max-height: 15px;
  /* padding: 5px; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-picker-text-field {
  background-color: #fff;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #4e4e4e;
  max-height: 15px;
  padding: 4px;
  font-size: 12px;
  min-width: 0px;
  margin: 0px !important;
  border: inherit !important;
  box-shadow: 0 0 10px #dadada;
  width: 60%;
}

#topSettingsMenu .color-picker-text-field {
  box-shadow: none;
}

.color-picker-field {
  margin: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  max-height: 15px;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  padding: 0px;
  width: 40%;
  border-left: solid 3px #f0ecf3;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.color-picker-field::-webkit-color-swatch-wrapper {
  padding: 0px;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

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

.field-label {
  margin-right: 8px;
  width: 30%;
}

.color-picker-text-value {
  font-size: 12px;
}

input.color-picker-field:after {
  content: "\e71a";
  position: absolute;
  top: 5px;
  font-size: 14px;
  right: 35px;
  color: #fff;
  font-family: "themify";
  text-shadow: 0 0 10px #333;
}

.image-inset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.absolute-inset {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.absolute {
  position: absolute;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.bg-image-options,
.bg-vid-options {
  position: absolute;
  top: 10px;
  border: none;
  padding: 5px 0px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  right: 10px;
  border-radius: 10px;
  transition: all 0.1s linear;
}

.stamp.grid-item .bg-image-options {
  top: 15px;
  right: 15px;
}

.bg-image-options:hover,
.bg-vid-options:hover {
  background: rgba(51, 196, 182, 0.7);
}

.bg-image-info-wrapper {
  display: flex;
  flex-direction: column;
  width: 200px;
  background-color: #fff;
  color: #3b3b3b;
  border-radius: 4px;
  /* --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); */
}

.bg-image-info-main {
  display: flex;
  flex-direction: column;
  padding: 8px;
}

.bg-image-info-main > .info-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.bg-image-info-main > .info-owner,
.bg-image-info-main > .info-license {
  font-size: 12px;
}

.bg-image-info-main > .info-owner {
  margin-bottom: 8px;
}

/* .bg-image-info-main > .info-license {
    display: flex;
    flex-direction: column;
} */

.bg-image-info-control {
  padding: 8px 0px;
  border-top: 1px #ccc solid;
}

.bg-image-info-control-nb {
  padding: 8px 0px;
}

.bg-image-info-control-button {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  transition: all 0.1s linear;
  cursor: pointer;
}

.bg-image-info-control-button:hover {
  background-color: rgba(204, 204, 204, 0.7);
}

.bg-image-info-control-button > svg {
  font-size: 16px;
}

.bg-image-info-control-text {
  font-size: 12px;
  margin-left: 12px;
}

.tippy-box[data-theme~="light"] {
  background-color: #fff;
}

.tippy-box[data-theme~="light"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #fff;
}

.tippy-box[data-theme~="light"] > .tippy-content {
  padding: 0;
}

.preload-assets .preload-assets-item-container {
  display: block;
  margin-bottom: 16px;
}

.preload-assets .preload-assets-title {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.preload-assets .preload-assets-title > span {
  font-size: 16px;
  font-weight: 700;
}

.preload-assets .preload-assets-title > button {
  font-size: 12px;
  border: none;
  background-color: transparent;
}

.preload-assets .preload-assets-inner {
  position: relative;
  min-width: 0;
  display: flex;
  flex-flow: row nowrap;
}

.preload-assets .preload-assets-info-container {
  width: 100%;
  padding: 1rem 0;
  display: none;
}

.preload-assets .image-info {
  padding: 0.5rem;
  border: solid 1px #dadada;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.preload-assets .image-info a {
  display: inline-block;
  font-size: 0.75rem;
  color: #999;
}

.preload-assets .image-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.preload-assets .image-info-header div {
  font-size: 14px;
  color: #999;
  font-weight: 600;
}

.preload-assets .image-info-header button {
  border: none;
  cursor: pointer;
  color: #999;
  opacity: 0.7;
  background-color: #fff;
}

.preload-assets .preload-assets-prev,
.preload-assets .preload-assets-next {
  top: 0;
  bottom: 0;
  width: 24px;
  cursor: pointer;
  margin: 0;
  display: flex;
  position: absolute;
  z-index: 1;
  align-items: center;
  user-select: none;
  outline: 0;
  background-color: transparent;
  color: #fff;
  border: 0;
  padding: 0;
}

.preload-assets .preload-assets-prev::before,
.preload-assets .preload-assets-next::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 100%;
  pointer-events: none;
}

.preload-assets .preload-assets-prev > span,
.preload-assets .preload-assets-next > span {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: text-bottom;
  box-sizing: border-box;
}

.preload-assets .preload-assets-prev > span > svg,
.preload-assets .preload-assets-next > span > svg {
  width: 100%;
  height: 100%;
  display: block;
}

.preload-assets .preload-assets-prev.templates,
.preload-assets .preload-assets-next.templates {
  width: 40px;
}

.preload-assets .preload-assets-prev.templates::before,
.preload-assets .preload-assets-next.templates::before {
  width: 40px;
}

.preload-assets .preload-assets-prev.templates > span,
.preload-assets .preload-assets-next.templates > span {
  width: 40px;
  height: 40px;
}

.preload-assets .preload-assets-prev {
  display: none;
  left: 0;
  justify-content: flex-start;
}

.preload-assets .preload-assets-prev::before {
  left: 0;
  background: linear-gradient(270deg, rgba(41, 48, 57, 0), #293039);
}

.preload-assets .preload-assets-next {
  right: 0;
  justify-content: flex-end;
}

.preload-assets .preload-assets-next::before {
  right: 0;
  background: linear-gradient(90deg, rgba(41, 48, 57, 0), #293039);
}

.preload-assets .preload-assets-scrollable {
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  flex-flow: row nowrap;
  scroll-behavior: smooth;

  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.preload-assets .preload-assets-scrollable::-webkit-scrollbar {
  display: none;
}

.preload-assets .preload-asset-aspect-container {
  scroll-snap-align: start;
  flex: none;
}

.preload-assets .preload-asset-aspect-inner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

#step16 .preload-assets .preload-asset-aspect-inner {
  padding-bottom: 0;
}

.preload-assets .preload-asset-original-inner {
  width: 100%;
}

/* .preload-asset-aspect-inner .bg-image-options {
    z-index: 100;
} */

.preload-assets .preload-asset-aspect-inner .imageMoreInfo {
  top: 5px;
  right: 5px;
  left: unset;
  bottom: unset;
}

.preload-asset-aspect-inner[data-video-loaded="false"]:hover .video-loader {
  display: flex !important;
}

.preload-assets .preload-asset-aspect-inner .imageInfo {
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  font-size: 12px;
}

.preload-assets .preload-asset-original-inner > img,
.preload-assets .preload-asset-original-inner > video {
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.preload-assets .preload-asset-aspect-inner > img,
.preload-assets .preload-asset-aspect-inner > video {
  cursor: pointer;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.preload-assets .preload-assets-searchmore {
  flex: none;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preload-assets .preload-assets-searchmore > div {
  cursor: pointer;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-height: 40px;
  border: 1px solid rgba(53, 71, 90, 0.8);
  border-radius: 100%;
  margin: 0 auto;
}

.asset-placeholder.light {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #ababab;
  background: linear-gradient(
    to right,
    rgb(244, 245, 247) 8%,
    rgb(230, 230, 230) 38%,
    rgb(244, 245, 247) 54%
  );
  background-size: 1000px 640px;
  width: 100%;
  height: 100%;
}

.asset-placeholder {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #ababab;
  background: linear-gradient(to right, #ababab 8%, #999999 38%, #ababab 54%);
  background-size: 1000px 640px;
  width: 100%;
  height: 100%;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.resumeButton {
  cursor: pointer;
}

.limitedOptions #editableStyles {
  padding-top: 50px;
}

#editableStyles {
  margin-bottom: 50px;
}

.shapeWrapper {
  cursor: pointer;
}

.shapeWrapper:hover {
  opacity: 0.75;
}
.limitedOptions .textEditor {
  height: 175px;
  margin-bottom: 10px;
}

.showOnLimitedOptions {
  display: none;
}

.limitedOptions .showOnLimitedOptions {
  display: block !important;
}

.limitedOptions .hideOnLimitedOptions,
.limitedOptions .optionsTitleWrapper {
  display: none !important;
}

#step8.limitedOptions {
  padding-left: 3%;
  padding-right: 3%;
}

.missingAsset {
  background-color: red !important;
}

.replacedElementSuccess {
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: absolute;
}

.bgImage-options-icon {
  border-radius: 10px;
  background-color: #6f6f6f;
  color: #fff;
  margin: 0px 4px;
  padding: 4px 0px;
  display: inline-flex;
}

.bgImage-info-wrapper {
  background-color: #fff;
  box-shadow: 0 0 transparent, 0 0 transparent, 0 4px 6px -1px rgb(0 0 0 / 10%),
    0 2px 4px -1px rgb(0 0 0 / 6%);
  border-radius: 5px;
}

.resumeButton {
  max-width: 250px;
  margin: 0 auto;
}

#savedTemplates-video-popup {
  padding: 0 50px;
}

.pscOuter {
  padding: 5px;
  margin-top: 5px;
  background-color: #dadada;
  border-radius: 5px;
}

.PSTSelected {
  background-color: #33c4b6;
  color: #fff;
}

.dropactiveShape {
  opacity: 0.5;
  background-color: #999;
}
#topSettingsMenuInfo {
  padding: 0;
  top: 2px;
  position: relative;
}

#musicIconForCustomCreator {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
}

#musicIconForCustomCreator:hover {
  width: auto;
}

#musicName {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 5px;
  display: none;
}

#changeMusicLengthInput {
  display: none;
  padding: 5px;
  width: 25px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  height: 30px;
  top: 4px;
  margin-right: 10px;
  width: 50px;
}

#musicIconForCustomCreator:hover #musicName,
#musicIconForCustomCreator:hover #changeMusicLengthInput {
  display: initial;
}

#removeAudioFromCustomCreator {
  position: absolute;
  top: -6px;
  left: -6px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  padding: 3px;
  background-color: #333;
}

#removeAudioFromCustomCreator:hover {
  background-color: rgba(254, 125, 103);
}

#removeAudioFromCustomCreator .ti-close {
  font-size: 12px;
  color: #fff;
}

.waveform {
  max-width: 999999px;
}

#savedTemplates-image .grid-item {
  margin-bottom: 10px;
}

.btn.upgrade-btn {
  display: flex;
  align-items: center;
  background: var(--upgrade-btn-tools);
  border-color: var(--upgrade-btn-tools);
  color: #fff;
  font-weight: 700;
  padding: 10px 12px;
  font-size: 13px;
  transition: all 0.12s ease-in-out;
}

.btn.upgrade-btn:hover {
  background: rgb(42, 163, 151) !important;
  border-color: rgb(42, 163, 151) !important;
  color: #fff !important;
  text-shadow: none;
}

#step17 svg .shapeElem {
  fill: #333;
}

#qrcodeInElements:hover,
#addBrandLogo:hover {
  background-color: #fff;
  cursor: pointer;
}

.qrCodeName {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qrcodestamp:hover .qrCodeName {
  text-overflow: unset;
  white-space: normal;
}
.am-tag:hover {
  background-color: #f1f1f1;
}

.smartAnimationsOn {
  opacity: 1;
}

.smartAnimationsOff {
  opacity: 0.4;
}

@media (min-width: 770px) and (max-width: 1100px) {
  .hide-on-tablets {
    display: none !important;
  }
}

#listOfCommunityStampsOutput {
  display: flex;
  flex-wrap: wrap;
}

#listOfCommunityStampsOutput .stamp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 5px;
}

#output .grid-sizer,
#output .grid-item {
  width: 50%;
}

#output .grid-item,
#outputStampsSearch .grid-item {
  padding: 4px;
}

.guidelineColor {
  border-radius: 999px;
  border: 3px solid #eee;
  width: 24px;
  height: 24px;
}
