* {font-family: 'DM Sans', serif;scroll-padding-top: 25px;text-underline-offset: 5px;}.code {font-family: 'DM Mono', monospace;padding: 2px 6px;background-color: #00000080;color: #cfcfcf;display: inline;margin: 0;}.material-symbols-outlined.check {position: static;margin-right: 10px;border: none;padding: 0px;}.material-symbols-outlined.err {position: static;margin-right: 10px;border: none;padding: 0px;}.para.learn {display: inline;}#container {margin: auto;max-width: 1080px;}* {box-sizing: border-box;}body {padding: 30px;justify-content: center;margin: 0;background-color: #0A0A0E;}.logo {width: 50px;padding: 5px;}input, select {box-sizing: border-box;padding: 15px 20px;border: none;background-color: #ffffff0d;box-shadow: inset 0px 0px 0px 1px rgb(255 255 255 / 3%);color: white;font-size: 16px;width: 100%;margin-top: 5px;}input:disabled{opacity: 0.7;}input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {transition: all 5000000000s ease-in-out 0s;-webkit-text-fill-color: #fff;background-color: #26343B;}select option {background-color: #26343B;color: white;}.code.suck {word-break: break-all;margin-top: 2px;display: inline-block;}.input-wrap{position: relative;}.material-symbols-outlined.close:hover{background-color: #ffffff25;}.material-symbols-outlined.close{cursor: pointer;position: absolute;top: 10px;font-size: 20px;right: 10px;left: auto;border: none;padding: 10px;}.clear-btn{display: none;}.btn-wrap{display: flex;gap: 10px;}.btn{flex-grow: 1;}.material-symbols-outlined.restart{position: static;border: none;border-radius: 0;font-size: 25px;}.btn.btnres{padding-left: 30px;padding-right: 30px;flex-grow: 0;background-color: #111115;box-shadow: inset 0px 0px 0px 1px rgb(255 255 255 / 4%);}.success-wrapper {display: flex;align-items: center;margin-top: 15px;background-color: #00471e;padding: 10px 15px;border-left: #0000006b 15px solid;}.error-wrapper {display: flex;align-items: center;margin-top: 15px;background-color: #ff000069;padding: 25px 15px;border-left: #0000006b 15px solid;}.suc {margin: 0px;justify-content: baseline;font-size: 18px;color: #ffffff;}input:focus-visible, select:focus-visible, button:focus-visible, a:focus-visible {outline: rgb(0, 204, 255) solid 2px;}input:user-invalid {outline: red solid 2px;}.drop {width: 100%;height: 100%;z-index: 5;position: relative;}html {scroll-behavior: smooth;}select {width: 100%;height: 100%;z-index: 10;position: relative;}.drop::after {content: "↓";color: white;top: 20px;right: 20px;position: absolute;}select {-webkit-appearance: none;appearance: none;}a {text-decoration: none;}.nav {width: 100%;display: flex;flex-grow: 1;align-items: center;justify-content: center;background-color: #111115;max-width: 1080px;margin: 0px auto;margin-bottom: 30px;box-shadow: inset 0px 0px 0px 1px rgb(255 255 255 / 4%);position: relative;}label {font-size: 16px;color: #64a3ff;margin-bottom: 0px;}.wrapper {align-items: stretch;max-width: 1080px;justify-content: stretch;background-color: #ffffff07;margin: 0px auto;box-shadow: inset 0px 0px 0px 1px rgb(255 255 255 / 4%);;padding: 35px 55px 60px 60px;padding-bottom: 55px;}.header {font-size: 35px;text-align: left;max-width: 1080px;color: white;}input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;}.para {color: #cfcfcf;font-size: 18px;}.field {margin-bottom: 20px;width: 100%;}.material-symbols-outlined {color: white;position: absolute;left: 30px;border: #fff solid 1px;border-radius: 50%;padding: 5px;text-align: center;}.btn {cursor: pointer;display: inline-block;margin-top: 20px;font-weight: bold;font-size: 20px;padding: 15px 11px;border: none;outline: none;background-color: #1972f5;transition: all 150ms ease-in-out;box-shadow: inset 0px 0px 0px 1px rgb(255 255 255 / 21%);}.btnhov:hover {background-color: transparent;color: #1972f5;box-shadow: inset 0px 0px 0px 1px #1972f5;}.header2 {text-transform: uppercase;padding: 5px;text-align: center;color: #ffffff;font-weight: bold;}.link {color: #64a3ff;text-decoration: underline;}.center {margin-top: 50px;width: 100%;display: flex;flex-direction: column;gap: 10px;}.mar {margin: 0px;}.wrapper.two.man {padding: 35px;}.link.green {color: #00D26A;}.wrapper.two {margin-top: 25px;}@media only screen and (max-width: 520px) {body {padding: 30px 15px;}.wrapper {padding: 35px;}.suc {font-size: 16px;}.header {font-size: 28px;}.para {font-size: 16px;}.header2{font-size: 20px ;}.material-symbols-outlined{font-size: 16px !important;left: 20px;}.logo {width: 40px;padding: 5px;}}
.bg-blur-circle {
    position: fixed;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: screen;
}
.bg1 {
    width: 300px;
    height: 300px;
    top: 100px;
    left: -100px;
    background: #0062ff37;
}
.bg2 {
    width: 350px;
    height: 350px;
    bottom: -50px;
    right: 150px;
    background: #001f4dbd;
    filter: blur(150px);
}
@media (max-width: 768px){
  .bg-blur-circle{filter: blur(50px) !important;opacity: 0.5 !important;width: 200px !important;height: 200px !important}
}
