/** Shopify CDN: Minification failed

Line 342:22 Unterminated string token
Line 504:2 "wdith" is not a known CSS property

**/
/* Helps to ensure smooth scrolling when programmatically move to a certain part of the page */
html {
  scroll-behavior: smooth;
}

/* General Styles: Styles applied to the whole section */
.body {
  font-family: Arial, sans-serif;
}

#custom-image-video-cropping-section {
  /*background-color: #1b1d2a;*/ 
}

#custom-image-video-cropping-section {
  /* Default styles, override with color scheme classes */
}

#custom-image-video-cropping-section.background_1 {
  background-color: var(--color-background-1);
}

#custom-image-video-cropping-section.background_2 {
  background-color: var(--color-background-2);
}

#custom-image-video-cropping-section.background_3 {
  background-color: var(--color-background-3);
}

#custom-image-video-cropping-section.background_4 {
  background-color: var(--color-background-4);
}


.custom-image-video-cropping-page-width {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 749px) {
  .custom-image-video-cropping-page-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 989px) {
  .custom-image-video-cropping-page-width {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Common Container Styles */
.canvas-options-container,
.design-options-container {
  background: linear-gradient(180deg, rgba(10, 234, 237, .4) 14%, rgba(246, 31, 249, .4) 83%);
  border-radius: 15px;
  padding: 20px; /* Add padding for inner content spacing */
  margin: 1px auto; /* Optional: Adjust margin for spacing around the container (1px helps to avoid the 1-pixel line gap at the bottom of preview window) */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Add box shadow for visual depth */
  max-width: 400px; /* Ensure the container does not exceed the screen width */
  box-sizing: border-box; /* Ensure padding is included in the total width */
  width: calc(100% - 50px); /* Full width minus padding on mobile */
  position: relative;
}

@media screen and (min-width: 768px) {
  .canvas-options-container,
  .design-options-container {
    padding: 20px; /* Ensure padding is consistent on larger screens */
  }
}

/* Canvas Options Container: Adjust margins to make room for the design options below */
.canvas-options-container {
  padding-top: 30px;
  margin-bottom: 60px; /* Adjust spacing as needed */
  align-items: center;
}

/* Canvas Size Section: Styles for the frame depth and canvas size dropdowns */
#options-section {
  display: flex;
  /*flex-direction: column; /* Stack labels and dropdowns vertically */
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; /* Spacing after the section, similar to others */
}

label {
  margin-bottom: 5px; /* Spacing between label and select */
  margin-right: 10px; /* Spacing between label and select */
  font-size: 18px;
}

select {
  width: 50%; /* Make dropdown take full width of container */
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

#canvas-size-select {
  /*background: rgba(68, 102, 165, 1);*/
  background: rgba(55, 112, 190, 1);
  /*background: rgba(0, 0, 0, .2);*/
  color: white;
  border: 3px solid #ffffff; /* Add a white border to dropdowns */
  padding: 5px;
  border-radius: 8px; /* Optional: Adds rounded corners for aesthetics */
}

/* Price Note */
.price-note {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
  color: rgba(256, 256, 256, .5);
  font-style: italic;
}

/* Design Options Container */
#design-options-container {
  margin-top: 20px;
}

#shape-section {
  margin-bottom: 20px; /* Spacing after the section */
}

#shape-section .label-container {
  display: flex;
  justify-content: center; /* Align the label to center */
  align-items: center;
  width: 100%;
  margin-bottom: 10px; /* Space between label and buttons */
}

#shape-section label {
  font-size: 18px; /* Match the size of other labels */
}

/* Aspect Ratio Buttons: Styles for the aspect ratio buttons section */
#aspect-ratio-section {
  display: flex;
  justify-content: center; /* Center the button container */
  /*margin-top: 20px; /* Add margin at the top */
  margin-bottom: 20px; /* Spacing after the section, similar to others */
}

.aspect-ratio-button-container {
  display: flex;
  justify-content: space-between; /* Evenly distribute buttons */
  width: 100%; /* Ensure the container takes up full width */
  max-width: 800px; /* Optional: Limit the maximum width of the button container */
}

.aspect-ratio-button-container button {
  background-color: #6A31E3;
  color: white;
  border: 0px solid blueviolet; /* Light gray border for subtle definition */
  padding: 12px 10px; /* Adjust padding to your liking */
  border-radius: 12px; /* Rounded corners for a modern look */
  cursor: pointer; /* Change cursor to pointer on hover */
  flex: 1;
  flex-grow: 1; /* Allow buttons to grow and take up equal space */
  margin: 0 10px; /* Increased spacing between buttons */  
  transition: all 0.3s ease; /* Smooth transition for hover effect */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); /* Box shadow for depth */
  font-size: 16px;
  font-weight: bold; /* Bold text for readability */
}

.aspect-ratio-button-container button:hover {
 background-color: #5A26C6; /* Slightly darker shade for hover effect */
 transform: scale(1.05); /* Slightly enlarge the button on hover */
 box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4); /* Larger shadow on hover */
}

.aspect-ratio-button-container button.selected {
  background-color: #4A1DA8; /* Distinct color for selected state */
  border: 0px solid #FFFFFF; /* White border to highlight */
  transform: scale(1.1); /* Slightly enlarge the button */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); /* Enhance shadow */
}

.aspect-ratio-button-container button:active {
  background-color: #4A1DA8; /* Even darker shade for active state */
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); /* Smaller shadow for active state */
  transform: scale(0.98); /* Slightly shrink the button on active */
}

.aspect-ratio-button-container button:first-child {
  margin-left: 0; /* Remove left margin from the first button */
}

.aspect-ratio-button-container button:last-child {
  margin-right: 0; /* Remove right margin from the last button */
}

.divider {
  width: 80%; /* Adjust the width to your preference */
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3); /* Subtle white line */
  margin: 20px auto; /* Center the divider and add spacing */
}


/* Upload Buttons: Styles for the upload buttons section */
#upload-section {
  display: flex;
  justify-content: center; /* Center the button container */
  margin-top: 20px; /* Add margin at the top */
  margin-bottom: 10px; /* Spacing after the section, similar to others */
}

.upload-button-container {
  display: flex;
  justify-content: space-between; /* Evenly distribute buttons */
  width: 100%; /* Ensure the container takes up full width */
  max-width: 800px; /* Limit the maximum width of the button container to align with the dropdowns and aspect ratio buttons */
}

.upload-button-container button {
  background-color: #6A31E3; 
  color: white;
  border: 0px solid blueviolet; 
  padding: 12px 10px; /* Adjust padding to your liking */
  border-radius: 24px; /* Rounded corners for modern appearance */
  cursor: pointer; /* Cursor to pointer to indicate clickable */
  transition: background-color 0.2s ease; /* Smooth transition for hover effect */
  width: 100%;
  transition: all 0.3s ease; /* Smooth transition for hover effect */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); /* Box shadow for depth */
  font-size: 16px;
  font-weight: bold; /* Bold text for readability */
}

.upload-group {
  flex-grow: 1;
  margin: 0 15px;
}

.upload-group:first-child {
  margin-left: 0;
}

.upload-group:last-child {
  margin-right: 0;
}

.upload-button-container button:hover {
  /*background-color: rgba(225, 225, 225, 0.8); /* Semi-transparent white for hover */

  background-color: #5A26C6; /* Slightly darker shade for hover effect */
  transform: scale(1.05); /* Slightly enlarge the button on hover */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4); /* Larger shadow on hover */
}

/* Price Display */
.price-display {
  position: absolute;
  background: linear-gradient(180deg, rgba(199, 72, 247, 1) 14%, rgba(246, 31, 249, 1) 83%);
  bottom: -20px; /* Adjust to position it halfway off the container */
  left: 50%;
  transform: translateX(-50%);
  color: white;
  padding: 2px 40px;
  border-radius: 18px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
  text-align: center; /* Center the text inside the oval */
  font-size: 18px; /* Adjust font size as needed */
  /*font-weight: bold;*/
  white-space: nowrap; /* Ensure the text stays on one line */
}

/* Preview Windows: Styles for the preview frames and their wrappers */
#preview-section {
  margin: 20px auto;
}

.preview-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preview-window {
  width: 720px;
  height: 480px;
  border: 8px solid white;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
  border-radius: 4px; 
  transition: width 0.5s ease, height 0.5s ease; /* Add transition for width and height */
}

@media screen and (max-width: 820px) {
  .preview-window {
    width: calc(100vw - 60px); /* Use the viewport width minus 50px */
    height: calc((100vw - 60px) / 1.5); /* Use calculation to make it landscape */

    max-width: 480px; /* Ensure it doesn't exceed the standard size */
    max-height: 720px; /* Ensure it doesn't exceed the standard size */
    transition: width 0.5s ease, height 0.5s ease; /* Add transition for width and height */
  }
}

/* Preview Windows Wrapper: Styles for the preview window wrappers */
/* Preview Windows: Styles for the inner preview windows */
/* Container for the preview frames */
.preview-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px;
  margin-bottom: 40px;
}

/* Main container for both image and video preview containers */
.main-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;  
}

/* Add a little spacing between the two preview windows */
.main-container > .preview-container {
  margin-bottom: 20px'
}

#image-preview,
#video-preview {
  position: relative;
}

/* Positioning the QR code sample */
.qr-code-sample-image {
  position: absolute;
  bottom: 7.5px; /* Default on load, but adjusted dynamically */
  right: 7.5px; /* Default on load, but adjusted dynamically */
  z-index: 10; /* Ensure it is above the preview image */
}

.hint {
  color: white; /* Adjust color for visibility */
  padding: 10px 10px; /* Padding for better readability */
  /* margin-bottom: 0px; /* Spacing below the hint */
  text-align: center; /* Center-align the text */
  font-size: 16px; /* Adjust font size for readability */
  font-style: italic;
  visibility: hidden; /* Make it hidden by default */
  opacity: 0; /* Make it fully transparent by default */
  transform: scale(0.95); /* Start slightly smaller */
  /*transition: opacity 0.3s ease 0.6s; /* Smooth transition for visibility */
  transition: opacity 0.3s ease 0.6s, transform 0.6s ease; /* Smooth transition for visibility and scale */
}

.hint.visible {
  visibility: visible; /* Make it visible */
  opacity: 1; /* Fully opaque */
  animation: hintBounceIn 0.6s ease forwards 0.6s; /* Apply the bounce animation */
}

/* Keyframes for the hint bounce effect */
@keyframes hintBounceIn {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.1); /* Slightly bigger scale */
  }
  100% {
    transform: scale(1); /* Retract to normal size */
  }
}

.image-container {
  position: relative;
  top: 0;
  left: 0;
}

#draggable-container {
  position: absolute; /* Allow it to fill the parent #video-preview area */
  top: 0;
  left: 0;
  width: 100%; /* Ensure it fills the width of #video-preview */
  height: 100%; /* Ensure it fills the height of #video-preview */
}

#iconCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Fill the parent */
  height: 100%; /* Fill the parent */
  display: block; /* Controlled by JavaScript */
  z-index: 2; /* Above the video and underlying canvas */
  pointer-events: none;
}

#image-preview img {
  position: absolute;
  /*top: 0;
  left: 0;*/
}

#video-preview video {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.qr-code-note {
  font-size: 15px;
  color: #white;
  color: rgba(256, 256, 256, .5);
  margin: 20px; /* Add some space between the button and the note */
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center; /* Center the note */
  font-style: italic;
}

/* Done Buttons */
.done-button {
  margin-top: 10px;
  /*margin-bottom: 40px;*/
  background-color: #6A31E3;
  color: white;
  border: 0px solid blueviolet; /* Light gray border for subtle definition */
  padding: 14px 26px; /* Adjust padding to your liking */
  border-radius: 40px; /* Rounded corners for a modern look */
  cursor: pointer; /* Change cursor to pointer on hover */
  flex-grow: 1; /* Allow buttons to grow and take up equal space */
  margin: 0 10px; /* Increased spacing between buttons */  
  transition: all 0.3s ease; /* Smooth transition for hover effect */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); /* Box shadow for depth */
  font-size: 18px;
  /*font-weight: bold; /* Bold text for readability */
}

.done-button:hover {
  /*background-color: rgba(225, 225, 225, 0.8); /* Semi-transparent white for hover */

  background-color: #5A26C6; /* Slightly darker shade for hover effect */
  transform: scale(1.05); /* Slightly enlarge the button on hover */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4); /* Larger shadow on hover */
}

/* Canvas Experience Name Section */
#canvas-name-section {
  margin-bottom: 80px;
  display: flex;
  justify-content: center; /* Center the container */  
}

.canvas-name-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the contents inside the container */
  width: 100%;
}

#canvas-name-section label {
  font-size: 20px; /* Increase font size for the label */
  color: white; /* Set the label color to white */
}

#canvas-name-input {
  width: 320px; /* 50%; /* Adjust width as needed */
  padding: 8px;
  font-size: 20px; /* Adjust font size as needed */
  border: 1px solid #ccc; /* Styling for the border */
  border-radius: 4px; /* Optional: rounded corners */
  margin-top: 5px; /* Add some margin above the input */
}

#canvas-name-input::placeholder {
  color: rgba(0, 0, 0, 0.4); /* Lighten the placeholder text color */
}

/* Order Confirmation Button Section */
#order-confirmation-section {
  display: flex;
  justify-content: center; /* Center the button horizontally */
  align-items: center; /* Center the button vertically */
  margin-bottom: 10px;
  wdith: 100%;
}

/* Order Confirmation Container */
.order-confirmation-container {
  display: flex;
  justify-content: center; /* Center the button horizontally */
  align-items: center; /* Center the button vertically */
  width: 100%; /* Ensure the container takes full width */
}

/* Order Confirmation Button */
#order-confirmation-button {
  width: 220px;
  background-color: #6A31E3; /* Button background color */
  color: white; /* Text color */  
  border: 0px solid white; /* Border color */
  padding: 14px 26px; /* Padding */
  border-radius: 40px; /* Rounded corners */
  font-size: 18px; /* Font size */
  /*font-weight: bold; /* Font weight */
  cursor: pointer; /* Pointer cursor */
  transition: background-color 0.2s ease; /* Smooth transition for hover effect */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Box shadow for depth */
}

#order-confirmation-button:hover {
  background-color: rgba(106, 49, 227, 0.8); /* Hover background color */
  transform: scale(1.05); /* Slightly enlarge the button on hover */
}

#order-confirmation-button:active {
  background-color: rgba(106, 49, 227, 0.6); /* Active background color */
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); /* Smaller shadow for active state */
  transform: scale(0.98); /* Slightly shrink the button on active */
}

/* Output Area */
.output-subsection {
  width: 21%; /* adjust as needed */
  display: inline-block;
  vertical-align: top; /* to align the tops of the divs */
  margin-top: 20px;
}

/* Add spacing between the two divs */
#image-output {
  margin-right: 2%; /* adjust as needed */
}

/* Popup Container */
.popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4); /* Black background with transparency */
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s ease-in; /* Smooth fade-in */
}

/* Popup Content */
.popup-content {
 background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden; /* Prevent scrolling inside the popup */
  transform: scale(0); /* Start from zero size */
  animation: growPopup 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards; /* Grow effect */
}

@keyframes growPopup {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Close Button */
.close-poor-image-target-btn {
  background-color: #6A31E3; /* Button background color */
  color: white; /* Text color for contrast */
  border: 0px solid #cccccc; /* Light gray border for definition */
  padding: 10px 20px; /* Adjustable padding for size */
  border-radius: 20px; /* Rounded corners for oval shape */
  cursor: pointer; /* Cursor to pointer to indicate clickable */
  transition: all 0.3s ease; /* Smooth transition for hover effect */
  font-size: 16px; /* Font size */
  margin-top: 20px; /* Margin at the top */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Box shadow for depth */
}

.close-poor-image-target-btn:hover,
.close-poor-image-target-btn:focus {
  background-color: #5A26C6; /* Slightly darker shade for hover effect */
  transform: scale(1.05); /* Slightly enlarge the button on hover */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4); /* Larger shadow on hover */
}


/* Custom Canvas Confirmation Popup */
#custom-canvas-confirmation-popup {
  /* Same styles as your existing popup */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

#custom-canvas-confirmation-popup .popup-content {
  background-color: #fefefe;
  padding: 20px;
  padding-top: 00px;
  border: 1px solid #888;
  width: 90%;
  max-width: 520px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden;
  transform: scale(0);
  animation: growPopup 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;

  /* Ensure the popup never exceeds the viewport height */
  max-height: 95vh; /* 90% of the viewport height */
  overflow-y: auto; /* Enable vertical scrolling if the content exceeds the height */
}

#custom-canvas-confirmation-popup .popup-content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600; /* Ensure boldness */
}

/* Rounded Containers */
.confirmation-popup-rounded-container {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.confirmation-popup-thumbnail-container {
  /* Add specific styles for the thumbnail if needed later */
  text-align: center;
  padding: 16px;
  padding-bottom: 16px;

  position: relative; /* Ensure the QR code is positioned relative to this container */
}

#canvas-preview-thumbnail {
  vertical-align: middle; /* Needed to align thumbnail vertically without reseving extra spacing (needed for QR code alignment) */
  border: 0px solid #CCCCCC; /* Border color */
  border-radius: 3px; /* Slightly rounded corners */
  
  /* Enhanced shadow for a more raised look */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), /* Larger shadow */
              0 6px 8px rgba(0, 0, 0, 0.25); /* Slightly sharper, secondary shadow */

  height: 100px; /* Default height for mobile */
  width: auto;   /* Keep aspect ratio */
}

.qr-code-overlay {
  position: absolute;
  bottom: 0px;  /* Will be adjusted dynamically */
  right: 0px;   /* Will be adjusted dynamically */
  width: 20px;  /* Set the initial size of the QR code */
  height: auto; /* Maintain aspect ratio */
}

@media (min-width: 768px) {
  /* For larger screens (e.g., tablets, desktops) */
  #canvas-preview-thumbnail {
    height: 280px;
    width: auto; /* Maintain aspect ratio */
  }
}

.confirmation-popup-details-container {
  padding: 20px;
  padding-bottom: 5px;
}

.confirmation-popup-canvas-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; /* Bold weight */
  font-size: 18px;
}

.confirmation-popup-info-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; /* Regular weight */
  font-size: 18px;
}

.confirmation-popup-small-note {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  
}

.returns-link {
  color: #6A31E3;
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

.returns-link:hover {
  text-decoration: underline;
}

/* Confirmation Popup Button Container */
.confirmation-popup-button-container {
  display: flex;
  justify-content: space-between;
}

.add-to-cart-button {
  background-color: #6A31E3;
  color: white;
  border: 0px;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.add-to-cart-button:hover {
  background-color: #5A26C6;
  transform: scale(1.05);
}

.make-changes-button {
  background-color: #E0E0E0;
  color: #333333 ;
  border: 0px solid #cccccc;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
  /*margin-top: 20px;*/
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.make-changes-button:hover,
.make-changes-button:focus {
  background-color: #D6D6D6;
  transform: scale(1.05);
}

/* Disable scrolling by setting overflow to hidden */
.no-scroll {
  overflow: hidden;
}

.progress-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth transition for opacity */
    pointer-events: none; /* Prevent interactions */
}

.progress-container {
    width: 80%;
    background-color: #f3f3f3;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.progress-bar {
  font-family: 'Poppins', sans-serif;
  width: 0%; /* Initially zero */
  height: 30px;
  background: linear-gradient(90deg, #08BBBE 14%, #C519C7 80%);
  text-align: center;
  line-height: 30px;
  color: white;
  transition: width 0.5s ease; /* Smooth transition for width */
}

.progress-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #6A31E3;
  margin-bottom: 10px;
}

.overlay-message {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6A31E3;
  margin-bottom: 10px;
}

.overlay-message.error-message {
  margin-bottom: 30px;
}

/* Error button container */
.upload-error-button-container {
  display: flex;
  margin-top: 30px;

  justify-content: space-evenly; /* Even space around and between the buttons */
  align-items: center; /* Vertically center the buttons */
}

/* Adjusting for even spacing and look */
.upload-error-button-container > * {
  margin: 0 10px; /* Add space between buttons */
}

/* Retry Button Style */
.retry-upload-button {
  background-color: #6A31E3;
  color: white;
  border: 0px;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.retry-upload-button:hover {
  background-color: #5A26C6;
  transform: scale(1.05);
}

/* Cancel Button Style */
.cancel-upload-button {
  background-color: #E0E0E0;
  color: #333333 ;
  border: 0px solid #cccccc;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.cancel-upload-button:hover {
  background-color: #D6D6D6;
  transform: scale(1.05);
}

.forced-cancellation-button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.forced-cancellation-okay-button {
  background-color: #6A31E3;
  color: white;
  border: 0px;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.forced-cancellation-okay-button:hover {
  background-color: #5A26C6;
  transform: scale(1.05);
}

/* Hidden Class */
.hidden {
  display: none;
}

/* Extra Space */
.extra-space {
  height: 60px;
}