/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/convert/qr-code-generator/QrCodePage.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/


.QrCodePage_qrCodeGeneratorPage__Zthfw {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 30px 0 0 0;
}

.QrCodePage_qrCodeGeneratorMain__WHaMV {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}

.QrCodePage_title__Ibpyy {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #1f2937;
}

.QrCodePage_convertersMainContent__VMn5W {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

.QrCodePage_contentSection__YzloG {
  padding: 0;
  margin: 0 auto 30px auto;
}

.QrCodePage_sectionTitle__P6PKe {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.QrCodePage_contentTypesGrid___6sdo {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin: 0 auto;
}

.QrCodePage_contentTypeButton__37_cg {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid #e5e7eb;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.QrCodePage_contentTypeButton__37_cg:hover {
  border-color: #d1d5db;
}

.QrCodePage_contentTypeButtonActive__bGLr_ {
  border-color: #3b82f6;
  background: #eff6ff;
  color: #1d4ed8;
}

.QrCodePage_contentTypeIcon__C_jQ5 {
  height: 24px;
  width: 24px;
}

.QrCodePage_contentTypeLabel__fgquk {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.QrCodePage_inputArea__HaA4f {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.QrCodePage_textarea__uvHAg {
  width: 100%;
  height: 128px;
  padding: 16px;
  border: 1px solid #d1d5db;
  border-radius: 3px;
  resize: none;
  font-family: inherit;
}

.QrCodePage_textarea__uvHAg:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 2px #3b82f6;
}

.QrCodePage_textareaInfo__WyTHd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #6b7280;
}

.QrCodePage_sizeSettings__xbaP5 {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
  gap: 16px;
}

.QrCodePage_sizeLabel__jFhf_ {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
}

.QrCodePage_sizeSlider__lbGoe {
  max-width: 100%;
  height: 8px;
  margin: 0 auto;
  background: #e5e7eb;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.QrCodePage_sizeSlider__lbGoe::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background: #3b82f6;
  border-radius: 50%;
  cursor: pointer;
}

.QrCodePage_sizeSlider__lbGoe::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #3b82f6;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.QrCodePage_sizeRange__yztwi {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.QrCodePage_sizeRangeText__oGY2y {
  font-size: 12px;
  color: #6b7280;
}

.QrCodePage_generateButtonContainer__uYY8w {
  text-align: center;
  margin-bottom: 24px;
}

.QrCodePage_generateButton__Avthx {
  display: flex;
  max-width: 200px;
  gap: 6px;
  padding: 10px 20px;
  background: #0b9dff;
  color: white;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  margin: 0 auto 60px auto;
  transition: background-color 0.3s ease;
  justify-content: center;
  align-items: center;
}

.QrCodePage_generateButton__Avthx:hover {
  background: #1d4ed8;
}

.QrCodePage_generateButton__Avthx:disabled {
  background: #0b9dff;
  cursor: not-allowed;
  opacity: 0.6;
}

.QrCodePage_spinner__0TUt0 {
  animation: QrCodePage_spin__YjLsu 1s linear infinite;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 2px solid white;
  border-top-color: transparent;
}

@keyframes QrCodePage_spin__YjLsu {
  to {
    transform: rotate(360deg);
  }
}

.QrCodePage_resultSection__dhC_q {
  padding: 0;
}

.QrCodePage_resultHeader__YbFlM {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.QrCodePage_resultTitle__NHgee {
  font-size: 18px;
  font-weight: 600;
  color: #3b3b3b;
  display: flex;
  align-items: center;
  gap: 8px;
}

.QrCodePage_downloadButton__HGEbW {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 200px;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  background: #0b9dff;
  color: white;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 auto 60px auto;
}

.QrCodePage_downloadButton__HGEbW:hover {
  background: #047857;
}

.QrCodePage_qrCodeDisplay__NOnf2 {
  margin: 0 auto 30px auto;
  text-align: center;
}

.QrCodePage_qrCodeContainer__7JLCk {
  display: inline-block;
  padding: 0;
}

.QrCodePage_qrCodeImage__mU1hY {
  margin: 0 auto 30px auto;
}

.QrCodePage_qrCodeInfo__O6suI {
  margin: 0 auto 20px auto;
  font-size: 15px;
  color: #4b5563;
}

.QrCodePage_qrCodeDetails__g5AHW {
  font-size: 12px;
  color: #6b7280;
  margin: 0 auto 30px auto;
}

.QrCodePage_examplesSection__LTN31 {
  margin: 0 auto 60px auto;
  padding: 0;
}

.QrCodePage_examplesGrid__WItac {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
}

.QrCodePage_exampleItem__aP_4t h4 {
  font-weight: 500;
  color: #374151;
  margin-bottom: 10px;
}

.QrCodePage_exampleCode__rJCkS {
  font-size: 14px;
  background: white;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #e5e7eb;
  display: block;
  font-family: monospace;
}

.QrCodePage_whySection__JrK_Z {
  margin: 0 auto 60px auto;
  padding: 0;
}

.QrCodePage_whyTitle__Y1YJg {
  font-size: 22px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 16px;
}

.QrCodePage_whyDescription__y33HJ {
  font-size: 16px;
  line-height: 28px;
  color: #4b5563;
}

/* Mobile styles */
@media (max-width: 768px) {


  .QrCodePage_contentTypesGrid___6sdo {
    grid-template-columns: repeat(2, 1fr);
  }

  .QrCodePage_examplesGrid__WItac {
    grid-template-columns: 1fr;
  }
}

