.bufe-secim-modal .modal-dialog {
    max-width: 900px;
}

.bufe-secim-yontemler {
    margin-bottom: 20px;
}

.bufe-secim-yontemler .btn-group {
    display: flex;
    width: 100%;
}

.bufe-secim-yontemler .btn {
    flex: 1;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.bufe-secim-yontemler .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
}

.yakin-bufe-liste,
.ilce-bufe-liste {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
}

.bufe-item {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bufe-item:hover {
    background: #e9ecef;
    border-color: #007bff;
    box-shadow: 0 2px 4px rgba(0,123,255,0.1);
}

.bufe-item:last-child {
    margin-bottom: 0;
}

.bufe-bilgi {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bufe-name {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bufe-mesafe {
    flex-shrink: 0;
}

.bufe-mesafe .badge {
    font-size: 12px;
    padding: 4px 8px;
}

.bufe-adres {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.4;
}

.bufe-telefon {
    font-size: 14px;
    color: #28a745;
    font-weight: 500;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

#konumMesajAlani .alert {
    border-radius: 8px;
    font-size: 16px;
}

#konumMesajAlani .alert strong {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-control {
    font-size: 16px;
    padding: 12px;
    border-radius: 8px;
}

.modal-header {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
}

.modal-footer {
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

input[type="radio"][value="479"] + label .label-name::before {
    content: "● ";
    color: #28a745;
    font-weight: bold;
    margin-right: 5px;
}

input[type="radio"][value="479"] + label .label-name {
    color: #28a745;
    font-weight: 600;
}

input[type="radio"][value="479"]:checked + label {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-color: #28a745;
}

@media (max-width: 768px) {
    .bufe-secim-modal .modal-dialog {
        max-width: 95%;
        margin: 10px auto;
    }
    
    .bufe-secim-yontemler .btn {
        font-size: 14px;
        padding: 10px 15px;
    }
    
    .yakin-bufe-liste,
    .ilce-bufe-liste {
        max-height: 300px;
    }
    
    .bufe-name {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .bufe-mesafe {
        align-self: flex-end;
    }
}


select.form-control:not([size]):not([multiple]), select:not([size]) {
height: calc(4.6rem + 2px)
}