@import '_content/LeafletForBlazor/LeafletForBlazor.037l07h7lk.bundle.scp.css';

/* /Components/ImageRecordZoomable.razor.rz.scp.css */
.zoom-stage[b-ecyuosb2ee] {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/* Base image styles */
.stage-img[b-ecyuosb2ee] {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 200ms ease-in-out;
	display: block;
	object-fit: contain;
}

/* Panzoom styles */
.panzoom-layer[b-ecyuosb2ee] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

/* Ensure proper Panzoom structure */
.panzoom-layer > div[b-ecyuosb2ee] {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Style Panzoom element */
.panzoom-layer > div > *[b-ecyuosb2ee] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

/* Override max-width and ensure proper sizing for panzoom image */
.panzoom-layer .stage-img[b-ecyuosb2ee] {
	max-width: none;
	margin: auto;
}

/* Fade transitions */
.fade-in[b-ecyuosb2ee] {
	opacity: 1;
}
.fade-out[b-ecyuosb2ee] {
	opacity: 0;
}
.panzoom-layer.interactive[b-ecyuosb2ee] {
	pointer-events: auto;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-f29gpzjcm4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f29gpzjcm4] {
    flex: 1;
}

.top-row[b-f29gpzjcm4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-links[b-f29gpzjcm4] {
    display: flex;
    gap: 1.5rem;
}

.top-row[b-f29gpzjcm4]  a, .top-row[b-f29gpzjcm4]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

.top-row[b-f29gpzjcm4]  a:hover, .top-row[b-f29gpzjcm4]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-f29gpzjcm4]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-f29gpzjcm4] {
        justify-content: space-between;
    }

    .top-row[b-f29gpzjcm4]  a, .top-row[b-f29gpzjcm4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f29gpzjcm4] {
        flex-direction: row;
    }

    .top-row[b-f29gpzjcm4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f29gpzjcm4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}
