/** Shopify CDN: Minification failed

Line 125:5 Expected ":"

**/
.image-effect-generator-section {
  min-height: calc(100vh - 250px);
}

.ie--container {
  max-width: 1400px;
  margin: 0 auto;

  padding:50px 0;
}

.ie--header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  color: white;
  padding: 2.5rem;
  text-align: center;
  position: relative;
}

.ie--header h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ie--header p {
  opacity: 0.95;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.ie--version-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255,255,255,0.2);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.ie--nav-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.ie--nav-tab {
  padding: 0.75rem 1.5rem;
  background: rgba(255,255,255,0.1);
  border: none;
  border-radius: 25px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.ie--nav-tab.active {
  background: rgba(255,255,255,0.3);
  transform: scale(1.05);
}

.ie--nav-tab:hover {
  background: rgba(255,255,255,0.2);
  transform: scale(1.05);
}

.ie--content {

}

.ie--main-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  align-items: start;
  position: relative;
  min-height: 100vh;
}

.ie--sidebar {
  background: #E9EAEC;
  padding: 2rem;
  border-radius: 20px;
  height: fit-content;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 50px; /* Space for sticky buttons */
}

#importBox, .ie--import-box {

    position: relative;
    border: 2px dashed #1181dc;
    border-radius: 10px;
    padding: 100px 30px;
    text-align: center;
    background: #1181dc0d;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
    font-family: aptos,sans-serif;
      max-width: 700px;
  width: 90%;
    margin: 0 auto;

}
.ie--import-icon {
  margin-bottom: 2rem;
}
.ie--import-btn {
    background: #1181dc;
    color: #f5f5f5;
    border: 1px solid #1181dc;
color 300ms, border 300ms, color 300ms !important;
  cursor: pointer;
    border-radius: 10px;
    display: flex
;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
  transition: background 0.2s, box-shadow 0.2s;
  text-align: justify;
    font-family: "aptos", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
  margin: 0 auto;
}
.ie--import-btn:hover {

background: #0068BD;
}
.ie--import-label {

font-size:24px;
    font-family: "trade-gothic-next", sans-serif;
    font-style: var(--font-heading-style);
    line-height: 104%;
   
    word-break: break-word;

      position: relative;
    padding: 20px;
    text-align: center;

    transition: all .3s ease;
    cursor: pointer;

}
.ie--import-actions {
  display: flex;
  gap: 1rem;
}
.ie--import-secondary {
  background: #232323;
  color: #fff;
  border: none;
  border-radius: 0.7rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.3rem;
  cursor: pointer;
  transition: background 0.2s;
}
.ie--import-secondary:disabled {
  background: #bdbdbd;
  color: #fff;
  cursor: not-allowed;
}
.ie--import-secondary:hover:enabled {
  background: #525252;
}
/* Hide old upload-section in step1 */
#step1 .upload-section { display: none !important; }

#upload {
  display: none;
}

.ie--upload-label {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  background: #232323;
  color: #FFFFFF;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  transition: background 0.3s, box-shadow 0.3s;
  box-shadow: 0 6px 20px rgba(35, 35, 35, 0.3);
  text-align: center;
}
.ie--upload-label:hover {
  background: #525252;
  box-shadow: 0 8px 25px rgba(35, 35, 35, 0.4);
}

.ie--presets {


    margin-bottom: 20px;
    border: 1px solid rgba(14, 14, 14, 0.2);
    border-radius: 10px;
    padding: 30px 20px;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.ie--presets h3, .ie--presets h4 {
  margin-bottom: 1rem;
  color: #555;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ie--presets h4 {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.2rem;
  margin-top: 0;
  text-align: center;
}

#savePresetBtn.ie--btn-primary {
    padding: 15px;
    border: none;
    border-radius: 10px;
    background: #1181dc;
    color: #f5f5f5;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, box-shadow .2s;
    margin-right: 1rem;
    min-width: 0;
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .32px;
    text-transform: uppercase;

  transition:300ms;
}
#savePresetBtn.ie--btn-primary:hover {
    background: #1181dc;
    color: #f5f5f5;

}

#customPresetsSection {
  margin-top: 0;
}

#customPresetsGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

#customPresetsGrid .ie--preset-btn {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  color: #232323;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  margin: 0;
  transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;

}
#customPresetsGrid .ie--preset-btn:hover {
  border-color: #667eea;
  background: #f0f4ff;
  box-shadow: 0 4px 16px rgba(102,126,234,0.10);
}

.ie--preset-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.ie--preset-btn {
  padding: 0.75rem;
  border: 2px solid #E4E4E4;
  border-radius: 12px;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  font-weight: 500;
  color: #232323;
}

.ie--preset-btn:hover {
  border-color: #525252;
  background: #E4E4E4;
  transform: translateY(-2px);
}

.ie--preset-btn.active {
  border-color: #232323;
  background: #525252;
  color: #FFFFFF;
}

.ie--controls {
  display: none;
}

.ie--control-group {
  margin-bottom: 2rem;
}

.ie--control-group h3 {
  font-size: 21px;
  color: #0E0E0E;
  margin-bottom: 1rem;

  text-transform: uppercase;
  letter-spacing: 0.5px;
      font-family: "trade-gothic-next", sans-serif;
}

.ie--control-item {
  margin-bottom: 1.5rem;
}

.ie--control-item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #0E0E0E;
  font-size: 16px;
  margin-bottom: 0.2rem;
  text-transform: none;
  letter-spacing: 0.01em;
  padding: 0 2px;
      font-family: "trade-gothic-next", sans-serif;
}
.ie--control-item label span {
  font-size: 0.98rem;
  color: #888;
  font-weight: 400;
  margin-left: 0.5em;
      font-family: "aptos", sans-serif;
}
.ie--control-item input[type="range"] {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #c8c8c8;
  outline: none;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  -webkit-appearance: none;
      font-family: "aptos", sans-serif;
}
.ie--control-item input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1181DC;
  box-shadow: 0 2px 6px rgba(0,0,0,0.13);
  cursor: pointer;
  border: 2px solid #fff;
  transition: box-shadow 0.2s;
}
.ie--control-item input[type="range"]:hover::-webkit-slider-thumb {
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}
.ie--control-item input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1181DC;
  box-shadow: 0 2px 6px rgba(0,0,0,0.13);
  cursor: pointer;
  border: 2px solid #fff;
}
.ie--control-item input[type="range"]::-ms-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1181DC;
  box-shadow: 0 2px 6px rgba(0,0,0,0.13);
  cursor: pointer;
  border: 2px solid #fff;
}

.ie--color-picker-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0.7rem 0 1.2rem 0;
  width: 100%;
}
.ie--color-preview {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  background: #0000ff;
  transition: background 0.2s;
  flex-shrink: 0;
}
#hueSlider {
  -webkit-appearance: none;
  width: 100%;
  min-width: 120px;
  height: 18px;
  border-radius: 9px;
  background: linear-gradient(90deg,
    hsl(0,100%,50%) 0%,
    hsl(60,100%,50%) 16.6%,
    hsl(120,100%,50%) 33.3%,
    hsl(180,100%,50%) 50%,
    hsl(240,100%,50%) 66.6%,
    hsl(300,100%,50%) 83.3%,
    hsl(360,100%,50%) 100%
  );
  outline: none;
  margin: 0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  flex: 1 1 auto;
}
#hueSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: var(--hue-thumb, #0000ff);
  box-shadow: 0 2px 8px rgba(0,0,0,0.13);
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
}
#hueSlider:focus::-webkit-slider-thumb {
  border: 3px solid #1181DC;
}
#hueSlider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: var(--hue-thumb, #0000ff);
  box-shadow: 0 2px 8px rgba(0,0,0,0.13);
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
}
#hueSlider:focus::-moz-range-thumb {
  border: 3px solid #1181DC;
}
#hueSlider::-ms-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: var(--hue-thumb, #0000ff);
  box-shadow: 0 2px 8px rgba(0,0,0,0.13);
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
}
#hueSlider:focus::-ms-thumb {
  border: 3px solid #1181DC;
}

.ie--value-display {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
  background: #f0f0f0;
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  display: inline-block;
}

.ie--range-input-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ie--range-input-group input[type="range"] {
  flex: 1;
}

.ie--number-input {
  width: 80px;
  padding: 0.5rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #0E0E0E;
  text-align: center;
  background: white;
  transition: border-color 0.3s ease;
}

.ie--number-input:focus {
  outline: none;
  border-color: #667eea;
}

.ie--apply-sticky-group {
  position: sticky;
  bottom: 0 !important;
  background: #f8f9fa;
  padding: 1.5rem 0 0 0;
  margin-top: 2rem;
  z-index: 10;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.ie--apply-sticky-group .btn {
  width: 100%;
}
.ie--button-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  position: static;
  background: none;
  border-top: none;
  box-shadow: none;
  padding: 0;
}

.ie--btn {
  padding: 1rem 2rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ie--btn-primary {
    background: #1181dc;
    color: #f5f5f5;
    border: 1px solid

}

.ie--btn-primary:hover {
    background: #0068bd;
    color: #f5f5f5;
    border: 1px solid #0068bd;
}

.ie--btn-secondary {
    background: transparent;
    color: #0e0e0e;
    border: 1px solid rgba(14, 14, 14, 0.2);
  transition: background-color 300ms, border 300ms, color 300ms !important;
      border-radius: 10px;
    display: flex;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
      text-align: justify;
    font-family: "aptos", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
}

.ie--btn-secondary:hover {
    background: #e9eaec;
    color: #0e0e0e;
    border: 1px solid #e9eaec;
}

.ie--btn-success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
}

.ie--btn-success:hover {
  transform: translateY(-3px);
}

.ie--main-content-wrapper {
  height:100%;
}
.ie--main-content {

  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
    position: sticky;
  top: 140px;
}

.ie--canvas-container {

  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  border-radius:15px;
}

#canvas {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.ie--canvas-overlay {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

.ie--loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255,255,255,0.95);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.ie--spinner {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #667eea;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ie--loader-text {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  color: #333;
  font-weight: 600;
}

.ie--stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.ie--stat-card {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 15px;
  text-align: center;
}

.ie--stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #667eea;
  margin-bottom: 0.5rem;
}

.ie--stat-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ie--stat-inline {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 0;
  min-width: unset;
  box-shadow: none;
  margin: 0;
  vertical-align: middle;
}
.ie--stat-inline .ie--stat-value {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #232323;
  font-weight: 700;
}

.control-item label, .control-group h3, .presets h3, .presets h4, .value-display, .stat-label, .stat-value {
  color: #0E0E0E !important;
}

.ie--input-value {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

@media (max-width: 1024px) {
  .ie--main-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .ie--sidebar {
    order: 2;
    max-height: none;
    overflow-y: visible;
    padding-bottom: 2rem;
  }
  
  .ie--main-content {
    order: 1;
    position: static;
    max-height: none;
    overflow-y: visible;
  }
  
  .ie--apply-sticky-group {
    position: static;
    background: transparent;
    box-shadow: none;
    padding: 1.5rem 0 0 0;
  }
  .ie--button-group {
    margin-top: 1rem;
    padding: 0;
  }
}

@media (max-width: 768px) {
  body {
    padding: 0.5rem;
  }
  
  .ie--header h1 {
    font-size: 2rem;
  }
  
  .ie--nav-tabs {
    flex-wrap: wrap;
  }
  
  .ie--preset-grid {
    grid-template-columns: 1fr;
  }
  
  .ie--button-group {
    flex-direction: column;
  }
  
  .ie--btn {
    width: 100%;
  }
}

.ie--action-row {
  display: flex;
  gap: 1.2rem;
  justify-content: space-between !important;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.ie--icon-btn {
  padding: 15px;
  border: none;
  border-radius: 10px;
  background: #1181DC;
  color: #F5F5F5;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;

  margin-right: 1rem;
  min-width: 0;
  width: auto;
  display: inline-block;
  font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 24px */
letter-spacing: 0.32px;
text-transform: uppercase;
}
.ie--icon-btn:last-child {
  margin-right: 0;
}
.ie--icon-btn:hover {
  background: #0068BD;
}
@media (max-width: 1024px) {
  .ie--action-row {
    gap: 0.7rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
  }
  .ie--icon-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
}


.ie--quick-presets {
  display:none;
}

.ie--image-info-bar {
  display: inline-block;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  padding: 0.9rem 1.7rem;
  font-size: 1.13rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 1.2rem 0;
  color: #232323;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: box-shadow 0.2s;
}
.ie--image-info-bar b {
  font-weight: 700;
}
.ie--image-info-bar .ie--original {
  color: #1181DC;
}
.ie--image-info-bar .ie--optimized {
  color: #28a745;
  margin-left: 1.2rem;
}

/* Stat card as table */
.ie--stat-card.ie--stat-table {
  padding: 0;
  background: #f7fafd;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  border-radius: 10px;
  overflow: hidden;
  max-width: 500px;
  margin: 2rem auto 1rem auto;
}
.ie--stat-card.ie--stat-table .ie--stat-table-header {
  display: flex;
  background: #323544;
  color: #fff;
  font-weight: 700;
  font-size: 1.13rem;
  justify-content: space-between;
  padding: 1rem 2rem 1rem 2rem;
  border-bottom: 4px solid #9ed36a;
  letter-spacing: 0.03em;
}
.ie--stat-card.ie--stat-table .ie--stat-table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
  background: #f7fafd;
  font-size: 1.13rem;
  color: #232323;
  font-weight: 600;
}
.ie--stat-card.ie--stat-table .ie--stat-table-row > div {
  flex: 1 1 0;
  text-align: center;
}
.ie--stat-card.ie--stat-table .ie--stat-percentage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.ie--stat-card.ie--stat-table .ie--stat-circle {
  display: inline-block;
  vertical-align: middle;
}
.ie--stat-card.ie--stat-table .ie--stat-percent-text {
  color: #22b6ef;
  font-weight: 700;
  font-size: 1.13rem;
  margin-left: 0.2rem;
}

/* Stat-inline as compact table row */
.ie--stat-inline.ie--stat-table {
  display: flex;
  align-items: center;
  background: #f7fafd;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 0.7rem 1.2rem;
  gap: 2rem;
  font-size: 1.05rem;
  color: #232323;
  font-weight: 600;
}
.ie--stat-inline.ie--stat-table > div {
  flex: 1 1 0;
  text-align: center;
}
.ie--stat-inline.ie--stat-table .ie--stat-percentage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.ie--stat-inline.ie--stat-table .ie--stat-circle {
  display: inline-block;
  vertical-align: middle;
}
.ie--stat-inline.ie--stat-table .ie--stat-percent-text {
  color: #22b6ef;
  font-weight: 700;
  font-size: 1.05rem;
  margin-left: 0.2rem;
}

.ie--image-stats-table {
  border-collapse: collapse;
  margin: 16px 0;

  min-width: 340px;
  font-size: 14px;
  width: 100%;
}
.ie--image-stats-table th,
.ie--image-stats-table td {
  padding: 8px 14px;
  text-align: left;
}
.ie--image-stats-table th {

  font-weight: 600;
  font-size:12px;
  border-bottom: 2px solid #e0e0e0;
  text-transform: uppercase;
  color:#0e0e0e;
}
.ie--image-stats-table tr:not(:last-child) td {
      color: var(--black);
    font-family: aptos, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: .8;
  border-bottom: 1px solid #eee;
}
.ie--image-stats-table tr:nth-child(2) td {
  font-weight: 400;
  color: #0E0E0E;
}
.ie--image-stats-table tr:last-child td {
  color: #2a7;
  font-weight: 400;


    font-family: aptos, sans-serif;

    font-style: normal;
    line-height: 140%;
    opacity: .8;

}


#applyBtn {
  display:none;
}

/* Hide step2 by default */
.step2-hidden {
  display: none;
}

.ie--main-action-row {
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.ie--stat-card-inline {
  min-width: unset;
  border-radius: 12px;
  box-shadow: none;
  background: #f5f5f5;
  margin: 0;
}

.ie--stat-value-main {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #232323;
  font-weight: 700;
}

.ie--save-preset-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}

.ie--save-preset-modal-box {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  min-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ie--save-preset-modal-title {
  margin-bottom: 1rem;
      color: var(--black);
    font-size: 28px;
    text-transform: uppercase;
}

.ie--save-preset-modal-input {
    color: var(--black);
    font-family: aptos, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
      width: 100%;
    border-radius: 10px;
    background: #f5f5f5;
    height: 48px;
    border: 1px solid #f5f5f5;
    padding: 0 18px;
    box-sizing: border-box;
}

.ie--save-preset-modal-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top:15px;
}

.ie--save-preset-modal-cancel,
.ie--save-preset-modal-confirm {
 transition: background-color 300ms, border 300ms, color 300ms !important;
      border-radius: 10px;
    display: flex
;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
      text-align: justify;
    font-family: "aptos", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex
;
}