*{
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6,p{
    font-family: 'Prompt', sans-serif;
}
thead{
    text-align: center;
}

.underline {
    border-bottom: 1pt dotted black;
}

/* Custom styles for payment pages */
.table-warning-custom {
    background-color: rgba(255, 193, 7, 0.1) !important;
}

.badge-info-custom {
    background-color: #17a2b8;
    color: white;
    font-size: 14px;
}

.badge-secondary-custom {
    background-color: #6c757d;
    color: white;
    font-size: 14px;
}

.badge-primary-custom {
    background-color: #007bff;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.badge-success-custom {
    background-color: #28a745;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.course-details {
    font-size: 14px;
    line-height: 1.5;
}

.border-left-custom {
    border-left: 3px solid;
}

.border-success-custom {
    border-left-color: #28a745 !important;
}

.bg-light-custom {
    background-color: #f8f9fa !important;
}

.bg-warning-custom {
    background-color: rgba(255, 193, 7, 0.2) !important;
    border: 1px solid #ffc107;
    border-radius: 4px;
}

.payment-phone-badge {
    font-size: 14px;
}

.payment-total {
    font-size: 16px;
}

.table-payment th {
    border-top: none;
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
}

.table-payment td {
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 14px;
}

.table-payment td small {
    font-size: 14px;
}

.table-payment .text-info {
    font-size: 14px;
}

.table-payment .text-muted {
    font-size: 14px;
}

.table-payment .text-success {
    font-size: 14px;
}

.visitor-info-red {
    color: #dc3545 !important;
    font-weight: bold !important;
    font-size: 13px !important;
}

.visitor-name-cell {
    line-height: 1.4 !important;
}

/* Responsive table improvements */
.table-responsive {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.table-payment {
    margin-bottom: 0;
    white-space: nowrap;
}

.table-payment th,
.table-payment td {
    padding: 0.75rem;
    vertical-align: middle;
}

.table-payment th {
    position: sticky;
    top: 0;
    background-color: #007bff;
    color: white;
    z-index: 10;
}

/* Responsive behavior for smaller screens */
@media (max-width: 768px) {
    .table-payment {
        font-size: 12px;
    }
    
    .table-payment th,
    .table-payment td {
        padding: 0.5rem 0.25rem;
    }
    
    .visitor-info-red {
        font-size: 11px !important;
    }
}

@media (max-width: 576px) {
    .table-payment {
        font-size: 11px;
    }
    
    .table-payment th,
    .table-payment td {
        padding: 0.4rem 0.2rem;
    }
}