#SetupWallet {
    display: none;
    position: absolute;
    width: 100dvw;
    height: 100dvh;
    backdrop-filter: blur(5px);
    background: #101010d4;
}

#SetupBorder {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 25dvw;
    height: 50dvh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#SetupInfo {
    text-align: center;
    flex: 1;
    padding: 10px;
}

#SetupInput {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    padding: 10px;
}


#SetupBorder1 {
    position: absolute;
    background: #00aaff84;

    height: 100%;
    width: 100%;

    clip-path: polygon(
        0% calc(0% + 10px), calc(0% + 10px) 0%, 
        75% 0%, 95% calc(0% + 2px), 25% calc(0% + 4px), 
        calc(0% + 12px) calc(0% + 8px), calc(0% + 8px) calc(0% + 12px), 
        calc(0% + 4px) 25%, calc(0% + 2px) 95%, 0% 75%);
}

#SetupBorder11 {
    position: absolute;
    background: #0084ff69;

    height: 100%;
    width: 100%;

    clip-path: polygon(
        calc(0% + 12px) calc(0% + 14px), calc(0% + 14px) calc(0% + 12px), 
        calc(0% + 37px) calc(0% + 10px), calc(0% + 27px) calc(0% + 20px), 
        calc(0% + 20px) calc(0% + 20px), 
        calc(0% + 20px) calc(0% + 27px), calc(0% + 10px) calc(0% + 37px));
}

#SetupBorder2 {
    position: absolute;
    background: #00aaff60;

    height: 100%;
    width: 100%;

    clip-path: polygon(
        100% calc(100% - 10px), calc(100% - 10px) 100%, 
        40% 100%, 84% calc(100% - 2px), 50% calc(100% - 4px), 
        calc(100% - 12px) calc(100% - 8px), calc(100% - 8px) calc(100% - 12px), 
        calc(100% - 4px) 50%, calc(100% - 2px) 84%, 100% 40%);
}

#SetupBorder22 {
    position: absolute;
    background: #0084ff69;

    height: 100%;
    width: 100%;

    clip-path: polygon(
        calc(100% - 12px) calc(100% - 14px), calc(100% - 14px) calc(100% - 12px), 
        calc(100% - 37px) calc(100% - 10px), calc(100% - 27px) calc(100% - 20px), 
        calc(100% - 20px) calc(100% - 20px), 
        calc(100% - 20px) calc(100% - 27px), calc(100% - 10px) calc(100% - 37px));
}