
.containered {
    max-width: 420px;
    margin: 48px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 32px 28px 24px 28px;
}
h2 {
    margin-top: 0;
    color: #2d3748;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.form-group {
    margin-bottom: 22px;
}
label {
    display: block;
    margin-bottom: 7px;
    color: #4a5568;
    font-size: 15px;
}
#coinSearch {
    width:100%;
    padding:8px 6px;
    border-radius:6px;
    border:1px solid #cbd5e1;
    font-size:16px;
    background:#f9fafb;
    margin-bottom:8px;
}
#coinSelect {
    width:100%;
    padding:8px 6px;
    border-radius:6px;
    border:1px solid #cbd5e1;
    font-size:16px;
    background:#f9fafb;
}


.status.success {
    background: #e6fffa;
    color: #276749;
    border: 1px solid #38b2ac;
}
.status.error {
    background: #fff5f5;
    color: #c53030;
    border: 1px solid #feb2b2;
}
.uids-section {
    margin-top: 18px;
    background: #f1f5f9;
    border-radius: 6px;
    padding: 10px 14px;
}
.uids-section h4 {
    margin: 0 0 8px 0;
    font-size: 15px;
    color: #2d3748;
}
.uids-section ul {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    color: #4a5568;
    max-height: 120px;
    overflow-y: auto;
}
.footer {
    text-align: center;
    margin-top: 32px;
    color: #a0aec0;
    font-size: 13px;
}

/* Add to your CSS file or <style> tag */
.countdown {
    margin: 10px 0;
    font-weight: bold;
    color: #ff3700;
}

/* Add to your CSS file or <style> tag */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    padding: 16px 24px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    opacity: 0.95;
    min-width: 220px;
}
.notification.success { background: #008e21; }
.notification.error { background: #c20518; }
.notification.info { background: #02468f; }

.active-push-status {
    margin: 10px 0 15px 0;
    padding: 10px 18px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    background: #f8f9fa;
    color: #333;
    border: 1px solid #e0e0e0;
}
.active-push-status.active {
    background: #e6ffe6;
    color: #218838;
    border-color: #b2f2b2;
}
.active-push-status.inactive {
    background: #fff3cd;
    color: #856404;
    border-color: #ffeeba;
}
.active-label { margin-right: 8px; }
.active-pair { font-weight: bold; margin-right: 8px; }
.active-price { color: #007bff; }
.inactive-label { color: #856404; }


/* Add to autotrade.css */
.delete-active-push-btn {
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 14px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}
.delete-active-push-btn:hover {
    background: #b52a37;
}