Whoops, looks like something went wrong.

Get help in the TYPO3 Documentation

If you need help solving this exception, you can have a look at the TYPO3 Documentation. There you can find solutions provided by the TYPO3 community. Once you have found a solution to the problem, help others by contributing to the documentation page.

Find a solution for this exception in the TYPO3 Documentation.

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception

PHP Warning: is_file(): open_basedir restriction in effect. File(/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/../../../../../public/typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/_theme.scss) is not within the allowed path(s): (/srv/typo3-src/:/home/k_desk_alpeinsoft_com/) in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 5815

in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Error/ErrorHandler.php line 130
            E_DEPRECATED => 'PHP Runtime Deprecation Notice'
        ];
        $message = $errorLevels[$errorLevel] . ': ' . $errorMessage . ' in ' . $errorFile . ' line ' . $errorLine;
        if ($errorLevel & $this->exceptionalErrors) {
            throw new Exception($message, 1476107295);
        }
        switch ($errorLevel) {
            case E_USER_ERROR:
            case E_RECOVERABLE_ERROR:
at TYPO3\CMS\Core\Error\ErrorHandler->handleError(2, 'is_file(): open_basedir restriction in effect. File(/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/../../../../../public/typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/_theme.scss) is not within the allowed path(s): (/srv/typo3-src/:/home/k_desk_alpeinsoft_com/)', '/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php', 5815, array('path' => '/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/../../../../../public/typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss', 'partial' => '/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/../../../../../public/typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/_theme.scss', 'candidates' => array()))
at is_file('/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/../../../../../public/typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/_theme.scss')
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 5815
        $partial = dirname($path).'/_'.basename($path);

        $candidates = [];

        if (is_file($partial)) {
            $candidates[] = $partial;
        }

        if (is_file($path)) {
at ScssPhp\ScssPhp\Compiler->tryImportPath('/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/../../../../../public/typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss')
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 5749

        $hasExtension = preg_match('/.s[ac]ss$/', $url);

        if ($hasExtension) {
            return $this->checkImportPathConflicts($this->tryImportPath($path));
        }

        $result = $this->checkImportPathConflicts($this->tryImportPathWithExtensions($path));

at ScssPhp\ScssPhp\Compiler->resolveImportPath('../../../../../public/typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss', '/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public')
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 5724
            }
        }

        if ($this->legacyCwdImportPath) {
            $path = $this->resolveImportPath($url, getcwd());

            if (!\is_null($path)) {
                @trigger_error('Resolving imports relatively to the current working directory is deprecated. If that\'s the intended behavior, the value of "getcwd()" should be added as an import path explicitly instead. If this was used for resolving relative imports of the input alongside "chdir" with the source directory, the path of the input file should be passed to "compileString()" instead.', E_USER_DEPRECATED);

at ScssPhp\ScssPhp\Compiler->findImport('../../../../../public/typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss', '/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Resources/Public/Scss')
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 2644
    {
        if ($rawPath[0] === Type::T_STRING) {
            $path = $this->compileStringContent($rawPath);

            if (strpos($path, 'url(') !== 0 && $filePath = $this->findImport($path, $this->currentDirectory)) {
                $this->registerImport($this->currentDirectory, $path, $filePath);

                if (! $once || ! \in_array($filePath, $this->importedFiles)) {
                    $this->importFile($filePath, $out);
at ScssPhp\ScssPhp\Compiler->compileImport(array('string', '\'', array('../../../../../public/typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss')), object(ScssPhp\ScssPhp\Formatter\OutputBlock))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 2860

            case Type::T_IMPORT:
                $rawPath = $this->reduce($child[1]);

                $this->compileImport($rawPath, $out);
                break;

            case Type::T_DIRECTIVE:
                $this->compileDirective($child[1], $out);
at ScssPhp\ScssPhp\Compiler->compileChild(array('import', array('string', '\'', array('../../../../../public/typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss')), 3, 1, 2), object(ScssPhp\ScssPhp\Formatter\OutputBlock))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 2323
                $stm['selfParent'] = $selfParent;
                $ret = $this->compileChild($stm, $out);
                unset($stm['selfParent']);
            } else {
                $ret = $this->compileChild($stm, $out);
            }

            if (isset($ret)) {
                throw $this->error('@return may only be used within a function');
at ScssPhp\ScssPhp\Compiler->compileChildrenNoReturn(array(array('comment', '/*@import url(\'https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap\');*/'), array('import', array('string', '\'', array('utils/variables')), 2, 1, 2), array('import', array('string', '\'', array('../../../../../public/typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss')), 3, 1, 2), array('import', array('string', '\'', array('utils/functions')), 5, 1, 2), array('import', array('string', '\'', array('utils/mixins')), 6, 1, 2), array('import', array('string', '\'', array('utils/placeholders')), 7, 1, 2), array('import', array('string', '\'', array('base/base')), 9, 1, 2), array('import', array('string', '\'', array('base/typography')), 10, 1, 2), array('import', array('string', '\'', array('layout/frame')), 12, 1, 2), array('import', array('string', '\'', array('layout/login')), 13, 1, 2), array('import', array('string', '\'', array('layout/contact')), 14, 1, 2), array('import', array('string', '\'', array('layout/footer-login')), 15, 1, 2), array('import', array('string', '\'', array('layout/footer-swiss')), 16, 1, 2), array('import', array('string', '\'', array('portal/portal')), 18, 1, 2), array('import', array('string', '\'', array('portal/portal-containers')), 19, 1, 2), array('import', array('string', '\'', array('portal/portal-contract')), 20, 1, 2), array('import', array('string', '\'', array('portal/portal-faq')), 21, 1, 2), array('import', array('string', '\'', array('portal/portal-footer')), 22, 1, 2), array('import', array('string', '\'', array('portal/portal-form')), 23, 1, 2), array('import', array('string', '\'', array('portal/portal-invoice')), 24, 1, 2), array('import', array('string', '\'', array('portal/portal-invoice-detail')), 25, 1, 2), array('import', array('string', '\'', array('portal/portal-modal')), 26, 1, 2), array('import', array('string', '\'', array('portal/portal-navigation')), 27, 1, 2), array('import', array('string', '\'', array('portal/portal-otp')), 28, 1, 2), array('import', array('string', '\'', array('portal/portal-profile')), 29, 1, 2), array('import', array('string', '\'', array('portal/portal-sidebar')), 30, 1, 2), array('import', array('string', '\'', array('portal/portal-tab')), 31, 1, 2), array('import', array('string', '\'', array('price/price')), 33, 1, 2), array('import', array('string', '\'', array('price/price-info')), 34, 1, 2), array('import', array('string', '\'', array('price/price-field')), 35, 1, 2), array('import', array('string', '\'', array('price/price-content')), 36, 1, 2), array('import', array('string', '\'', array('components/buttons')), 39, 1, 2), array('import', array('string', '\'', array('components/checkbox')), 40, 1, 2), array('import', array('string', '\'', array('components/form')), 41, 1, 2), array('import', array('string', '\'', array('components/login-page-language')), 42, 1, 2), array('import', array('string', '\'', array('components/nice-select')), 43, 1, 2), array('import', array('string', '\'', array('components/phone-field')), 44, 1, 2), array('import', array('string', '\'', array('components/popover')), 45, 1, 2), array('import', array('string', '\'', array('components/preloader')), 46, 1, 2), array('import', array('string', '\'', array('components/tab')), 47, 1, 2), array('import', array('string', '\'', array('components/calculator-slider')), 48, 1, 2)), object(ScssPhp\ScssPhp\Formatter\OutputBlock))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 5612

        $currentDirectory = $this->currentDirectory;
        $this->currentDirectory = dirname($path);

        $this->compileChildrenNoReturn($tree->children, $out);
        $this->currentDirectory = $currentDirectory;
        $this->popCallStack();
    }

at ScssPhp\ScssPhp\Compiler->importFile('/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss', object(ScssPhp\ScssPhp\Formatter\OutputBlock))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 2648
            if (strpos($path, 'url(') !== 0 && $filePath = $this->findImport($path, $this->currentDirectory)) {
                $this->registerImport($this->currentDirectory, $path, $filePath);

                if (! $once || ! \in_array($filePath, $this->importedFiles)) {
                    $this->importFile($filePath, $out);
                    $this->importedFiles[] = $filePath;
                }

                return true;
at ScssPhp\ScssPhp\Compiler->compileImport(array('string', '"', array('/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss')), object(ScssPhp\ScssPhp\Formatter\OutputBlock))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 2860

            case Type::T_IMPORT:
                $rawPath = $this->reduce($child[1]);

                $this->compileImport($rawPath, $out);
                break;

            case Type::T_DIRECTIVE:
                $this->compileDirective($child[1], $out);
at ScssPhp\ScssPhp\Compiler->compileChild(array('import', array('string', '"', array('/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss')), 1, 0, 0), object(ScssPhp\ScssPhp\Formatter\OutputBlock))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 2323
                $stm['selfParent'] = $selfParent;
                $ret = $this->compileChild($stm, $out);
                unset($stm['selfParent']);
            } else {
                $ret = $this->compileChild($stm, $out);
            }

            if (isset($ret)) {
                throw $this->error('@return may only be used within a function');
at ScssPhp\ScssPhp\Compiler->compileChildrenNoReturn(array(array('import', array('string', '"', array('/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss')), 1, 0, 0)), object(ScssPhp\ScssPhp\Formatter\OutputBlock))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 720
    protected function compileRoot(Block $rootBlock)
    {
        $this->rootBlock = $this->scope = $this->makeOutputBlock(Type::T_ROOT);

        $this->compileChildrenNoReturn($rootBlock->children, $this->scope);
        $this->flattenSelectors($this->scope);
        $this->missingSelectors();
    }

at ScssPhp\ScssPhp\Compiler->compileRoot(object(ScssPhp\ScssPhp\Block))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 498
            $previousWarnCallback = Warn::setCallback($warnCallback);

            try {
                $this->injectVariables($this->registeredVars);
                $this->compileRoot($tree);
                $this->popEnv();
            } finally {
                Warn::setCallback($previousWarnCallback);
            }
at ScssPhp\ScssPhp\Compiler->compileString('@import "/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss"', null)
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/vendor/scssphp/scssphp/src/Compiler.php line 419
    public function compile($code, $path = null)
    {
        @trigger_error(sprintf('The "%s" method is deprecated. Use "compileString" instead.', __METHOD__), E_USER_DEPRECATED);

        $result = $this->compileString($code, $path);

        $sourceMap = $result->getSourceMap();

        if ($sourceMap !== null) {
at ScssPhp\ScssPhp\Compiler->compile('@import "/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss"')
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/bootstrap_package/Classes/Parser/ScssParser.php line 149
            }
        );

        // Compile file
        $css = $scss->compile('@import "' . $absoluteFilename . '"');

        // Fix paths in url() statements to be relative to temp directory
        $relativeTempPath = $settings['cache']['tempDirectoryRelativeToRoot'];
        $search = '%url\s*\(\s*[\\\'"]?(?!(((?:https?:)?\/\/)|(?:data:?:)))([^\\\'")]+)[\\\'"]?\s*\)%';
at BK2K\BootstrapPackage\Parser\ScssParser->parseFile('typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss', array('file' => array('absolute' => '/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss', 'relative' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss', 'info' => array('dirname' => '/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Resources/Public/Scss', 'basename' => 'master.scss', 'extension' => 'scss', 'filename' => 'master')), 'cache' => array('tempDirectory' => 'typo3temp/assets/bootstrappackage/css/', 'tempDirectoryRelativeToRoot' => '../../../../'), 'options' => array('override' => true, 'sourceMap' => false, 'compress' => true), 'variables' => array('google-webfont' => 'Source Sans Pro', 'white' => '#fff', 'gray-100' => '#f8f9fa', 'gray-200' => '#e9ecef', 'gray-300' => '#dee2e6', 'gray-400' => '#ced4da', 'gray-500' => '#adb5bd', 'gray-600' => '#6c757d', 'gray-700' => '#495057', 'gray-800' => '#3b3b3b', 'gray-900' => '#2b2b2b', 'black' => '#000', 'blue' => '#007bff', 'indigo' => '#6610f2', 'purple' => '#6f42c1', 'pink' => '#e83e8c', 'red' => '#dc3545', 'orange' => '#fd7e14', 'yellow' => '#ffc107', 'green' => '#28a745', 'teal' => '#20c997', 'cyan' => '#17a2b8', 'default' => '#eaebec', 'primary' => '#4faf98', 'secondary' => '#ff3f00', 'success' => '$green', 'info' => '$cyan', 'warning' => '$yellow', 'danger' => '$red', 'light' => '$gray-100', 'dark' => '$gray-900', 'theme-color-interval' => '8%', 'yiq-contrasted-threshold' => '150', 'yiq-text-dark' => '$gray-900', 'yiq-text-light' => '$white', 'enable-caret' => 'true', 'enable-rounded' => 'false', 'enable-shadows' => 'false', 'enable-gradients' => 'false', 'enable-transitions' => 'true', 'enable-prefers-reduced-motion-media-query' => 'true', 'enable-grid-classes' => 'true', 'enable-pointer-cursor-for-buttons' => 'true', 'enable-print-styles' => 'true', 'enable-responsive-font-sizes' => 'false', 'enable-validation-icons' => 'true', 'spacer' => '1rem', 'body-bg' => '$white', 'body-color' => '$gray-900', 'link-color' => '$primary', 'link-decoration' => 'none', 'link-hover-color' => 'darken($link-color, 15%)', 'link-hover-decoration' => 'underline', 'link-alternate-color' => '#ffffff', 'link-alternate-hover-color' => 'darken($link-alternate-color, 15%)', 'emphasized-link-hover-darken-percentage' => '15%', 'paragraph-margin-bottom' => '1rem', 'grid-columns' => '12', 'grid-gutter-width' => '40px', 'grid-row-columns' => '6', 'line-height-lg' => '1.5', 'line-height-sm' => '1.5', 'border-width' => '1px', 'border-color' => '$gray-300', 'border-radius' => '.25rem', 'border-radius-lg' => '.3rem', 'border-radius-sm' => '.2rem', 'rounded-pill' => '50rem;', 'component-active-color' => '$white', 'component-active-bg' => '$primary', 'caret-width' => '.3em', 'caret-vertical-align' => '$caret-width * .85', 'caret-spacing' => '$caret-width * .85', 'transition-base' => 'all .2s ease-in-out', 'transition-fade' => 'opacity .15s linear', 'transition-collapse' => 'height .35s ease', 'font-family-sans-serif' => '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"', 'font-family-monospace' => 'SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace', 'font-family-base' => '"#{$google-webfont}", sans-serif', 'font-size-base' => '1rem', 'font-size-lg' => '$font-size-base * 1.25', 'font-size-sm' => '$font-size-base * .875', 'font-weight-lighter' => 'lighter', 'font-weight-light' => '300', 'font-weight-normal' => '400', 'font-weight-bold' => '700', 'font-weight-bolder' => 'bolder', 'font-weight-base' => '$font-weight-normal', 'line-height-base' => '1.5', 'h1-font-size' => '$font-size-base * 2', 'h2-font-size' => '$font-size-base * 1.75', 'h3-font-size' => '$font-size-base * 1.5', 'h4-font-size' => '$font-size-base * 1.25', 'h5-font-size' => '$font-size-base * 1', 'h6-font-size' => '$font-size-base * 0.85', 'headings-margin-bottom' => '$spacer / 2', 'headings-font-family' => 'null', 'headings-font-weight' => '300', 'headings-line-height' => '1.2', 'headings-color' => 'null', 'display1-size' => '6rem', 'display2-size' => '5.5rem', 'display3-size' => '4.5rem', 'display4-size' => '3.5rem', 'display1-weight' => '300', 'display2-weight' => '300', 'display3-weight' => '300', 'display4-weight' => '300', 'display-line-height' => '$headings-line-height', 'lead-font-size' => '$font-size-base * 1.25', 'lead-font-weight' => '300', 'small-font-size' => '80%', 'text-muted' => '$gray-600', 'blockquote-small-color' => '$gray-600', 'blockquote-small-font-size' => '$small-font-size', 'blockquote-font-size' => '$font-size-base * 1.25', 'hr-border-color' => 'rgba($black, .1)', 'hr-border-width' => '$border-width', 'mark-padding' => '.2em', 'dt-font-weight' => '$font-weight-bold', 'kbd-box-shadow' => 'inset 0 -.1rem 0 rgba($black, .25)', 'nested-kbd-font-weight' => '$font-weight-bold', 'list-inline-padding' => '.5rem', 'mark-bg' => '#fcf8e3', 'hr-margin-y' => '$spacer', 'table-cell-padding' => '.75rem', 'table-cell-padding-sm' => '.3rem', 'table-color' => '$body-color', 'table-bg' => 'null', 'table-accent-bg' => 'rgba($black, .05)', 'table-hover-color' => '$table-color', 'table-hover-bg' => 'rgba($black, .075)', 'table-active-bg' => '$table-hover-bg', 'table-border-width' => '$border-width', 'table-border-color' => '$border-color', 'table-head-bg' => '$gray-200', 'table-head-color' => '$gray-700', 'table-dark-color' => '$white', 'table-dark-bg' => '$gray-900', 'table-dark-accent-bg' => 'rgba($white, .05)', 'table-dark-hover-color' => '$table-dark-color', 'table-dark-hover-bg' => 'rgba($white, .075)', 'table-dark-border-color' => 'lighten($table-dark-bg, 7.5%)', 'table-striped-order' => 'odd', 'table-caption-color' => '$text-muted', 'table-bg-level' => '-9', 'table-border-level' => '-6', 'input-btn-padding-y' => '.375rem', 'input-btn-padding-x' => '.75rem', 'input-btn-font-family' => 'null', 'input-btn-font-size' => '$font-size-base', 'input-btn-line-height' => '$line-height-base', 'input-btn-focus-width' => '.2rem', 'input-btn-focus-color' => 'rgba($component-active-bg, .25)', 'input-btn-focus-box-shadow' => '0 0 0 $input-btn-focus-width $input-btn-focus-color', 'input-btn-padding-y-sm' => '.25rem', 'input-btn-padding-x-sm' => '.5rem', 'input-btn-font-size-sm' => '$font-size-sm', 'input-btn-line-height-sm' => '$line-height-sm', 'input-btn-padding-y-lg' => '.5rem', 'input-btn-padding-x-lg' => '1rem', 'input-btn-font-size-lg' => '$font-size-lg', 'input-btn-line-height-lg' => '$line-height-lg', 'input-btn-border-width' => '$border-width', 'btn-padding-y' => '$input-btn-padding-y', 'btn-padding-x' => '$input-btn-padding-x', 'btn-font-family' => '$input-btn-font-family', 'btn-font-size' => '$input-btn-font-size', 'btn-line-height' => '$input-btn-line-height', 'btn-white-space' => 'null', 'btn-padding-y-sm' => '$input-btn-padding-y-sm', 'btn-padding-x-sm' => '$input-btn-padding-x-sm', 'btn-line-height-sm' => '$input-btn-line-height-sm', 'btn-padding-y-lg' => '$input-btn-padding-y-lg', 'btn-padding-x-lg' => '$input-btn-padding-x-lg', 'btn-line-height-lg' => '$input-btn-line-height-lg', 'btn-border-width' => '$input-btn-border-width', 'btn-font-weight' => '$font-weight-normal', 'btn-box-shadow' => 'inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075)', 'btn-focus-width' => '$input-btn-focus-width', 'btn-focus-box-shadow' => '$input-btn-focus-box-shadow', 'btn-disabled-opacity' => '.65', 'btn-active-box-shadow' => 'inset 0 3px 5px rgba($black, .125)', 'btn-link-disabled-color' => '$gray-600', 'btn-block-spacing-y' => '.5rem', 'btn-border-radius' => '$border-radius', 'btn-border-radius-lg' => '$border-radius-lg', 'btn-border-radius-sm' => '$border-radius-sm', 'btn-transition' => 'color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out', 'input-padding-y' => '$input-btn-padding-y', 'input-padding-x' => '$input-btn-padding-x', 'input-font-family' => '$input-btn-font-family', 'input-font-size' => '$input-btn-font-size', 'input-font-weight' => '$font-weight-base', 'input-line-height' => '$input-btn-line-height', 'input-padding-y-sm' => '$input-btn-padding-y-sm', 'input-padding-x-sm' => '$input-btn-padding-x-sm', 'input-line-height-sm' => '$input-btn-line-height-sm', 'input-padding-y-lg' => '$input-btn-padding-y-lg', 'input-padding-x-lg' => '$input-btn-padding-x-lg', 'input-line-height-lg' => '$input-btn-line-height-lg', 'input-bg' => '$white', 'input-disabled-bg' => '$gray-200', 'input-color' => '$gray-700', 'input-border-color' => '$gray-400', 'input-border-width' => '$input-btn-border-width', 'input-box-shadow' => 'inset 0 1px 1px rgba($black, .075)', 'input-border-radius' => '$border-radius', 'input-border-radius-lg' => '$border-radius-lg', 'input-border-radius-sm' => '$border-radius-sm', 'input-focus-bg' => '$input-bg', 'input-focus-border-color' => 'lighten($component-active-bg, 25%)', 'input-focus-color' => '$input-color', 'input-focus-width' => '$input-btn-focus-width', 'input-focus-box-shadow' => '$input-btn-focus-box-shadow', 'input-placeholder-color' => '$gray-600', 'input-height-border' => '$input-border-width * 2', 'input-height-inner' => 'add($input-line-height * 1em, $input-padding-y * 2)', 'input-height-inner-half' => 'add($input-line-height * .5em, $input-padding-y)', 'input-height-inner-quarter' => 'add($input-line-height * .25em, $input-padding-y / 2)', 'input-height' => 'add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false))', 'input-height-sm' => 'add($input-line-height-sm * 1em, add($input-padding-y-sm * 2, $input-height-border, false))', 'input-height-lg' => 'add($input-line-height-lg * 1em, add($input-padding-y-lg * 2, $input-height-border, false))', 'input-transition' => 'border-color .15s ease-in-out, box-shadow .15s ease-in-out', 'form-text-margin-top' => '.25rem', 'form-check-input-gutter' => '1.25rem', 'form-check-input-margin-y' => '.3rem', 'form-check-input-margin-x' => '.25rem', 'form-check-inline-margin-x' => '.75rem', 'form-check-inline-input-margin-x' => '.3125rem', 'form-grid-gutter-width' => '10px', 'form-group-margin-bottom' => '1rem', 'input-group-addon-color' => '$input-color', 'input-group-addon-bg' => '$gray-200', 'input-group-addon-border-color' => '$input-border-color', 'custom-control-gutter' => '.5rem', 'custom-control-spacer-x' => '1rem', 'custom-control-cursor' => 'null', 'custom-control-indicator-size' => '1rem', 'custom-control-indicator-bg' => '$input-bg', 'custom-control-indicator-bg-size' => '50% 50%', 'custom-control-indicator-box-shadow' => '$input-box-shadow', 'custom-control-indicator-border-color' => '$gray-500', 'custom-control-indicator-border-width' => '$input-border-width', 'custom-control-label-color' => 'null', 'custom-control-indicator-disabled-bg' => '$input-disabled-bg', 'custom-control-label-disabled-color' => '$gray-600', 'custom-control-indicator-checked-color' => '$component-active-color', 'custom-control-indicator-checked-bg' => '$component-active-bg', 'custom-control-indicator-checked-disabled-bg' => 'rgba($primary, .5)', 'custom-control-indicator-checked-box-shadow' => 'none', 'custom-control-indicator-checked-border-color' => '$custom-control-indicator-checked-bg', 'custom-control-indicator-focus-box-shadow' => '$input-focus-box-shadow', 'custom-control-indicator-focus-border-color' => '$input-focus-border-color', 'custom-control-indicator-active-color' => '$component-active-color', 'custom-control-indicator-active-bg' => 'lighten($component-active-bg, 35%)', 'custom-control-indicator-active-box-shadow' => 'none', 'custom-control-indicator-active-border-color' => '$custom-control-indicator-active-bg', 'custom-checkbox-indicator-border-radius' => '$border-radius', 'custom-checkbox-indicator-icon-checked' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'><path fill=\'#{$custom-control-indicator-checked-color}\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z\'/></svg>")', 'custom-checkbox-indicator-indeterminate-bg' => '$component-active-bg', 'custom-checkbox-indicator-indeterminate-color' => '$custom-control-indicator-checked-color', 'custom-checkbox-indicator-icon-indeterminate' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'4\' viewBox=\'0 0 4 4\'><path stroke=\'#{$custom-checkbox-indicator-indeterminate-color}\' d=\'M0 2h4\'/></svg>")', 'custom-checkbox-indicator-indeterminate-box-shadow' => 'none', 'custom-checkbox-indicator-indeterminate-border-color' => '$custom-checkbox-indicator-indeterminate-bg', 'custom-radio-indicator-border-radius' => '50%', 'custom-radio-indicator-icon-checked' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' viewBox=\'-4 -4 8 8\'><circle r=\'3\' fill=\'#{$custom-control-indicator-checked-color}\'/></svg>")', 'custom-switch-width' => '$custom-control-indicator-size * 1.75', 'custom-switch-indicator-border-radius' => '$custom-control-indicator-size / 2', 'custom-switch-indicator-size' => 'subtract($custom-control-indicator-size, $custom-control-indicator-border-width * 4)', 'custom-select-padding-y' => '$input-padding-y', 'custom-select-padding-x' => '$input-padding-x', 'custom-select-font-family' => '$input-font-family', 'custom-select-font-size' => '$input-font-size', 'custom-select-height' => '$input-height', 'custom-select-indicator-padding' => '1rem', 'custom-select-font-weight' => '$input-font-weight', 'custom-select-line-height' => '$input-line-height', 'custom-select-color' => '$input-color', 'custom-select-disabled-color' => '$gray-600', 'custom-select-bg' => '$input-bg', 'custom-select-disabled-bg' => '$gray-200', 'custom-select-bg-size' => '8px 10px', 'custom-select-indicator-color' => '$gray-800', 'custom-select-indicator' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'><path fill=\'#{$custom-select-indicator-color}\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/></svg>")', 'custom-select-background' => 'escape-svg($custom-select-indicator) no-repeat right $custom-select-padding-x center / $custom-select-bg-size; // Used so we can have multiple background elements (e.g., arrow and feedback icon)', 'custom-select-feedback-icon-padding-right' => 'add(1em * .75, (2 * $custom-select-padding-y * .75) + $custom-select-padding-x + $custom-select-indicator-padding)', 'custom-select-feedback-icon-position' => 'center right ($custom-select-padding-x + $custom-select-indicator-padding)', 'custom-select-feedback-icon-size' => '$input-height-inner-half $input-height-inner-half', 'custom-select-border-width' => '$input-border-width', 'custom-select-border-color' => '$input-border-color', 'custom-select-border-radius' => '$border-radius', 'custom-select-box-shadow' => 'inset 0 1px 2px rgba($black, .075)', 'custom-select-focus-border-color' => '$input-focus-border-color', 'custom-select-focus-width' => '$input-focus-width', 'custom-select-focus-box-shadow' => '0 0 0 $custom-select-focus-width $input-btn-focus-color', 'custom-select-padding-y-sm' => '$input-padding-y-sm', 'custom-select-padding-x-sm' => '$input-padding-x-sm', 'custom-select-font-size-sm' => '$input-font-size-sm', 'custom-select-height-sm' => '$input-height-sm', 'custom-select-padding-y-lg' => '$input-padding-y-lg', 'custom-select-padding-x-lg' => '$input-padding-x-lg', 'custom-select-font-size-lg' => '$input-btn-font-size-lg', 'custom-select-height-lg' => '$input-height-lg', 'custom-range-track-width' => '100%', 'custom-range-track-height' => '.5rem', 'custom-range-track-cursor' => 'pointer', 'custom-range-track-bg' => '$gray-300', 'custom-range-track-border-radius' => '1rem', 'custom-range-track-box-shadow' => 'inset 0 .25rem .25rem rgba($black, .1)', 'custom-range-thumb-width' => '1rem', 'custom-range-thumb-height' => '$custom-range-thumb-width', 'custom-range-thumb-bg' => '$component-active-bg', 'custom-range-thumb-border' => '0', 'custom-range-thumb-border-radius' => '1rem', 'custom-range-thumb-box-shadow' => '0 .1rem .25rem rgba($black, .1)', 'custom-range-thumb-focus-box-shadow' => '0 0 0 1px $body-bg, $input-focus-box-shadow', 'custom-range-thumb-focus-box-shadow-width' => '$input-focus-width', 'custom-range-thumb-active-bg' => 'lighten($component-active-bg, 35%)', 'custom-range-thumb-disabled-bg' => '$gray-500', 'custom-file-height' => '$input-height', 'custom-file-height-inner' => '$input-height-inner', 'custom-file-focus-border-color' => '$input-focus-border-color', 'custom-file-focus-box-shadow' => '$input-btn-focus-box-shadow', 'custom-file-disabled-bg' => '$input-disabled-bg', 'custom-file-padding-y' => '$input-padding-y', 'custom-file-padding-x' => '$input-padding-x', 'custom-file-line-height' => '$input-line-height', 'custom-file-font-family' => '$input-font-family', 'custom-file-font-weight' => '$input-font-weight', 'custom-file-color' => '$input-color', 'custom-file-bg' => '$input-bg', 'custom-file-border-width' => '$input-border-width', 'custom-file-border-color' => '$input-border-color', 'custom-file-border-radius' => '$input-border-radius', 'custom-file-box-shadow' => '$input-box-shadow', 'custom-file-button-color' => '$custom-file-color', 'custom-file-button-bg' => '$input-group-addon-bg', 'form-feedback-margin-top' => '$form-text-margin-top', 'form-feedback-font-size' => '$small-font-size', 'form-feedback-valid-color' => '$success', 'form-feedback-invalid-color' => '$danger', 'form-feedback-icon-valid-color' => '$form-feedback-valid-color', 'form-feedback-icon-valid' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'><path fill=\'#{$form-feedback-icon-valid-color}\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/></svg>")', 'form-feedback-icon-invalid-color' => '$form-feedback-invalid-color', 'form-feedback-icon-invalid' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'#{$form-feedback-icon-invalid-color}\' viewBox=\'0 0 12 12\'><circle cx=\'6\' cy=\'6\' r=\'4.5\'/><path stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/><circle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'#{$form-feedback-icon-invalid-color}\' stroke=\'none\'/></svg>")', 'dropdown-min-width' => '10rem', 'dropdown-padding-y' => '.5rem', 'dropdown-spacer' => '.125rem', 'dropdown-font-size' => '$font-size-base', 'dropdown-color' => '$body-color', 'dropdown-bg' => '$white', 'dropdown-border-color' => 'rgba($black, .15)', 'dropdown-border-radius' => '$border-radius', 'dropdown-border-width' => '$border-width', 'dropdown-inner-border-radius' => 'subtract($dropdown-border-radius, $dropdown-border-width)', 'dropdown-divider-bg' => '$gray-200', 'dropdown-divider-margin-y' => '$nav-divider-margin-y', 'dropdown-box-shadow' => '0 .5rem 1rem rgba($black, .175)', 'dropdown-link-color' => '$gray-900', 'dropdown-link-hover-color' => 'darken($gray-900, 5%)', 'dropdown-link-hover-bg' => '$gray-100', 'dropdown-link-active-color' => '$component-active-color', 'dropdown-link-active-bg' => '$component-active-bg', 'dropdown-link-disabled-color' => '$gray-600', 'dropdown-item-padding-y' => '.25rem', 'dropdown-item-padding-x' => '1.5rem', 'dropdown-header-color' => '$gray-600', 'zindex-dropdown' => '1000', 'zindex-sticky' => '1020', 'zindex-fixed' => '1030', 'zindex-modal-backdrop' => '1040', 'zindex-modal' => '1050', 'zindex-popover' => '1060', 'zindex-tooltip' => '1070', 'nav-link-padding-y' => '.5rem', 'nav-link-padding-x' => '1rem', 'nav-link-disabled-color' => '$gray-600', 'nav-tabs-border-color' => '$gray-300', 'nav-tabs-border-width' => '$border-width', 'nav-tabs-border-radius' => '$border-radius', 'nav-tabs-link-hover-border-color' => '$gray-200 $gray-200 $nav-tabs-border-color', 'nav-tabs-link-active-color' => '$gray-700', 'nav-tabs-link-active-bg' => '$body-bg', 'nav-tabs-link-active-border-color' => '$gray-300 $gray-300 $nav-tabs-link-active-bg', 'nav-pills-border-radius' => '$border-radius', 'nav-pills-link-active-color' => '$component-active-color', 'nav-pills-link-active-bg' => '$component-active-bg', 'nav-divider-color' => '$gray-200', 'nav-divider-margin-y' => '$spacer / 2', 'navbar-padding-y' => '$spacer / 2', 'navbar-padding-x' => '$spacer', 'navbar-nav-link-padding-x' => '1rem', 'navbar-brand-font-size' => '$font-size-lg', 'nav-link-height' => '$font-size-base * $line-height-base + $nav-link-padding-y * 2', 'navbar-brand-height' => '$navbar-brand-font-size * $line-height-base', 'navbar-brand-padding-y' => '($nav-link-height - $navbar-brand-height) / 2', 'navbar-toggler-padding-y' => '.25rem', 'navbar-toggler-padding-x' => '.75rem', 'navbar-toggler-font-size' => '$font-size-lg', 'navbar-toggler-border-radius' => '$btn-border-radius', 'navbar-dark-color' => 'rgba($white, .5)', 'navbar-dark-hover-color' => 'rgba($white, .75)', 'navbar-dark-active-color' => '$white', 'navbar-dark-disabled-color' => 'rgba($white, .25)', 'navbar-dark-toggler-icon-bg' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'><path stroke=\'#{$navbar-dark-color}\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/></svg>")', 'navbar-dark-toggler-border-color' => 'rgba($white, .1)', 'navbar-light-color' => 'rgba($black, .5)', 'navbar-light-hover-color' => 'rgba($black, .7)', 'navbar-light-active-color' => 'rgba($black, .9)', 'navbar-light-disabled-color' => 'rgba($black, .3)', 'navbar-light-toggler-icon-bg' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'><path stroke=\'#{$navbar-light-color}\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/></svg>")', 'navbar-light-toggler-border-color' => 'rgba($black, .1)', 'navbar-light-brand-color' => '$navbar-light-active-color', 'navbar-light-brand-hover-color' => '$navbar-light-active-color', 'navbar-dark-brand-color' => '$navbar-dark-active-color', 'navbar-dark-brand-hover-color' => '$navbar-dark-active-color', 'pagination-padding-y' => '.5rem', 'pagination-padding-x' => '.75rem', 'pagination-padding-y-sm' => '.25rem', 'pagination-padding-x-sm' => '.5rem', 'pagination-padding-y-lg' => '.75rem', 'pagination-padding-x-lg' => '1.5rem', 'pagination-line-height' => '1.25', 'pagination-color' => '$link-color', 'pagination-bg' => '$white', 'pagination-border-width' => '$border-width', 'pagination-border-color' => '$gray-300', 'pagination-focus-box-shadow' => '$input-btn-focus-box-shadow', 'pagination-hover-color' => '$link-hover-color', 'pagination-hover-bg' => '$gray-200', 'pagination-hover-border-color' => '$gray-300', 'pagination-active-color' => '$component-active-color', 'pagination-active-bg' => '$component-active-bg', 'pagination-active-border-color' => '$pagination-active-bg', 'pagination-disabled-color' => '$gray-600', 'pagination-disabled-bg' => '$white', 'pagination-disabled-border-color' => '$gray-300', 'jumbotron-padding' => '2rem', 'jumbotron-color' => 'null', 'jumbotron-bg' => '$gray-200', 'card-spacer-y' => '1rem', 'card-spacer-x' => '1.5rem', 'card-border-width' => '$border-width', 'card-border-radius' => '$border-radius', 'card-border-color' => 'rgba($black, .125)', 'card-inner-border-radius' => 'subtract($card-border-radius, $card-border-width)', 'card-cap-bg' => 'rgba($black, .03)', 'card-cap-color' => 'null', 'card-height' => 'null', 'card-color' => 'null', 'card-bg' => '$white', 'card-img-overlay-padding' => '1.25rem', 'card-group-margin' => '10px', 'card-deck-margin' => '$card-group-margin', 'card-columns-count' => '3', 'card-columns-gap' => '1.25rem', 'card-columns-margin' => '$card-spacer-y', 'tooltip-font-size' => '$font-size-sm', 'tooltip-max-width' => '200px', 'tooltip-color' => '$white', 'tooltip-bg' => '$black', 'tooltip-border-radius' => '$border-radius', 'tooltip-opacity' => '.9', 'tooltip-padding-y' => '.25rem', 'tooltip-padding-x' => '.5rem', 'tooltip-margin' => '0', 'tooltip-arrow-width' => '.8rem', 'tooltip-arrow-height' => '.4rem', 'tooltip-arrow-color' => '$tooltip-bg', 'popover-font-size' => '$font-size-sm', 'popover-bg' => '$white', 'popover-max-width' => '276px', 'popover-border-width' => '$border-width', 'popover-border-color' => 'rgba($black, .2)', 'popover-border-radius' => '$border-radius-lg', 'popover-inner-border-radius' => 'subtract($popover-border-radius, $popover-border-width)', 'popover-box-shadow' => '0 .25rem .5rem rgba($black, .2)', 'popover-header-bg' => 'darken($popover-bg, 3%)', 'popover-header-color' => '$headings-color', 'popover-header-padding-y' => '.5rem', 'popover-header-padding-x' => '.75rem', 'popover-body-color' => '$body-color', 'popover-body-padding-y' => '$popover-header-padding-y', 'popover-body-padding-x' => '$popover-header-padding-x', 'popover-arrow-width' => '1rem', 'popover-arrow-height' => '.5rem', 'popover-arrow-color' => '$popover-bg', 'popover-arrow-outer-color' => 'fade-in($popover-border-color, .05)', 'toast-max-width' => '350px', 'toast-padding-x' => '.75rem', 'toast-padding-y' => '.25rem', 'toast-font-size' => '.875rem', 'toast-color' => 'null', 'toast-background-color' => 'rgba($white, .85)', 'toast-border-width' => '1px', 'toast-border-color' => 'rgba(0, 0, 0, .1)', 'toast-border-radius' => '.25rem', 'toast-box-shadow' => '0 .25rem .75rem rgba($black, .1)', 'toast-header-color' => '$gray-600', 'toast-header-background-color' => 'rgba($white, .85)', 'toast-header-border-color' => 'rgba(0, 0, 0, .05)', 'badge-font-size' => '75%', 'badge-font-weight' => '$font-weight-bold', 'badge-padding-y' => '.25em', 'badge-padding-x' => '.4em', 'badge-border-radius' => '$border-radius', 'badge-transition' => '$btn-transition', 'badge-focus-width' => '$input-btn-focus-width', 'badge-pill-padding-x' => '.6em', 'badge-pill-border-radius' => '10rem', 'modal-inner-padding' => '1rem', 'modal-footer-margin-between' => '.5rem', 'modal-dialog-margin' => '.5rem', 'modal-dialog-margin-y-sm-up' => '1.75rem', 'modal-title-line-height' => '$line-height-base', 'modal-content-color' => 'null', 'modal-content-bg' => '$white', 'modal-content-border-color' => 'rgba($black, .2)', 'modal-content-border-width' => '$border-width', 'modal-content-border-radius' => '$border-radius-lg', 'modal-content-inner-border-radius' => 'subtract($modal-content-border-radius, $modal-content-border-width)', 'modal-content-box-shadow-xs' => '0 .25rem .5rem rgba($black, .5)', 'modal-content-box-shadow-sm-up' => '0 .5rem 1rem rgba($black, .5)', 'modal-backdrop-bg' => '$black', 'modal-backdrop-opacity' => '.5', 'modal-header-border-color' => '$border-color', 'modal-footer-border-color' => '$modal-header-border-color', 'modal-header-border-width' => '$modal-content-border-width', 'modal-footer-border-width' => '$modal-header-border-width', 'modal-header-padding' => '1rem', 'modal-lg' => '800px', 'modal-md' => '500px', 'modal-sm' => '300px', 'modal-transition' => 'transform .3s ease-out', 'modal-scale-transform' => 'scale(1.02)', 'alert-padding-y' => '.75rem', 'alert-padding-x' => '1.25rem', 'alert-margin-bottom' => '1rem', 'alert-border-radius' => '$border-radius', 'alert-link-font-weight' => '$font-weight-bold', 'alert-border-width' => '$border-width', 'alert-bg-level' => '-10', 'alert-border-level' => '-9', 'alert-color-level' => '6', 'progress-height' => '1rem', 'progress-font-size' => '$font-size-base * .75', 'progress-bg' => '$gray-200', 'progress-border-radius' => '$border-radius', 'progress-box-shadow' => 'inset 0 .1rem .1rem rgba($black, .1)', 'progress-bar-color' => '$white', 'progress-bar-bg' => '$primary', 'progress-bar-animation-timing' => '1s linear infinite', 'progress-bar-transition' => 'width .6s ease', 'list-group-color' => 'null', 'list-group-bg' => '$white', 'list-group-border-color' => 'rgba($black, .125)', 'list-group-border-width' => '$border-width', 'list-group-border-radius' => '$border-radius', 'list-group-item-padding-y' => '.75rem', 'list-group-item-padding-x' => '1.25rem', 'list-group-hover-bg' => '$gray-100', 'list-group-active-color' => '$component-active-color', 'list-group-active-bg' => '$component-active-bg', 'list-group-active-border-color' => '$list-group-active-bg', 'list-group-disabled-color' => '$gray-600', 'list-group-disabled-bg' => '$list-group-bg', 'list-group-action-color' => '$gray-700', 'list-group-action-hover-color' => '$list-group-action-color', 'list-group-action-active-color' => '$body-color', 'list-group-action-active-bg' => '$gray-200', 'thumbnail-padding' => '.25rem', 'thumbnail-bg' => '$body-bg', 'thumbnail-border-width' => '$border-width', 'thumbnail-border-color' => '$gray-300', 'thumbnail-border-radius' => '$border-radius', 'thumbnail-box-shadow' => '0 1px 2px rgba($black, .075)', 'figure-caption-font-size' => '90%', 'figure-caption-color' => '$gray-600', 'breadcrumb-font-size' => 'null', 'breadcrumb-padding-y' => '.75rem', 'breadcrumb-padding-x' => '1rem', 'breadcrumb-item-padding' => '.5rem', 'breadcrumb-margin-bottom' => '1rem', 'breadcrumb-bg' => '#f2f2f2', 'breadcrumb-divider-color' => '$gray-600', 'breadcrumb-active-color' => '$gray-600', 'breadcrumb-divider' => 'quote("/")', 'breadcrumb-border-radius' => '$border-radius', 'carousel-control-color' => '$white', 'carousel-control-width' => '15%', 'carousel-control-opacity' => '.5', 'carousel-indicator-width' => '30px', 'carousel-indicator-height' => '3px', 'carousel-indicator-spacer' => '3px', 'carousel-indicator-active-bg' => '$white', 'carousel-caption-width' => '70%', 'carousel-caption-color' => '$white', 'carousel-control-icon-width' => '20px', 'carousel-control-prev-icon-bg' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'#{$carousel-control-color}\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'><path d=\'M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z\'/></svg>")', 'carousel-control-next-icon-bg' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'#{$carousel-control-color}\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'><path d=\'M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z\'/></svg>")', 'carousel-transition' => 'transform .6s ease', 'close-font-size' => '$font-size-base * 1.5', 'close-font-weight' => '$font-weight-bold', 'close-color' => '$black', 'close-text-shadow' => '0 1px 0 $white', 'code-font-size' => '87.5%', 'code-color' => '$pink', 'kbd-padding-y' => '.2rem', 'kbd-padding-x' => '.4rem', 'kbd-font-size' => '$code-font-size', 'kbd-color' => '$white', 'kbd-bg' => '$gray-900', 'pre-color' => '$gray-900', 'pre-scrollable-max-height' => '340px', 'print-page-size' => 'a3', 'print-body-min-width' => 'map-get($grid-breakpoints, "lg")')))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/bootstrap_package/Classes/Parser/ScssParser.php line 62
            $compile = true;
        }

        if ($compile) {
            $result = $this->parseFile($file, $settings);
            GeneralUtility::writeFile(GeneralUtility::getFileAbsFileName($cacheFile), $result['css']);
            GeneralUtility::writeFile(GeneralUtility::getFileAbsFileName($cacheFileMeta), serialize($result['cache']));
            $this->clearPageCaches();
        }
at BK2K\BootstrapPackage\Parser\ScssParser->compile('typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss', array('file' => array('absolute' => '/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss', 'relative' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss', 'info' => array('dirname' => '/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Resources/Public/Scss', 'basename' => 'master.scss', 'extension' => 'scss', 'filename' => 'master')), 'cache' => array('tempDirectory' => 'typo3temp/assets/bootstrappackage/css/', 'tempDirectoryRelativeToRoot' => '../../../../'), 'options' => array('override' => true, 'sourceMap' => false, 'compress' => true), 'variables' => array('google-webfont' => 'Source Sans Pro', 'white' => '#fff', 'gray-100' => '#f8f9fa', 'gray-200' => '#e9ecef', 'gray-300' => '#dee2e6', 'gray-400' => '#ced4da', 'gray-500' => '#adb5bd', 'gray-600' => '#6c757d', 'gray-700' => '#495057', 'gray-800' => '#3b3b3b', 'gray-900' => '#2b2b2b', 'black' => '#000', 'blue' => '#007bff', 'indigo' => '#6610f2', 'purple' => '#6f42c1', 'pink' => '#e83e8c', 'red' => '#dc3545', 'orange' => '#fd7e14', 'yellow' => '#ffc107', 'green' => '#28a745', 'teal' => '#20c997', 'cyan' => '#17a2b8', 'default' => '#eaebec', 'primary' => '#4faf98', 'secondary' => '#ff3f00', 'success' => '$green', 'info' => '$cyan', 'warning' => '$yellow', 'danger' => '$red', 'light' => '$gray-100', 'dark' => '$gray-900', 'theme-color-interval' => '8%', 'yiq-contrasted-threshold' => '150', 'yiq-text-dark' => '$gray-900', 'yiq-text-light' => '$white', 'enable-caret' => 'true', 'enable-rounded' => 'false', 'enable-shadows' => 'false', 'enable-gradients' => 'false', 'enable-transitions' => 'true', 'enable-prefers-reduced-motion-media-query' => 'true', 'enable-grid-classes' => 'true', 'enable-pointer-cursor-for-buttons' => 'true', 'enable-print-styles' => 'true', 'enable-responsive-font-sizes' => 'false', 'enable-validation-icons' => 'true', 'spacer' => '1rem', 'body-bg' => '$white', 'body-color' => '$gray-900', 'link-color' => '$primary', 'link-decoration' => 'none', 'link-hover-color' => 'darken($link-color, 15%)', 'link-hover-decoration' => 'underline', 'link-alternate-color' => '#ffffff', 'link-alternate-hover-color' => 'darken($link-alternate-color, 15%)', 'emphasized-link-hover-darken-percentage' => '15%', 'paragraph-margin-bottom' => '1rem', 'grid-columns' => '12', 'grid-gutter-width' => '40px', 'grid-row-columns' => '6', 'line-height-lg' => '1.5', 'line-height-sm' => '1.5', 'border-width' => '1px', 'border-color' => '$gray-300', 'border-radius' => '.25rem', 'border-radius-lg' => '.3rem', 'border-radius-sm' => '.2rem', 'rounded-pill' => '50rem;', 'component-active-color' => '$white', 'component-active-bg' => '$primary', 'caret-width' => '.3em', 'caret-vertical-align' => '$caret-width * .85', 'caret-spacing' => '$caret-width * .85', 'transition-base' => 'all .2s ease-in-out', 'transition-fade' => 'opacity .15s linear', 'transition-collapse' => 'height .35s ease', 'font-family-sans-serif' => '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"', 'font-family-monospace' => 'SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace', 'font-family-base' => '"#{$google-webfont}", sans-serif', 'font-size-base' => '1rem', 'font-size-lg' => '$font-size-base * 1.25', 'font-size-sm' => '$font-size-base * .875', 'font-weight-lighter' => 'lighter', 'font-weight-light' => '300', 'font-weight-normal' => '400', 'font-weight-bold' => '700', 'font-weight-bolder' => 'bolder', 'font-weight-base' => '$font-weight-normal', 'line-height-base' => '1.5', 'h1-font-size' => '$font-size-base * 2', 'h2-font-size' => '$font-size-base * 1.75', 'h3-font-size' => '$font-size-base * 1.5', 'h4-font-size' => '$font-size-base * 1.25', 'h5-font-size' => '$font-size-base * 1', 'h6-font-size' => '$font-size-base * 0.85', 'headings-margin-bottom' => '$spacer / 2', 'headings-font-family' => 'null', 'headings-font-weight' => '300', 'headings-line-height' => '1.2', 'headings-color' => 'null', 'display1-size' => '6rem', 'display2-size' => '5.5rem', 'display3-size' => '4.5rem', 'display4-size' => '3.5rem', 'display1-weight' => '300', 'display2-weight' => '300', 'display3-weight' => '300', 'display4-weight' => '300', 'display-line-height' => '$headings-line-height', 'lead-font-size' => '$font-size-base * 1.25', 'lead-font-weight' => '300', 'small-font-size' => '80%', 'text-muted' => '$gray-600', 'blockquote-small-color' => '$gray-600', 'blockquote-small-font-size' => '$small-font-size', 'blockquote-font-size' => '$font-size-base * 1.25', 'hr-border-color' => 'rgba($black, .1)', 'hr-border-width' => '$border-width', 'mark-padding' => '.2em', 'dt-font-weight' => '$font-weight-bold', 'kbd-box-shadow' => 'inset 0 -.1rem 0 rgba($black, .25)', 'nested-kbd-font-weight' => '$font-weight-bold', 'list-inline-padding' => '.5rem', 'mark-bg' => '#fcf8e3', 'hr-margin-y' => '$spacer', 'table-cell-padding' => '.75rem', 'table-cell-padding-sm' => '.3rem', 'table-color' => '$body-color', 'table-bg' => 'null', 'table-accent-bg' => 'rgba($black, .05)', 'table-hover-color' => '$table-color', 'table-hover-bg' => 'rgba($black, .075)', 'table-active-bg' => '$table-hover-bg', 'table-border-width' => '$border-width', 'table-border-color' => '$border-color', 'table-head-bg' => '$gray-200', 'table-head-color' => '$gray-700', 'table-dark-color' => '$white', 'table-dark-bg' => '$gray-900', 'table-dark-accent-bg' => 'rgba($white, .05)', 'table-dark-hover-color' => '$table-dark-color', 'table-dark-hover-bg' => 'rgba($white, .075)', 'table-dark-border-color' => 'lighten($table-dark-bg, 7.5%)', 'table-striped-order' => 'odd', 'table-caption-color' => '$text-muted', 'table-bg-level' => '-9', 'table-border-level' => '-6', 'input-btn-padding-y' => '.375rem', 'input-btn-padding-x' => '.75rem', 'input-btn-font-family' => 'null', 'input-btn-font-size' => '$font-size-base', 'input-btn-line-height' => '$line-height-base', 'input-btn-focus-width' => '.2rem', 'input-btn-focus-color' => 'rgba($component-active-bg, .25)', 'input-btn-focus-box-shadow' => '0 0 0 $input-btn-focus-width $input-btn-focus-color', 'input-btn-padding-y-sm' => '.25rem', 'input-btn-padding-x-sm' => '.5rem', 'input-btn-font-size-sm' => '$font-size-sm', 'input-btn-line-height-sm' => '$line-height-sm', 'input-btn-padding-y-lg' => '.5rem', 'input-btn-padding-x-lg' => '1rem', 'input-btn-font-size-lg' => '$font-size-lg', 'input-btn-line-height-lg' => '$line-height-lg', 'input-btn-border-width' => '$border-width', 'btn-padding-y' => '$input-btn-padding-y', 'btn-padding-x' => '$input-btn-padding-x', 'btn-font-family' => '$input-btn-font-family', 'btn-font-size' => '$input-btn-font-size', 'btn-line-height' => '$input-btn-line-height', 'btn-white-space' => 'null', 'btn-padding-y-sm' => '$input-btn-padding-y-sm', 'btn-padding-x-sm' => '$input-btn-padding-x-sm', 'btn-line-height-sm' => '$input-btn-line-height-sm', 'btn-padding-y-lg' => '$input-btn-padding-y-lg', 'btn-padding-x-lg' => '$input-btn-padding-x-lg', 'btn-line-height-lg' => '$input-btn-line-height-lg', 'btn-border-width' => '$input-btn-border-width', 'btn-font-weight' => '$font-weight-normal', 'btn-box-shadow' => 'inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075)', 'btn-focus-width' => '$input-btn-focus-width', 'btn-focus-box-shadow' => '$input-btn-focus-box-shadow', 'btn-disabled-opacity' => '.65', 'btn-active-box-shadow' => 'inset 0 3px 5px rgba($black, .125)', 'btn-link-disabled-color' => '$gray-600', 'btn-block-spacing-y' => '.5rem', 'btn-border-radius' => '$border-radius', 'btn-border-radius-lg' => '$border-radius-lg', 'btn-border-radius-sm' => '$border-radius-sm', 'btn-transition' => 'color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out', 'input-padding-y' => '$input-btn-padding-y', 'input-padding-x' => '$input-btn-padding-x', 'input-font-family' => '$input-btn-font-family', 'input-font-size' => '$input-btn-font-size', 'input-font-weight' => '$font-weight-base', 'input-line-height' => '$input-btn-line-height', 'input-padding-y-sm' => '$input-btn-padding-y-sm', 'input-padding-x-sm' => '$input-btn-padding-x-sm', 'input-line-height-sm' => '$input-btn-line-height-sm', 'input-padding-y-lg' => '$input-btn-padding-y-lg', 'input-padding-x-lg' => '$input-btn-padding-x-lg', 'input-line-height-lg' => '$input-btn-line-height-lg', 'input-bg' => '$white', 'input-disabled-bg' => '$gray-200', 'input-color' => '$gray-700', 'input-border-color' => '$gray-400', 'input-border-width' => '$input-btn-border-width', 'input-box-shadow' => 'inset 0 1px 1px rgba($black, .075)', 'input-border-radius' => '$border-radius', 'input-border-radius-lg' => '$border-radius-lg', 'input-border-radius-sm' => '$border-radius-sm', 'input-focus-bg' => '$input-bg', 'input-focus-border-color' => 'lighten($component-active-bg, 25%)', 'input-focus-color' => '$input-color', 'input-focus-width' => '$input-btn-focus-width', 'input-focus-box-shadow' => '$input-btn-focus-box-shadow', 'input-placeholder-color' => '$gray-600', 'input-height-border' => '$input-border-width * 2', 'input-height-inner' => 'add($input-line-height * 1em, $input-padding-y * 2)', 'input-height-inner-half' => 'add($input-line-height * .5em, $input-padding-y)', 'input-height-inner-quarter' => 'add($input-line-height * .25em, $input-padding-y / 2)', 'input-height' => 'add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false))', 'input-height-sm' => 'add($input-line-height-sm * 1em, add($input-padding-y-sm * 2, $input-height-border, false))', 'input-height-lg' => 'add($input-line-height-lg * 1em, add($input-padding-y-lg * 2, $input-height-border, false))', 'input-transition' => 'border-color .15s ease-in-out, box-shadow .15s ease-in-out', 'form-text-margin-top' => '.25rem', 'form-check-input-gutter' => '1.25rem', 'form-check-input-margin-y' => '.3rem', 'form-check-input-margin-x' => '.25rem', 'form-check-inline-margin-x' => '.75rem', 'form-check-inline-input-margin-x' => '.3125rem', 'form-grid-gutter-width' => '10px', 'form-group-margin-bottom' => '1rem', 'input-group-addon-color' => '$input-color', 'input-group-addon-bg' => '$gray-200', 'input-group-addon-border-color' => '$input-border-color', 'custom-control-gutter' => '.5rem', 'custom-control-spacer-x' => '1rem', 'custom-control-cursor' => 'null', 'custom-control-indicator-size' => '1rem', 'custom-control-indicator-bg' => '$input-bg', 'custom-control-indicator-bg-size' => '50% 50%', 'custom-control-indicator-box-shadow' => '$input-box-shadow', 'custom-control-indicator-border-color' => '$gray-500', 'custom-control-indicator-border-width' => '$input-border-width', 'custom-control-label-color' => 'null', 'custom-control-indicator-disabled-bg' => '$input-disabled-bg', 'custom-control-label-disabled-color' => '$gray-600', 'custom-control-indicator-checked-color' => '$component-active-color', 'custom-control-indicator-checked-bg' => '$component-active-bg', 'custom-control-indicator-checked-disabled-bg' => 'rgba($primary, .5)', 'custom-control-indicator-checked-box-shadow' => 'none', 'custom-control-indicator-checked-border-color' => '$custom-control-indicator-checked-bg', 'custom-control-indicator-focus-box-shadow' => '$input-focus-box-shadow', 'custom-control-indicator-focus-border-color' => '$input-focus-border-color', 'custom-control-indicator-active-color' => '$component-active-color', 'custom-control-indicator-active-bg' => 'lighten($component-active-bg, 35%)', 'custom-control-indicator-active-box-shadow' => 'none', 'custom-control-indicator-active-border-color' => '$custom-control-indicator-active-bg', 'custom-checkbox-indicator-border-radius' => '$border-radius', 'custom-checkbox-indicator-icon-checked' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'><path fill=\'#{$custom-control-indicator-checked-color}\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z\'/></svg>")', 'custom-checkbox-indicator-indeterminate-bg' => '$component-active-bg', 'custom-checkbox-indicator-indeterminate-color' => '$custom-control-indicator-checked-color', 'custom-checkbox-indicator-icon-indeterminate' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'4\' viewBox=\'0 0 4 4\'><path stroke=\'#{$custom-checkbox-indicator-indeterminate-color}\' d=\'M0 2h4\'/></svg>")', 'custom-checkbox-indicator-indeterminate-box-shadow' => 'none', 'custom-checkbox-indicator-indeterminate-border-color' => '$custom-checkbox-indicator-indeterminate-bg', 'custom-radio-indicator-border-radius' => '50%', 'custom-radio-indicator-icon-checked' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' viewBox=\'-4 -4 8 8\'><circle r=\'3\' fill=\'#{$custom-control-indicator-checked-color}\'/></svg>")', 'custom-switch-width' => '$custom-control-indicator-size * 1.75', 'custom-switch-indicator-border-radius' => '$custom-control-indicator-size / 2', 'custom-switch-indicator-size' => 'subtract($custom-control-indicator-size, $custom-control-indicator-border-width * 4)', 'custom-select-padding-y' => '$input-padding-y', 'custom-select-padding-x' => '$input-padding-x', 'custom-select-font-family' => '$input-font-family', 'custom-select-font-size' => '$input-font-size', 'custom-select-height' => '$input-height', 'custom-select-indicator-padding' => '1rem', 'custom-select-font-weight' => '$input-font-weight', 'custom-select-line-height' => '$input-line-height', 'custom-select-color' => '$input-color', 'custom-select-disabled-color' => '$gray-600', 'custom-select-bg' => '$input-bg', 'custom-select-disabled-bg' => '$gray-200', 'custom-select-bg-size' => '8px 10px', 'custom-select-indicator-color' => '$gray-800', 'custom-select-indicator' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'><path fill=\'#{$custom-select-indicator-color}\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/></svg>")', 'custom-select-background' => 'escape-svg($custom-select-indicator) no-repeat right $custom-select-padding-x center / $custom-select-bg-size; // Used so we can have multiple background elements (e.g., arrow and feedback icon)', 'custom-select-feedback-icon-padding-right' => 'add(1em * .75, (2 * $custom-select-padding-y * .75) + $custom-select-padding-x + $custom-select-indicator-padding)', 'custom-select-feedback-icon-position' => 'center right ($custom-select-padding-x + $custom-select-indicator-padding)', 'custom-select-feedback-icon-size' => '$input-height-inner-half $input-height-inner-half', 'custom-select-border-width' => '$input-border-width', 'custom-select-border-color' => '$input-border-color', 'custom-select-border-radius' => '$border-radius', 'custom-select-box-shadow' => 'inset 0 1px 2px rgba($black, .075)', 'custom-select-focus-border-color' => '$input-focus-border-color', 'custom-select-focus-width' => '$input-focus-width', 'custom-select-focus-box-shadow' => '0 0 0 $custom-select-focus-width $input-btn-focus-color', 'custom-select-padding-y-sm' => '$input-padding-y-sm', 'custom-select-padding-x-sm' => '$input-padding-x-sm', 'custom-select-font-size-sm' => '$input-font-size-sm', 'custom-select-height-sm' => '$input-height-sm', 'custom-select-padding-y-lg' => '$input-padding-y-lg', 'custom-select-padding-x-lg' => '$input-padding-x-lg', 'custom-select-font-size-lg' => '$input-btn-font-size-lg', 'custom-select-height-lg' => '$input-height-lg', 'custom-range-track-width' => '100%', 'custom-range-track-height' => '.5rem', 'custom-range-track-cursor' => 'pointer', 'custom-range-track-bg' => '$gray-300', 'custom-range-track-border-radius' => '1rem', 'custom-range-track-box-shadow' => 'inset 0 .25rem .25rem rgba($black, .1)', 'custom-range-thumb-width' => '1rem', 'custom-range-thumb-height' => '$custom-range-thumb-width', 'custom-range-thumb-bg' => '$component-active-bg', 'custom-range-thumb-border' => '0', 'custom-range-thumb-border-radius' => '1rem', 'custom-range-thumb-box-shadow' => '0 .1rem .25rem rgba($black, .1)', 'custom-range-thumb-focus-box-shadow' => '0 0 0 1px $body-bg, $input-focus-box-shadow', 'custom-range-thumb-focus-box-shadow-width' => '$input-focus-width', 'custom-range-thumb-active-bg' => 'lighten($component-active-bg, 35%)', 'custom-range-thumb-disabled-bg' => '$gray-500', 'custom-file-height' => '$input-height', 'custom-file-height-inner' => '$input-height-inner', 'custom-file-focus-border-color' => '$input-focus-border-color', 'custom-file-focus-box-shadow' => '$input-btn-focus-box-shadow', 'custom-file-disabled-bg' => '$input-disabled-bg', 'custom-file-padding-y' => '$input-padding-y', 'custom-file-padding-x' => '$input-padding-x', 'custom-file-line-height' => '$input-line-height', 'custom-file-font-family' => '$input-font-family', 'custom-file-font-weight' => '$input-font-weight', 'custom-file-color' => '$input-color', 'custom-file-bg' => '$input-bg', 'custom-file-border-width' => '$input-border-width', 'custom-file-border-color' => '$input-border-color', 'custom-file-border-radius' => '$input-border-radius', 'custom-file-box-shadow' => '$input-box-shadow', 'custom-file-button-color' => '$custom-file-color', 'custom-file-button-bg' => '$input-group-addon-bg', 'form-feedback-margin-top' => '$form-text-margin-top', 'form-feedback-font-size' => '$small-font-size', 'form-feedback-valid-color' => '$success', 'form-feedback-invalid-color' => '$danger', 'form-feedback-icon-valid-color' => '$form-feedback-valid-color', 'form-feedback-icon-valid' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'><path fill=\'#{$form-feedback-icon-valid-color}\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/></svg>")', 'form-feedback-icon-invalid-color' => '$form-feedback-invalid-color', 'form-feedback-icon-invalid' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'#{$form-feedback-icon-invalid-color}\' viewBox=\'0 0 12 12\'><circle cx=\'6\' cy=\'6\' r=\'4.5\'/><path stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/><circle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'#{$form-feedback-icon-invalid-color}\' stroke=\'none\'/></svg>")', 'dropdown-min-width' => '10rem', 'dropdown-padding-y' => '.5rem', 'dropdown-spacer' => '.125rem', 'dropdown-font-size' => '$font-size-base', 'dropdown-color' => '$body-color', 'dropdown-bg' => '$white', 'dropdown-border-color' => 'rgba($black, .15)', 'dropdown-border-radius' => '$border-radius', 'dropdown-border-width' => '$border-width', 'dropdown-inner-border-radius' => 'subtract($dropdown-border-radius, $dropdown-border-width)', 'dropdown-divider-bg' => '$gray-200', 'dropdown-divider-margin-y' => '$nav-divider-margin-y', 'dropdown-box-shadow' => '0 .5rem 1rem rgba($black, .175)', 'dropdown-link-color' => '$gray-900', 'dropdown-link-hover-color' => 'darken($gray-900, 5%)', 'dropdown-link-hover-bg' => '$gray-100', 'dropdown-link-active-color' => '$component-active-color', 'dropdown-link-active-bg' => '$component-active-bg', 'dropdown-link-disabled-color' => '$gray-600', 'dropdown-item-padding-y' => '.25rem', 'dropdown-item-padding-x' => '1.5rem', 'dropdown-header-color' => '$gray-600', 'zindex-dropdown' => '1000', 'zindex-sticky' => '1020', 'zindex-fixed' => '1030', 'zindex-modal-backdrop' => '1040', 'zindex-modal' => '1050', 'zindex-popover' => '1060', 'zindex-tooltip' => '1070', 'nav-link-padding-y' => '.5rem', 'nav-link-padding-x' => '1rem', 'nav-link-disabled-color' => '$gray-600', 'nav-tabs-border-color' => '$gray-300', 'nav-tabs-border-width' => '$border-width', 'nav-tabs-border-radius' => '$border-radius', 'nav-tabs-link-hover-border-color' => '$gray-200 $gray-200 $nav-tabs-border-color', 'nav-tabs-link-active-color' => '$gray-700', 'nav-tabs-link-active-bg' => '$body-bg', 'nav-tabs-link-active-border-color' => '$gray-300 $gray-300 $nav-tabs-link-active-bg', 'nav-pills-border-radius' => '$border-radius', 'nav-pills-link-active-color' => '$component-active-color', 'nav-pills-link-active-bg' => '$component-active-bg', 'nav-divider-color' => '$gray-200', 'nav-divider-margin-y' => '$spacer / 2', 'navbar-padding-y' => '$spacer / 2', 'navbar-padding-x' => '$spacer', 'navbar-nav-link-padding-x' => '1rem', 'navbar-brand-font-size' => '$font-size-lg', 'nav-link-height' => '$font-size-base * $line-height-base + $nav-link-padding-y * 2', 'navbar-brand-height' => '$navbar-brand-font-size * $line-height-base', 'navbar-brand-padding-y' => '($nav-link-height - $navbar-brand-height) / 2', 'navbar-toggler-padding-y' => '.25rem', 'navbar-toggler-padding-x' => '.75rem', 'navbar-toggler-font-size' => '$font-size-lg', 'navbar-toggler-border-radius' => '$btn-border-radius', 'navbar-dark-color' => 'rgba($white, .5)', 'navbar-dark-hover-color' => 'rgba($white, .75)', 'navbar-dark-active-color' => '$white', 'navbar-dark-disabled-color' => 'rgba($white, .25)', 'navbar-dark-toggler-icon-bg' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'><path stroke=\'#{$navbar-dark-color}\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/></svg>")', 'navbar-dark-toggler-border-color' => 'rgba($white, .1)', 'navbar-light-color' => 'rgba($black, .5)', 'navbar-light-hover-color' => 'rgba($black, .7)', 'navbar-light-active-color' => 'rgba($black, .9)', 'navbar-light-disabled-color' => 'rgba($black, .3)', 'navbar-light-toggler-icon-bg' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'><path stroke=\'#{$navbar-light-color}\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/></svg>")', 'navbar-light-toggler-border-color' => 'rgba($black, .1)', 'navbar-light-brand-color' => '$navbar-light-active-color', 'navbar-light-brand-hover-color' => '$navbar-light-active-color', 'navbar-dark-brand-color' => '$navbar-dark-active-color', 'navbar-dark-brand-hover-color' => '$navbar-dark-active-color', 'pagination-padding-y' => '.5rem', 'pagination-padding-x' => '.75rem', 'pagination-padding-y-sm' => '.25rem', 'pagination-padding-x-sm' => '.5rem', 'pagination-padding-y-lg' => '.75rem', 'pagination-padding-x-lg' => '1.5rem', 'pagination-line-height' => '1.25', 'pagination-color' => '$link-color', 'pagination-bg' => '$white', 'pagination-border-width' => '$border-width', 'pagination-border-color' => '$gray-300', 'pagination-focus-box-shadow' => '$input-btn-focus-box-shadow', 'pagination-hover-color' => '$link-hover-color', 'pagination-hover-bg' => '$gray-200', 'pagination-hover-border-color' => '$gray-300', 'pagination-active-color' => '$component-active-color', 'pagination-active-bg' => '$component-active-bg', 'pagination-active-border-color' => '$pagination-active-bg', 'pagination-disabled-color' => '$gray-600', 'pagination-disabled-bg' => '$white', 'pagination-disabled-border-color' => '$gray-300', 'jumbotron-padding' => '2rem', 'jumbotron-color' => 'null', 'jumbotron-bg' => '$gray-200', 'card-spacer-y' => '1rem', 'card-spacer-x' => '1.5rem', 'card-border-width' => '$border-width', 'card-border-radius' => '$border-radius', 'card-border-color' => 'rgba($black, .125)', 'card-inner-border-radius' => 'subtract($card-border-radius, $card-border-width)', 'card-cap-bg' => 'rgba($black, .03)', 'card-cap-color' => 'null', 'card-height' => 'null', 'card-color' => 'null', 'card-bg' => '$white', 'card-img-overlay-padding' => '1.25rem', 'card-group-margin' => '10px', 'card-deck-margin' => '$card-group-margin', 'card-columns-count' => '3', 'card-columns-gap' => '1.25rem', 'card-columns-margin' => '$card-spacer-y', 'tooltip-font-size' => '$font-size-sm', 'tooltip-max-width' => '200px', 'tooltip-color' => '$white', 'tooltip-bg' => '$black', 'tooltip-border-radius' => '$border-radius', 'tooltip-opacity' => '.9', 'tooltip-padding-y' => '.25rem', 'tooltip-padding-x' => '.5rem', 'tooltip-margin' => '0', 'tooltip-arrow-width' => '.8rem', 'tooltip-arrow-height' => '.4rem', 'tooltip-arrow-color' => '$tooltip-bg', 'popover-font-size' => '$font-size-sm', 'popover-bg' => '$white', 'popover-max-width' => '276px', 'popover-border-width' => '$border-width', 'popover-border-color' => 'rgba($black, .2)', 'popover-border-radius' => '$border-radius-lg', 'popover-inner-border-radius' => 'subtract($popover-border-radius, $popover-border-width)', 'popover-box-shadow' => '0 .25rem .5rem rgba($black, .2)', 'popover-header-bg' => 'darken($popover-bg, 3%)', 'popover-header-color' => '$headings-color', 'popover-header-padding-y' => '.5rem', 'popover-header-padding-x' => '.75rem', 'popover-body-color' => '$body-color', 'popover-body-padding-y' => '$popover-header-padding-y', 'popover-body-padding-x' => '$popover-header-padding-x', 'popover-arrow-width' => '1rem', 'popover-arrow-height' => '.5rem', 'popover-arrow-color' => '$popover-bg', 'popover-arrow-outer-color' => 'fade-in($popover-border-color, .05)', 'toast-max-width' => '350px', 'toast-padding-x' => '.75rem', 'toast-padding-y' => '.25rem', 'toast-font-size' => '.875rem', 'toast-color' => 'null', 'toast-background-color' => 'rgba($white, .85)', 'toast-border-width' => '1px', 'toast-border-color' => 'rgba(0, 0, 0, .1)', 'toast-border-radius' => '.25rem', 'toast-box-shadow' => '0 .25rem .75rem rgba($black, .1)', 'toast-header-color' => '$gray-600', 'toast-header-background-color' => 'rgba($white, .85)', 'toast-header-border-color' => 'rgba(0, 0, 0, .05)', 'badge-font-size' => '75%', 'badge-font-weight' => '$font-weight-bold', 'badge-padding-y' => '.25em', 'badge-padding-x' => '.4em', 'badge-border-radius' => '$border-radius', 'badge-transition' => '$btn-transition', 'badge-focus-width' => '$input-btn-focus-width', 'badge-pill-padding-x' => '.6em', 'badge-pill-border-radius' => '10rem', 'modal-inner-padding' => '1rem', 'modal-footer-margin-between' => '.5rem', 'modal-dialog-margin' => '.5rem', 'modal-dialog-margin-y-sm-up' => '1.75rem', 'modal-title-line-height' => '$line-height-base', 'modal-content-color' => 'null', 'modal-content-bg' => '$white', 'modal-content-border-color' => 'rgba($black, .2)', 'modal-content-border-width' => '$border-width', 'modal-content-border-radius' => '$border-radius-lg', 'modal-content-inner-border-radius' => 'subtract($modal-content-border-radius, $modal-content-border-width)', 'modal-content-box-shadow-xs' => '0 .25rem .5rem rgba($black, .5)', 'modal-content-box-shadow-sm-up' => '0 .5rem 1rem rgba($black, .5)', 'modal-backdrop-bg' => '$black', 'modal-backdrop-opacity' => '.5', 'modal-header-border-color' => '$border-color', 'modal-footer-border-color' => '$modal-header-border-color', 'modal-header-border-width' => '$modal-content-border-width', 'modal-footer-border-width' => '$modal-header-border-width', 'modal-header-padding' => '1rem', 'modal-lg' => '800px', 'modal-md' => '500px', 'modal-sm' => '300px', 'modal-transition' => 'transform .3s ease-out', 'modal-scale-transform' => 'scale(1.02)', 'alert-padding-y' => '.75rem', 'alert-padding-x' => '1.25rem', 'alert-margin-bottom' => '1rem', 'alert-border-radius' => '$border-radius', 'alert-link-font-weight' => '$font-weight-bold', 'alert-border-width' => '$border-width', 'alert-bg-level' => '-10', 'alert-border-level' => '-9', 'alert-color-level' => '6', 'progress-height' => '1rem', 'progress-font-size' => '$font-size-base * .75', 'progress-bg' => '$gray-200', 'progress-border-radius' => '$border-radius', 'progress-box-shadow' => 'inset 0 .1rem .1rem rgba($black, .1)', 'progress-bar-color' => '$white', 'progress-bar-bg' => '$primary', 'progress-bar-animation-timing' => '1s linear infinite', 'progress-bar-transition' => 'width .6s ease', 'list-group-color' => 'null', 'list-group-bg' => '$white', 'list-group-border-color' => 'rgba($black, .125)', 'list-group-border-width' => '$border-width', 'list-group-border-radius' => '$border-radius', 'list-group-item-padding-y' => '.75rem', 'list-group-item-padding-x' => '1.25rem', 'list-group-hover-bg' => '$gray-100', 'list-group-active-color' => '$component-active-color', 'list-group-active-bg' => '$component-active-bg', 'list-group-active-border-color' => '$list-group-active-bg', 'list-group-disabled-color' => '$gray-600', 'list-group-disabled-bg' => '$list-group-bg', 'list-group-action-color' => '$gray-700', 'list-group-action-hover-color' => '$list-group-action-color', 'list-group-action-active-color' => '$body-color', 'list-group-action-active-bg' => '$gray-200', 'thumbnail-padding' => '.25rem', 'thumbnail-bg' => '$body-bg', 'thumbnail-border-width' => '$border-width', 'thumbnail-border-color' => '$gray-300', 'thumbnail-border-radius' => '$border-radius', 'thumbnail-box-shadow' => '0 1px 2px rgba($black, .075)', 'figure-caption-font-size' => '90%', 'figure-caption-color' => '$gray-600', 'breadcrumb-font-size' => 'null', 'breadcrumb-padding-y' => '.75rem', 'breadcrumb-padding-x' => '1rem', 'breadcrumb-item-padding' => '.5rem', 'breadcrumb-margin-bottom' => '1rem', 'breadcrumb-bg' => '#f2f2f2', 'breadcrumb-divider-color' => '$gray-600', 'breadcrumb-active-color' => '$gray-600', 'breadcrumb-divider' => 'quote("/")', 'breadcrumb-border-radius' => '$border-radius', 'carousel-control-color' => '$white', 'carousel-control-width' => '15%', 'carousel-control-opacity' => '.5', 'carousel-indicator-width' => '30px', 'carousel-indicator-height' => '3px', 'carousel-indicator-spacer' => '3px', 'carousel-indicator-active-bg' => '$white', 'carousel-caption-width' => '70%', 'carousel-caption-color' => '$white', 'carousel-control-icon-width' => '20px', 'carousel-control-prev-icon-bg' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'#{$carousel-control-color}\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'><path d=\'M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z\'/></svg>")', 'carousel-control-next-icon-bg' => 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' fill=\'#{$carousel-control-color}\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'><path d=\'M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z\'/></svg>")', 'carousel-transition' => 'transform .6s ease', 'close-font-size' => '$font-size-base * 1.5', 'close-font-weight' => '$font-weight-bold', 'close-color' => '$black', 'close-text-shadow' => '0 1px 0 $white', 'code-font-size' => '87.5%', 'code-color' => '$pink', 'kbd-padding-y' => '.2rem', 'kbd-padding-x' => '.4rem', 'kbd-font-size' => '$code-font-size', 'kbd-color' => '$white', 'kbd-bg' => '$gray-900', 'pre-color' => '$gray-900', 'pre-scrollable-max-height' => '340px', 'print-page-size' => 'a3', 'print-body-min-width' => 'map-get($grid-breakpoints, "lg")')))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/bootstrap_package/Classes/Service/CompileService.php line 75
                    if ($configuration['overrideParserVariables']) {
                        $settings['variables'] = $this->getVariablesFromConstants($settings['file']['info']['extension']);
                    }
                    try {
                        return $parser->compile($file, $settings);
                    } catch (\Exception $e) {
                        $this->clearCompilerCaches();
                        throw $e;
                    }
at BK2K\BootstrapPackage\Service\CompileService->getCompiledFile('typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss')
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/bootstrap_package/Classes/Hooks/PageRenderer/PreProcessHook.php line 38
        foreach (['cssLibs', 'cssFiles'] as $key) {
            $files = [];
            if (is_array($params[$key])) {
                foreach ($params[$key] as $file => $settings) {
                    $compiledFile = $this->getCompileService()->getCompiledFile($file);
                    if ($compiledFile !== false) {
                        $settings['file'] = $compiledFile;
                        $files[$compiledFile] = $settings;
                    } else {
at BK2K\BootstrapPackage\Hooks\PageRenderer\PreProcessHook->execute(array('jsLibs' => array('modernizr' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/modernizr/modernizr.min.js', 'type' => '', 'section' => 1, 'compress' => true, 'forceOnTop' => true, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => true, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'popper_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/popper/popper.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/bootstrap4/js/bootstrap.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'jquery_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/jquery/jquery.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => true, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'hammerjs_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/hammerjs/hammer.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'photoswipe_core_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'photoswipe_ui_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe-ui-default.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_accordion_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.accordion.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_form_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.form.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_swipe_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.swipe.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_popover_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.popover.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_stickyheader_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.stickyheader.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_smoothscroll_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.smoothscroll.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_lightbox_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_navbar_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.navbar.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'contrib_cookieconsent_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/cookieconsent/cookieconsent.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_cookieconsent_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.cookieconsent.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false)), 'jsFooterLibs' => array(), 'jsFiles' => array('typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/plugin.js' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/plugin.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/main.js' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/main.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false)), 'jsFooterFiles' => array(), 'cssLibs' => array('typo3temp/assets/bootstrappackage/fonts/34b6f09d2160836c09a63c8351093eadf788ed4cb9c6c596239ff2ffe69204f8/webfont.css' => array('file' => 'typo3temp/assets/bootstrappackage/fonts/34b6f09d2160836c09a63c8351093eadf788ed4cb9c6c596239ff2ffe69204f8/webfont.css', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => false, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => true, 'splitChar' => null, 'inline' => null), 'typo3conf/ext/bootstrap_package/Resources/Public/Fonts/bootstrappackageicon.min.css' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Fonts/bootstrappackageicon.min.css', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null), 'typo3conf/ext/swisssecurium_billing/Resources/Public/Css/plugin.css' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/Css/plugin.css', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null)), 'cssFiles' => array('typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null), 'typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null)), 'headerData' => array('', '<!--HD_1fc00283ce24a1ceb6627e0d65e3ef7b-->'), 'footerData' => array('<!--FD_1fc00283ce24a1ceb6627e0d65e3ef7b-->'), 'jsInline' => array(), 'jsFooterInline' => array(), 'cssInline' => array()), object(TYPO3\CMS\Core\Page\PageRenderer))
at call_user_func_array(array(object(BK2K\BootstrapPackage\Hooks\PageRenderer\PreProcessHook), 'execute'), array(array('jsLibs' => array('modernizr' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/modernizr/modernizr.min.js', 'type' => '', 'section' => 1, 'compress' => true, 'forceOnTop' => true, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => true, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'popper_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/popper/popper.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/bootstrap4/js/bootstrap.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'jquery_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/jquery/jquery.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => true, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'hammerjs_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/hammerjs/hammer.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'photoswipe_core_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'photoswipe_ui_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe-ui-default.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_accordion_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.accordion.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_form_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.form.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_swipe_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.swipe.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_popover_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.popover.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_stickyheader_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.stickyheader.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_smoothscroll_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.smoothscroll.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_lightbox_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_navbar_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.navbar.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'contrib_cookieconsent_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/cookieconsent/cookieconsent.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_cookieconsent_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.cookieconsent.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false)), 'jsFooterLibs' => array(), 'jsFiles' => array('typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/plugin.js' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/plugin.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/main.js' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/main.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false)), 'jsFooterFiles' => array(), 'cssLibs' => array('typo3temp/assets/bootstrappackage/fonts/34b6f09d2160836c09a63c8351093eadf788ed4cb9c6c596239ff2ffe69204f8/webfont.css' => array('file' => 'typo3temp/assets/bootstrappackage/fonts/34b6f09d2160836c09a63c8351093eadf788ed4cb9c6c596239ff2ffe69204f8/webfont.css', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => false, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => true, 'splitChar' => null, 'inline' => null), 'typo3conf/ext/bootstrap_package/Resources/Public/Fonts/bootstrappackageicon.min.css' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Fonts/bootstrappackageicon.min.css', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null), 'typo3conf/ext/swisssecurium_billing/Resources/Public/Css/plugin.css' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/Css/plugin.css', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null)), 'cssFiles' => array('typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null), 'typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null)), 'headerData' => array('', '<!--HD_1fc00283ce24a1ceb6627e0d65e3ef7b-->'), 'footerData' => array('<!--FD_1fc00283ce24a1ceb6627e0d65e3ef7b-->'), 'jsInline' => array(), 'jsFooterInline' => array(), 'cssInline' => array()), object(TYPO3\CMS\Core\Page\PageRenderer)))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 3343
                $methodName = (string)$parts[1];
                $callable = [$classObj, $methodName];
                if (is_callable($callable)) {
                    // Call method:
                    $content = call_user_func_array($callable, [&$params, &$ref]);
                } else {
                    $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];
                    throw new \InvalidArgumentException($errorMsg, 1294585865);
                }
at TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction('BK2K\\BootstrapPackage\\Hooks\\PageRenderer\\PreProcessHook->execute', array('jsLibs' => array('modernizr' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/modernizr/modernizr.min.js', 'type' => '', 'section' => 1, 'compress' => true, 'forceOnTop' => true, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => true, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'popper_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/popper/popper.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/bootstrap4/js/bootstrap.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'jquery_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/jquery/jquery.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => true, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'hammerjs_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/hammerjs/hammer.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'photoswipe_core_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'photoswipe_ui_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/photoswipe/photoswipe-ui-default.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_accordion_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.accordion.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_form_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.form.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_swipe_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.swipe.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_popover_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.popover.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_stickyheader_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.stickyheader.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_smoothscroll_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.smoothscroll.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_lightbox_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.lightbox.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_navbar_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.navbar.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'contrib_cookieconsent_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Contrib/cookieconsent/cookieconsent.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'bootstrap_cookieconsent_jsfooterlibrary' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/JavaScript/Dist/bootstrap.cookieconsent.min.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false)), 'jsFooterLibs' => array(), 'jsFiles' => array('typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/plugin.js' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/plugin.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false), 'typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/main.js' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/JavaScript/Dist/main.js', 'type' => '', 'section' => 2, 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'async' => false, 'integrity' => null, 'defer' => false, 'crossorigin' => null, 'nomodule' => false)), 'jsFooterFiles' => array(), 'cssLibs' => array('typo3temp/assets/bootstrappackage/fonts/34b6f09d2160836c09a63c8351093eadf788ed4cb9c6c596239ff2ffe69204f8/webfont.css' => array('file' => 'typo3temp/assets/bootstrappackage/fonts/34b6f09d2160836c09a63c8351093eadf788ed4cb9c6c596239ff2ffe69204f8/webfont.css', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => false, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => true, 'splitChar' => null, 'inline' => null), 'typo3conf/ext/bootstrap_package/Resources/Public/Fonts/bootstrappackageicon.min.css' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Fonts/bootstrappackageicon.min.css', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null), 'typo3conf/ext/swisssecurium_billing/Resources/Public/Css/plugin.css' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/Css/plugin.css', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null)), 'cssFiles' => array('typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss' => array('file' => 'typo3conf/ext/bootstrap_package/Resources/Public/Scss/Theme/theme.scss', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null), 'typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss' => array('file' => 'typo3conf/ext/swisssecurium_billing/Resources/Public/Scss/master.scss', 'rel' => 'stylesheet', 'media' => 'all', 'title' => '', 'compress' => true, 'forceOnTop' => false, 'allWrap' => null, 'excludeFromConcatenation' => false, 'splitChar' => null, 'inline' => null)), 'headerData' => array('', '<!--HD_1fc00283ce24a1ceb6627e0d65e3ef7b-->'), 'footerData' => array('<!--FD_1fc00283ce24a1ceb6627e0d65e3ef7b-->'), 'jsInline' => array(), 'jsFooterInline' => array(), 'cssInline' => array()), object(TYPO3\CMS\Core\Page\PageRenderer))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Page/PageRenderer.php line 2614
            'jsFooterInline' => &$this->jsFooterInline,
            'cssInline' => &$this->cssInline
        ];
        foreach ($hooks as $hook) {
            GeneralUtility::callUserFunction($hook, $params, $this);
        }
    }

    /**
at TYPO3\CMS\Core\Page\PageRenderer->executePreRenderHook()
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Page/PageRenderer.php line 1811
     * @return array|string[]
     */
    protected function renderJavaScriptAndCss()
    {
        $this->executePreRenderHook();
        $mainJsLibs = $this->renderMainJavaScriptLibraries();
        if ($this->concatenateJavascript || $this->concatenateCss) {
            // Do the file concatenation
            $this->doConcatenate();
at TYPO3\CMS\Core\Page\PageRenderer->renderJavaScriptAndCss()
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Page/PageRenderer.php line 1763
     */
    public function renderJavaScriptAndCssForProcessingOfUncachedContentObjects($cachedPageContent, $substituteHash)
    {
        $this->prepareRendering();
        [$jsLibs, $jsFiles, $jsFooterFiles, $cssLibs, $cssFiles, $jsInline, $cssInline, $jsFooterInline, $jsFooterLibs] = $this->renderJavaScriptAndCss();
        $title = $this->title ? str_replace('|', htmlspecialchars($this->title), $this->titleTag) : '';
        $markerArray = [
            '<!-- ###TITLE' . $substituteHash . '### -->' => $title,
            '<!-- ###CSS_LIBS' . $substituteHash . '### -->' => $cssLibs,
at TYPO3\CMS\Core\Page\PageRenderer->renderJavaScriptAndCssForProcessingOfUncachedContentObjects('<!DOCTYPE html><html lang="de_DE"><head><meta charset="utf-8"><!-- Based on the TYPO3 Bootstrap Package by Benjamin Kott - https://www.bootstrap-package.com/ This website is powered by TYPO3 - inspiring people to share! TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL. TYPO3 is copyright 1998-2024 of Kasper Skaarhoj. Extensions are copyright of their respective owners. Information and contribution at https://typo3.org/--><link rel="shortcut icon" href="/typo3conf/ext/bootstrap_package/Resources/Public/Icons/favicon.ico" type="image/x-icon"><!-- ###TITLE1fc00283ce24a1ceb6627e0d65e3ef7b### --><!-- ###META1fc00283ce24a1ceb6627e0d65e3ef7b### --><!-- ###CSS_LIBS1fc00283ce24a1ceb6627e0d65e3ef7b### --><!-- ###CSS_INCLUDE1fc00283ce24a1ceb6627e0d65e3ef7b### --><!-- ###CSS_INLINE1fc00283ce24a1ceb6627e0d65e3ef7b### --><!-- ###JS_LIBS1fc00283ce24a1ceb6627e0d65e3ef7b### --><!-- ###JS_INCLUDE1fc00283ce24a1ceb6627e0d65e3ef7b### --><!-- ###JS_INLINE1fc00283ce24a1ceb6627e0d65e3ef7b### --><!-- ###HEADERDATA1fc00283ce24a1ceb6627e0d65e3ef7b### --></head><body id="p142" class="page-142 pagelevel-1 language-0 backendlayout-cabinet layout-default"><div class="body-bg"><div id="preloader" class="preloader-wrapp"><div class="preloader"><div class="double-bounce1"></div><div class="double-bounce2"></div></div></div><header class="navbar-fixed-top navbar__portal"><div class="container"><div class="navbar__portal--wrap navbar__portal--between"><div class="navbar__portal--left navbar__portal--login"><a class="navbar-logo-link" title="SwissSecurium" href="https://portal-swiss-securium.ddev.site/login"><img class="navbar__portal--logo" src="/typo3conf/ext/swisssecurium_billing/Resources/Public/Images/logo-ss.svg" alt="SwissSecurium" height="0" width="0"></a></div><div class="portal-login-language"><div class="btn-group bootstrap-select language-menu"><button type="button" class="dropdown-toggle navbar-language-button selectpicker btn-inverse" data-toggle="dropdown" title="DE"><span class="filter-option pull-left"><img src="/typo3conf/ext/swisssecurium_billing/Resources/Public/Images/language-german.svg"><span class="portal-login-language-name"></span></span></button><div class="dropdown-menu open"><ul class="portal-login-language-dropdown ropdown-menu inner selectpicker" role="menu"><li class="selected"><a href="https://portal-swiss-securium.ddev.site/login"><img class="navbar-language-image" src="/typo3conf/ext/swisssecurium_billing/Resources/Public/Images/language-german.svg"/><span class="portal-login-language-name">Deutsch</span></a></li><li><a href="https://portal-swiss-securium.ddev.site/en/login"><img class="navbar-language-image" src="/typo3conf/ext/swisssecurium_billing/Resources/Public/Images/english-lang.svg" /><span class="portal-login-language-name">English</span></a></li></ul></div></div></div></div></div></header><div class="cssload-container"><div class="cssload-zenith"></div></div><div class="portal__main container"><div class="row"><section class="main__content sidebar__content sidebar__content--login"><div class="container"><div class="row"><div id="c333" class="frame frame-default frame-type-felogin_login frame-layout-0 frame-background-none frame-no-backgroundimage frame-space-before-none frame-space-after-none"><div class="frame-container"><div class="frame-inner"><div class="login__container"> <div class="login__content"> <form autocomplete="off" target="_top" class="login__form" action="https://portal-swiss-securium.ddev.site/login?tx_felogin_login%5Baction%5D=login&amp;tx_felogin_login%5Bcontroller%5D=Login&amp;cHash=c1f3b9d1e6b069f035c3b7937f5ec335" method="post"><div><input type="hidden" name="__referrer[@extension]" value="Felogin" /><input type="hidden" name="__referrer[@controller]" value="Login" /><input type="hidden" name="__referrer[@action]" value="login" /><input type="hidden" name="__referrer[arguments]" value="YTowOnt98f755d778557cb6d8d4c23b8c40f247e912f87c7" /><input type="hidden" name="__referrer[@request]" value="{&quot;@extension&quot;:&quot;Felogin&quot;,&quot;@controller&quot;:&quot;Login&quot;,&quot;@action&quot;:&quot;login&quot;}f8ae4adb03df715858269dfed86b7e1c073549f1" /><input type="hidden" name="__trustedProperties" value="{&quot;user&quot;:1,&quot;pass&quot;:1,&quot;submit&quot;:1,&quot;logintype&quot;:1,&quot;pid&quot;:1,&quot;redirect_url&quot;:1}67bdcb036d49e900b760a21f4f537077038a137c" /></div> <h3 class="login__legend"> Anmelden </h3> <div class="login__message"> <p> </p> </div> <div class="login__fieldset login__fieldset--main"> <input placeholder="Benutzername" class="form-control form-control--user" id="user" type="text" name="user" /> <input autocomplete="off" data-rsa-encryption="" placeholder="Passwort" class="form-control form-control--pass" id="pass" type="password" name="pass" value="" /> </div> <div class="login__fieldset login__fieldset--otp"> <div class="login__label--wrap"> <label class="login__label login__label--otp" for="as-two-level-auth">Einmal-Passwort (OTP)</label> <a href="#" tabindex="0" role="button" class="login__otp--popover" data-toggle="popover" data-placement="bottom" data-trigger="focus" data-html="true" data-content="Ein OTP (One-Time Password / Einmal-Passwort) ist ein temporäres Passwort, das nur für 30 Sekunden gültig ist. Für die OTP-Generierung benötigen Sie unsere AccessSecurium App ( &lt;a href=&quot;https://apps.apple.com/us/app/accesssecurium/id1072367945&quot; target=&quot;_blank&quot; &gt;iOS&lt;/a&gt; | &lt;a href=&quot;https://play.google.com/store/apps/details?id=ch.alpeinsoft.accesssecurium&quot; target=&quot;_blank&quot;&gt;GooglePlay&lt;/a&gt;). ">Was ist OTP?</a> </div> <input type="password" id="as-two-level-auth" class="form-control" name="as-two-level-auth" value="" placeholder="OTP eingeben falls aktiviert" autocomplete="off" /> </div> <div class="login__forgot"> <a href="https://portal-swiss-securium.ddev.site/login?tx_felogin_login%5Baction%5D=recovery&amp;tx_felogin_login%5Bcontroller%5D=PasswordRecovery&amp;cHash=4fc962aeeed71443ec8b00a8a0fd9fcd"> Passwort vergessen ? </a> </div> <input class="btn btn-primary login__submit" type="submit" value="Anmelden" name="submit" /> <div class="felogin-hidden"> <input type="hidden" name="logintype" value="login" /> <input type="hidden" name="pid" value="72" /> <input type="hidden" name="redirect_url" value="https://portal-swiss-securium.ddev.site/dashboard" /> </div> </form> </div></div></div></div></div></div></div></section></div></div><footer id="page-footer" class="bp-page-footer"><section class="section footer-swiss__section footer-section-content"><div class="container"><div class="row"><div class="footer-swiss__top"><div class="row"><div class="footer-swiss__title col-lg-12"><p>KONTAKT</p></div><div class="footer-swiss__info"><div class="footer-swiss__info--left col-lg-3 col-md-6 col-sm-6 col-6"><p>ALPEIN Software SWISS AG <br>Hofwisenstrasse 12 <br>CH-8260 Stein am Rhein <br></p></div><div class="footer-swiss__info--right col-lg-3 col-md-6 col-sm-6 col-6"><address><a href="tel: +410415524400"><p>Tel.: +41 (0) 41 552 44 00</p></a><a href="fax: +410415524409"><p>Fax: +41 (0) 41 552 44 09</p></a><a href="mailto:contact@alpeinsoft.ch"><p>Mail to: contact@alpeinsoft.ch</p></a></address></div><div class="footer-swiss__desc col-lg-3 col-md-6 col-sm-6 col-6"><p>ALPEIN Software SWISS AG ist der Schweizer IT-Sicherheitsspezialist mit jahrelanger Erfahrung in Softwareentwicklung</p></div><div class="footer-swiss__social col-lg-3 col-md-6 col-sm-6 col-6"><a href="https://www.instagram.com/alpeinsoftwareswiss/" target="_blank" class="footer-swiss__social--link footer-swiss__social--instagram"></a><a href="https://www.linkedin.com/company/alpein-software-swiss-ag/" target="_blank" class="footer-swiss__social--link footer-swiss__social--linkedin"></a><a href="https://web.facebook.com/SwissSecurium/" target="_blank" class="footer-swiss__social--link footer-swiss__social--facebook"></a><a href="https://twitter.com/ALPEINSoftSWISS" target="_blank" class="footer-swiss__social--link footer-swiss__social--twitter"></a><a href="https://www.xing.com/companies/alpeinsoftwareswissag" target="_blank" class="footer-swiss__social--link footer-swiss__social--xing"></a></div></div></div></div><div class="footer-swiss__bottom"><div class="footer-swiss__bottom--left footer-swiss__bottom--link"><ul><li><a href="https://swiss.alpeinsoft.com/impressum">Impressum</a></li><li><a href="https://swiss.alpeinsoft.com/agb">AGB</a></li><li><a href="https://swiss.alpeinsoft.com/datenschutz">Datenschutz</a></li><li><a href="https://swiss.alpeinsoft.com/sitemap">Sitemap</a></li></ul><div class="footer-swiss__copyright"> 2024 ALPEIN Software SWISS AG </div></div><div class="footer-swiss__bottom--center"><img src="/typo3conf/ext/swisssecurium_billing/Resources/Public/Images/swiss-made.png" alt="SwissSecurium Kundenbereich logo"></div><div class="footer-swiss__bottom-right"><div class="footer-swiss__bottom--link"><ul><li><a href="https://swiss.alpeinsoft.com/faq">FAQ</a></li></ul></div><div class="footer-swiss__login"><a class="footer-swiss__login-btn" href="https://portal-swiss-securium.ddev.site/login"><img class="footer-swiss__login-image" src="/typo3conf/ext/swisssecurium_billing/Resources/Public/Images/login-icon.svg"><span class="footer-swiss__login-name">Login</span></a></div></div></div></div></div></section></footer></div><!-- ###JS_LIBS_FOOTER1fc00283ce24a1ceb6627e0d65e3ef7b### --><!-- ###JS_INCLUDE_FOOTER1fc00283ce24a1ceb6627e0d65e3ef7b### --><!-- ###JS_INLINE_FOOTER1fc00283ce24a1ceb6627e0d65e3ef7b### --><!-- ###FOOTERDATA1fc00283ce24a1ceb6627e0d65e3ef7b### --></body></html>', '1fc00283ce24a1ceb6627e0d65e3ef7b')
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php line 3055
            [
                $this->convOutputCharset(implode(LF, $this->additionalHeaderData)),
                $this->convOutputCharset(implode(LF, $this->additionalFooterData)),
            ],
            $this->pageRenderer->renderJavaScriptAndCssForProcessingOfUncachedContentObjects($this->content, $this->config['INTincScript_ext']['divKey'])
        );
        // Replace again, because header and footer data and page renderer replacements may introduce additional placeholders (see #44825)
        $this->recursivelyReplaceIntPlaceholdersInContent();
        $this->setAbsRefPrefix();
at TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->INTincScript()
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 150
                // When page was generated, this was already called. Avoid calling this twice.
                $controller->preparePageContentGeneration($request);
            }
            $this->timeTracker->push('Non-cached objects');
            $controller->INTincScript();
            $this->timeTracker->pull();
        }

        // Create a Response object when sending content
at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3conf/ext/swisssecurium_billing/Classes/Middleware/AlpeinMiddleware.php line 60
//                //return new JsonResponse([$res], 200);
//                return new HtmlResponse($res, 200);
//            }
//        }
        return $handler->handle($request); // general page
    }
}
at Alpein\SwisssecuriumBilling\Middleware\AlpeinMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 47
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            !($response instanceof NullResponse)
            && $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && $GLOBALS['TSFE']->isOutputting(true)) {
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 69
                return new RedirectResponse($externalUrl, 303);
            }
        }

        return $handler->handle($request);
    }

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 86
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $this->controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Small helper function to convert charsets for arrays to UTF-8
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 108
        }

        // Make TSFE globally available
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }

    /**
     * Register the backend user as aspect
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 131
            }
        }

        $request = $request->withAttribute('noCache', $this->disableCache);
        return $handler->handle($request);
    }

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

        return $handler->handle($request);
    }

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 77
        // Register the frontend user as aspect and within the session
        $this->setFrontendUserAspect($frontendUser);
        $request = $request->withAttribute('frontend.user', $frontendUser);

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 66
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at class@anonymous/home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php0x7f3a6860141b->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 85
     * @return ResponseInterface
     */
    protected function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->requestHandler->handle($request);
    }

    /**
     * Set up the application and shut it down afterwards
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Check if LocalConfiguration.php and PackageStates.php exist
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/typo3/sysext/core/Classes/Http/AbstractApplication.php line 97
    final public function run(callable $execute = null)
    {
        try {
            $response = $this->handle(
                ServerRequestFactory::fromGlobals()
            );
            if ($execute !== null) {
                call_user_func($execute);
            }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/index.php line 25
// Set up the application for the frontend
call_user_func(function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /home/k_desk_alpeinsoft_com/home/k_desk_alpeinsoft_com/web-dev/public/index.php line 26
call_user_func(function () {
    $classLoader = require dirname(__DIR__).'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});