<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

#twojs canvas {
  border: 1px solid #EFEFEF;
}
#twojs{
  width: 740px;
  height: 406px;
  overflow: auto;
}

#text-outer {
  padding: 30px;
}

#image-outer {
  padding: 30px;
  font-family: "Courier New", Courier, monospace;
}

.slider {
  background-color: #f2f2f2;
  margin-bottom: 0.3rem;
  border-top: 4px solid transparent;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.slider__wrapper {
  width: 300px;
  padding: 0.5rem 0px;
}

canvas {
  position: relative;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0px;
  height: 0px;
  border-radius: none;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #e6007e;
  background-color: #e6e6e6;
  border-bottom: none;
  cursor: pointer;
  margin-top: -14px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  width: 0px;
  height: 0px;
  border-radius: none;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  background-color: #e6e6e6;
  border-top: 16px solid #e6007e;
  border-bottom: none;
  cursor: pointer;
}

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background-color: #e6e6e6;
  /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

#twojs canvas {
  /*   background: url('../axes.jpeg') center center repeat;
    background-size:cover;
    */
}

.pink {
  color: #e6007e;
}

.pinkdark {
  color: #6c013c !important;
}

.textcolor {
  color: #0f0f0f !important;
}

.lightgrey {
  color: #f2f2f2 !important;
}

.bg-pink {
  background-color: #e6007e !important;
}

.bg-pinkdark {
  background-color: #6c013c !important;
}

.bg-textcolor {
  background-color: #0f0f0f !important;
}

.bg-lightgrey {
  background-color: #f2f2f2 !important;
}

#canvas {
  height: 500px;
  width: 100%;
  border: 1px solid #0f0f0f;
}

#replaceimageprompt.arrow-up::before {
  top: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

#replaceimageprompt.arrow-down::after {
  bottom: -10px;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

#replaceimageprompt::before, #replaceimageprompt::after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  content: "";
}

#replaceimageprompt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
#replaceimageprompt.arrow-up {
  margin-top: 20px;
}
#replaceimageprompt.arrow-down {
  margin-bottom: 20px;
}
#replaceimageprompt div {
  background-color: white;
  padding: 0.3rem;
  width: 150px;
  border-radius: 2px;
}

#zoomTool {
  margin-top: 0;
  padding-top: 1.5em;
}

.canvas__outer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.toolbox__item {
  padding-top: 1rem;
  padding-bottom: 1rem;

  padding-left: 2rem;
  padding-right: 2rem;
  flex: 0 33%;
}

.toolbox__item--full {
  flex: 0 100%;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.toolbox__item:last-child {
  border: none;
  padding: none;
}

.toolbox__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.align-buttons__wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3px;
}

.f-30 {
  flex: 3;
}

.f-60 {
  flex: 6;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

button, select {
  border: none;
  text-decoration: none;
  font-size: 1.3rem;
}

small {
  font-size: 1.1rem;
}

.title {
  font-weight: 300;
  font-size: 4rem;
}

.btn-1 {
  background-color: #e6007e;
  padding: 1rem 1.8rem;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
}

.btn-3 {
  background-color: #e6e6e6;
  padding: 1.4rem 2rem;
  border-radius: 10px 10px 0px 0px;
  margin-right: 0.5rem;
  font-size: 1.3rem;
}

.btn-3--active {
  background-color: #f2f2f2;
}

.btn-4 {
  background-color: #e6e6e6;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 1.2rem;
}

.btn--small {
  padding: 0.2rem 0.1rem;
}

input {
  border: 1px solid #e6e6e6;
  font-family: "Montserrat" sans-serif;
}

select, .select, .colour-dropdown, .font-dropdown {
  height: 37px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: 0.5rem;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  padding-right: 1rem !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgb(230, 0, 126)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-color: #e6e6e6;
  outline: none;
  padding-right: 6px;
  padding-left: 6px;
}

select::-ms-expand {
  display: none;
}

.hide {
  display: none;
}

#twojs {
  overflow: auto;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
}

#twojs canvas {
  transform-origin: top left;
}

button[name=lockimage],
button[name=sendtofront],
button[name=sendtoback] {
  margin-top: 10px;
}

#selectedFont {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 176px;
}

.dropdown-list {
  margin-left: 0;
  padding-left: 0;
}

.font-dropdown {
  width: 220px;
  position: relative;
  cursor: pointer;
}
.font-dropdown .label {
  font-size: 1.3rem;
  position: relative;
  display: block;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
}
.font-dropdown .dropdown-list {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background-color: #e6e6e6;
}
.font-dropdown.active .dropdown-list {
  max-height: 200px;
  top: 37px;
  opacity: 1;
  visibility: visible;
}
.font-dropdown.active .label:after {
  transform: rotate(180deg);
}
.font-dropdown li {
  padding: 0 10px;
  font-size: 1.4em;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
}
.font-dropdown li:hover {
  color: #fff;
  background-color: #2689d6;
}
.font-dropdown .sel {
  background-color: #f0f0f0;
  color: #2689d6;
}

#selectedColour {
  max-width: 176px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#colourswatches {
  background-color: #e6e6e6;
  display: none;
  position: absolute;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
}

#colour-outer {
  position: relative;
}

#colourswatches div {
  padding: 5px;
}

#colourswatches button {
  height: 15px;
  width: 15px;
}

.colour-dropdown {
  width: 220px;
  position: relative;
  cursor: pointer;
}
.colour-dropdown.active #colourswatches {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.colour-dropdown .label {
  font-size: 1.3rem;
  position: relative;
  display: block;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
}
.colour-dropdown .label span {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.colour-dropdown .sel {
  background-color: #f0f0f0;
  color: #2689d6;
}

#twojs canvas ~ canvas{
  border:0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
  min-width: 50px;
}

#replaceimageprompt .btn-1 {
  display: table;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}

#zoomTool button{
  padding:0 !important;
}
#zoomTool .fa{
  font-size: 18px !important;;
}
#do-upload {
  background: #d8d8d8;
  padding: 5px 20px;
}

/*# sourceMappingURL=main.css.map */
.tool__header {
  font-size: 1.3rem;
}

#graphics-builder textarea, #graphics-builder input, #graphics-builder span {
  font-size: 1.2rem;
}
.min-400 .btn-1{
  white-space: nowrap;;
}
@media(max-width:768px){
  .main-buttons-section{
    flex-direction: column;
  }
}
/*# sourceMappingURL=template.css.map */
.toastify ~ .toastify{
  display: none !important;
}
.toastify{
  top:0 !important;
}

#action-tab-navigation .btn-3 {
  font-weight: normal;
}
#action-tab-navigation .btn-3.bold {
  font-weight: bold;
}

#toolsOuter button:hover{
  background: #c6c5c5;
}


#mobile-controls{
  display: block !important;;
  }
  @media(max-width:600px){
    #mobile-controls{
      display: block !important;;
      }
  
  
  }
  #toolsOuter{
    display: flex;
  }


.tools-outer-wrapper{
  display:flex;
  width:100%;
  justify-content:center;
  flex-direction: column;
  flex-wrap: wrap
  
}
.tools-outer-wrapper &gt; div{
  width:100%;
}
.tools-outer-wrapper.column-view{
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row;
}
.tools-outer-wrapper.column-view &gt; div{
  width: 50%;
}

.tools-outer-wrapper.column-view .toolbox__wrapper{
  display: block;
}



.column-view #twojs{
  width: 100%;
  height: 706px;
  overflow: auto;
}

#twojs canvas ~ canvas{
  border:0 !important;
}
#do-upload{
  white-space: nowrap;
}
.button-italic-action,
.button-bold-action{
  background-color: #e6e6e6;

  font-size: 1.2rem;
  margin-left: 3px;

}

#graphics-builder.column-view button, #graphics-builder .column-view select{
    width:auto !important;
}
.column-view .tools-column{
  flex-wrap: wrap;
}
@media(max-width:600px){
  .tools-outer-wrapper.column-view{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .tools-outer-wrapper.column-view &gt; div{
    width: 100%;
  
  }
}</pre></body></html>