.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.33);
    z-index: 100;
}

.prompt {
    position: relative;
    transform: translate(-50%, -100%);
    top: 50%;
    left: 50%;
}

#loading-overlay > .prompt {
    width: 380px;
    height: 160px;
}

#error-overlay > .prompt {
    width: 420px;
    height: 190px;
}

.prompt > .content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.prompt > .content >
div > button {
    margin-bottom: 0.5rem;
}

.prompt > .content >
img {
    padding-right: 0.75rem;
}