.modal-component__share .modal-content{border-radius:0!important;padding:0!important;box-shadow:none!important;border:0!important;background-color:rgba(0,0,0,0)!important}.modal-component__share .modal-border{border:2px solid #cfeaff!important;box-shadow:0 2px 0 0 #cfeaff;padding:24px;border-radius:32px}.chinese-toggle-btn{position:fixed;bottom:20px;right:8%;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;font-size:16px;color:#fff;font-weight:600;box-shadow:0 2px 6px rgba(0,0,0,.3);transition:background-color .3s ease;display:flex;justify-content:center;align-items:center;z-index:9999}.chinese-toggle-btn.on{background-color:#4caf50}.chinese-toggle-btn.off{background-color:#939393}@media(max-width:1592px){.chinese-toggle-btn{bottom:110px}}@media(max-width:1440px){.chinese-toggle-btn{right:4px}}@media(max-width:1024px){.chinese-toggle-btn{bottom:20px;right:20px}}@media(max-width:500px){.chinese-toggle-btn{bottom:80px;right:4px}}.input-component{padding:12px 16px;width:100%;display:flex;gap:8px;max-width:300px}.input-component input{outline:none;border:none;font-style:normal;font-weight:500;line-height:22px;width:100%;color:#8b90a7}.input-component input:focus-visible{outline:none!important;border:none}textarea{line-height:22px}textarea::-webkit-scrollbar{width:5px}textarea::-webkit-scrollbar-track{border-radius:10px}textarea::-webkit-scrollbar-thumb{background:#d6d6d7;border-radius:10px}@media(max-width:1200px){textarea{margin-bottom:6px}}