* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  height: 100%;
  overflow-y: hidden;
}

body {
  font-family: "League Spartan", serif;
  font-optical-sizing: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/static/media/background-cart-2.6c8b6e3c2119ae9cbdbe.png);
  background-blend-mode: lighten;
  background-color: rgb(255, 128, 0);
  background-repeat: repeat; /* Options: no-repeat, repeat, repeat-x, repeat-y */
  background-size: contain; /* Options: cover, contain, or specific dimensions */
  background-position: center; /* Options: center, top, bottom, left, right */
  background-attachment: fixed; /* Makes the background stay fixed during scroll */
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

/* Prevent horizontal scroll on all pages */
#root {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

/* Home page specific styles */
.home-page-container {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  height: 100vh;
  height: 100dvh; /* Dynamic viewport height for mobile */
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  
  .home-page-container {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
  
  /* Prevent zoom on input focus */
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    font-size: 16px !important;
  }
  
  /* Ensure all containers don't exceed viewport */
  * {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .main-content {
    align-items: center;
    /* Center items on smaller screens */
  }
}

@media (max-width: 768px) {
  .main-content {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .main-content {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}

header {
  height: 60px;
  /* Adjust to the height of ToolBar */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.content-wrapper {
  margin-top: 60px;
  /* Matches the height of the header */
  flex: 1 1;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 60px);
}

.content-wrapper.with-plan-expiry-banner {
  margin-top: 124px;
  /* Header (60px) + Plan banner (~64px) */
}

/* Special styling for home page to allow full centering */
.content-wrapper.home-page-wrapper {
  margin-top: 0;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Styling for other public pages (like demo) */
.content-wrapper.public-page-wrapper {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  height: auto;
  min-height: 100vh;
  overflow: visible;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Prevent scrolling on mobile */
@media (max-width: 768px) {
  .content-wrapper.home-page-wrapper {
    height: 100vh;
    height: 100dvh;
    /* Dynamic viewport height for mobile */
    overflow: hidden;
  }

  /* Ensure inputs are not hidden by keyboard */
  .content-wrapper.home-page-wrapper .MuiTextField-root {
    margin-bottom: 1rem;
  }

  /* Adjust form container for mobile */
  .content-wrapper.home-page-wrapper .MuiBox-root {
    padding: 1rem;
  }
}

/* When plan expiry banner is visible, add extra margin */
.content-wrapper.with-plan-expiry-banner {
  margin-top: 124px;
  /* Header (60px) + Plan Expiry Banner (64px) */
  margin-left: auto;
  margin-right: auto;
}

/* Legacy support for old class name */
.content-wrapper.with-trial-banner {
  margin-top: 124px;
  /* Header (60px) + Trial Banner (64px) */
  margin-left: auto;
  margin-right: auto;
}
.carousel .control-arrow,.carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{transition:all .15s ease-in;transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}

.app-loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    z-index: 9999;
    overflow: hidden;
}

.loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Simple animated logo */
.loading-logo {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.logo-ring {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 4px solid #ff4f00;
    border-radius: 50%;
    border-top-color: transparent;
    border-right-color: transparent;
    animation: spin 1.5s linear infinite;
}

.logo-ring-inner {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 4px solid #ff8c00;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    animation: spin 1s linear infinite reverse;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Brand logo with shimmer effect */
.brand-logo-container {
    position: relative;
    width: auto;
    max-width: 300px;
    display: inline-block;
    animation: fadeInScale 0.8s ease-out;
}

.brand-logo {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(255, 79, 0, 0.3));
    animation: flash 3s ease-in-out infinite;
}

/* Shimmer overlay effect */
.shimmer-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.3) 50%,
            transparent 100%);
    animation: shimmer 2s infinite;
    pointer-events: none;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes flash {

    0%,
    100% {
        filter: drop-shadow(0 2px 8px rgba(255, 79, 0, 0.3)) brightness(1);
    }

    50% {
        filter: drop-shadow(0 4px 16px rgba(255, 79, 0, 0.6)) brightness(1.15);
    }
}


/* Loading text */
.loading-text {
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
    min-width: 100px;
    text-align: center;
}

/* Simple spinner dots */
.spinner-dots {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    background: #ff4f00;
    border-radius: 50%;
    animation: bounce 1.4s ease-in-out infinite;
}

.dot:nth-child(1) {
    animation-delay: 0s;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {

    0%,
    80%,
    100% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .loading-content {
        padding: 20px;
        gap: 25px;
    }

    .loading-logo {
        width: 80px;
        height: 80px;
    }

    .logo-ring {
        width: 80px;
        height: 80px;
        border-width: 3px;
    }

    .logo-ring-inner {
        width: 48px;
        height: 48px;
        border-width: 3px;
    }

    .brand-logo-container {
        max-width: 220px;
    }

    .loading-text {
        font-size: 14px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }

    .spinner-dots {
        gap: 10px;
    }
}

  
  .dashboard-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  .dashboard-header {
    background-color: #FF0085;
    color: white;
    padding: 20px;
    text-align: center;
  }
  
  .dashboard-main {
    flex: 1 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  
  .card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 400px;
    width: 100%;
    text-align: center;
  }
  
  .card-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #333;
  }
  
  .file-input {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .split-button {
    padding: 10px 20px;
    font-size: 1rem;
    color: white;
    background-color: #FF0085;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
  }
  
  .split-button:hover {
    background-color: #FF0085;
  }
  
  @media (max-width: 768px) {
    .card-title {
      font-size: 1.2rem;
    }
  
    .split-button {
      font-size: 0.875rem;
      padding: 8px 16px;
    }
  }
  
.marketplace-img {
  width: 20vw;
  max-width: 200px;
  margin: 10px;
  cursor: pointer;
}

.marketplace-img:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .marketplace-img {
    flex-direction: column;
    width: 20vw;
  }
}

.tool-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tool-bar img {
  height: 40px;
  margin-left: 10px;
}

.tool-bar .MuiTypography-root {
  flex: 1 1;
  text-align: center;
}

.tool-bar .MuiButton-root {
  margin-left: auto;
}

.app-bar{
  height: 60px;
}



/*# sourceMappingURL=main.581e44fa.css.map*/