@import "icons.min.css";*{box-sizing:border-box}body[data-theme=light]{--body-bg:#fff;--bg:url(images/bg.svg);--bg-color:rgba(233,233,233,.3);;--text-color:#222222;--input-bg:#fff;--input-bg-hover:#fff!important;--input-outline:1px solid rgba(229,231,235,1);--wow-from:#ccc}body[data-theme=dark]{--body-bg:#171717;--bg:url(images/bg.svg);--bg-color:rgb(33,33,33);--text-color:#666;--input-bg:#262626;--input-bg-hover:#232323!important;--wow-from:#181818}body{margin:0;font-size:14px;background-color:var(--body-bg);color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}button{cursor:pointer;color:#ffffff;display:inline-block}input,button{padding:.5rem 1rem;display:block;border:0;outline:var(--input-outline);margin-top:1rem;background-color:var(--input-bg);color:#888888}input:hover{background-color:var(--input-bg-hover)}input:focus{outline:1px solid #5D9CEC;transition:.3s}#output{z-index:2}#gup{z-index:1}button:hover{background-color:var(--input-bg-hover)}[disabled]{cursor:not-allowed}.eff{animation-name:wow;animation-duration:1.5s}@keyframes wow{from{background-color:var(--wow-from);}to{background-color:var(--input-bg);}}.msg{width:100%;position:absolute;color:white;background:#dc3545;top:0;left:0;padding:.5rem 1rem;z-index:1}.msg span.close{user-select:none;cursor:pointer;color:white;padding:.5rem 1rem;position:absolute;font-weight:600;right:0;top:0}.theme-toggle{position:absolute;top:.5rem;right:.5rem;display:flex;cursor:pointer}body[data-theme=light] .theme-toggle .planet{background:#ffa;box-shadow:none}body[data-theme=dark] .theme-toggle .planet{background:0 0;box-shadow:inset -3px -2px 0 1px #c4c4c4}.theme-toggle .planet{width:1rem;height:1rem;border-radius:100%;align-self:center;-webkit-transition:background ease-out 250ms,box-shadow ease .2s;transition:background ease-out 250ms,box-shadow ease .2s;background:#ffa;box-shadow:none}@media only screen and (max-width:1920px) and (min-width:1441px){body{width:55%;margin:0 auto}}@media only screen and (max-width:1440px) and (min-width:1281px){body{width:75%;margin:0 auto}}@media only screen and (max-width:1280px) and (min-width:1024px){body{width:85%;margin:0 auto}}@media only screen and (max-width:499px){#gup,#output{width:100%!important}#seep,#copyp{width:50%!important}}hr{border:var(--input-outline)}.form{position:relative;margin:0 auto;max-width:500px;padding:1rem;background:var(--bg) 100% 100% no-repeat;background-color:var(--bg-color)}.faq{position:relative;margin:0 auto;max-width:500px;padding:1rem;background-color:var(--bg-color)}.bookmark{background:#ccc;padding:.5rem;width:100%;display:block;border-radius:.375rem;margin-top:.5rem}.bookmark a,footer a{color:dodgerblue;text-decoration:none}.form h1{font-family:helvetica;color:#666666;margin:0 auto}.form a{text-decoration:none;color:dodgerblue}.faq h3{margin:0}.txt-center{text-align:center}.center{margin:0 auto}.flex{display:flex;flex-wrap:wrap;}.flex-column{flex-direction:column;}.flex-ac{align-items:center;}.col-1{width:8.33%;}.col-2{width:16.66%;}.col-3{width:25%;}.col-4{width:33.33%;}.col-5{width:41.66%;}.col-6{width:50%;}.col-7{width:58.33%;}.col-8{width:66.66%;}.col-9{width:75%;}.col-10{width:83.33%;}.col-11{width:91.66%;}.col-12{width:100%;}.dn{display:none}