	.alertDiv {
            position: fixed !important;
            right: 20px !important;
            bottom: 10px !important;
            width: 15% !important;
        }

        .card {
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        }

        .card-header {
            border-bottom: 2px solid #0d6efd;
        }

        .form-label {
            font-weight: 600;
            color: #333;
        }

        .form-control,
        .form-select {
            border: 1px solid #dee2e6;
            border-radius: 5px;
        }

        .form-control:focus,
        .form-select:focus {
            border-color: #0d6efd;
            box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
        }

        h5 {
            color: #0d6efd;
            font-weight: 700;
        }

        .text-danger {
            font-weight: bold;
        }

        .btn-lg {
            padding: 10px 30px;
            font-size: 16px;
        }

        .alert-location {
            padding: 8px 12px;
            border-radius: 4px;
            font-size: 13px;
            margin-bottom: 0;
        }


        .leaflet-marker-icon {
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
        }

        /* Image Preview Styles */
        .image-preview-card {
            border: 2px solid #dee2e6;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
        }

        .image-preview-card:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .image-preview-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .image-preview-actions {
            padding: 8px;
            background: #f8f9fa;
            display: flex;
            gap: 5px;
        }

        .image-preview-actions .btn-sm {
            flex: 1;
            padding: 4px 8px;
            font-size: 12px;
        }


.scheme-dropdown-item {
        padding: 10px 14px;
        cursor: pointer;
        font-size: 14px;
        border-bottom: 1px solid #f0f0f0;
    }
    .scheme-dropdown-item:hover {
        background-color: #e8f0fe;
        color: #1a73e8;
    }
    .scheme-new-item {
        background-color: #f8fff8;
    }
    .scheme-new-item:hover {
        background-color: #d4edda;
    }
    #locationDisplay[readonly] {
        background-color: #f8f9fa;
        color: #198754;
        font-weight: 600;
    }

.area-dropdown-item {
        padding: 10px 14px;
        cursor: pointer;
        font-size: 14px;
        border-bottom: 1px solid #f0f0f0;
    }
    .area-dropdown-item:hover {
        background-color: #e8f0fe;
        color: #1a73e8;
    }
    .area-new-item {
        background-color: #f8fff8;
    }
    .area-new-item:hover {
        background-color: #d4edda;
    }
    #areaInput.selected {
        background-color: #f8f9fa;
        color: #198754;
        font-weight: 600;
    }







