/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.2.4_@babel+core@7.26.0_@opentelemetry+api@1.9.0_babel-plugin-macros@3.1.0_react_955706a712d7f9a31f5b42db595cdbb3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.2.4_@babel+core@7.26.0_@opentelemetry+api@1.9.0_babel-plugin-macros@3.1.0_react_955706a712d7f9a31f5b42db595cdbb3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/comm/LoadingModal.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.LoadingModal_loader__Gc4A3 {
	border-top-color: #3498db;
	animation: LoadingModal_spinner__6UdrG 1.5s linear infinite;
}



.LoadingModal_jcjc_loader_wrapper__MUd3L {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 50;
	display: flex;
	height: 100vh;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
	opacity: 0.75;
}



.LoadingModal_jcjc_loader__RhOwN {
	margin-bottom: 1rem;
	height: 3rem;
	width: 3rem;
	border-radius: 9999px;
	border-width: 4px;
	border-top-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
	transition-timing-function: linear;
	animation-timing-function: linear;
	border-top-color: #3498db;
	animation: LoadingModal_spinner__6UdrG 1.5s linear infinite;
}



@keyframes LoadingModal_spinner__6UdrG {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


