/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/converters/base64-encode-decode/base64-encode-decode.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Base64 Encode/Decode Styles */

.base64-encode-decode_base64Page__M4oNx {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.base64-encode-decode_base64Main__br30H {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.base64-encode-decode_convertersMainContent__1RIYc {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.base64-encode-decode_title__FQs5Q {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.base64-encode-decode_subtitle__4fDQ8 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.base64-encode-decode_converterSection__VD66k {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}

.base64-encode-decode_inputArea__ULX3G {
  margin-bottom: 60px;
}

.base64-encode-decode_modeControl__aopJH {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 10px 0;
  text-align: left;
}

.base64-encode-decode_modeLabel__VEnS5 {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #374151;
}

.base64-encode-decode_modeSelect__D9UIE {
  width: 100%;
  max-width: 360px;
  margin: 0 0 10px 0;
  padding: 9px 15px;
  border: 1px solid #696969;
  border-radius: 3px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.base64-encode-decode_modeSelect__D9UIE:focus {
  outline: none;
  border-color: #3b82f6;
}

.base64-encode-decode_inputLabel__DBep8 {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #374151;
}

.base64-encode-decode_textInput__nife4 {
  width: 100%;
  height: 360px;
  padding: 15px;
  border: 1px solid #696969;
  border-radius: 3px;
  font-size: 15px;
  font-family: 'Courier New', monospace;
  resize: vertical;
  transition: border-color 0.3s ease;
}

.base64-encode-decode_textInput__nife4:focus {
  outline: none;
  border-color: #3b82f6;
}

.base64-encode-decode_result__ED3qc {
  padding: 30px;
  border-top: 2px solid #f3f4f6;
}

.base64-encode-decode_outputLabel___yZPd {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #374151;
}

.base64-encode-decode_outputText__7wsJH {
  width: 100%;
  padding: 15px;
  border: 2px solid #333333;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Courier New', monospace;
  background: #f9fafb;
  resize: vertical;
  margin-bottom: 20px;
}

.base64-encode-decode_actionButtons__y4amx {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.base64-encode-decode_copyBtn__cAMgs,
.base64-encode-decode_downloadBtn__wMSxM {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.base64-encode-decode_copyBtn__cAMgs {
  background: #10b981;
  color: white;
}

.base64-encode-decode_copyBtn__cAMgs:hover {
  background: #059669;
}

.base64-encode-decode_downloadBtn__wMSxM {
  background: #3b82f6;
  color: white;
}

.base64-encode-decode_downloadBtn__wMSxM:hover {
  background: #2563eb;
}

.base64-encode-decode_stepByStep__eCcAv {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.base64-encode-decode_stepByStep__eCcAv h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 36px;
  text-align: center;
}

.base64-encode-decode_step__1Q1Oa {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.base64-encode-decode_stepNumber__Ww2Zw {
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 0 10px 0;
  background: #0b69ff;
  color: white;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.base64-encode-decode_step__1Q1Oa p {
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.base64-encode-decode_aboutSection__FIpJM {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.base64-encode-decode_aboutSection__FIpJM h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.base64-encode-decode_toolDescription__QtqEm .base64-encode-decode_description__8As_g {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.base64-encode-decode_toolDescription__QtqEm .base64-encode-decode_aboutText__w5hJk {
  color: #363636;
  line-height: 30px;
}


@media (max-width: 768px) {
  
  .base64-encode-decode_base64Main__br30H {
  max-width: 96%;
}

}

