/* white overlay which indicates loading */
.table-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
}
.table-overlay-spinner {
    position: absolute;
    top: 25%;
}

.simo-table-overlay-animation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.simo-lottie-global-css path {
    stroke: var(--simo-loading-animation-color, #000);
}

.simo-lottie-single-css path {
    stroke: var(--simo-loading-animation-color-single, #000);
}

.simo-auto-suggest-loading-animation {
    display: block;
    height: 3rem;
    width: 3rem;
}
