.eacf7-save-progress-wrap{
    margin-bottom: 20px;
    .eacf7-save-progress{
        display: flex;
        gap: 10px;
        align-items: center;
        &.loading{
            .spinner{
                display: block;
            }
        }
        .spinner{
            display: none;
            max-width: 20px;
        }
    }
}

.eacf7-save-message{
    border: 1px solid #ced4da;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    padding: 15px;
    p{
        margin-bottom: 0;
    }
}

.eacf7-save-state{
    position: relative;
    margin-bottom: 15px;
    .copy{
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        height: auto;
        cursor: pointer;
    }
}