HEX
Server: Apache
System: Linux nc-ph-4101.simplemoneygoals.com 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jan 12 09:45:05 EST 2025 x86_64
User: dailygoldindex (1004)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/dailygoldindex/public_html/wp-content/plugins/toolkit/assets/css/style.css
.main-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.epc-status-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: center;
    margin-top: 20px;
}
.epc-status {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border-radius: 6px;
    display: inline-block;
}
.status-enabled {
    color: #155724;
    background: #d4edda;
}
.status-disabled {
    color: #721c24;
    background: #f8d7da;
}

.epc-button-save {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.epc-button-save:hover {
    background-color: #005580;
}

.epc-button-get {
    background-color: #deb268;
    color: #fff;
    padding: 10px 20px;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.epc-button-get:hover {
    background-color: #e2a031;
}


@media (max-width: 768px) {
    .main-container {
        flex-direction: column;
        align-items: center;
    }
}