.vaultexport-button-wrapper {
    width: 100%;
    display: flex;
    padding: 2rem;
    font-weight: bold;
    cursor: pointer;
    justify-content: flex-end;
}

.vault-export-button {
    background: #2bbe69;
    color: white;
    padding: 10px;
    border-radius: 8px;
}