@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';
@import '_content/LeafletForBlazor/LeafletForBlazor.037l07h7lk.bundle.scp.css';

/* /Components/Input/SpellChecker.razor.rz.scp.css */
span.suggestion[b-q38dx5vvv0] {
	text-decoration: red wavy underline;
	cursor: pointer;
}

/* In your editor or contenteditable styles */
.parent-container > [contenteditable="true"] p[b-q38dx5vvv0] {
	margin: 0;
	padding: 0;
}

.input-mirror[b-q38dx5vvv0] {
	position: absolute;
	visibility: hidden;
	/* Let JavaScript set white-space or other properties dynamically */
	box-sizing: border-box;
}

.input-mirror *[b-q38dx5vvv0] {
	margin: 0;
	padding: 0;
	line-height: inherit;
}

.parent-container[b-q38dx5vvv0], .relative-container[b-q38dx5vvv0] {
	position: relative;
}

[b-q38dx5vvv0] > .wave-container {
	position: absolute;
	pointer-events: auto; /* so clicks/hover work */
	cursor: pointer;

	/* A simple fade-in animation when background color changes */
	transition: background-color 0.3s ease;
}

[b-q38dx5vvv0] > .wave-container:hover {
	background-color: rgba(255, 0, 0, 0.3); /* light translucent red */
}

/* The wavy line at the bottom of the container */
[b-q38dx5vvv0] > .wave-container > .wave-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;

	/* Example wave background (SVG repeated horizontally) */
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='4'><path d='M0,2 C3,0 9,4 12,2' stroke='red' fill='none'/></svg>") repeat-x left bottom;
	background-size: auto 4px;

	/* Ensure the wave is on top of the parent’s BG */
	z-index: 1;
}
/* /Components/Shared/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yigt4epjn7],
.components-reconnect-repeated-attempt-visible[b-yigt4epjn7],
.components-reconnect-failed-visible[b-yigt4epjn7],
.components-pause-visible[b-yigt4epjn7],
.components-resume-failed-visible[b-yigt4epjn7],
.components-rejoining-animation[b-yigt4epjn7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yigt4epjn7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yigt4epjn7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yigt4epjn7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yigt4epjn7],
#components-reconnect-modal.components-reconnect-retrying[b-yigt4epjn7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yigt4epjn7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yigt4epjn7],
#components-reconnect-modal.components-reconnect-failed[b-yigt4epjn7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yigt4epjn7] {
    display: block;
}


#components-reconnect-modal[b-yigt4epjn7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-yigt4epjn7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yigt4epjn7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yigt4epjn7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yigt4epjn7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yigt4epjn7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yigt4epjn7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yigt4epjn7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yigt4epjn7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yigt4epjn7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yigt4epjn7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yigt4epjn7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yigt4epjn7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yigt4epjn7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yigt4epjn7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yigt4epjn7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yigt4epjn7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yigt4epjn7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yigt4epjn7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Pages/WorkOrder/Planboard/WorkOrderPlanboard.razor.rz.scp.css */
