@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/FieldSurvey.razor.rz.scp.css */
.field-survey-page[b-j0yc36m4dw] {
    position: relative;
    min-height: calc(100vh - 4rem);
    display: flex;
    flex-direction: column;
    background: #f7f9fc;
}

.survey-header[b-j0yc36m4dw] {
    z-index: 5;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e3e8ef;
}

.map-wrapper[b-j0yc36m4dw] {
    position: relative;
    min-height: 220px;
    height: 42vh;
}

.map-host[b-j0yc36m4dw] {
    width: 100%;
    height: 100%;
}

.map-host[b-j0yc36m4dw]  > div {
    width: 100%;
    height: 100%;
}

.add-observation-fab[b-j0yc36m4dw] {
    position: absolute;
    right: 1rem;
    bottom: 2rem;
    border-radius: 999px;
    padding: 0.9rem 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    min-height: 52px;
    z-index: 900;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.25);
}

.status-banner[b-j0yc36m4dw] {
    background: #1f4f85;
    color: #fff;
    font-size: 0.95rem;
}

.observation-panel[b-j0yc36m4dw] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    max-height: 90vh;
    overflow-y: auto;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background: #fff;
    border-top: 1px solid #d7dee8;
}

.touch-input[b-j0yc36m4dw] {
    min-height: 48px;
    font-size: 1rem;
}

.record-btn[b-j0yc36m4dw] {
    min-height: 56px;
    font-size: 1.1rem;
    font-weight: 700;
}

.observation-photo-preview[b-j0yc36m4dw] {
    width: min(100%, 400px);
    max-height: 100px;
    object-fit: contain;
    border-radius: 0.5rem;
    border: 1px solid #d7dee8;
    background: #fff;
}

@media (min-width: 992px) {
    .field-survey-page[b-j0yc36m4dw] {
        min-height: calc(100vh - 5rem);
    }

    .map-wrapper[b-j0yc36m4dw] {
        min-height: 67vh;
    }

    .observation-panel[b-j0yc36m4dw] {
        left: auto;
        width: min(430px, 92vw);
        right: 1rem;
        bottom: 1rem;
        max-height: 80vh;
        border-radius: 1rem;
        border: 1px solid #d7dee8;
    }
}
/* /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;
}
