*,*:before,*:after{box-sizing:border-box}a{text-decoration:none}h1,h2,h3,h4,h5,h6,hr,p,figure{display:block;font-size:1em;font-weight:400;margin:0;border-width:0}span{color:var(--text)}body{margin:0;font-family:Fira Sans;font-style:normal;font-weight:500;font-size:15px;line-height:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--backGeneral: #212f41;--layout_popup_backgorund: #26374c;--dark1: #212f41;--white: #ffffff;--br-secondary: 1px solid #334b69;--text: #fff;--muted: #ecf5fd}.App.light{--backGeneral: #cbd8e5;--layout_popup_backgorund: #fff;--dark1: #8dabc4;--white: #26374c;--br-secondary: 1px solid #c1ccd7;--text: #26374c;--muted: #ecf5fd}.App{background-color:var(--backGeneral);width:100vw;height:100vh;overflow:hidden}.App .wrapper{width:100%;height:100%}.App .wrapper .layout{border:1px solid var(--dark1);display:flex;flex-direction:column;align-items:flex-start;background-color:var(--layout_popup_backgorund);position:relative;min-height:310px;max-height:310px;width:393px;min-width:393px;margin:235px auto 295px;box-shadow:0 0 3px #0000002e;border-radius:4px}.App .wrapper .layout.no_max-h{max-height:none;min-height:0px}.App .wrapper .layout .header{display:flex;justify-content:space-between;align-items:center;padding:0;gap:5px;height:52px;width:100%;border-bottom:1px solid var(--dark1)}.App .wrapper .layout .header .header_text{font-family:Fira Sans;font-style:normal;font-weight:400;font-size:23px;line-height:28px;display:flex;align-items:center;color:var(--white);padding:12px 0 11px 24px}.App .wrapper .layout .header .header_icon{display:flex;border-left:var(--br-secondary);align-items:center;justify-content:center;padding:0 28px;height:100%;cursor:pointer}.App .wrapper .layout .content{position:relative;display:flex;flex-direction:column;width:100%;justify-content:center;align-items:flex-start;height:100%;padding:22px}.App .wrapper .layout .content .loading{padding-top:43px;padding-left:23px;color:var(--white);position:absolute}
