/* /Components/CatFormModal.razor.rz.scp.css */
.cropper-container[b-lksquca2ib] {
    min-height: 400px;
    max-height: 600px;
    margin-bottom: 1rem;
    background: #f8f9fa;
    border-radius: 0.25rem;
}

.cropper-container img[b-lksquca2ib] {
    max-width: 100%;
    display: block;
}

.modal.fade.show.d-block[b-lksquca2ib] {
    display: block !important;
}

.modal-backdrop[b-lksquca2ib] {
    background-color: rgba(0, 0, 0, 0.5);
}
/* /Components/InfoTooltip.razor.rz.scp.css */
.info-tooltip-wrapper[b-nd15ip8e6d] {
    display: inline-flex;
    align-items: center;
    margin-left: 0.25rem;
}

.info-icon[b-nd15ip8e6d] {
    color: #64b5f6;
    font-size: 0.9rem;
    cursor: help;
    transition: color 0.2s ease;
}

.info-icon:hover[b-nd15ip8e6d] {
    color: #42a5f5;
}

.info-tooltip[b-nd15ip8e6d] {
    position: fixed;
    background-color: rgba(30, 58, 95, 0.95);
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.85rem;
    max-width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    pointer-events: none;
    line-height: 1.4;
}
/* /Components/LocationPickerModal.razor.rz.scp.css */
[b-7hi53ggxtc] .leaflet-container {
    font-family: inherit;
}

[b-7hi53ggxtc] .leaflet-popup-content-wrapper {
    border-radius: 8px;
}

[b-7hi53ggxtc] .leaflet-popup-content {
    margin: 10px 14px;
}

#map[b-7hi53ggxtc] {
    z-index: 1;
}
/* /Components/LoginPage.razor.rz.scp.css */
.login-container[b-kto5jf9czk] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1rem;
}

.login-card[b-kto5jf9czk] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 100%;
    overflow: hidden;
}

.login-header[b-kto5jf9czk] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    padding: 2rem;
    text-align: center;
    position: relative;
}

.login-header[b-kto5jf9czk]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, rgba(100, 149, 237, 0.1) 1.5px, transparent 1.5px);
    background-size: 15px 15px;
    pointer-events: none;
}

.login-title[b-kto5jf9czk] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.login-subtitle[b-kto5jf9czk] {
    font-size: 1rem;
    color: #5c7a96;
    margin: 0;
    position: relative;
    z-index: 1;
}

.login-body[b-kto5jf9czk] {
    padding: 2rem;
}

.login-footer[b-kto5jf9czk] {
    padding: 1rem 2rem 1.5rem;
    text-align: center;
    background: #f8f9fa;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-rirrabkff7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.page-wrapper[b-rirrabkff7] {
    min-height: 100vh;
    background: #f8f9fa;
}

main[b-rirrabkff7] {
    width: 100%;
    max-width: 100%;
}

.empty-state[b-rirrabkff7] {
    max-width: 500px;
    margin: 0 auto;
}
