.modal-backdrop.svelte-1ekzvds.svelte-1ekzvds {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10
}

.modal.svelte-1ekzvds.svelte-1ekzvds {
    background: white;
    padding: 16px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 2px 10px #0000001a
}

.modal.svelte-1ekzvds h2.svelte-1ekzvds {
    margin-top: 0
}

.modal-actions.svelte-1ekzvds.svelte-1ekzvds {
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.refresh-button.svelte-1ekzvds.svelte-1ekzvds {
    background: none;
    border: none;
    cursor: pointer
}

.refresh-button.svelte-1ekzvds svg.svelte-1ekzvds {
    width: 2.5rem;
    height: 2.5rem
}