/* فایل اصلی استایل - بارگذاری فایل یکپارچه */
@import url('samnet.css');

/* استایل‌های خاص اضافی اگر نیاز باشد */
.custom-alert {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* استایل برای لاگ‌ها و کنسول */
.log-container {
    background: #1a1a1a;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    border-radius: 8px;
    padding: 1rem;
    max-height: 400px;
    overflow-y: auto;
}

/* استایل برای پیشرفت‌بار */
.progress {
    border-radius: 10px;
    height: 12px;
    background: #e9ecef;
}

.progress-bar {
    border-radius: 10px;
    background: linear-gradient(90deg, #3498db, #2c5aa0);
    transition: width 0.6s ease;
}
