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;
}

.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);
  }
}

@keyframes jiggle {
  0% { transform: scale(1); }
  5% { transform: scale(1.05) rotate(-2deg); }
  10% { transform: scale(1.05) rotate(2deg); }
  15% { transform: scale(1.05) rotate(-2deg); }
  20% { transform: scale(1.05) rotate(2deg); }
  25% { transform: scale(1); }
  100% { transform: scale(1); }
}

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 */
  margin-bottom: 60px; /* Matches the height of the footer */
  flex: 1 1;
  width: 100%;
  max-width: 1024px;
}

.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}

.launch-marketplace-cont {
  margin-top: 60px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media screen and (max-width: 768px) {
  .launch-marketplace-cont {
    flex-wrap: wrap;
  }
}

.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;
  }
}


  
  .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;
    }
  }
  
.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.8351c4e0.css.map*/