/* Angkanet Plugin Styles */
#angkanet-container {
    margin: 20px 0;
}

.caripas {
    margin-bottom: 15px;
}

.cari {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    font-weight: bold;
}

.hometable {
    font-size: 14px;
}

.hometable th {
    background-color: #f8f9fa !important;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 12px 8px;
}

.hometable td {
    vertical-align: middle;
    padding: 10px 8px;
}

.rescir {
    background-color: #6c757d !important;
    color: white !important;
    font-weight: bold;
    margin: 0 2px;
    padding: 6px 10px;
    border-radius: 50px !important;
    display: inline-block;
    min-width: 30px;
    text-align: center;
}

.dropdown-toggle {
    background-color: #007bff !important;
    border-color: #007bff !important;
    font-size: 13px;
    padding: 6px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.dropdown-toggle:hover {
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
}

.pasaranaction {
    min-width: 250px;
}

.pasaranaction .dropdown-item {
    font-size: 13px;
    padding: 8px 15px;
}

.pasaranaction .dropdown-item:hover {
    background-color: #f8f9fa;
}

.pasaranaction i {
    margin-right: 8px;
    width: 15px;
}

.blink {
    animation: blink 2s infinite;
    color: #28a745;
    font-weight: bold;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.3; }
}

#loading {
    padding: 20px;
    color: #007bff;
    font-size: 16px;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .hometable {
        font-size: 12px;
    }
    
    .dropdown-toggle {
        font-size: 11px;
        padding: 4px 8px;
        max-width: 150px;
    }
    
    .rescir {
        font-size: 12px;
        padding: 4px 8px;
        margin: 0 1px;
        min-width: 25px;
    }
}
