@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/SiteMap.razor.rz.scp.css */

.main-container[b-kctxcgp15q] {
    top: -4.5rem;
    left: -22px;
    position: relative;
    display: flex;
    height: 99vh;
    width: 102%;
}

.map-header[b-kctxcgp15q] {
    position: absolute;
    top: 5rem;
    left: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #475c6d;
    font-size: 1rem;
}

.map-background[b-kctxcgp15q] {
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}


.map-options[b-kctxcgp15q] {
    position: absolute;
    top: 8rem;
    left: 2rem;
}

.map-clock[b-kctxcgp15q] {
    position: absolute;
    top: 5rem;
    right: 1rem;
}

.map-bottom-middle[b-kctxcgp15q] {
    position: absolute;
    bottom: 1rem;
    left: 50%;
}

.map-timings[b-kctxcgp15q] {
    position: absolute;
    bottom: 3rem;
    left: 50%;
}

@media (max-width: 600px) {
    .map-options[b-kctxcgp15q] {
        top: 5px;
        left: 5px;
    }
}

.special-bg-opacity-75[b-kctxcgp15q] {
    background-color: rgba(245, 245, 245, 0.75);
}

.ft-hover-above[b-kctxcgp15q] {
    z-index: 2000;
}

.ft-colorscale[b-kctxcgp15q] {
    width: 100px;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) !important;
}

.map-point-info[b-kctxcgp15q] {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 400px;
}


@media (max-width: 768px) {
    .map-point-info[b-kctxcgp15q] {
        display: none;
    }
}



.map-button-field[b-kctxcgp15q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.6;
    transition: ease-in-out;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

    .map-button-field:hover[b-kctxcgp15q] {
        opacity: 1;
    }


    .map-button-field .btn[b-kctxcgp15q] {
        transition: all 0.3s ease;
    }

        .map-button-field .btn:hover[b-kctxcgp15q] {
            transform: scale(1.5);
        }

            .map-button-field .btn:hover ~ .btn[b-kctxcgp15q] {
                transform: translateX(10px);
            }

.pulsating-glow[b-kctxcgp15q] {
    position: relative;
    animation: livepulsate-b-kctxcgp15q 2s infinite;
}


@keyframes livepulsate-b-kctxcgp15q {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
}

.benchmark-text[b-kctxcgp15q] {
    font-size: 0.6rem;
    font-weight: 500;
    color: #aa2211aa;
    width: 300px;
}


.loading[b-kctxcgp15q] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border: 20px solid #f3f3f3;
    border-top: 20px solid #32cd32;
    border-radius: 50%;
    animation: spin-b-kctxcgp15q 2s linear infinite;
}

@keyframes spin-b-kctxcgp15q {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.table-scale[b-kctxcgp15q] {
    transform: scale(0.5); /* Scales the table down to 50% */
    transform-origin: top left; /* Ensures scaling occurs from the top left corner */
}
/* /Shared/MapOptionsComponent.razor.rz.scp.css */
body[b-agrgt2oeec] {
    font-size: 0.7rem;
}

.panel-heading[b-agrgt2oeec] {
    font-size: 0.7rem; /* Adjust as needed */
}

.panel[b-agrgt2oeec] {
    padding: 10px; /* Adjust as needed */
    margin-bottom: 10px; /* Adjust as needed */
}
/* /Shared/ScrollingNumbersComponent.razor.rz.scp.css */
body[b-0tiw4z9c8d] {
    font-size: 0.5rem;
}

h6[b-0tiw4z9c8d] {
    font-weight: 700;
    font-size: 0.6rem;
}


.bi-caret-up:hover[b-0tiw4z9c8d]::before {
    /* Modify styles here (e.g., change color, rotate, etc.) */
    content: "\f235";
}

.bi-caret-up:active[b-0tiw4z9c8d]::before {
    /* Modify styles here (e.g., change color, rotate, etc.) */
    color: #015931;
}

.bi-caret-down:hover[b-0tiw4z9c8d]::before {
    /* Modify styles here (e.g., change color, rotate, etc.) */
    content: "\f229";
}

.bi-caret-down:active[b-0tiw4z9c8d]::before {
    /* Modify styles here (e.g., change color, rotate, etc.) */
    color: #015931;
}

.no-scroll[b-0tiw4z9c8d] {
    overscroll-behavior: contain;
}
