#user-menu-box{width:328px;display:flex;flex-direction:column;align-items:flex-end;z-index:1000}#user-menu-box #box-outer{width:100%;border:solid 1px var(--accent-color);background-color:#fff;padding:4px;display:flex;flex-direction:column;justify-content:center}#user-menu-box #box{height:500px;max-height:calc(95vh - 50px);overflow-y:auto}#user-menu-box #box::-webkit-scrollbar{width:7px}#user-menu-box #box::-webkit-scrollbar-track{background:#e8e8ea;border-radius:4px}#user-menu-box #box::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px}#user-menu-box #box::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}#user-menu-box #box h2{font:normal normal bold 14px/19px Open Sans;letter-spacing:1.4px;width:100%;text-align:center;color:var(--text-color)}#user-menu-box #box section{width:272px;padding:22px;box-sizing:border-box;box-shadow:3px 3px 10px #00000043;margin-bottom:20px;display:flex;flex-direction:column;align-items:center;margin-left:auto;margin-right:auto}#user-menu-box #box section h3{font:normal normal bold 14px/19px Open Sans;letter-spacing:1.4px;color:var(--text-color);width:100%;text-align:center;margin-top:0}#user-menu-box #box section label{font:normal normal 300 8px/11px Open Sans;letter-spacing:.8px;color:var(--text-color)}#user-menu-box #box section label.sub-label{margin-top:7px;margin-bottom:5px}#user-menu-box #box section input{font:normal normal 300 12px/17px Open Sans;letter-spacing:1.2px;color:var(--text-color);border:none;background-color:#e8e8ea;padding:13px 0 15px 0;box-sizing:border-box;width:100%;text-align:center;text-transform:capitalize}#user-menu-box #box section .email{text-transform:none}#user-menu-box #box section input[type=button]{cursor:pointer}#user-menu-box #box section input[type=checkbox],#user-menu-box #box section input[type=radio]{opacity:0}#user-menu-box #box section .custom-checkbox{position:relative;margin-left:25px;width:calc(100% - 25px);font:normal normal 300 12px/17px Open Sans;letter-spacing:1.2px}#user-menu-box #box section .custom-checkbox::before{content:"";display:block;position:absolute;right:calc(100% + 9px);width:16px;height:16px;border:solid 2px var(--text-color);border-radius:5px;top:0;cursor:pointer}#user-menu-box #box section .custom-checkbox::after{content:"";position:absolute;right:calc(100% + 12px);width:14px;height:14px;background-color:var(--text-color);border-radius:4px;top:3px;display:none;cursor:pointer}#user-menu-box #box section input[type=checkbox]:checked+.custom-checkbox::after,#user-menu-box #box section input[type=radio]:checked+.custom-checkbox::after{display:block}#user-menu-box #box section input[type=checkbox]:focus+.custom-checkbox::before,#user-menu-box #box section input[type=radio]:focus+.custom-checkbox::before{background-color:rgba(0,0,0,.2)}#user-menu-box #box section span{font:normal normal 300 12px/17px Open Sans;letter-spacing:1.2px;color:var(--text-color);margin-top:20px}#user-menu-box #box section .token-download{font:normal normal 300 12px/17px Open Sans;margin-bottom:10px}#user-menu-box #box section #password-strength{margin-top:5px;width:100%;display:flex;flex-direction:column;align-items:center}#user-menu-box #box section #password-strength #password-meter{width:50%;background-color:lime;height:8px;border-radius:4px}#user-menu-box #box section #password-strength #password-strength-text{font-size:13px;line-height:18px;font-family:"Open sans",sans-serif;letter-spacing:1.3px;color:#211d34;margin-top:5px}#user-menu-box #box section .error{font:normal normal 300 12px/17px Open Sans;letter-spacing:1.2px;color:red;text-align:left;margin-right:auto}#user-menu-box input[type=submit],#user-menu-box .delete-account{font:normal normal bold 16px/22px Open Sans;letter-spacing:1.28px;color:var(--text-in-accent-color);background:var(--accent-color) 0% 0% no-repeat padding-box;padding:7px 27px 6px 27px;margin-top:15px;border:none;cursor:pointer}#user-menu-box .delete-account{padding:7px 2px 6px 2px;width:100%;box-sizing:border-box}#user-menu-box a{color:var(--text-color);text-decoration:underline}.footer-link-input{text-transform:none !important}.custom-select{position:relative;width:100%}.custom-select svg{position:absolute;top:17px;right:15px;pointer-events:none;z-index:100}.custom-select #select-options,.custom-select #design-select-options{display:none;flex-direction:column;width:101%;position:absolute;top:0;left:0}.custom-select #select-options input,.custom-select #design-select-options input{border-top:solid 1px var(--accent-color)}.custom-select #select-options input:first-of-type,.custom-select #design-select-options input:first-of-type{border:none}