/**
 * Dark Theme - پوسته دارک
 */

.c2c-payment-page-container {
    background: #1a1a2e;
    color: #ffffff;
}

.c2c-payment-form-wrapper {
    background: #16213e;
    border: 1px solid #2a2a3e;
    color: #ffffff;
}

.c2c-payment-form {
    background: #16213e;
    border: 1px solid #2a2a3e;
    color: #ffffff;
}

.c2c-payment-form h2 {
    color: #ffffff;
}

.c2c-payment-form label {
    color: #a0a0a0;
}

.c2c-payment-form input[type="text"],
.c2c-payment-form input[type="email"],
.c2c-payment-form input[type="tel"],
.c2c-payment-form input[type="file"],
.c2c-payment-form textarea {
    background: #0f1419;
    border: 1px solid #2a2a3e;
    color: #ffffff;
}

.c2c-payment-form input[type="text"]:focus,
.c2c-payment-form input[type="email"]:focus,
.c2c-payment-form input[type="tel"]:focus,
.c2c-payment-form textarea:focus {
    border-color: #f4a261;
    background: #1a1a2e;
}

.c2c-payment-form button[type="submit"] {
    background: #f4a261;
    color: #ffffff;
}

.c2c-payment-form button[type="submit"]:hover {
    background: #e76f51;
}

.c2c-payment-form button[type="submit"]:disabled {
    background: #2a2a3e;
    color: #666;
    cursor: not-allowed;
}

.c2c-bank-card {
    background: #16213e;
    border: 1px solid #2a2a3e;
    color: #ffffff;
}

.c2c-timer {
    color: #f4a261;
}

.c2c-success-message {
    background: #2ecc71;
    color: #ffffff;
}

.c2c-error-message {
    background: #e74c3c;
    color: #ffffff;
}


