/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/ui/GlobalLoader/globalLoader.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.globalLoader_loaderWrapper__Torqw {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.globalLoader_loader__EFweE {
	width: 120px;
	height: 22px;
	border-radius: 40px;
	color: #50ba38;
	border: 2px solid;
	position: relative;
}
.globalLoader_loader__EFweE::before {
	content: '';
	position: absolute;
	margin: 2px;
	width: 25%;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	background: currentColor;
	animation: globalLoader_l3__MnC6Y 1s infinite linear;
}
@keyframes globalLoader_l3__MnC6Y {
	50% {
		left: 100%;
		transform: translateX(calc(-100% - 4px));
	}
}

