/* CSS Document 
 * This file is part of AKB - Branka Framework by AKB
 * @package		AKB Project - Branka Framework  
 * @version		5.1.2
 * @author		Andrea Bini
 * @copyright	Copyright (C) 2025 AKB - Andrea Kozul Bini s.r.l.c.r.
 * @License     http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 * @Site:		www.akbproject.com
 * @Email:		info@akbproject.com
*/

.akb-error-code {
    width: 100%;
    flex: 1;
}

.akb-error-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}

