.kyc-section {
    margin-top: 20px;
}

.kyc-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.kyc-table th, .kyc-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.kyc-status {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: bold;
}

.status-pending { background-color: #fff3cd; color: #856404; }
.status-approved { background-color: #d4edda; color: #155724; }
.status-rejected { background-color: #f8d7da; color: #721c24; }

.kyc-add-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.kyc-delete-btn {
    padding: 5px 10px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Modal Styles */
.kyc-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.kyc-modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}

.kyc-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.kyc-close:hover {
    color: black;
}

.kyc-form-field {
    margin-bottom: 15px;
}

.kyc-form-field label {
    display: block;
    margin-bottom: 5px;
}

.kyc-form-field select, .kyc-form-field input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.kyc-form-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.kyc-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}
.kyc-section {
    margin-top: 20px;
}

.kyc-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.kyc-table th, .kyc-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.kyc-status {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: bold;
}

.status-pending { background-color: #fff3cd; color: #856404; }
.status-approved { background-color: #d4edda; color: #155724; }
.status-rejected { background-color: #f8d7da; color: #721c24; }

.kyc-add-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.kyc-delete-btn {
    padding: 5px 10px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Modal Styles */
.kyc-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.kyc-modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}

.kyc-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.kyc-close:hover {
    color: black;
}

.kyc-form-field {
    margin-bottom: 15px;
}

.kyc-form-field label {
    display: block;
    margin-bottom: 16px;
}

.kyc-form-field select, .kyc-form-field input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.kyc-form-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.kyc-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.kyc-btn-danger {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.kyc-btn-danger {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

#kyc-upload-response {
    text-align: center;
}

#kyc-upload-response:not(:empty) {
    margin-top: 10px;
}