/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./src/components/Loading.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.Loading_container__9cS59 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-xl);
}

.Loading_fullPage__rb8vg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-bg-primary);
    z-index: 1000;
}

.Loading_spinner__4CfX_ {
    border-radius: 50%;
    border: 3px solid var(--color-border);
    border-top-color: var(--color-primary);
    animation: Loading_spin__bAbY4 0.8s linear infinite;
}

.Loading_small__4tkbd {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

.Loading_medium__VyezN {
    width: 40px;
    height: 40px;
}

.Loading_large__w8x5n {
    width: 60px;
    height: 60px;
    border-width: 4px;
}

@keyframes Loading_spin__bAbY4 {
    to {
        transform: rotate(360deg);
    }
}
