/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */
/* Spinner modal completo */
.c-worklist-modal-panel__body {
	position: relative;
}

.c-spinner.c-worklist-modal-panel__spinner {
	position: absolute;
	width: 58rem;
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 9rem;
	height: calc(100% - 9rem);
	border-radius: 0.5rem;
}
