.bas-widget-clipart-button {
  padding: 0 30px; }

.button-icon {
  position: relative;
  top: 2px;
  width: 12px;
  height: 12px;
  fill: #00b5e2; }

.button-icon-container {
  display: inline-block;
  border: 0;
  border-radius: 12px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: white; }

.dcl-widget-canvas-actions {
  right: 200px;
  transition: right 0.5s;
  z-index: 2; }

.design-id {
  max-width: 80px;
  cursor: pointer; }

.design-id__copy-popup {
  display: block;
  z-index: 1;
  color: #56b349; }

.canvas-switcher-panel {
  right: 30px;
  transition: right 0.5s; }

.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; }

.dcl-widget-canvas-switcher {
  max-height: 500px;
  overflow-y: auto; }

.canvas-switcher:empty {
  display: none; }

.canvas-switcher__hide {
  bottom: 0;
  right: 0;
  transform: rotate(270deg); }

.canvas-switcher__hide--active {
  transform: rotate(90deg); }

#canvases {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 0; }

.footer {
  display: none; }
  @media (min-width: 900px) {
    .footer {
      display: block;
      align-items: center;
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 1;
      border-top: 1px solid #cccccc;
      height: 75px;
      background-color: #fafafa;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
      .footer .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1170px;
        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; } }

.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: 1;
  height: 100%; }

.footer-section--ms-fix {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: distribute; }

.save-buttons-container {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin: auto;
  text-align: center;
  white-space: nowrap; }

.footer-section:not(:first-child) {
  border-left: 1px solid #efefef; }

.dcl-widget-canvas-history,
.dcl-widget-canvas-zoom,
.dcl-widget-preview-document {
  display: inline-block;
  height: 100%; }

.dcl-widget-save-document {
  display: inline-block;
  margin-right: 25px; }

.review-button-container {
  display: inline-block; }

.dcl-widget-preview-document {
  align-self: center;
  margin: 0 15px; }

.footer-section .dcl-action-btn-group {
  display: inline-flex; }

.footer-section .dcl-action-btn,
.dcl-zoom,
.dcl-action-btn-group,
.dcl-canvas-history,
.footer .dcl-button--toolbar {
  height: 100%; }

.dcl-action-btn-group .dcl-action-btn {
  margin: 0 15px; }

.dcl-action-btn--undo,
.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; } }

.loader,
.loader::before,
.loader::after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation: load7 1.8s infinite ease-in-out;
  animation-fill-mode: both; }

.loader {
  position: relative;
  transform: translateZ(0);
  text-indent: -9999em;
  color: #ffffff;
  font-size: 8px;
  animation-delay: -0.16s; }

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  top: 0; }

.loader::before {
  left: -3.5em;
  animation-delay: -0.32s; }

.loader::after {
  left: 3.5em; }

.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; }

.loading-screen-content img {
  height: 50px; }

.container {
  display: flex;
  justify-content: center;
  width: 100%;
  align-content: center; }

.loading-screen-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -10%; }

html,
body {
  height: 100%; }

.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;
  min-height: 100vh;
  overflow: hidden; }

.vertically-centered-floating-panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  pointer-events: none;
  background: transparent; }

.hide-button {
  position: absolute;
  border: none;
  padding: 15px;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  transition: 0.2s all linear; }

.hide-button__icon {
  width: 25px;
  height: 25px; }

.toolbar {
  position: absolute;
  z-index: 3; }

.design-area {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0; }

.visible {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.tabs-panel--hidden {
  left: -330px !important; }

.tabs-panel--hidden * {
  box-shadow: none !important; }

.dcl-widget-canvas-actions--hidden {
  right: -60px !important; }

.dcl-widget-canvas-actions--hidden * {
  box-shadow: none !important; }

.canvas-switcher-panel--hidden {
  right: -160px !important; }

.canvas-switcher-panel--hidden * {
  box-shadow: none !important; }

.force-hidden {
  display: none !important; }

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff; }

*::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff; }

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #697582; }

*::-webkit-scrollbar-corner {
  background: transparent; }

.dcl-editor-mode--templateEditor .review-button-container {
  display: none; }

.template-editor-button {
  display: none; }

.dcl-editor-mode--templateEditor .template-editor-button {
  display: block; }

.dcl-widget-edit-text-placeholder {
  display: none; }

.dcl-editor-mode--templateEditor .dcl-widget-edit-text-placeholder {
  display: flex;
  flex: 1; }

.dcl-editor-mode--templateEditor .design-area {
  background-color: #e1e6eb; }

/* styling for item placement toolbar container */
.itemtoolbar {
  position: absolute;
  top: 56px;
  z-index: 2;
  width: 100%;
  background-color: white; }

.dcl-cancel-crop,
.dcl-button--cancel {
  width: 93px;
  height: 45px; }

.dcl-submit-crop,
.dcl-button--submit {
  width: 133px;
  height: 45px; }

.save-popup {
  display: block;
  z-index: 1;
  max-width: 450px; }

.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; }

.save-popup__success-message {
  color: #000000; }

.save-popup__reference-url {
  color: #000000;
  width: 100%;
  height: 85px;
  padding: 10px;
  margin: 10px 0px;
  resize: none; }

.save-popup__header {
  display: flex; }

.save-popup__title {
  margin: 0;
  border-bottom: none;
  font-size: 2rem;
  background: inherit;
  color: #56b349; }

.save-popup__title,
.save-popup__content {
  padding: 15px 15px;
  flex-grow: 2; }

.save-popup__check-container {
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background-color: #56b349;
  margin: auto 0px auto 10px; }

.save-popup__check {
  fill: #ffffff;
  height: 100%;
  width: 100%; }

.save-popup__close-button {
  line-height: 1;
  color: #697582;
  font-size: 50px;
  font-weight: 100;
  cursor: pointer;
  padding: 0px 14px; }

.save-popup__footer {
  display: flex; }

.save-popup__copy-result {
  display: flex;
  flex-grow: 2;
  color: #56b349; }

.save-popup__arrow {
  border-style: solid;
  margin: 5px;
  width: 0;
  height: 0;
  position: absolute; }

.save-popup__arrow::before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  top: 1px;
  width: 0;
  height: 0; }

.save-popup[x-placement^="top"] {
  margin-bottom: 11px;
  border-radius: 4px; }

.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; }

.save-popup[x-placement^="top"] .save-popup__arrow::before {
  top: -12px;
  left: calc(50% - 10px);
  border-bottom-width: 0px;
  border-top-color: #ffffff; }

.tabs-panel {
  left: 0;
  transition: left 0.5s;
  z-index: 1; }

.tabs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 80%; }

.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; }

.content-panel {
  display: none;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  overflow: hidden; }

.content-panel.is-active {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.info-bar {
  padding: 10px 20px;
  background-color: #e5f6fd;
  color: #697582;
  font-size: 14px;
  height: 34px; }

.tabs__hide {
  bottom: 0;
  left: 0;
  transform: rotate(90deg); }

.tabs__hide--active {
  transform: rotate(270deg); }

.tabs__items {
  user-select: none;
  pointer-events: auto;
  overflow: hidden; }

.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; }

.dcl-widget-edit-text,
.dcl-widget-edit-text-placeholder {
  overflow: auto;
  margin-bottom: 10px; }

.tab-item.is-active .tab-item__icon-wrapper {
  background: white; }

.tab-item.is-active .tab-item__description {
  color: #00b5e2; }

.icon__use {
  fill: #697582;
  color: #e1e6ea;
  transition: fill 300ms, color 300ms, stroke 300ms; }

.tab-item:hover .icon__use {
  fill: #00b5e2;
  color: #e1e6ea; }

.tab-item.is-active .icon__use {
  fill: #00b5e2;
  color: #00b5e2; }

.tab-item__description {
  margin-top: 5px;
  color: #697582;
  font-size: 12px;
  transition: color 300ms; }

.tab-item:hover .tab-item__description {
  color: #00b5e2; }

.tab-item__icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: #e1e6ea;
  transition: background-color 300ms; }

.tab-item__icon {
  width: 48px;
  height: 48px; }

.info-bar,
.button-bar {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  user-select: none;
  cursor: default;
  z-index: 1; }

.button-bar {
  margin: 30px 0 20px; }

.dcl-widget-upload-list,
.dcl-widget-edit-text,
.dcl-widget-edit-text-placeholder,
.dcl-widget-asset-list,
.dcl-widget-add-shape {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  z-index: 0; }

.dcl-widget-upload-list,
.dcl-widget-asset-list {
  overflow: auto;
  margin-bottom: 10px; }

.info-panel-text {
  margin: 0 35px 55px;
  text-align: center;
  color: #aaaaaa;
  font-size: 13px; }

.dcl-widget-add-shape {
  margin-top: 20px; }

.dcl-widget-add-text,
.dcl-widget-add-placeholder-text,
.dcl-widget-upload-button,
.dcl-widget-image-sources,
.dcl-widget-add-placeholder-image {
  padding: 0 30px; }

.dcl-widget-add-placeholder-image,
.dcl-widget-placeholder-list {
  display: none; }

.dcl-editor-mode--templateEditor .dcl-widget-add-placeholder-image,
.dcl-editor-mode--templateEditor .dcl-widget-placeholder-list {
  display: block; }

.dcl-editor-mode--templateEditor .icon__use {
  color: #697582; }

.dcl-editor-mode--templateEditor .tab-item:hover .icon__use {
  color: #00b5e2; }

.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; }

.toolbar--no-buttons {
  max-height: 0; }

.toolbar .dcl-contextual-toolbar {
  margin: auto;
  bottom: 0;
  background-color: #ffffff;
  width: 100%; }

.toolbar .dcl-contextual-toolbar-primary-row {
  background-color: #ffffff; }
  @media screen and (min-width: 768px) {
    .toolbar .dcl-contextual-toolbar-primary-row {
      justify-content: center; } }

.toolbar .dcl-contextual-toolbar.dcl-invisible {
  top: auto;
  left: auto;
  visibility: visible; }

.toolbar .dcl-edit-text__field {
  width: 400px;
  outline: unset;
  border: 2px solid #c4cdd6;
  border-radius: 4px; }

.toolbar .dcl-edit-text__div {
  width: 400px;
  margin: auto; }

.toolbar .dcl-edit-text__field:focus {
  border-color: #00b5e2; }

.toolbar .dcl-toolbar-text-edit,
.toolbar .dcl-toolbar-text-edit-dropdown {
  position: absolute;
  padding-top: 3px;
  bottom: -50px;
  width: 100%;
  height: 50px;
  z-index: -1;
  transition: all 0.25s; }

.toolbar .dcl-invisible .dcl-toolbar-text-edit,
.toolbar .dcl-invisible .dcl-toolbar-text-edit-dropdown,
.toolbar .dcl-toolbar-text-edit.hidden,
.toolbar .dcl-toolbar-text-edit-dropdown.hidden {
  bottom: 0;
  opacity: 0; }

.toolbar .dcl-toolbar-text-edit.hidden,
.toolbar .dcl-toolbar-text-edit-dropdown.hidden {
  display: inline-block !important; }

.toolbar .dcl-toolbar-text-edit,
.toolbar .dcl-toolbar-text-edit-dropdown {
  margin: 0; }

.toolbar .dcl-tool {
  margin: 0 10px; }

.toolbar .dcl-tool .dcl-tool {
  margin: 0; }

.toolbar .dcl-toolbar-button,
.toolbar .dcl-expanding-button {
  background-color: #ffffff; }

.toolbar .dcl-toolbar-button.active {
  background-color: #697582;
  color: #fff; }

.toolbar--hidden {
  max-height: 0;
  box-shadow: none; }

.view-image-button,
.view-image-button:hover,
.view-image-button:visited {
  text-decoration: none;
  color: #00b5e2; }

.clip-art-dialog {
  /* Modal Content */
  /* The Close Button */ }
  .clip-art-dialog .rotate {
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .clip-art-dialog .rotate.down {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .clip-art-dialog .icon-widget-icon {
    float: left;
    padding: 10px;
    cursor: pointer;
    height: 64px;
    border: 1px solid transparent; }
  .clip-art-dialog .bas-clipart-icon {
    width: 64px; }
  .clip-art-dialog .bas-clipart-icon img {
    vertical-align: bottom;
    max-height: 100%;
    max-width: 100%; }
  .clip-art-dialog .clipartSearch {
    padding-bottom: 10px; }
  .clip-art-dialog .pop-up-icon-row-style {
    overflow-y: auto;
    margin-left: 0px;
    margin-right: 0px; }
  .clip-art-dialog .icon-widget-icon.selected {
    border: 1px #00b5e2 solid; }
  .clip-art-dialog .modal-content {
    font: normal 14px Arial, Helvetica, sans-serif; }
  .clip-art-dialog ol,
  .clip-art-dialog ul {
    list-style: none; }
  .clip-art-dialog ol,
  .clip-art-dialog ul {
    padding-left: inherit;
    line-height: inherit;
    margin-top: inherit;
    margin-bottom: inherit; }
  .clip-art-dialog .clipartSearch span {
    color: #666666;
    font-size: 17px;
    padding: 7px 1px 6px 29px; }
  .clip-art-dialog .clipartSearchBox {
    padding-right: 24px;
    text-align: right;
    display: block;
    padding-top: 4px;
    white-space: nowrap;
    padding-left: 1px; }
  .clip-art-dialog .clipartSearchTerms,
  .clip-art-dialog .clipartSearchBox .btn-search {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 30px; }
  .clip-art-dialog .clipartSearchBox .btn-search {
    height: 30px;
    padding: 6px 19px; }
  .clip-art-dialog .clipart-category-menu {
    margin: 4px 10px 10px 10px;
    border: 2px solid #e1e6eb;
    border-radius: 5px;
    text-align: left;
    background-color: #ffffff; }
  .clip-art-dialog .clipart-category-menuheading {
    font-weight: bolder;
    background-color: whitesmoke;
    padding: 8px; }
  .clip-art-dialog .clipart-category-menulist {
    overflow-y: scroll;
    max-height: 550px;
    overflow-x: hidden; }
  .clip-art-dialog .clipart-category-menuitem {
    padding: 8px;
    border-bottom: thin solid #e1e6eb;
    font-weight: bold;
    cursor: pointer; }
  .clip-art-dialog .clipart-category-submenuitem {
    padding: 8px 8px 8px 16px;
    border-bottom: thin solid #e1e6eb;
    color: #004a99;
    cursor: pointer; }
  .clip-art-dialog .btnViewAll {
    float: right;
    padding-right: 12px;
    padding-top: 22px;
    padding-left: 14px; }
  .clip-art-dialog .clipart-pagination {
    text-align: right; }
  .clip-art-dialog .viewPaged {
    text-align: right;
    padding-bottom: 19px;
    padding-top: 12px;
    padding-right: 30px; }
  .clip-art-dialog .modal-image-scrollbar {
    padding-top: 10px;
    height: 514px;
    overflow-y: scroll; }
  .clip-art-dialog .category-selected {
    font-weight: bolder; }
  .clip-art-dialog .results-header {
    text-align: left;
    font-weight: bold;
    padding-top: 27px; }
  .clip-art-dialog .btnViewPaged {
    padding-top: 8px; }
  .clip-art-dialog .noResultsFound {
    height: 100%;
    width: 100%;
    font-size: 15px;
    font-family: cursive; }
  .clip-art-dialog .noResultsFound img {
    height: 50%; }
  .clip-art-dialog .noResultsFound > p:first-of-type {
    color: darkorange; }
  .clip-art-dialog .noResultsFound ul {
    list-style-type: unset;
    text-align: left;
    padding-left: 62px; }
  .clip-art-dialog .clipart-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2000;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */ }
  .clip-art-dialog .clipart-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 1000px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    font: normal 14px Arial, Helvetica, sans-serif;
    border-radius: 5px; }
  .clip-art-dialog .clipart-close {
    color: black;
    float: right;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold; }
  .clip-art-dialog .clipart-close:hover,
  .clip-art-dialog .clipart-close:focus {
    color: #000;
    text-decoration: none; }
  .clip-art-dialog .clipart-modal-header {
    padding: 2px 16px;
    background-color: whitesmoke;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .clip-art-dialog .clipart-modal-body {
    padding: 5px 0px 5px 0px; }
  .clip-art-dialog .clipart-modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white; }
  .clip-art-dialog input[type="text"] {
    height: 30px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle; }
  .clip-art-dialog a {
    color: inherit; }
  .clip-art-dialog a:hover,
  .clip-art-dialog a:visited {
    color: inherit; }
  .clip-art-dialog a:hover,
  .clip-art-dialog a:visited,
  .clip-art-dialog a:link,
  .clip-art-dialog a:active {
    text-decoration: none; }
  .clip-art-dialog .ct-loding-new-style {
    position: fixed;
    top: 40%;
    right: 40%;
    z-index: 999;
    width: 76px;
    height: 76px;
    margin: -16px -16px 0 0;
    background: url("../../images/spinner.svg") center no-repeat; }
  .clip-art-dialog .paginationTemplate {
    margin-top: 15px; }
