
    button.svelte-wk4ff4 {
        box-sizing: content-box;
        background: var(--gray);
        text-align:center;
        height: 30px;
        line-height:30px;
        width: 50px;
        text-decoration:none;
        color: var(--black);
        font-size:12px;
        font-weight:bold;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        cursor: default;
        border: none;
        padding: 0;
    }

    input[type="password"]::-ms-clear,
    input[type="password"]::-ms-reveal {
        display: none;
    }
