/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/loading.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.loading_loading__ELBZD {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 20% 0 20%;
}


.loading_image__5ngWj {
    animation: loading_spin__pdbmM 1s linear infinite;
    width: 25%;
    height: 25%;
}

@keyframes loading_spin__pdbmM {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
