﻿.cimpress-designer .button-icon {
  position: relative;
  top: 2px;
  width: 12px;
  height: 12px;
  fill: #00b5e2
}

.cimpress-designer .button-icon-container {
  display: inline-block;
  border: 0;
  border-radius: 12px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: white
}

.cimpress-designer .dcl-widget-canvas-actions {
  right: 200px;
  transition: right 0.5s;
  z-index: 2
}

.cimpress-designer .canvas-switcher-panel {
  right: 30px;
  transition: right 0.5s
}

.cimpress-designer .canvas-switcher {
  width: 160px;
  user-select: none;
  border-radius: 4px;
  background-color: white;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
  z-index: 1;
  pointer-events: auto;
  overflow: hidden
}

.cimpress-designer .dcl-widget-canvas-switcher {
  max-height: 500px;
  overflow-y: auto
}

.cimpress-designer .canvas-switcher:empty {
  display: none
}

.cimpress-designer .canvas-switcher__hide {
  bottom: 0;
  right: 0;
  transform: rotate(270deg)
}

.cimpress-designer .canvas-switcher__hide--active {
  transform: rotate(90deg)
}

.cimpress-designer #canvases {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
  z-index: 0
}

.cimpress-designer .footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #cccccc;
  height: fit-content;
  background-color: #fafafa
}

.cimpress-designer .footer-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  height: 100%
}

.cimpress-designer .footer-section--ms-fix {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: distribute
}

.cimpress-designer .save-buttons-container {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin: auto;
  text-align: center;
  white-space: nowrap
}

.cimpress-designer .footer-section:not(:first-child) {
  border-left: 1px solid #efefef
}

.cimpress-designer .dcl-widget-canvas-history, .cimpress-designer .dcl-widget-canvas-zoom, .cimpress-designer .dcl-widget-preview-document {
  display: inline-block;
  height: 100%
}

.cimpress-designer .dcl-widget-save-document {
  display: inline-block;
  margin-right: 25px
}

.cimpress-designer .review-button-container {
  display: inline-block
}

.cimpress-designer .dcl-widget-preview-document {
  align-self: center;
  margin: 0 15px
}

.cimpress-designer .footer-section .dcl-action-btn-group {
  display: inline-flex
}

.cimpress-designer .footer-section .dcl-action-btn, .cimpress-designer .dcl-zoom, .cimpress-designer .dcl-action-btn-group, .cimpress-designer .dcl-canvas-history, .cimpress-designer .footer .dcl-button--toolbar {
  height: 100%
}

  .cimpress-designer .dcl-action-btn-group .dcl-action-btn {
    margin: 0 15px
  }

.cimpress-designer .dcl-action-btn--undo, .cimpress-designer .dcl-action-btn--redo {
  padding: 10px 20px
}

/*@keyframes load7 {
  0%,80%,100% {
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    box-shadow: 0 2.5em 0 0
  }
}

@-webkit-keyframes load7 {
  0%,80%,100% {
    box-shadow: 0 2.5em 0 -1.3em
  }

  40% {
    box-shadow: 0 2.5em 0 0
  }
}*/

.cimpress-designer .loader, .cimpress-designer .loader::before, .cimpress-designer .loader::after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation: load7 1.8s infinite ease-in-out;
  animation-fill-mode: both
}

.cimpress-designer .loader {
  position: relative;
  transform: translateZ(0);
  text-indent: -9999em;
  color: #ffffff;
  font-size: 8px;
  animation-delay: -0.16s
}

  .cimpress-designer .loader::before, .cimpress-designer .loader::after {
    content: "";
    position: absolute;
    top: 0
  }

  .cimpress-designer .loader::before {
    left: -3.5em;
    animation-delay: -0.32s
  }

  .cimpress-designer .loader::after {
    left: 3.5em
  }

.cimpress-designer .dcl-loading-screen {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  background-color: #3a414c;
  user-select: none
}

.cimpress-designer .loading-screen-content img {
  height: 50px
}

.cimpress-designer .container {
  display: flex;
  justify-content: center;
  width: 100%;
  align-content: center
}

.cimpress-designer .loading-screen-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -10%
}

.cimpress-designer html, .cimpress-designer body {
  height: 100%
}

.cimpress-designer .page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.cimpress-designer .vertically-centered-floating-panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  pointer-events: none;
  background: transparent
}

.cimpress-designer .hide-button {
  position: absolute;
  border: none;
  padding: 15px;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  transition: 0.2s all linear
}

.cimpress-designer .hide-button__icon {
  width: 25px;
  height: 25px
}

.cimpress-designer .toolbar {
  position: absolute;
  z-index: 11
}

.cimpress-designer .design-area {
  padding-bottom: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #f0f0f0
}

@media screen and (-ms-high-contrast: none) {
  .cimpress-designer .design-area {
    max-height: 800px
  }
}

.cimpress-designer .visible {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.cimpress-designer .tabs-panel--hidden {
  left: -330px
}

  .cimpress-designer .tabs-panel--hidden * {
    box-shadow: none !important
  }

.cimpress-designer .dcl-widget-canvas-actions--hidden {
  right: -60px !important
}

  .cimpress-designer .dcl-widget-canvas-actions--hidden * {
    box-shadow: none !important
  }

.cimpress-designer .canvas-switcher-panel--hidden {
  right: -160px !important
}

  .cimpress-designer .canvas-switcher-panel--hidden * {
    box-shadow: none !important
  }

.cimpress-designer .force-hidden {
  display: none !important
}

.cimpress-designer *::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff
}

.cimpress-designer *::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff
}

.cimpress-designer *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #697582
}

.cimpress-designer *::-webkit-scrollbar-corner {
  background: transparent
}

.cimpress-designer .dcl-editor-mode--templateEditor .review-button-container {
  display: none
}

.cimpress-designer .template-editor-button {
  display: none
}

.cimpress-designer .dcl-editor-mode--templateEditor .template-editor-button {
  display: block
}

.cimpress-designer .dcl-widget-edit-text-placeholder {
  display: none
}

.cimpress-designer .dcl-editor-mode--templateEditor .dcl-widget-edit-text-placeholder {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto
}

.cimpress-designer .dcl-editor-mode--templateEditor .design-area {
  background-color: #e1e6eb
}

.cimpress-designer .itemtoolbar {
  position: absolute;
  top: 56px;
  z-index: 2;
  width: 100%;
  background-color: white
}

.cimpress-designer .dcl-cancel-crop, .cimpress-designer .dcl-button--cancel {
  width: 93px;
  height: 45px
}

.cimpress-designer .dcl-submit-crop, .cimpress-designer .dcl-button--submit {
  width: 133px;
  height: 45px
}

.cimpress-designer .save-popup {
  display: block;
  z-index: 1;
  max-width: 450px
}

.cimpress-designer .save-popup__contents {
  border: 1px solid #56b349;
  border-radius: 0.3rem;
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
  background-color: #ffffff;
  padding: 1px;
  line-height: 1.5;
  font-size: 0.875em
}

.cimpress-designer .save-popup__success-message {
  color: #000000
}

.cimpress-designer .save-popup__reference-url {
  color: #000000;
  width: 100%;
  height: 85px;
  padding: 10px;
  margin: 10px 0px;
  resize: none
}

.cimpress-designer .save-popup__header {
  display: flex
}

.cimpress-designer .save-popup__title {
  margin: 0;
  border-bottom: none;
  font-size: 2rem;
  background: inherit;
  color: #56b349
}

.cimpress-designer .save-popup__title, .cimpress-designer .save-popup__content {
  padding: 15px 15px;
  flex-grow: 2
}

.cimpress-designer .save-popup__check-container {
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background-color: #56b349;
  margin: auto 0px auto 10px
}

.cimpress-designer .save-popup__check {
  fill: #ffffff;
  height: 100%;
  width: 100%
}

.cimpress-designer .save-popup__close-button {
  line-height: 1;
  color: #697582;
  font-size: 50px;
  font-weight: 100;
  cursor: pointer;
  padding: 0px 14px
}

.cimpress-designer .save-popup__footer {
  display: flex
}

.cimpress-designer .save-popup__copy-result {
  display: flex;
  flex-grow: 2;
  color: #56b349
}

.cimpress-designer .save-popup__arrow {
  border-style: solid;
  margin: 5px;
  width: 0;
  height: 0;
  position: absolute
}

  .cimpress-designer .save-popup__arrow::before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    top: 1px;
    width: 0;
    height: 0
  }

.cimpress-designer .save-popup[x-placement^="top"] {
  margin-bottom: 11px;
  border-radius: 4px
}

  .cimpress-designer .save-popup[x-placement^="top"] .save-popup__arrow {
    bottom: -11px;
    left: calc(50% - 11px);
    margin-top: 0;
    margin-bottom: 0;
    border-width: 11px 11px 0 11px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: #56b349
  }

    .cimpress-designer .save-popup[x-placement^="top"] .save-popup__arrow::before {
      top: -12px;
      left: calc(50% - 10px);
      border-bottom-width: 0px;
      border-top-color: #ffffff
    }

.cimpress-designer .tabs-panel {
  left: 0;
  transition: left 0.5s;
  z-index: 10
}

.cimpress-designer .tabs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 80%
}

.cimpress-designer .tabs__content {
  border-radius: 4px;
  width: 250px;
  height: 100%;
  background: white;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
  pointer-events: auto;
  overflow: hidden
}

.cimpress-designer .content-panel {
  display: none;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  height: 100%;
  overflow: hidden
}

  .cimpress-designer .content-panel.is-active {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
  }

.cimpress-designer .info-bar {
  padding: 10px 20px;
  background-color: #e5f6fd;
  color: #697582;
  font-size: 14px;
  height: 34px
}

.cimpress-designer .tabs__hide {
  bottom: 0;
  left: 0;
  transform: rotate(90deg)
}

.cimpress-designer .tabs__hide--active {
  transform: rotate(270deg)
}

.cimpress-designer .tabs__items {
  user-select: none;
  pointer-events: auto;
  overflow: hidden
}

.cimpress-designer .tab-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 10px 30px;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  transition: fill 300ms, color 300ms
}

.cimpress-designer .dcl-widget-edit-text, .cimpress-designer .dcl-widget-edit-text-placeholder {
  overflow: auto;
  margin-bottom: 10px
}

.cimpress-designer .tab-item.is-active .tab-item__icon-wrapper {
  background: white
}

.cimpress-designer .tab-item.is-active .tab-item__description {
  color: #00b5e2
}

.cimpress-designer .icon__use {
  fill: #697582;
  color: #e1e6ea;
  transition: fill 300ms, color 300ms, stroke 300ms
}

.cimpress-designer .tab-item:hover .icon__use {
  fill: #00b5e2;
  color: #e1e6ea
}

.cimpress-designer .tab-item.is-active .icon__use {
  fill: #00b5e2;
  color: #00b5e2
}

.cimpress-designer .tab-item__description {
  margin-top: 5px;
  color: #697582;
  font-size: 12px;
  transition: color 300ms
}

.cimpress-designer .tab-item:hover .tab-item__description {
  color: #00b5e2
}

.cimpress-designer .tab-item__icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: #e1e6ea;
  transition: background-color 300ms
}

.cimpress-designer .tab-item__icon {
  width: 48px;
  height: 48px
}

.cimpress-designer .info-bar, .cimpress-designer .button-bar {
  -ms-flex: none;
  -webkit-flex: none;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  user-select: none;
  cursor: default;
  z-index: 1
}

.cimpress-designer .button-bar {
  margin: 30px 0 20px
}

.cimpress-designer .dcl-widget-upload-list, .cimpress-designer .dcl-widget-edit-text, .cimpress-designer .dcl-widget-edit-text-placeholder, .cimpress-designer .dcl-widget-asset-list, .cimpress-designer .dcl-widget-add-shape {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  z-index: 0
}

.cimpress-designer .dcl-widget-upload-list, .cimpress-designer .dcl-widget-asset-list {
  overflow: auto;
  margin-bottom: 10px
}

.cimpress-designer .info-panel-text {
  margin: 0 35px 55px;
  text-align: center;
  color: #aaaaaa;
  font-size: 13px
}

.cimpress-designer .dcl-widget-add-shape {
  margin-top: 20px
}

.cimpress-designer .dcl-widget-add-text, .cimpress-designer .dcl-widget-add-placeholder-text, .cimpress-designer .dcl-widget-upload-button, .cimpress-designer .dcl-widget-image-sources, .cimpress-designer .dcl-widget-add-placeholder-image {
  padding: 0 30px
}

.cimpress-designer .dcl-widget-add-placeholder-image, .cimpress-designer .dcl-widget-placeholder-list {
  display: none
}

.cimpress-designer .dcl-editor-mode--templateEditor .dcl-widget-add-placeholder-image, .cimpress-designer .dcl-editor-mode--templateEditor .dcl-widget-placeholder-list {
  display: block
}

.cimpress-designer .dcl-editor-mode--templateEditor .icon__use {
  color: #697582
}

.cimpress-designer .dcl-editor-mode--templateEditor .tab-item:hover .icon__use {
  color: #00b5e2
}

.cimpress-designer .toolbar {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.4);
  transition: max-height 0.4s;
  max-height: 55px;
  height: 55px
}

.cimpress-designer .toolbar--no-buttons {
  max-height: 0
}

.cimpress-designer .toolbar .dcl-contextual-toolbar {
  margin: auto;
  bottom: 0;
  background-color: #ffffff;
  width: 100%
}

.cimpress-designer .toolbar .dcl-contextual-toolbar-primary-row {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%
}

.cimpress-designer .toolbar .dcl-contextual-toolbar.dcl-invisible {
  top: auto;
  left: auto;
  visibility: visible
}

.cimpress-designer .toolbar .dcl-edit-text__field {
  width: 400px;
  outline: unset;
  border: 2px solid #c4cdd6;
  border-radius: 4px
}

.cimpress-designer .toolbar .dcl-edit-text__div {
  width: 400px;
  margin: auto
}

.cimpress-designer .toolbar .dcl-edit-text__field:focus {
  border-color: #00b5e2
}

.cimpress-designer .toolbar .dcl-toolbar-text-edit, .cimpress-designer .toolbar .dcl-toolbar-text-edit-dropdown {
  position: absolute;
  padding-top: 3px;
  bottom: -50px;
  width: 100%;
  height: 50px;
  z-index: -1;
  transition: all 0.25s
}

  .cimpress-designer .toolbar .dcl-invisible .dcl-toolbar-text-edit, .cimpress-designer .toolbar .dcl-invisible .dcl-toolbar-text-edit-dropdown, .cimpress-designer .toolbar .dcl-toolbar-text-edit.hidden, .cimpress-designer .toolbar .dcl-toolbar-text-edit-dropdown.hidden {
    bottom: 0;
    opacity: 0
  }

.cimpress-designer .toolbar .dcl-toolbar-text-edit, .cimpress-designer .toolbar .dcl-toolbar-text-edit-dropdown {
  margin: 0
}

.cimpress-designer .toolbar .dcl-tool {
  margin: 0 10px
}

  .cimpress-designer .toolbar .dcl-tool .dcl-tool {
    margin: 0
  }

.cimpress-designer .toolbar .dcl-toolbar-button, .cimpress-designer .toolbar .dcl-expanding-button {
  background-color: #ffffff
}

.cimpress-designer .toolbar--hidden {
  max-height: 0;
  box-shadow: none
}

@media only screen and (max-width: 768px) {
  .cimpress-designer .itemtoolbar {
    display: flex
  }

    .cimpress-designer .itemtoolbar .dcl-item-placement-toolbar {
      width: fit-content;
      overflow-y: hidden;
      position: initial;
      height: 50px
    }

      .cimpress-designer .itemtoolbar .dcl-item-placement-toolbar .dcl-item-toolbar-dropdown-button {
        padding: 17px 10px 10px 10px
      }

  .cimpress-designer .toolbar .dcl-contextual-toolbar-primary-row {
    width: fit-content
  }

    .cimpress-designer .toolbar .dcl-contextual-toolbar-primary-row .dcl-button--expanded .dcl-hover-box {
      width: 250px
    }

  .cimpress-designer .toolbar .dcl-contextual-toolbar {
    overflow-y: hidden;
    position: initial
  }

    .cimpress-designer .toolbar .dcl-contextual-toolbar .dcl-contextual-toolbar-primary-row {
      position: inherit
    }

      .cimpress-designer .toolbar .dcl-contextual-toolbar .dcl-contextual-toolbar-primary-row .dcl-button--expanded {
        position: inherit
      }

  .cimpress-designer .toolbar--hidden .dcl-invisible {
    max-height: 0
  }

  .cimpress-designer .footer {
    display: block;
    overflow-y: auto
  }

    .cimpress-designer .footer .footer-section {
      width: fit-content
    }

  .cimpress-designer *::-webkit-scrollbar {
    height: 2px
  }

  .cimpress-designer *::-webkit-scrollbar-thumb {
    background-color: #ddd
  }
}

.cimpress-designer .page {
  min-height: 600px
}

.cimpress-designer .toolbar .dcl-contextual-toolbar .dcl-item-placement-toolbar {
  width: auto;
}