var/cache/dev/twig/a8/a87d3a680a9c6fdd6ef54b90efb2210365d274f906353d92abaf351c1a192829.php line 61

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @Twig/exception.css.twig */
  14. class __TwigTemplate_9f927ffafcbfab9cde88016b7308fec642dde6e5369c41b9975d0dc5e05065ae extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  26.         $tags = array("deprecated" => 1);
  27.         $filters = array();
  28.         $functions = array();
  29.         try {
  30.             $this->sandbox->checkSecurity(
  31.                 ['deprecated'],
  32.                 [],
  33.                 []
  34.             );
  35.         } catch (SecurityError $e) {
  36.             $e->setSourceContext($this->source);
  37.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  38.                 $e->setTemplateLine($tags[$e->getTagName()]);
  39.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  40.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  41.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  42.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  43.             }
  44.             throw $e;
  45.         }
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Twig/exception.css.twig"));
  48.     }
  49.     protected function doDisplay(array $context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Twig/exception.css.twig"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Twig/exception.css.twig"));
  56.         // line 1
  57.         $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = (("The template \"" $this->getTemplateName()) . "\" is deprecated since Symfony 4.4, will be removed in 5.0.");
  58.         @trigger_error($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4." (\"@Twig/exception.css.twig\" at line 1)."E_USER_DEPRECATED);
  59.         // line 4
  60.         echo ":root {
  61.     --font-sans-serif: Helvetica, Arial, sans-serif;
  62.     --page-background: #f9f9f9;
  63.     --color-text: #222;
  64.     /* when updating any of these colors, do the same in toolbar.css.twig */
  65.     --color-success: #4f805d;
  66.     --color-warning: #a46a1f;
  67.     --color-error: #b0413e;
  68.     --color-muted: #999;
  69.     --tab-background: #fff;
  70.     --tab-color: #444;
  71.     --tab-active-background: #666;
  72.     --tab-active-color: #fafafa;
  73.     --tab-disabled-background: #f5f5f5;
  74.     --tab-disabled-color: #999;
  75.     --metric-value-background: #fff;
  76.     --metric-value-color: inherit;
  77.     --metric-unit-color: #999;
  78.     --metric-label-background: #e0e0e0;
  79.     --metric-label-color: inherit;
  80.     --table-border: #e0e0e0;
  81.     --table-background: #fff;
  82.     --table-header: #e0e0e0;
  83.     --tree-active-background: #F7E5A1;
  84.     --exception-title-color: var(--base-2);
  85.     --shadow: 0px 0px 1px rgba(128, 128, 128, .2);
  86.     --border: 1px solid #e0e0e0;
  87.     --background-error: var(--color-error);
  88.     --trace-selected-background: #F7E5A1;
  89.     --highlight-comment: #969896;
  90.     --highlight-default: #222222;
  91.     --highlight-keyword: #a71d5d;
  92.     --highlight-string: #183691;
  93.     --base-0: #fff;
  94.     --base-1: #f5f5f5;
  95.     --base-2: #e0e0e0;
  96.     --base-3: #ccc;
  97.     --base-4: #666;
  98.     --base-5: #444;
  99.     --base-6: #222;
  100. }
  101. html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=\"checkbox\"],input[type=\"radio\"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=\"number\"]::-webkit-inner-spin-button,input[type=\"number\"]::-webkit-outer-spin-button{height:auto}input[type=\"search\"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=\"search\"]::-webkit-search-cancel-button,input[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}
  102. html {
  103.     /* always display the vertical scrollbar to avoid jumps when toggling contents */
  104.     overflow-y: scroll;
  105. }
  106. body { background-color: #F9F9F9; color: var(--base-6); font: 14px/1.4 Helvetica, Arial, sans-serif; padding-bottom: 45px; }
  107. a { cursor: pointer; text-decoration: none; }
  108. a:hover { text-decoration: underline; }
  109. abbr[title] { border-bottom: none; cursor: help; text-decoration: none; }
  110. code, pre { font: 13px/1.5 Consolas, Monaco, Menlo, \"Ubuntu Mono\", \"Liberation Mono\", monospace; }
  111. table, tr, th, td { background: #FFF; border-collapse: collapse; vertical-align: top; }
  112. table { background: #FFF; border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 1em 0; width: 100%; }
  113. table th, table td { border: solid var(--base-2); border-width: 1px 0; padding: 8px 10px; }
  114. table th { background-color: var(--base-2); font-weight: bold; text-align: left; }
  115. .m-t-5 { margin-top: 5px; }
  116. .hidden-xs-down { display: none; }
  117. .block { display: block; }
  118. .full-width { width: 100%; }
  119. .hidden { display: none; }
  120. .prewrap { white-space: pre-wrap; }
  121. .nowrap { white-space: nowrap; }
  122. .newline { display: block; }
  123. .break-long-words { word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; min-width: 0; }
  124. .text-small { font-size: 12px !important; }
  125. .text-muted { color: #999; }
  126. .text-bold { font-weight: bold; }
  127. .empty { border: 4px dashed var(--base-2); color: #999; margin: 1em 0; padding: .5em 2em; }
  128. .status-success { background: rgba(94, 151, 110, 0.3); }
  129. .status-warning { background: rgba(240, 181, 24, 0.3); }
  130. .status-error { background: rgba(176, 65, 62, 0.2); }
  131. .status-success td, .status-warning td, .status-error td { background: transparent; }
  132. tr.status-error td, tr.status-warning td { border-bottom: 1px solid #FAFAFA; border-top: 1px solid #FAFAFA; }
  133. .status-warning .colored { color: #A46A1F; }
  134. .status-error .colored  { color: var(--color-error); }
  135. .sf-toggle { cursor: pointer; }
  136. .sf-toggle-content { -moz-transition: display .25s ease; -webkit-transition: display .25s ease; transition: display .25s ease; }
  137. .sf-toggle-content.sf-toggle-hidden { display: none; }
  138. .sf-toggle-content.sf-toggle-visible { display: block; }
  139. thead.sf-toggle-content.sf-toggle-visible, tbody.sf-toggle-content.sf-toggle-visible { display: table-row-group; }
  140. .sf-toggle-off .icon-close, .sf-toggle-on .icon-open { display: none; }
  141. .sf-toggle-off .icon-open, .sf-toggle-on .icon-close { display: block; }
  142. .tab-navigation { margin: 0 0 1em 0; padding: 0; }
  143. .tab-navigation li { background: var(--tab-background); border: 1px solid var(--table-border); color: var(--tab-color); cursor: pointer; display: inline-block; font-size: 16px; margin: 0 0 0 -1px; padding: .5em .75em; z-index: 1; }
  144. .tab-navigation li .badge { background-color: var(--base-1); color: var(--base-4); display: inline-block; font-size: 14px; font-weight: bold; margin-left: 8px; min-width: 10px; padding: 1px 6px; text-align: center; white-space: nowrap; }
  145. .tab-navigation li.disabled { background: var(--tab-disabled-background); color: var(--tab-disabled-color); }
  146. .tab-navigation li.active { background: var(--tab-active-background); color: var(--tab-active-color); z-index: 1100; }
  147. .tab-navigation li.active .badge { background-color: var(--base-5); color: var(--base-2); }
  148. .tab-content > *:first-child { margin-top: 0; }
  149. .tab-navigation li .badge.status-warning { background: var(--color-warning); color: #FFF; }
  150. .tab-navigation li .badge.status-error { background: var(--background-error); color: #FFF; }
  151. .sf-tabs .tab:not(:first-child) { display: none; }
  152. [data-filters] { position: relative; }
  153. [data-filtered] { cursor: pointer; }
  154. [data-filtered]:after { content: '\\00a0\\25BE'; }
  155. [data-filtered]:hover .filter-list li { display: inline-flex; }
  156. [class*=\"filter-hidden-\"] { display: none; }
  157. .filter-list { position: absolute; border: var(--border); box-shadow: var(--shadow); margin: 0; padding: 0; display: flex; flex-direction: column; }
  158. .filter-list :after { content: ''; }
  159. .filter-list li {
  160.     background: var(--tab-disabled-background);
  161.     border-bottom: var(--border);
  162.     color: var(--tab-disabled-color);
  163.     display: none;
  164.     list-style: none;
  165.     margin: 0;
  166.     padding: 5px 10px;
  167.     text-align: left;
  168.     font-weight: normal;
  169. }
  170. .filter-list li.active {
  171.     background: var(--tab-background);
  172.     color: var(--tab-color);
  173. }
  174. .filter-list li.last-active {
  175.     background: var(--tab-active-background);
  176.     color: var(--tab-active-color);
  177. }
  178. .filter-list-level li { cursor: s-resize; }
  179. .filter-list-level li.active { cursor: n-resize; }
  180. .filter-list-level li.last-active { cursor: default; }
  181. .filter-list-level li.last-active:before { content: '\\2714\\00a0'; }
  182. .filter-list-choice li:before { content: '\\2714\\00a0'; color: transparent; }
  183. .filter-list-choice li.active:before { color: unset; }
  184. .container { max-width: 1024px; margin: 0 auto; padding: 0 15px; }
  185. .container::after { content: \"\"; display: table; clear: both; }
  186. header { background-color: var(--base-6); color: rgba(255, 255, 255, 0.75); font-size: 13px; height: 33px; line-height: 33px; padding: 0; }
  187. header .container { display: flex; justify-content: space-between; }
  188. .logo { flex: 1; font-size: 13px; font-weight: normal; margin: 0; padding: 0; }
  189. .logo svg { height: 18px; width: 18px; opacity: .8; vertical-align: -5px; }
  190. .help-link { margin-left: 15px; }
  191. .help-link a { color: inherit; }
  192. .help-link .icon svg { height: 15px; width: 15px; opacity: .7; vertical-align: -2px; }
  193. .help-link a:hover { color: #EEE; text-decoration: none; }
  194. .help-link a:hover svg { opacity: .9; }
  195. .exception-summary { background: var(--background-error); border-bottom: 2px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, .3); flex: 0 0 auto; margin-bottom: 15px; }
  196. .exception-metadata { background: rgba(0, 0, 0, 0.1); padding: 7px 0; }
  197. .exception-metadata .container { display: flex; flex-direction: row; justify-content: space-between; }
  198. .exception-metadata h2, .exception-metadata h2 > a { color: rgba(255, 255, 255, 0.8); font-size: 13px; font-weight: 400; margin: 0; }
  199. .exception-http small { font-size: 13px; opacity: .7; }
  200. .exception-hierarchy { flex: 1; }
  201. .exception-hierarchy .icon { margin: 0 3px; opacity: .7; }
  202. .exception-hierarchy .icon svg { height: 13px; width: 13px; vertical-align: -2px; }
  203. .exception-without-message .exception-message-wrapper { display: none; }
  204. .exception-message-wrapper .container { display: flex; align-items: flex-start; min-height: 70px; padding: 10px 15px 8px; }
  205. .exception-message { flex-grow: 1; }
  206. .exception-message, .exception-message a { color: #FFF; font-size: 21px; font-weight: 400; margin: 0; }
  207. .exception-message.long { font-size: 18px; }
  208. .exception-message a { border-bottom: 1px solid rgba(255, 255, 255, 0.5); font-size: inherit; text-decoration: none; }
  209. .exception-message a:hover { border-bottom-color: #ffffff; }
  210. .exception-illustration { flex-basis: 111px; flex-shrink: 0; height: 66px; margin-left: 15px; opacity: .7; }
  211. .trace + .trace { margin-top: 30px; }
  212. .trace-head { background-color: var(--base-2); padding: 10px; position: relative; }
  213. .trace-head .trace-class { color: var(--base-6); font-size: 18px; font-weight: bold; line-height: 1.3; margin: 0; position: relative; }
  214. .trace-head .trace-namespace { color: #999; display: block; font-size: 13px; }
  215. .trace-head .icon { position: absolute; right: 0; top: 0; }
  216. .trace-head .icon svg { height: 24px; width: 24px; }
  217. .trace-details { background: var(--base-0); border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 1em 0; table-layout: fixed; }
  218. .trace-message { font-size: 14px; font-weight: normal; margin: .5em 0 0; }
  219. .trace-line { position: relative; padding-top: 8px; padding-bottom: 8px; }
  220. .trace-line + .trace-line { border-top: var(--border); }
  221. .trace-line:hover { background: var(--base-1); }
  222. .trace-line a { color: var(--base-6); }
  223. .trace-line .icon { opacity: .4; position: absolute; left: 10px; top: 11px; }
  224. .trace-line .icon svg { height: 16px; width: 16px; }
  225. .trace-line-header { padding-left: 36px; padding-right: 10px; }
  226. .trace-file-path, .trace-file-path a { color: var(--base-6); font-size: 13px; }
  227. .trace-class { color: var(--color-error); }
  228. .trace-type { padding: 0 2px; }
  229. .trace-method { color: var(--color-error); font-weight: bold; }
  230. .trace-arguments { color: #777; font-weight: normal; padding-left: 2px; }
  231. .trace-code { background: var(--base-0); font-size: 12px; margin: 10px 10px 2px 10px; padding: 10px; overflow-x: auto; white-space: nowrap; }
  232. .trace-code ol { margin: 0; float: left; }
  233. .trace-code li { color: #969896; margin: 0; padding-left: 10px; float: left; width: 100%; }
  234. .trace-code li + li { margin-top: 5px; }
  235. .trace-code li.selected { background: var(--trace-selected-background); margin-top: 2px; }
  236. .trace-code li code { color: var(--base-6); white-space: nowrap; }
  237. .trace-as-text .stacktrace { line-height: 1.8; margin: 0 0 15px; white-space: pre-wrap; }
  238. @media (min-width: 575px) {
  239.     .hidden-xs-down { display: initial; }
  240.     .help-link { margin-left: 30px; }
  241. }
  242. ";
  243.         
  244.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  245.         
  246.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  247.     }
  248.     public function getTemplateName()
  249.     {
  250.         return "@Twig/exception.css.twig";
  251.     }
  252.     public function isTraitable()
  253.     {
  254.         return false;
  255.     }
  256.     public function getDebugInfo()
  257.     {
  258.         return array (  74 => 4,  71 => 1,);
  259.     }
  260.     public function getSourceContext()
  261.     {
  262.         return new Source("{% deprecated 'The template \"' ~ _self ~'\" is deprecated since Symfony 4.4, will be removed in 5.0.' %}
  263. {# This file is based on WebProfilerBundle/Resources/views/Profiler/profiler.css.twig.
  264.    If you make any change in this file, verify the same change is needed in the other file. #}
  265. :root {
  266.     --font-sans-serif: Helvetica, Arial, sans-serif;
  267.     --page-background: #f9f9f9;
  268.     --color-text: #222;
  269.     /* when updating any of these colors, do the same in toolbar.css.twig */
  270.     --color-success: #4f805d;
  271.     --color-warning: #a46a1f;
  272.     --color-error: #b0413e;
  273.     --color-muted: #999;
  274.     --tab-background: #fff;
  275.     --tab-color: #444;
  276.     --tab-active-background: #666;
  277.     --tab-active-color: #fafafa;
  278.     --tab-disabled-background: #f5f5f5;
  279.     --tab-disabled-color: #999;
  280.     --metric-value-background: #fff;
  281.     --metric-value-color: inherit;
  282.     --metric-unit-color: #999;
  283.     --metric-label-background: #e0e0e0;
  284.     --metric-label-color: inherit;
  285.     --table-border: #e0e0e0;
  286.     --table-background: #fff;
  287.     --table-header: #e0e0e0;
  288.     --tree-active-background: #F7E5A1;
  289.     --exception-title-color: var(--base-2);
  290.     --shadow: 0px 0px 1px rgba(128, 128, 128, .2);
  291.     --border: 1px solid #e0e0e0;
  292.     --background-error: var(--color-error);
  293.     --trace-selected-background: #F7E5A1;
  294.     --highlight-comment: #969896;
  295.     --highlight-default: #222222;
  296.     --highlight-keyword: #a71d5d;
  297.     --highlight-string: #183691;
  298.     --base-0: #fff;
  299.     --base-1: #f5f5f5;
  300.     --base-2: #e0e0e0;
  301.     --base-3: #ccc;
  302.     --base-4: #666;
  303.     --base-5: #444;
  304.     --base-6: #222;
  305. }
  306. html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=\"checkbox\"],input[type=\"radio\"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=\"number\"]::-webkit-inner-spin-button,input[type=\"number\"]::-webkit-outer-spin-button{height:auto}input[type=\"search\"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=\"search\"]::-webkit-search-cancel-button,input[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}
  307. html {
  308.     /* always display the vertical scrollbar to avoid jumps when toggling contents */
  309.     overflow-y: scroll;
  310. }
  311. body { background-color: #F9F9F9; color: var(--base-6); font: 14px/1.4 Helvetica, Arial, sans-serif; padding-bottom: 45px; }
  312. a { cursor: pointer; text-decoration: none; }
  313. a:hover { text-decoration: underline; }
  314. abbr[title] { border-bottom: none; cursor: help; text-decoration: none; }
  315. code, pre { font: 13px/1.5 Consolas, Monaco, Menlo, \"Ubuntu Mono\", \"Liberation Mono\", monospace; }
  316. table, tr, th, td { background: #FFF; border-collapse: collapse; vertical-align: top; }
  317. table { background: #FFF; border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 1em 0; width: 100%; }
  318. table th, table td { border: solid var(--base-2); border-width: 1px 0; padding: 8px 10px; }
  319. table th { background-color: var(--base-2); font-weight: bold; text-align: left; }
  320. .m-t-5 { margin-top: 5px; }
  321. .hidden-xs-down { display: none; }
  322. .block { display: block; }
  323. .full-width { width: 100%; }
  324. .hidden { display: none; }
  325. .prewrap { white-space: pre-wrap; }
  326. .nowrap { white-space: nowrap; }
  327. .newline { display: block; }
  328. .break-long-words { word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; min-width: 0; }
  329. .text-small { font-size: 12px !important; }
  330. .text-muted { color: #999; }
  331. .text-bold { font-weight: bold; }
  332. .empty { border: 4px dashed var(--base-2); color: #999; margin: 1em 0; padding: .5em 2em; }
  333. .status-success { background: rgba(94, 151, 110, 0.3); }
  334. .status-warning { background: rgba(240, 181, 24, 0.3); }
  335. .status-error { background: rgba(176, 65, 62, 0.2); }
  336. .status-success td, .status-warning td, .status-error td { background: transparent; }
  337. tr.status-error td, tr.status-warning td { border-bottom: 1px solid #FAFAFA; border-top: 1px solid #FAFAFA; }
  338. .status-warning .colored { color: #A46A1F; }
  339. .status-error .colored  { color: var(--color-error); }
  340. .sf-toggle { cursor: pointer; }
  341. .sf-toggle-content { -moz-transition: display .25s ease; -webkit-transition: display .25s ease; transition: display .25s ease; }
  342. .sf-toggle-content.sf-toggle-hidden { display: none; }
  343. .sf-toggle-content.sf-toggle-visible { display: block; }
  344. thead.sf-toggle-content.sf-toggle-visible, tbody.sf-toggle-content.sf-toggle-visible { display: table-row-group; }
  345. .sf-toggle-off .icon-close, .sf-toggle-on .icon-open { display: none; }
  346. .sf-toggle-off .icon-open, .sf-toggle-on .icon-close { display: block; }
  347. .tab-navigation { margin: 0 0 1em 0; padding: 0; }
  348. .tab-navigation li { background: var(--tab-background); border: 1px solid var(--table-border); color: var(--tab-color); cursor: pointer; display: inline-block; font-size: 16px; margin: 0 0 0 -1px; padding: .5em .75em; z-index: 1; }
  349. .tab-navigation li .badge { background-color: var(--base-1); color: var(--base-4); display: inline-block; font-size: 14px; font-weight: bold; margin-left: 8px; min-width: 10px; padding: 1px 6px; text-align: center; white-space: nowrap; }
  350. .tab-navigation li.disabled { background: var(--tab-disabled-background); color: var(--tab-disabled-color); }
  351. .tab-navigation li.active { background: var(--tab-active-background); color: var(--tab-active-color); z-index: 1100; }
  352. .tab-navigation li.active .badge { background-color: var(--base-5); color: var(--base-2); }
  353. .tab-content > *:first-child { margin-top: 0; }
  354. .tab-navigation li .badge.status-warning { background: var(--color-warning); color: #FFF; }
  355. .tab-navigation li .badge.status-error { background: var(--background-error); color: #FFF; }
  356. .sf-tabs .tab:not(:first-child) { display: none; }
  357. [data-filters] { position: relative; }
  358. [data-filtered] { cursor: pointer; }
  359. [data-filtered]:after { content: '\\00a0\\25BE'; }
  360. [data-filtered]:hover .filter-list li { display: inline-flex; }
  361. [class*=\"filter-hidden-\"] { display: none; }
  362. .filter-list { position: absolute; border: var(--border); box-shadow: var(--shadow); margin: 0; padding: 0; display: flex; flex-direction: column; }
  363. .filter-list :after { content: ''; }
  364. .filter-list li {
  365.     background: var(--tab-disabled-background);
  366.     border-bottom: var(--border);
  367.     color: var(--tab-disabled-color);
  368.     display: none;
  369.     list-style: none;
  370.     margin: 0;
  371.     padding: 5px 10px;
  372.     text-align: left;
  373.     font-weight: normal;
  374. }
  375. .filter-list li.active {
  376.     background: var(--tab-background);
  377.     color: var(--tab-color);
  378. }
  379. .filter-list li.last-active {
  380.     background: var(--tab-active-background);
  381.     color: var(--tab-active-color);
  382. }
  383. .filter-list-level li { cursor: s-resize; }
  384. .filter-list-level li.active { cursor: n-resize; }
  385. .filter-list-level li.last-active { cursor: default; }
  386. .filter-list-level li.last-active:before { content: '\\2714\\00a0'; }
  387. .filter-list-choice li:before { content: '\\2714\\00a0'; color: transparent; }
  388. .filter-list-choice li.active:before { color: unset; }
  389. .container { max-width: 1024px; margin: 0 auto; padding: 0 15px; }
  390. .container::after { content: \"\"; display: table; clear: both; }
  391. header { background-color: var(--base-6); color: rgba(255, 255, 255, 0.75); font-size: 13px; height: 33px; line-height: 33px; padding: 0; }
  392. header .container { display: flex; justify-content: space-between; }
  393. .logo { flex: 1; font-size: 13px; font-weight: normal; margin: 0; padding: 0; }
  394. .logo svg { height: 18px; width: 18px; opacity: .8; vertical-align: -5px; }
  395. .help-link { margin-left: 15px; }
  396. .help-link a { color: inherit; }
  397. .help-link .icon svg { height: 15px; width: 15px; opacity: .7; vertical-align: -2px; }
  398. .help-link a:hover { color: #EEE; text-decoration: none; }
  399. .help-link a:hover svg { opacity: .9; }
  400. .exception-summary { background: var(--background-error); border-bottom: 2px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, .3); flex: 0 0 auto; margin-bottom: 15px; }
  401. .exception-metadata { background: rgba(0, 0, 0, 0.1); padding: 7px 0; }
  402. .exception-metadata .container { display: flex; flex-direction: row; justify-content: space-between; }
  403. .exception-metadata h2, .exception-metadata h2 > a { color: rgba(255, 255, 255, 0.8); font-size: 13px; font-weight: 400; margin: 0; }
  404. .exception-http small { font-size: 13px; opacity: .7; }
  405. .exception-hierarchy { flex: 1; }
  406. .exception-hierarchy .icon { margin: 0 3px; opacity: .7; }
  407. .exception-hierarchy .icon svg { height: 13px; width: 13px; vertical-align: -2px; }
  408. .exception-without-message .exception-message-wrapper { display: none; }
  409. .exception-message-wrapper .container { display: flex; align-items: flex-start; min-height: 70px; padding: 10px 15px 8px; }
  410. .exception-message { flex-grow: 1; }
  411. .exception-message, .exception-message a { color: #FFF; font-size: 21px; font-weight: 400; margin: 0; }
  412. .exception-message.long { font-size: 18px; }
  413. .exception-message a { border-bottom: 1px solid rgba(255, 255, 255, 0.5); font-size: inherit; text-decoration: none; }
  414. .exception-message a:hover { border-bottom-color: #ffffff; }
  415. .exception-illustration { flex-basis: 111px; flex-shrink: 0; height: 66px; margin-left: 15px; opacity: .7; }
  416. .trace + .trace { margin-top: 30px; }
  417. .trace-head { background-color: var(--base-2); padding: 10px; position: relative; }
  418. .trace-head .trace-class { color: var(--base-6); font-size: 18px; font-weight: bold; line-height: 1.3; margin: 0; position: relative; }
  419. .trace-head .trace-namespace { color: #999; display: block; font-size: 13px; }
  420. .trace-head .icon { position: absolute; right: 0; top: 0; }
  421. .trace-head .icon svg { height: 24px; width: 24px; }
  422. .trace-details { background: var(--base-0); border: var(--border); box-shadow: 0px 0px 1px rgba(128, 128, 128, .2); margin: 1em 0; table-layout: fixed; }
  423. .trace-message { font-size: 14px; font-weight: normal; margin: .5em 0 0; }
  424. .trace-line { position: relative; padding-top: 8px; padding-bottom: 8px; }
  425. .trace-line + .trace-line { border-top: var(--border); }
  426. .trace-line:hover { background: var(--base-1); }
  427. .trace-line a { color: var(--base-6); }
  428. .trace-line .icon { opacity: .4; position: absolute; left: 10px; top: 11px; }
  429. .trace-line .icon svg { height: 16px; width: 16px; }
  430. .trace-line-header { padding-left: 36px; padding-right: 10px; }
  431. .trace-file-path, .trace-file-path a { color: var(--base-6); font-size: 13px; }
  432. .trace-class { color: var(--color-error); }
  433. .trace-type { padding: 0 2px; }
  434. .trace-method { color: var(--color-error); font-weight: bold; }
  435. .trace-arguments { color: #777; font-weight: normal; padding-left: 2px; }
  436. .trace-code { background: var(--base-0); font-size: 12px; margin: 10px 10px 2px 10px; padding: 10px; overflow-x: auto; white-space: nowrap; }
  437. .trace-code ol { margin: 0; float: left; }
  438. .trace-code li { color: #969896; margin: 0; padding-left: 10px; float: left; width: 100%; }
  439. .trace-code li + li { margin-top: 5px; }
  440. .trace-code li.selected { background: var(--trace-selected-background); margin-top: 2px; }
  441. .trace-code li code { color: var(--base-6); white-space: nowrap; }
  442. .trace-as-text .stacktrace { line-height: 1.8; margin: 0 0 15px; white-space: pre-wrap; }
  443. @media (min-width: 575px) {
  444.     .hidden-xs-down { display: initial; }
  445.     .help-link { margin-left: 30px; }
  446. }
  447. ""@Twig/exception.css.twig""/var/www/projects/simplymeet-test/vendor/symfony/twig-bundle/Resources/views/exception.css.twig");
  448.     }
  449. }