/** Shopify CDN: Minification failed

Line 51:19 Expected ":"

**/
/* Uitility Class */

.display-flex{
  display:flex;
}

.justify-between{
  justify-content:space-between;
}

.items-center{
  align-items:center;
}

.items-selfend{
  align-items:self-end;
}

.gap-1{
  gap:1rem;
}

.latter-spacing{
  letter-spacing:1px;
}

.info-warning {
  font-size: 14px;
}

.button {
  cursor: pointer;
}

.input-element,
.file-upload-block label {
  width: 100%;
  /* border-radius: 7px; */
  /* height: var(--form-input-field-height); */
  border: 1px solid rgba(var(--text-color), 0.15);
  text-indent: 10px;
}

.font-14-bold {
  font-weight: bold;
  font-size: 14px;c
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.flex-vertical-center-with-gap {
  display: flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  position: relative;
}

/* Uitility Class */

body:has(.make-canvas-visible) #hubspot-messages-iframe-container{
  display:none !important;
}

.main-canvas-container.container {
  display: grid;
  grid-template-columns: repeat(5, 1fr) 60px !important;
  margin: 4rem auto;
  background-color: #f9f9f9;
}

#single-image-canvas {
  transition: all 0.5s ease-in-out;
  z-index: 9;
}

.main-canvas-container .right-container{
  grid-column: span 4 / span 4;
}

.main-canvas-container .canvas-container {
  width: 95%;
  margin: 0 auto;
}

.canvas-container {
  display: flex;
  justify-content: center;
  padding: 2.5rem 2.5rem;
  height: 90vh;
}

.left-container {
  display: flex;
}

.sidebar-main-content {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: 300px;
  background: #ffffff;
  padding: 1rem;
}

.sidebar-child-container > *,
.single-ink-container > * {
  /* margin-bottom: 12px; */
}

.file-upload-block {
  position: relative;
  cursor: pointer;
}

.file-upload-block label {
  display: flex;
  gap: 0.5rem;
  position: relative;
  background: #ffffff;
  border: 1px solid #343a81;
  /* padding: 0.2rem; */
  /* border-radius: 7px; */
  overflow: hidden;
}

.file-upload-block input {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.select-file {
  padding: 0 0.3rem;
  background: #343a81;
  color: #fff;
  align-content: center;
  height: 100%;
}

.job-infor-block input {
  width: 75%;
}

.show-grid-container {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.show-grid-container * {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
}

.show-grid-container input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  appearance: non;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}

.show-grid-container input[type="checkbox"]:checked::after {
  content: "✔"; /* Tick symbol */
  font-size: 14px; /* Tick size */
  color: #fff; /* Tick color */
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%); /* Center the tick */
  font-weight: bold;
}

.show-grid-container input[type="checkbox"]:checked {
  background: #2e008b;
  /* background: var(--gs--button-bg); */
  border: 1px solid #000;
}

.ink-information,
.custom-ink-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ink-update-button {
  display: flex;
  cursor: pointer;
}

.ink-update-button.plus svg {
  fill: rgb(109 19 255);
  cursor: pointer;
}

.ink-update-button.minus svg {
  cursor: pointer;
  fill: #ff6b6b;
}

.icon-grid-container{
  display:flex;
  justify-content: space-between;
  gap: 1rem;
  align-items:center;
}

.product-final-price{
  margin-bottom:1rem;
}


/* Canvas Css  */

.ruler span {
  font-size: 12px;
}

.canvas-content-info {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.canvas-content-info > .contents {
  align-content: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.horizontal-ruler {
  display: flex;
  justify-content: space-between;
  top: -15px;
  position: relative;
  margin-top: 0rem;
  z-index: 99;
  border-top: 1px solid rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

#sheet-canvas {
  position: relative;
}

#preCanvas {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #d4d4d4;
  cursor: pointer;
}

.horizontal-ruler .horizontal-ruler-block > span:first-child {
  z-index: 99999999;
  display: block;
  height: 2rem;
  background: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  width: 1px;
  position: relative;
}

.horizontal-ruler .horizontal-ruler-block > span:last-child {
  position: absolute;
  top: -12px;
  transform: translate(-2px, 0px);
  font-size: 9px;
  letter-spacing: 1px;
}

.vertical-ruler {
  position: absolute;
  height: 100%;
  top: 0px;
  left: -18px;
  width: 2rem;
  border-left: 1px solid rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.vertical-ruler .vertical-ruler-block > span:first-child {
  width: 100%;
  display: block;
  height: 1px;
  background: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.vertical-ruler .vertical-ruler-block > span:last-child {
  position: relative;
  top: -17px;
  left: -15px;
  font-size: 9px;
  letter-spacing: 1px;
}

.custom-vertical {
  transition: height 1s ease;
}

.horizontal-line {
  transition: width 1s ease;
}

#garment-color {
  width: 100%;
}

input#file {
  opacity: 0;
  cursor: pointer;
  height:100%;
  width:100%;
}

#uploadInstructions {
  font-size: 14px;
  background-color: #fff !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 1rem;
  border-radius: 7px;
  position: absolute;
}

#uploadInstructions p {
  margin: 0px !important;
}

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

.text-ellipsis {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  align-content: center;
  width: 100%;
}

.progress-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.progress-container {
  position: relative;
  width: 150px;
  height: 150px;
}

.progress-circle {
  transform: rotate(-90deg); /* Start the circle from the top */
}

.progress-circle circle {
  fill: none;
  stroke-width: 10;
}

.progress-circle .background {
  stroke: #e0e0e0;
}

.progress-circle .progress {
  stroke: #007bff;
  stroke-linecap: round;
  stroke-dasharray: 440; /* Circumference of the circle (2 * π * radius) */
  stroke-dashoffset: 440; /* Initially hide the stroke */
  transition: stroke-dashoffset 0.3s ease-in-out;
}

.percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}

.main-canvas-container select {
  width: 100%;
}

#previewImage {
  position: absolute;
}

.rotate-icon-container {
  width: 40px;
  margin-top:10px;
}

.rotate-icon {
  /* position: absolute; */
  background-color: #6d13ff;
  /* right: -50px; */
  z-index: 999 !important;
  height: 40px;
  width: 40px;
  padding: 9px;
  cursor: pointer;
  border-radius: 5px;
  cursor: pointer;
}
.rotate-icon svg path {
  stroke: #fff;
}
.rotate-icon svg {
  stroke: #fff;
  width: 100%;
  height: auto;
  position: relative;
}

.svg-tool-tip {
  fill: #7b7b7b;
  opacity: 0.5;
  cursor: pointer;
}

.svg-tool-tip:hover {
  z-index: 9999;
}

.tooltip-content-custom {
  background: #ffffff;
  position: absolute;
  width: 300px;
  z-index: 999;
  padding: 0.3rem;
  border-radius: 7px;
  font-size: 14px;
  left: 50%;
  scale: 0;
  border: 1px solid #46008a;
  transform: translateX(-50%);
  transition: all 0.4s ease-in;
}

.tooltip-content-custom > * {
  padding: 0px;
}

.tooltip-content-custom p,
.tooltip-content-custom hr {
  margin: 3px;
}

.svg-tool-tip:hover ~ .tooltip-content-custom {
  transform: translateX(0%);
  scale: 1;
  left: 110%;
}

.tool {
  overflow: visible;
  cursor: help;
  position: relative;
}

.tool::before,
.tool::after {
  left: 50%;
  position: absolute;
  z-index: 100; /* Make the tooltip visible */
  opacity: 1; /* Ensure it's visible */
  transform: scale(1) translateY(0); /* Reset transformations */
}

.tool::before {
  border-style: solid;
  border-width: 1em 0.75em 0 0.75em;
  border-color: #3e474f transparent transparent transparent;
  bottom: 75%;
  content: "";
  margin-left: -0.5em;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26),
    opacity 0.65s 0.5s;
}

.tool::after {
  background: #3e474f;
  border-radius: 0.25em;
  bottom: 100%;
  color: #edeff0;
  content: attr(data-tip);
  margin-left: -8.75em;
  padding: 0.3rem;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  width: 20em;
  min-width: 200px;
  text-align: center;
}

@media (max-width: 760px) {
  .tool::after {
    font-size: 0.75em;
    margin-left: -5em;
    width: 10em;
  }
}

/* Canvas popup  */
.make-canvas-hidden {
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  scale: 0; */
  display:none !important;
}

.hide-canvas{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  display: none !important;
  scale: 1;
}

.visible-canvas{
  position: fixed;
  top: 0;
  max-height: 100vh;
  left: 0;
  width: 100%;
  z-index: 99;
  margin: 0 !important;
  padding: 2rem 0rem;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100vh;
  display: grid;
  scale: 1;
  display:none;
  max-width: 100%;
}

.make-canvas-visible {
  position: fixed;
  top: 0;
  max-height: 100vh;
  left: 0;
  width: 100%;
  z-index: 99;
  margin: 0 !important;
  /* padding: 2rem 0rem; */
  padding:0 0 1rem 0;
  overflow-y: scroll;
  overflow-x: hidden;
  /* scale: 1; */
  min-height: 100vh;
}

body:has(.make-canvas-visible) {
  overflow: hidden;
}

.sidebar-child-container.make-relative-display {
  position: relative;
}

.sidebar-child-container.make-relative-display {
  position: relative;
  margin: 7px 0px 0px 0px;
}

.sidebar-child-container.make-relative-display input {
  height: 40px !important;
}

.sidebar-child-container.make-relative-display label {
  position: absolute;
  transform: translateY(-50%);
  background-color: #fff;
  top: 20px;
  left: 10px;
  transition: all 0.3s ease;
  pointer-events: none; /* Prevents interfering with input */
  width: 80%;
}

.sidebar-child-container.make-relative-display input:focus + label,
.sidebar-child-container.make-relative-display
  input:not(:placeholder-shown)
  + label {
  top: 0;
  left: 7px;
  font-size: 12px;
  width: auto;
}

.sidebar-child-container.make-relative-display input::placeholder {
  opacity: 0;
}

.close-canvas-btn {
  /* position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden; */
  width: 50px;
  height: 50px;
}

span.err {
  color: #ff0000 !important;
  margin: 4px 0px !important;
  padding: 0px !important;
  display: block;
  text-align: center;
}

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

.save-canvas-details{
  padding: 8px !important;
}

.save-canvas-details .loader-button__loader {
  transform: translateY(-10px);
  /* opacity: 1; */
}

.save-canvas-details .loader-button__text {
  line-height:normal;
}

@media only screen and (min-width: 1450px) {
  .canvas-container {
    height: 90vh;
  }

  .make-canvas-visible {
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
  }
}

/* Hide arrows (spinners) */
input#minimum_quantity[type="number"]::-webkit-inner-spin-button,
input#minimum_quantity[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


@media only screen and (max-width: 900px) {
  .main-canvas-container.container{
    grid-template-columns:unset;
  }

  .left-container{
    width: 100%;
    grid-column: span 6;
    gap: 2rem;
  }

  .sidebar-main-content{
    width:100%;
  }
  
  .rotate-icon-container{
    width:100px;
  }

  .main-canvas-container .canvas-container{
    grid-column: span 6;
    width: 95%;
    min-height: 500px;
    margin: 0 auto;
  }

  .close-canvas-btn{
    position: absolute;
    top: 10px;
    right: 7px;
  }

  .left-container .select2-container{
    width:100% !important;
  }

  .canvas-container{
    padding: 3.5rem 2.5rem;
  }
}

.select2-dropdown.select2-dropdown--below{
  /* position: relative; */
  z-index: 99999;
}


/* Progress bar css */
#progressContainer {
  display: none;
  padding: 16px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  position: absolute;
  margin: 20px auto;
  top: 50%;
  width: 70%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-family: sans-serif;
}

#upload-percentage {
  font-weight: bold;
  color: #4b00ff;
}

#upload-status-text {
  color: #333;
}

#upload-time-left {
  color: #4b00ff;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
}

#upload-progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #4b00ff, #6a11cb);
  transition: width 0.3s ease;
}

/* Responsive styling */
@media (max-width: 768px) {
  #progressContainer {
    width: 90%;
    padding: 12px;
  }

  .progress-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #upload-percentage, #upload-status-text, #upload-time-left {
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  #progressContainer {
    width: 100%;
    padding: 10px;
  }

  .progress-header {
    font-size: 14px;
  }

  #upload-progress-bar {
    height: 4px;
  }
}

.all-inks-container-in-customizer{
  display: flex;
  flex-direction: column;
  gap: 7px;
}

  .main-canvas-container.pd-noscroll {
      overflow: hidden;
    }

    /* Button */
    .pd-btn {
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
    }

    /* Overlay with blur */
    .pd-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(200, 200, 200, 0.5); /* light gray */
      backdrop-filter: blur(5px);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    /* Popup card */
    .pd-popup {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      width: 400px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
      position: relative;
      animation: fadeIn 0.3s ease-in-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .pd-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
    }

    .pd-header h2 {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
    }

    .pd-close {
      background: none;
      border: none;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
      color: #555;
    }

    .pd-table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 10px;
    }

    .pd-table tr td {
      padding: 8px 0;
      font-size: 16px;
    }

    .pd-table tr td:last-child {
      text-align: right;
      font-weight: bold;
    }

    .pd-subtotal td {
      border-top: 1px dashed #ccc;
    }

    .pd-total td {
      border-top: 2px solid #333;
      font-size: 16px;
      font-weight: bold;
    }

.select2-selection__rendered small{
  display:none;
}

/* HTML:  */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  color: #854f1d;
  background: radial-gradient(farthest-side, currentColor calc(100% - 6px),#0000 calc(100% - 5px) 0);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 13px),#000 calc(100% - 12px));
  border-radius: 50%;
  animation: l19 2s infinite linear;
  position:fixed;
  top:50%;
  left:50%;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  background:
    linear-gradient(currentColor 0 0) center,
    linear-gradient(currentColor 0 0) center;
  background-size: 100% 10px,10px 100%;
  background-repeat: no-repeat;
}
.loader::after {
   transform: rotate(45deg);
}

@keyframes l19 { 
  100%{transform: rotate(1turn)}
}