/**
 * Copyright (C) 2026 NetCorSoft / NCS Bank Import Module
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 */

/**
 * \file    css/ncsbankimport.css
 * \ingroup ncsbankimport
 * \brief   CSS file for module NCSBankImport
 */

/* Import page styling */
.ncsbankimport-upload-area {
	border: 2px dashed #ccc;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	background-color: #f9f9f9;
}

.ncsbankimport-upload-area:hover {
	border-color: #888;
	background-color: #f0f0f0;
}

/* Statistics badges */
.ncsbankimport-stat {
	display: inline-block;
	padding: 5px 10px;
	margin: 5px;
	border-radius: 3px;
	font-weight: bold;
}

.ncsbankimport-stat-success {
	background-color: #d4edda;
	color: #155724;
}

.ncsbankimport-stat-warning {
	background-color: #fff3cd;
	color: #856404;
}

.ncsbankimport-stat-info {
	background-color: #d1ecf1;
	color: #0c5460;
}

/* History table styling */
.ncsbankimport-history-table {
	margin-top: 20px;
}

.ncsbankimport-history-table td {
	padding: 8px;
}

/* Icon styling */
.ncsbankimport-icon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
