/* [project]/src/modules/kvadrad/create/components/SplashEditor.module.scss.module.css [app-client] (css) */
.SplashEditor-module-scss-module__5tnhIG__inputName {
  color: #333;
  resize: none;
  background: linear-gradient(135deg, #ff992214 0%, #667eea14 100%);
  border: 2px solid #f923;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-bottom: 15px;
  padding: 16px 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.SplashEditor-module-scss-module__5tnhIG__inputName:focus {
  border-color: #f92;
  box-shadow: 0 0 0 3px #ff99221a;
}

.SplashEditor-module-scss-module__5tnhIG__inputName::placeholder {
  color: #ccc;
}

.SplashEditor-module-scss-module__5tnhIG__wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.SplashEditor-module-scss-module__5tnhIG__max {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.SplashEditor-module-scss-module__5tnhIG__textError {
  z-index: 999;
  color: #fff;
  text-align: center;
  background: #ff3333e6;
  border-radius: 8px;
  width: 70%;
  margin-top: 30%;
  padding: 16px 20px;
  font-weight: 600;
  position: absolute;
  box-shadow: 0 4px 16px #ff33334d;
}

.SplashEditor-module-scss-module__5tnhIG__textdr {
  text-wrap: nowrap;
  color: #333;
  width: 360px;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.SplashEditor-module-scss-module__5tnhIG__textspan {
  color: #fff;
  max-width: 360px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  font-family: Arco, sans-serif !important;
}

.SplashEditor-module-scss-module__5tnhIG__divqwe {
  color: #fff;
  white-space: pre-wrap;
  text-align: center;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #000;
  text-shadow: 1px 1px #000, -1px 1px #000, 1px -1px #000, -1px -1px #000, 2px 2px 4px #0009;
  filter: drop-shadow(0 2px 4px #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  display: flex;
}

.SplashEditor-module-scss-module__5tnhIG__coverFrame {
  pointer-events: none;
}

.SplashEditor-module-scss-module__5tnhIG__h21 {
  text-align: center;
  color: #666;
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.SplashEditor-module-scss-module__5tnhIG__editorContainer {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  display: flex;
}

.SplashEditor-module-scss-module__5tnhIG__previewBox {
  -webkit-user-select: none;
  user-select: none;
  background: #000;
  border: 3px solid #ff99224d;
  border-radius: 8px;
  width: 360px;
  height: 360px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px #00000026;
}

.SplashEditor-module-scss-module__5tnhIG__previewBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.SplashEditor-module-scss-module__5tnhIG__button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #f92 0%, #f80 100%);
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  display: inline-flex;
  box-shadow: 0 4px 12px #ff99224d;
}

.SplashEditor-module-scss-module__5tnhIG__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #f926;
}

.SplashEditor-module-scss-module__5tnhIG__button:active {
  transform: translateY(0);
}

.SplashEditor-module-scss-module__5tnhIG__buttongreen {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(#009a3b 0%, #008229 100%);
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  box-shadow: 0 4px 12px #009a3b4d;
}

.SplashEditor-module-scss-module__5tnhIG__buttongreen:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #009a3b66;
}

.SplashEditor-module-scss-module__5tnhIG__controls {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
  display: flex;
}

.SplashEditor-module-scss-module__5tnhIG__controls button, .SplashEditor-module-scss-module__5tnhIG__controls a {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.SplashEditor-module-scss-module__5tnhIG__flex {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  display: flex;
}

.SplashEditor-module-scss-module__5tnhIG__flex button, .SplashEditor-module-scss-module__5tnhIG__flex a {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

@media (max-width: 768px) {
  .SplashEditor-module-scss-module__5tnhIG__inputName {
    min-height: 80px;
    padding: 12px 16px;
    font-size: 16px;
  }

  .SplashEditor-module-scss-module__5tnhIG__textspan {
    font-size: 28px;
    line-height: 32px;
  }

  .SplashEditor-module-scss-module__5tnhIG__textdr {
    width: 320px;
    font-size: 22px;
    line-height: 24px;
  }

  .SplashEditor-module-scss-module__5tnhIG__previewBox {
    border-radius: 8px;
    width: 320px;
    height: 320px;
  }

  .SplashEditor-module-scss-module__5tnhIG__h21 {
    font-size: 20px;
  }

  .SplashEditor-module-scss-module__5tnhIG__button, .SplashEditor-module-scss-module__5tnhIG__buttongreen {
    padding: 10px 20px;
    font-size: 13px;
  }

  .SplashEditor-module-scss-module__5tnhIG__flex {
    gap: 8px;
    margin-top: 15px;
  }

  .SplashEditor-module-scss-module__5tnhIG__wrap {
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .SplashEditor-module-scss-module__5tnhIG__inputName {
    min-height: 60px;
    margin-bottom: 12px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .SplashEditor-module-scss-module__5tnhIG__textspan {
    font-size: 24px;
    line-height: 28px;
  }

  .SplashEditor-module-scss-module__5tnhIG__textdr {
    width: 280px;
    font-size: 18px;
    line-height: 20px;
  }

  .SplashEditor-module-scss-module__5tnhIG__previewBox {
    border-width: 2px;
    width: 280px;
    height: 280px;
  }

  .SplashEditor-module-scss-module__5tnhIG__h21 {
    margin-top: 12px;
    font-size: 18px;
  }

  .SplashEditor-module-scss-module__5tnhIG__button, .SplashEditor-module-scss-module__5tnhIG__buttongreen {
    width: auto;
    padding: 8px 16px;
    font-size: 12px;
  }

  .SplashEditor-module-scss-module__5tnhIG__flex, .SplashEditor-module-scss-module__5tnhIG__wrap {
    gap: 6px;
    width: 100%;
    margin-top: 12px;
  }

  .SplashEditor-module-scss-module__5tnhIG__flex button, .SplashEditor-module-scss-module__5tnhIG__flex a, .SplashEditor-module-scss-module__5tnhIG__wrap button, .SplashEditor-module-scss-module__5tnhIG__wrap a {
    flex: 1;
    min-width: 80px;
  }

  .SplashEditor-module-scss-module__5tnhIG__editorContainer {
    gap: 15px;
    padding: 12px;
  }

  .SplashEditor-module-scss-module__5tnhIG__controls {
    margin-top: 12px;
  }

  .SplashEditor-module-scss-module__5tnhIG__controls button, .SplashEditor-module-scss-module__5tnhIG__controls a {
    padding: 8px 12px;
    font-size: 11px;
  }
}

/* [project]/src/modules/kvadrad/create/components/MultiStepEditor.module.scss.module.css [app-client] (css) */
.MultiStepEditor-module-scss-module__TKB4VG__container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  animation: .5s ease-out MultiStepEditor-module-scss-module__TKB4VG__fadeIn;
}

@keyframes MultiStepEditor-module-scss-module__TKB4VG__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.MultiStepEditor-module-scss-module__TKB4VG__flex123 {
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.MultiStepEditor-module-scss-module__TKB4VG__promoPage {
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  animation: .5s ease-out MultiStepEditor-module-scss-module__TKB4VG__slideUp;
  display: flex;
}

@keyframes MultiStepEditor-module-scss-module__TKB4VG__slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.MultiStepEditor-module-scss-module__TKB4VG__pricepromo {
  background: linear-gradient(135deg, #f92 0%, #ff6b6b 50%, #4ecdc4 100%);
  -webkit-text-fill-color: #0000;
  letter-spacing: -2px;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.MultiStepEditor-module-scss-module__TKB4VG__pricefact {
  color: #666;
  margin-top: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.MultiStepEditor-module-scss-module__TKB4VG__h2 {
  text-align: center;
  color: #333;
  background: linear-gradient(134deg, #47d4d7, #5192ff);
  -webkit-text-fill-color: #0000;
  letter-spacing: -1px;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  font-family: Nunito, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.MultiStepEditor-module-scss-module__TKB4VG__h21 {
  text-align: center;
  color: #333;
  margin-top: 40px;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.MultiStepEditor-module-scss-module__TKB4VG__h22 {
  text-align: center;
  color: #333;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.MultiStepEditor-module-scss-module__TKB4VG__h212 {
  text-align: center;
  background: linear-gradient(135deg, #f92 0%, #ff6b6b 50%, #4ecdc4 100%);
  -webkit-text-fill-color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Nunito, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.MultiStepEditor-module-scss-module__TKB4VG__h3 {
  text-align: center;
  color: #666;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.MultiStepEditor-module-scss-module__TKB4VG__h4 {
  text-align: center;
  color: #666;
  width: 90%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.MultiStepEditor-module-scss-module__TKB4VG__h411 {
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}

.MultiStepEditor-module-scss-module__TKB4VG__h6 {
  text-align: center;
  color: #666;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.MultiStepEditor-module-scss-module__TKB4VG__inputName {
  background: #f9f9f9;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 16px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.MultiStepEditor-module-scss-module__TKB4VG__inputName:focus {
  background: #fff;
  border-color: #5192ff;
  box-shadow: 0 0 0 3px #ff99221a;
}

.MultiStepEditor-module-scss-module__TKB4VG__inputPhone {
  background: #f9f9f9;
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  outline: none;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 12px 16px;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: block;
}

.MultiStepEditor-module-scss-module__TKB4VG__inputPhone:focus {
  background: #fff;
  border-color: #5192ff;
  box-shadow: 0 0 0 3px #ff99221a;
}

.MultiStepEditor-module-scss-module__TKB4VG__inputPhone::placeholder {
  color: #ccc;
}

.MultiStepEditor-module-scss-module__TKB4VG__promoInput {
  background: linear-gradient(135deg, #ff99220d 0%, #ff992205 100%);
  border: 2px solid #f923;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 24px;
  display: flex;
}

.MultiStepEditor-module-scss-module__TKB4VG__promoInput input {
  width: 100%;
  max-width: 300px;
}

.MultiStepEditor-module-scss-module__TKB4VG__flex {
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  display: flex;
}

.MultiStepEditor-module-scss-module__TKB4VG__wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.MultiStepEditor-module-scss-module__TKB4VG__continue {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(#009a3b 0%, #008229 100%);
  border: none;
  border-radius: 8px;
  width: 90%;
  padding: 12px 24px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 4px 16px #0000001f;
}

.MultiStepEditor-module-scss-module__TKB4VG__continue:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #009a3b66;
}

.MultiStepEditor-module-scss-module__TKB4VG__videoContainer {
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px #00000026;
}

.MultiStepEditor-module-scss-module__TKB4VG__videoContainer > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.MultiStepEditor-module-scss-module__TKB4VG__video {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.MultiStepEditor-module-scss-module__TKB4VG__colum123 {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: flex;
}

.MultiStepEditor-module-scss-module__TKB4VG__watermarkOverlay {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.MultiStepEditor-module-scss-module__TKB4VG__watermarkText {
  color: #ffffff80;
  text-shadow: 2px 2px 4px #0009;
  letter-spacing: 3px;
  -webkit-user-select: none;
  user-select: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 36px;
  font-weight: 900;
  position: absolute;
  transform: rotate(-25deg);
}

.MultiStepEditor-module-scss-module__TKB4VG__watermarkTopLeft {
  top: 15%;
  left: 5%;
  transform: rotate(-25deg);
}

.MultiStepEditor-module-scss-module__TKB4VG__watermarkBottomRight {
  bottom: 15%;
  right: 5%;
  transform: rotate(-25deg);
}

.MultiStepEditor-module-scss-module__TKB4VG__logoWatermark {
  opacity: .7;
  width: 100%;
}

.MultiStepEditor-module-scss-module__TKB4VG__fileInput {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
  display: flex;
}

.MultiStepEditor-module-scss-module__TKB4VG__fileInput input[type="file"] {
  display: none;
}

.MultiStepEditor-module-scss-module__TKB4VG__fileInput img {
  border-radius: 8px;
  width: 360px;
  box-shadow: 0 4px 16px #0000001f;
}

.MultiStepEditor-module-scss-module__TKB4VG__fileInput label {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(134deg, #47d4d7, #5192ff);
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: inline-block;
  box-shadow: 0 4px 16px #0000001f;
}

.MultiStepEditor-module-scss-module__TKB4VG__fileInput label:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #f926;
}

.MultiStepEditor-module-scss-module__TKB4VG__previewGrid {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  margin: 20px 0;
  display: grid;
}

.MultiStepEditor-module-scss-module__TKB4VG__previewItem {
  background: #f0f0f0;
  border-radius: 8px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px #0000001f;
}

.MultiStepEditor-module-scss-module__TKB4VG__previewItem:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 32px #00000026;
}

.MultiStepEditor-module-scss-module__TKB4VG__previewItem img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.MultiStepEditor-module-scss-module__TKB4VG__previewItem .MultiStepEditor-module-scss-module__TKB4VG__dragHandle {
  cursor: grab;
  opacity: .8;
  background: #666;
  border-radius: .25rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: .5rem;
  left: .5rem;
}

.MultiStepEditor-module-scss-module__TKB4VG__previewItem .MultiStepEditor-module-scss-module__TKB4VG__removeButton {
  color: #fff;
  cursor: pointer;
  background: #ff3333e6;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 1.25rem;
  line-height: 1;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.MultiStepEditor-module-scss-module__TKB4VG__previewItem .MultiStepEditor-module-scss-module__TKB4VG__removeButton:hover {
  background: #f11;
  transform: scale(1.1);
}

.MultiStepEditor-module-scss-module__TKB4VG__previewItem .MultiStepEditor-module-scss-module__TKB4VG__skipped {
  color: #ccc;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  font-size: .875rem;
  display: flex;
}

.MultiStepEditor-module-scss-module__TKB4VG__controls {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.MultiStepEditor-module-scss-module__TKB4VG__modalOverlay {
  z-index: 999;
  background: #0009;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  animation: .3s MultiStepEditor-module-scss-module__TKB4VG__fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.MultiStepEditor-module-scss-module__TKB4VG__modalContent {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  max-width: 90%;
  max-height: 90%;
  padding: 2rem;
  animation: .3s MultiStepEditor-module-scss-module__TKB4VG__slideUp;
  position: relative;
  overflow: auto;
  box-shadow: 0 12px 48px #0003;
}

.MultiStepEditor-module-scss-module__TKB4VG__modalClose {
  color: #666;
  cursor: pointer;
  background: #0000001a;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  line-height: 1;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.MultiStepEditor-module-scss-module__TKB4VG__modalClose:hover {
  background: #0003;
  transform: scale(1.1);
}

.MultiStepEditor-module-scss-module__TKB4VG__modalImage {
  border-radius: 8px;
  max-width: 100%;
  max-height: 70vh;
  margin-bottom: 1rem;
  box-shadow: 0 4px 16px #0000001f;
}

.MultiStepEditor-module-scss-module__TKB4VG__error {
  color: #f33;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
}

.MultiStepEditor-module-scss-module__TKB4VG__war {
  color: #f33;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .MultiStepEditor-module-scss-module__TKB4VG__container {
    padding: 16px;
  }

  .MultiStepEditor-module-scss-module__TKB4VG__h2 {
    font-size: 35px;
  }

  .MultiStepEditor-module-scss-module__TKB4VG__h21 {
    font-size: 26px;
  }

  .MultiStepEditor-module-scss-module__TKB4VG__h22 {
    font-size: 20px;
  }

  .MultiStepEditor-module-scss-module__TKB4VG__h212 {
    font-size: 32px;
  }

  .MultiStepEditor-module-scss-module__TKB4VG__h3, .MultiStepEditor-module-scss-module__TKB4VG__h4, .MultiStepEditor-module-scss-module__TKB4VG__h6 {
    text-align: center;
    font-size: 16px;
  }

  .MultiStepEditor-module-scss-module__TKB4VG__pricepromo {
    font-size: 52px;
  }

  .MultiStepEditor-module-scss-module__TKB4VG__previewGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .MultiStepEditor-module-scss-module__TKB4VG__modalContent {
    width: 95%;
    padding: 1rem;
  }

  .MultiStepEditor-module-scss-module__TKB4VG__flex {
    gap: 20px;
    width: 100%;
  }

  .MultiStepEditor-module-scss-module__TKB4VG__flex button, .MultiStepEditor-module-scss-module__TKB4VG__flex a {
    flex: 1;
    min-width: 100px;
  }
}

/* [project]/src/modules/kvadrad/create/components/EditorCanvas.module.scss.module.css [app-client] (css) */
.EditorCanvas-module-scss-module__Im3bmW__inputName {
  color: #333;
  background: linear-gradient(135deg, #ff992214 0%, #667eea14 100%);
  border: 2px solid #f923;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 16px 20px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.EditorCanvas-module-scss-module__Im3bmW__inputName:focus-within {
  border-color: #f92;
  box-shadow: 0 0 0 3px #ff99221a;
}

.EditorCanvas-module-scss-module__Im3bmW__wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  display: flex;
}

.EditorCanvas-module-scss-module__Im3bmW__max {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.EditorCanvas-module-scss-module__Im3bmW__textError {
  z-index: 999;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #ff3333e6 0%, #f33c 100%);
  border-radius: 8px;
  width: 70%;
  margin-top: 30%;
  padding: 16px 20px;
  font-weight: 600;
  animation: .3s EditorCanvas-module-scss-module__Im3bmW__slideUp;
  position: absolute;
  box-shadow: 0 4px 16px #ff33334d;
}

@keyframes EditorCanvas-module-scss-module__Im3bmW__slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.EditorCanvas-module-scss-module__Im3bmW__canvasWrapper {
  background: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 16px #0000001a;
}

.EditorCanvas-module-scss-module__Im3bmW__canvasWrapper canvas {
  border-radius: 8px;
  box-shadow: 0 4px 12px #00000026;
}

.EditorCanvas-module-scss-module__Im3bmW__loadingContainer {
  color: #666;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 40px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.EditorCanvas-module-scss-module__Im3bmW__loadingContainer:after {
  content: "";
  border: 4px solid #f923;
  border-top-color: #f92;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: 1s linear infinite EditorCanvas-module-scss-module__Im3bmW__spin;
}

@keyframes EditorCanvas-module-scss-module__Im3bmW__spin {
  to {
    transform: rotate(360deg);
  }
}

.EditorCanvas-module-scss-module__Im3bmW__button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #f92 0%, #f80 100%);
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  display: inline-flex;
  box-shadow: 0 4px 12px #ff99224d;
}

.EditorCanvas-module-scss-module__Im3bmW__button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #f926;
}

.EditorCanvas-module-scss-module__Im3bmW__button:active:not(:disabled) {
  transform: translateY(0);
}

.EditorCanvas-module-scss-module__Im3bmW__button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.EditorCanvas-module-scss-module__Im3bmW__buttongreen {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(#009a3b 0%, #008229 100%);
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.34, 1.56, .64, 1);
  box-shadow: 0 4px 12px #009a3b4d;
}

.EditorCanvas-module-scss-module__Im3bmW__buttongreen:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #009a3b66;
}

.EditorCanvas-module-scss-module__Im3bmW__buttongreen:disabled {
  opacity: .5;
  cursor: not-allowed;
}

input[type="file"]::-webkit-file-upload-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #f92 0%, #f80 100%);
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all .3s;
}

input[type="file"]::-webkit-file-upload-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #ff99224d;
}

@media (max-width: 768px) {
  .EditorCanvas-module-scss-module__Im3bmW__inputName {
    margin-bottom: 12px;
    padding: 12px 16px;
    font-size: 18px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__wrap {
    gap: 8px;
    margin-top: 15px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__max {
    margin-bottom: 12px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__canvasWrapper {
    margin: 15px 0;
    padding: 16px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__button, .EditorCanvas-module-scss-module__Im3bmW__buttongreen {
    padding: 10px 20px;
    font-size: 13px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__textError {
    width: 85%;
    padding: 12px 16px;
    font-size: 14px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__loadingContainer {
    padding: 30px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .EditorCanvas-module-scss-module__Im3bmW__inputName {
    margin-bottom: 10px;
    padding: 10px 12px;
    font-size: 16px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__wrap {
    gap: 6px;
    margin-top: 12px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__max {
    margin-bottom: 10px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__canvasWrapper {
    border-radius: 8px;
    margin: 12px 0;
    padding: 12px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__button, .EditorCanvas-module-scss-module__Im3bmW__buttongreen {
    width: 100%;
    padding: 8px 16px;
    font-size: 12px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__wrap {
    flex-direction: column;
    width: 100%;
  }

  .EditorCanvas-module-scss-module__Im3bmW__wrap button, .EditorCanvas-module-scss-module__Im3bmW__wrap a {
    width: 100%;
  }

  .EditorCanvas-module-scss-module__Im3bmW__textError {
    width: 90%;
    padding: 10px 12px;
    font-size: 13px;
  }

  .EditorCanvas-module-scss-module__Im3bmW__loadingContainer {
    padding: 24px;
    font-size: 13px;
  }
}

/*# sourceMappingURL=src_modules_kvadrad_create_components_58c7577a._.css.map*/