/**
 * @package    quantummanager
 * @author     Dmitry Tsymbal <cymbal@delo-design.ru>
 * @copyright  Copyright © 2019 Delo Design & NorrNext. All rights reserved.
 * @license    GNU General Public License version 3 or later; see license.txt
 * @link       https://www.norrnext.com
 */

html, body {
    padding: 0 !important;
    overflow-y: hidden;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100% !important;
}

.quantummanager {
    width: 99%;
    height: 100vh !important;
}