.container[data-v-17c7136e] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: #f5f5f5
}

.loading-spinner[data-v-17c7136e] {
    display: flex;
    justify-content: center;
    align-items: center
}

.spinner[data-v-17c7136e] {
    width: 40px;
    height: 40px;
    border: 4px solid rgb(81,81,81,.3);
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin-17c7136e 1s ease-in-out infinite
}

@keyframes spin-17c7136e {
    to {
        transform: rotate(360deg)
    }
}

.content[data-v-17c7136e] {
    width: 100%;
    padding: 20px
}
