/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/

.page_titleContainer__GisRB{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.page_titleLeft__sD__x{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}
.page_hintContainer__X_WK8 {
    display: inline-flex; /* 使用 inline-flex 確保內容在一行內 */
    flex-wrap: wrap; /* 允許換行 */
    width: 100%;
    font-family: 'Bree Serif', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.59px;
    text-align: left;
    color: black;
}
.page_hintContainer__X_WK8 span {
    color: #3184FF; /* 設定內部 span 的文字顏色為超連結顏色 */
    display: inline; /* 確保 span 內的內容在一行內 */
}
.page_titleRight__INrSp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
    width: 50%;
}
.page_titleImage__Fb_J8{
    width: 36x;
    height: 36px;
    margin: 0px 15px;
}
.page_container__jZF7q {
    display: flex;
    flex-direction: column;
    background: #E3BC9A;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}


.page_mainContent__TeHAh {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.page_leftPanel__Wgol6,
.page_rightPanel__RHTvm {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.page_leftPanel__Wgol6 {
    flex: 1 1;
}

.page_rightPanel__RHTvm {
    flex: 2 1;
    align-items: flex-start;
    overflow: hidden;
}

.page_photoContainerBorder__PSpvD{
    border: 6px solid #fff;
    border-radius: 8px;
    margin: 20px auto;
    width: 100%;
}
.page_photoContainer__eAffO {
    position: relative;
    width: 560px;
    height: 440px;
    background-color: rgba(0, 0, 0, 0); /* 完全透明 */
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page_saveButton__JUTTt{
    position: absolute;
    width: 100%;
    bottom: 0;
    cursor: pointer;
    z-index: 100;
}
.page_catPhoto__74nyI {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_flipped__DUS57 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleX(-1);
}

.page_photoContainer__eAffO {
    position: relative;
}

.page_photoContainer__eAffO {
    position: relative;
}

.page_button__52WaL {
    font-family: 'Luckiest Guy', cursive;
    margin: 6px;
    padding: 12px 20px;
    font-size: 20px;
    cursor: pointer;
    border: 4px solid #3F342F;
    font-weight: 700;
    border-radius: 20px;
    background-color: #63564A;
    color: white;
    width: 90%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_buttonDisabled__7ct6u{
    color: #9D8C84;
    border: 4px solid #9D8C84;
    background-color: #C3AA94;
}


.page_button__52WaL:hover {
    background-color: #3F342F;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.page_buttonDisabled__7ct6u:hover{
    background-color: #C3AA94;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page_emojiIcon__h2dWw {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.page_selector__TePDB {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_selectorTitle__dr5tL {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.page_scrollContainer__l9YKN {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.page_scrollContent__Pd6Tj {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    box-sizing: border-box;
}

.page_scrollContent__Pd6Tj::-webkit-scrollbar {
    height: 8px;
}

.page_scrollContent__Pd6Tj::-webkit-scrollbar-thumb {
    background-color: #9352a4;
    border-radius: 4px;
}

.page_scrollButton__zk9nh {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 30px;
    width: 40px;
    height: 40px;
    margin: 5px;
    background-color: transparent;
    color: #dfa8e4;
    border: none;
    transition: color 0.3s;
}

.page_scrollButton__zk9nh:hover {
    color: #9352a4;
}

.page_itemButton__ttk62 {
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: #f9f9f9;
    display: inline-block;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.page_itemButton__ttk62 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.page_itemButton__ttk62.page_selected___1RR4 {
    border: 5px solid #FF9A23;
    background-color: #e4c8e4;
    transform: scale(1.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.page_itemButton__ttk62 input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.page_downloadButtonMobile__vZjhY {
    display: none;
    font-family: 'Luckiest Guy', cursive;
    margin: 6px;
    padding: 12px 20px;
    font-size: 20px;
    cursor: pointer;
    border: 4px solid #9352a4;
    border-radius: 20px;
    background-color: #dfa8e4;
    color: #fff;
    width: 90%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_downloadButtonMobile__vZjhY:hover {
    background-color: #e0c0e2;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page_button__52WaL.page_downloadButton__lvXC9 {
    display: flex;
}

.page_button__52WaL.page_downloadButtonMobile__vZjhY {
    display: none;
}

.page_button__52WaL,
.page_button__52WaL.page_downloadButton__lvXC9,
.page_button__52WaL.page_downloadButtonMobile__vZjhY {
    outline: 0;
}

.page_button__52WaL.page_downloadButtonMobile__vZjhY:active,
.page_button__52WaL.page_downloadButton__lvXC9:active,
.page_button__52WaL:active {
    transform: scale(0.98);
    transition: transform 0.1s;
}



@media (max-width: 768px) {
    .page_hintContainer__X_WK8 {
        justify-content: center; /* 置中顯示 */
        text-align: center; /* 文字置中 */
    }
    .page_button__52WaL,
    .page_button__52WaL.page_downloadButtonMobile__vZjhY {
        width: 100%;
        max-width: 90%;
    }
    .page_titleLeft__sD__x {
        justify-content: center;
        width: 100%;
    }
    .page_titleRight__INrSp{
        justify-content: center;
        width: 100%;
        margin-top: 20px;
    }
}


@media (max-width: 768px) {
    .page_downloadButtonMobile__vZjhY {
        display: flex;
    }
}

@media (max-width: 768px) {
    .page_mainContent__TeHAh {
        flex-direction: column;
        align-items: center;
    }

    .page_photoContainer__eAffO {
        width: 100%;
        height: 276px;
    }

    .page_scrollButton__zk9nh {
        display: none;
    }

    .page_rightPanel__RHTvm {
        width: 100%;
        padding: 10px;
    }

    .page_selectorTitle__dr5tL {
        font-size: 16px;
    }

    .page_scrollContent__Pd6Tj {
        width: 100%;
    }

    .page_itemButton__ttk62 img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .page_photoContainer__eAffO {
        width: 100%;
        height: 276px;
    }

    .page_leftPanel__Wgol6 {
        width: 100%;
        padding: 10px;
    }

    .page_button__52WaL {
        font-size: 18px;
        padding: 8px 16px;
    }

    .page_itemButton__ttk62 img {
        width: 40px;
        height: 40px;
    }

    .page_selectorTitle__dr5tL {
        font-size: 14px;
    }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/selector/Selector.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.Selector_selector__gplkI {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .Selector_selectorTitle__1afeo {
    margin-bottom: 10px;
    font-family: Bree Serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 38.02px;
    text-align: center;

    color: #3F342F;
  }
  
  .Selector_scrollContainer__yJiTo {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  
  .Selector_scrollContent__JqVuM {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    box-sizing: border-box;
  }
  
  .Selector_scrollContent__JqVuM::-webkit-scrollbar {
    height: 8px;
  }
  
  .Selector_scrollContent__JqVuM::-webkit-scrollbar-thumb {
    background-color: #63564A;
    border-radius: 4px;
  }
  
  .Selector_scrollButton__EhLji {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 30px;
    width: 40px;
    height: 40px;
    margin: 5px;
    background-color: transparent;
    color: #3F342F;
    border: none;
    transition: color 0.3s;
  }
  
  .Selector_scrollButton__EhLji:hover {
    color: #3F342F;
  }
  
  .Selector_itemButton__3nmil {
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    border: 5px solid white;
    border-radius: 10px;
    background-color: #FFEDDD;
    display: inline-block;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
  }
  
  .Selector_itemButton__3nmil img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 10px;
  }
  
  .Selector_itemButton__3nmil.Selector_selected__uSOOq {
    border: 5px solid #FF9A23;
    background-color: #FFCA8B;
    transform: scale(1.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  }
  
  .Selector_itemButton__3nmil input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  
  @media (max-width: 768px) {
    .Selector_button__A0vho,
    .Selector_button__A0vho.Selector_downloadButtonMobile__WkSLm {
      width: 100%;
      max-width: 90%;
    }
  }
  
  @media (max-width: 768px) {
    .Selector_button__A0vho.Selector_downloadButton__NZb4Y {
      display: none;
    }
  
    .Selector_button__A0vho.Selector_downloadButtonMobile__WkSLm {
      display: flex;
    }
  }
  
  @media (max-width: 768px) {
    .Selector_downloadButtonMobile__WkSLm {
      display: flex;
    }
  }
  
  @media (max-width: 768px) {
    .Selector_selector__gplkI {
      margin-top: 0px;
      margin-bottom: 20px;
    }
    .Selector_mainContent__1zcte {
      flex-direction: column;
      align-items: center;
    }
  
    .Selector_photoContainer__5ZZbv {
      width: 80%;
      height: auto;
    }
  
    .Selector_scrollButton__EhLji {
      display: none;
    }
  
    .Selector_rightPanel__m7lRP {
      width: 100%;
      padding: 10px;
    }
  
    .Selector_selectorTitle__1afeo {
      font-family: Bree Serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 27.16px;
      text-align: center;

    }
  
    .Selector_scrollContent__JqVuM {
      width: 100%;
    }
  
    .Selector_itemButton__3nmil img {
      width: 100px;
      height: 100px;
    }
  }
  
  @media (max-width: 480px) {
    .Selector_photoContainer__5ZZbv {
      width: 100%;
      height: auto;
    }
  
    .Selector_leftPanel__Wpd0N {
      width: 100%;
      padding: 10px;
    }
  
    .Selector_button__A0vho {
      font-size: 14px;
      padding: 8px 16px;
    }
  
    .Selector_itemButton__3nmil img {
      width: 100px;
      height: 100px;
    }
  
  
    .Selector_titleContainer__zBKqK {
      font-size: 1.5em;
      text-align: center;
      width: 100%;
    }
  }
  
