/* ================================================================
   DEALER LICENSES - STYLES
   ================================================================
   Module 7: DealerLicenses (WIBU Dongle) tab styling
================================================================ */

/* ================================================================
   LICENSE TABLE
================================================================ */

#dealer-licenses-list .table {
    font-size: 0.9rem;
}

    #dealer-licenses-list .table th {
        font-weight: 600;
        color: #495057;
        border-bottom: 2px solid #dee2e6;
    }

    #dealer-licenses-list .table td {
        vertical-align: middle;
    }

/* ================================================================
   STATUS & TYPE BADGES
================================================================ */

#dealer-licenses-list .badge {
    font-size: 0.75rem;
    padding: 0.25em 0.6em;
    font-weight: 500;
}

/* ================================================================
   ACTION BUTTONS
================================================================ */

#dealer-licenses-list .btn-group-sm .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

    #dealer-licenses-list .btn-group-sm .btn i {
        font-size: 0.875rem;
    }

/* ================================================================
   MODALS
================================================================ */

.modal-body .form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.modal-body .form-control, .modal-body .form-select {
    font-size: 0.9rem;
}

.modal-body .row {
    margin-bottom: 1rem;
}

/* ================================================================
   EMPTY STATE
================================================================ */

#dealer-licenses-list .text-center i.display-1 {
    font-size: 4rem;
    opacity: 0.3;
}

/* ================================================================
   RESPONSIVE
================================================================ */

@media (max-width: 768px) {
    #dealer-licenses-list .table {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    #dealer-licenses-list .btn-group-sm .btn {
        padding: 0.2rem 0.4rem;
    }
}

/* ================================================================
   CUSTOM FORM ELEMENTS
================================================================ */

#dealerLicenseModal .form-check-input {
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
}

#dealerLicenseModal .form-check-label {
    cursor: pointer;
    margin-left: 0.5rem;
}

/* ================================================================
   FILE UPLOAD
================================================================ */

#csvUploadModal .form-control[type="file"] {
    cursor: pointer;
}

    #csvUploadModal .form-control[type="file"]::-webkit-file-upload-button {
        padding: 0.375rem 0.75rem;
        margin-right: 0.75rem;
        background-color: #0d6efd;
        color: white;
        border: none;
        border-radius: 0.25rem;
        cursor: pointer;
    }

        #csvUploadModal .form-control[type="file"]::-webkit-file-upload-button:hover {
            background-color: #0b5ed7;
        }

/* ================================================================
   MODAL Z-INDEX FIX - CRITICAL!
   ================================================================
   TÜM modaller dealer details modal'ının ÜZERİNDE görünmeli!
   Dealer details modal: 1055
   Custom overlay'ler: 10000
   Alt modaller: 10001 (EN ÜSTTE!)
   Backdrop: 10000
================================================================ */

/* Dealer License Modal */

#dealerLicenseModal.modal {
    z-index: 10001 !important;
}

.modal-backdrop.show {
    display: none !important; /* Bootstrap backdrop'i gizle - dealer detail modal'ı karartmasın */
}

/* Renew License Modal */

#renewLicenseModal.modal {
    z-index: 10001 !important;
}

/* CSV Upload Modal */

#csvUploadModal.modal {
    z-index: 10001 !important;
}

/* Contact Modal */

#contactModal.modal {
    z-index: 10001 !important;
}

/* Address Modal */

#addressModal.modal {
    z-index: 10001 !important;
}

/* Bank Account Modal */

#bankAccountModal.modal {
    z-index: 10001 !important;
}

/* Commercial Terms Modal */

#commercialTermsModal.modal {
    z-index: 10001 !important;
}
