/*! XP.css v0.2.6 - undefined */
/**
 * XP theme for GUI.css
 * Copyright (c) 2020 Adam Hammad <adamham.dev>
 * Based on 98.css by Jordan Scales <thatjdanisso.cool>
 * https://github.com/botoxparty/XP.css/blob/main/LICENSE
 */
/**
 * GUI.css
 * Copyright (c) 2020 Adam Hammad <adamham.dev>
 * Based on 98.css by Jordan Scales <thatjdanisso.cool>
 * https://github.com/botoxparty/XP.css/blob/main/LICENSE
 */
/*-------------------------------------------*\
    Variables
\*-------------------------------------------*/
:root {
    /* Color */

    /* Spacing */

    /* Some detailed computations for radio buttons and checkboxes */

    /* Borders */

    /* Window borders flip button-face and button-highlight */
}
/*-------------------------------------------*\
    Fonts
\*-------------------------------------------*/
@font-face {
    font-family: "Pixelated MS Sans Serif";
    src: url("fonts/ms_sans_serif.woff") format("woff");
    src: url("fonts/ms_sans_serif.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Pixelated MS Sans Serif";
    src: url("fonts/ms_sans_serif_bold.woff") format("woff");
    src: url("fonts/ms_sans_serif_bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Perfect DOS VGA 437 Win";
    src: url("fonts/PerfectDOSVGA437Win.woff2") format("woff2"),
        url("fonts/PerfectDOSVGA437Win.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
/*-------------------------------------------*\
    Global
\*-------------------------------------------*/
body {
    font-family: Arial;
    font-size: 12px;
    color: #222222;
}
h2 {
    font-size: 2.5rem;
}
h4 {
    font-size: 1.5rem;
}
a {
    color: #0000ff;
}
a:focus {
        outline: 1px dotted #0000ff;
    }
summary:focus {
        outline: 1px dotted #000000;
    }
/*-------------------------------------------*\
    Buttons
\*-------------------------------------------*/
/* Isso styling */
button {
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 11px;
    box-sizing: border-box;
    border: none;
    background: #ece9d8;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffffff, inset -2px -2px #808080, inset 2px 2px #dfdfdf;
    border-radius: 0;
    min-width: 75px;
    min-height: 23px;
    padding: 0 12px;
}
input[type="button"] {
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 11px;
    box-sizing: border-box;
    border: none;
    background: #ece9d8;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffffff, inset -2px -2px #808080, inset 2px 2px #dfdfdf;
    border-radius: 0;
    min-width: 75px;
    min-height: 23px;
    padding: 0 12px;
}
input[type="submit"] {
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 11px;
    box-sizing: border-box;
    border: none;
    background: #ece9d8;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffffff, inset -2px -2px #808080, inset 2px 2px #dfdfdf;
    border-radius: 0;
    min-width: 75px;
    min-height: 23px;
    padding: 0 12px;
}
button:not(:disabled):active {
            box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px #808080;
        }
input[type="button"]:not(:disabled):active {
            box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px #808080;
        }
input[type="submit"]:not(:disabled):active {
            box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px #808080;
        }
button:focus,
    input[type="button"]:focus,
    input[type="submit"]:focus {
        outline: 1px dotted #000000;
        outline-offset: -4px;
    }
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
        border: 0;
    }
/*-------------------------------------------*\
    Forms
\*-------------------------------------------*/
label {
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
}
input {
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 11px;
}
textarea {
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 11px;
    padding: 3px 4px;
    border: none;
    background-color: #ffffff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
textarea:focus {
        outline: none;
    }
&:disabled + label {
            color: #808080;
            text-shadow: 1px 1px 0 #ffffff;
        }
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    background: 0;
    position: fixed;
    opacity: 0;
    border: none;
}
input[type="checkbox"] + label {
            line-height: 13px;
            position: relative;
            margin-left: 19px;
        }
input[type="checkbox"] + label::before {
                content: "";
                position: absolute;
                left: -19px;
                display: inline-block;
                width: 13px;
                height: 13px;
                background: #ffffff;
                box-shadow: inset -1px -1px #ffffff, inset 1px 1px #808080,
        inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
                margin-right: 6px;
            }
input[type="checkbox"]:focus + label {
                outline: 1px dotted #000000;
            }
input[type="checkbox"]:active + label::before {
                    background: #ece9d8;
                }
input[type="checkbox"]:checked + label::after {
                    content: "";
                    display: block;
                    width: 11px;
                    height: 11px;
                    position: absolute;
                    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6V1H5V2H4V3H3V4H2V3H1V2H0V5H1V6H2V7H3V6H4V5H5V4H6V3H7V0Z' fill='black'/%3E %3C/svg%3E");
                    top: 1px;
                }
input[type="text"] {
    padding: 3px 4px;
    border: solid #7f9db9 1px;
    background-color: #ffffff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 21px;
    line-height: 2;
}
input[type="email"] {
    padding: 3px 4px;
    border: solid #7f9db9 1px;
    background-color: #ffffff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 21px;
    line-height: 2;
}
input[type="text"]:focus, input[type="email"]:focus {
        outline: none;
    }
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}
input[type="range"]:focus {
        outline: none;
    }
input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 21px;
        width: 11px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' viewBox='0 0 11 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0V16H2V18H4V20H5V19H3V17H1V1H10V0Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1V16H2V17H3V18H4V19H6V18H7V17H8V16H9V1Z' fill='%23C0C7C8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1H10V16H8V18H6V20H5V19H7V17H9Z' fill='%2387888F'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0H11V16H9V18H7V20H5V21H6V19H8V17H10Z' fill='black'/%3E %3C/svg%3E");
        transform: translateY(-8px);
    }
input[type="range"]::-moz-range-thumb {
        height: 21px;
        width: 11px;
        border: 0;
        border-radius: 0;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' viewBox='0 0 11 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0V16H2V18H4V20H5V19H3V17H1V1H10V0Z' fill='white'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1V16H2V17H3V18H4V19H6V18H7V17H8V16H9V1Z' fill='%23C0C7C8'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1H10V16H8V18H6V20H5V19H7V17H9Z' fill='%2387888F'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0H11V16H9V18H7V20H5V21H6V19H8V17H10Z' fill='black'/%3E %3C/svg%3E");
        transform: translateY(2px);
    }
input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        box-sizing: border-box;
        background: black;
        border-right: 1px solid grey;
        border-bottom: 1px solid grey;
        box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey, -1px -1px 0 darkgrey,
            0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
    }
input[type="range"]::-moz-range-track {
        width: 100%;
        height: 2px;
        box-sizing: border-box;
        background: black;
        border-right: 1px solid grey;
        border-bottom: 1px solid grey;
        box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey, -1px -1px 0 darkgrey,
            0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
    }
/*-------------------------------------------*\
    Window
\*-------------------------------------------*/
.window {
    font-size: 11px;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px #808080, inset 2px 2px #ffffff;
    background: #ece9d8;
    padding: 3px;
}
.title-bar {
    font-size: 11px;
    background: black;
    padding: 3px 2px 3px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-bar-text {
    font-weight: bold;
    color: white;
    letter-spacing: 0;
    margin-right: 24px;
}
.title-bar-controls {
    display: flex;
}
.title-bar-controls button {
        padding: 0;
        display: block;
        min-width: 16px;
        min-height: 14px;
    }
.title-bar-controls button:focus {
            outline: none;
        }
.title-bar-controls button[aria-label="Help"] {
    }
.title-bar-controls button[aria-label="Close"] {
    }
.window-body {
    margin: 1em;
}
.status-bar {
    margin: 0px 1px;
    display: flex;
    gap: 1px;
}
.status-bar-field {
    box-shadow: inset -1px -1px #dfdfdf, inset 1px 1px #808080;
    flex-grow: 1;
    padding: 2px 3px;
    margin: 0;
}
/*-------------------------------------------*\
    Tree View
\*-------------------------------------------*/
/*-------------------------------------------*\
    GroupBox
\*-------------------------------------------*/

.isso-input-wrapper {
    display: flex;
    flex-direction: column;
}
.isso-input-wrapper * + * {
                margin-top: 6px;
            }
/*-------------------------------------------*\
    Tabs
\*-------------------------------------------*/
/*-------------------------------------------*\
    Variables
\*-------------------------------------------*/
:root {
    /* Color */

    /* Borders */
}
/*-------------------------------------------*\
    Global
\*-------------------------------------------*/
/*-------------------------------------------*\
    Window
\*-------------------------------------------*/
.window {
    box-shadow: inset -1px -1px #00138c, inset 1px 1px #0831d9, inset -2px -2px #001ea0, inset 2px 2px #166aee,
        inset -3px -3px #003bda, inset 3px 3px #0855dd;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 0 3px 0;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
.title-bar {
    font-family: "Trebuchet MS";
    background: linear-gradient(
        180deg,
        rgba(9, 151, 255, 1) 0%,
        rgba(0, 83, 238, 1) 8%,
        rgba(0, 80, 238, 1) 40%,
        rgba(0, 102, 255, 1) 88%,
        rgba(0, 102, 255, 1) 93%,
        rgba(0, 91, 255, 1) 95%,
        rgba(0, 61, 215, 1) 96%,
        rgba(0, 61, 215, 1) 100%
    );
    padding: 3px 5px 3px 3px;
    border-top: 1px solid #0831d9;
    border-left: 1px solid #0831d9;
    border-right: 1px solid #001ea0;
    border-top-left-radius: 8px;
    border-top-right-radius: 7px;
    font-size: 18px;
    text-shadow: 1px 1px #0f1089;
    height: 21px;
}
.title-bar-text {
    padding-left: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.title-bar-controls {
    display: flex;
}
.title-bar-controls button {
        min-width: 21px;
        min-height: 21px;
        margin-left: 2px;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: none;
        background-color: #0050ee;
        transition: background 100ms;
        border: none;
    }
.title-bar-controls button:active,
        .title-bar-controls button:hover,
        .title-bar-controls button:focus {
            box-shadow: none !important;
        }
.title-bar-controls button[aria-label="Help"] {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 21 21' shape-rendering='crispEdges'%3E %3Cpath stroke='%23b5c6ef' d='M1 0h1M19 0h1M0 1h1M20 1h1M0 19h1M20 19h1M1 20h1M19 20h1'/%3E %3Cpath stroke='%23f4f6fd' d='M2 0h1M20 2h1M0 18h1M18 20h1'/%3E %3Cpath stroke='%23ffffff' d='M3 0h16M0 2h1M0 3h1M20 3h1M0 4h1M9 4h3M20 4h1M0 5h1M8 5h1M12 5h1M20 5h1M0 6h1M7 6h1M13 6h1M20 6h1M0 7h1M13 7h1M20 7h1M0 8h1M13 8h1M20 8h1M0 9h1M13 9h1M20 9h1M0 10h1M11 10h2M20 10h1M0 11h1M10 11h1M20 11h1M0 12h1M10 12h1M20 12h1M0 13h1M20 13h1M0 14h1M20 14h1M0 15h1M10 15h1M20 15h1M0 16h1M10 16h1M20 16h1M0 17h1M20 17h1M20 18h1M2 20h16'/%3E %3Cpath stroke='%23dce5fd' d='M1 1h1'/%3E %3Cpath stroke='%23739af8' d='M2 1h1'/%3E %3Cpath stroke='%23608cf7' d='M3 1h1M2 8h1'/%3E %3Cpath stroke='%235584f6' d='M4 1h1'/%3E %3Cpath stroke='%234d7ef6' d='M5 1h1M1 6h1M7 10h1'/%3E %3Cpath stroke='%23487af5' d='M6 1h1'/%3E %3Cpath stroke='%234276f5' d='M7 1h1M3 14h1'/%3E %3Cpath stroke='%234478f5' d='M8 1h1M14 4h1M2 12h1'/%3E %3Cpath stroke='%233e73f5' d='M9 1h2'/%3E %3Cpath stroke='%233b71f5' d='M11 1h2'/%3E %3Cpath stroke='%23336cf4' d='M13 1h2'/%3E %3Cpath stroke='%23306af4' d='M15 1h1'/%3E %3Cpath stroke='%232864f4' d='M16 1h1'/%3E %3Cpath stroke='%231f5def' d='M17 1h1'/%3E %3Cpath stroke='%233467e0' d='M18 1h1'/%3E %3Cpath stroke='%23d2dbf2' d='M19 1h1'/%3E %3Cpath stroke='%23769cf8' d='M1 2h1'/%3E %3Cpath stroke='%2390aff9' d='M2 2h1'/%3E %3Cpath stroke='%2394b2f9' d='M3 2h1'/%3E %3Cpath stroke='%2385a7f8' d='M4 2h1'/%3E %3Cpath stroke='%23759cf8' d='M5 2h1'/%3E %3Cpath stroke='%236e97f8' d='M6 2h1M2 6h1'/%3E %3Cpath stroke='%236892f7' d='M7 2h1'/%3E %3Cpath stroke='%236690f7' d='M8 2h1'/%3E %3Cpath stroke='%23628ef7' d='M9 2h1M10 3h1'/%3E %3Cpath stroke='%235f8cf7' d='M10 2h1'/%3E %3Cpath stroke='%235e8bf7' d='M11 2h1'/%3E %3Cpath stroke='%235988f6' d='M12 2h1'/%3E %3Cpath stroke='%235685f6' d='M13 2h1'/%3E %3Cpath stroke='%235082f6' d='M14 2h1'/%3E %3Cpath stroke='%23497cf5' d='M15 2h1'/%3E %3Cpath stroke='%233f75f5' d='M16 2h1M15 4h1'/%3E %3Cpath stroke='%23326bf2' d='M17 2h1'/%3E %3Cpath stroke='%23235ce3' d='M18 2h1'/%3E %3Cpath stroke='%23305cc5' d='M19 2h1'/%3E %3Cpath stroke='%236590f7' d='M1 3h1'/%3E %3Cpath stroke='%2397b4f9' d='M2 3h1'/%3E %3Cpath stroke='%239ab7fa' d='M3 3h1'/%3E %3Cpath stroke='%2389aaf9' d='M4 3h1M2 4h1'/%3E %3Cpath stroke='%237aa0f8' d='M5 3h1'/%3E %3Cpath stroke='%23729af8' d='M6 3h1'/%3E %3Cpath stroke='%236d95f8' d='M7 3h1'/%3E %3Cpath stroke='%236892f8' d='M8 3h1M2 7h1'/%3E %3Cpath stroke='%23658ff7' d='M9 3h1'/%3E %3Cpath stroke='%23618df7' d='M11 3h1'/%3E %3Cpath stroke='%235d8af7' d='M12 3h1M3 9h1'/%3E %3Cpath stroke='%235987f6' d='M13 3h1M2 9h1'/%3E %3Cpath stroke='%235283f6' d='M14 3h1'/%3E %3Cpath stroke='%234c7ef6' d='M15 3h1M5 14h1'/%3E %3Cpath stroke='%234377f5' d='M16 3h1'/%3E %3Cpath stroke='%23376ef2' d='M17 3h1'/%3E %3Cpath stroke='%23285fe3' d='M18 3h1'/%3E %3Cpath stroke='%231546b9' d='M19 3h1'/%3E %3Cpath stroke='%235886f6' d='M1 4h1'/%3E %3Cpath stroke='%238dadf9' d='M3 4h1'/%3E %3Cpath stroke='%237fa3f8' d='M4 4h1'/%3E %3Cpath stroke='%237199f8' d='M5 4h1M4 5h1'/%3E %3Cpath stroke='%236a93f8' d='M6 4h1M4 6h1M3 7h1'/%3E %3Cpath stroke='%2392aff9' d='M7 4h1'/%3E %3Cpath stroke='%23e1e9fd' d='M8 4h1'/%3E %3Cpath stroke='%23e0e8fd' d='M12 4h1'/%3E %3Cpath stroke='%2381a4f8' d='M13 4h1'/%3E %3Cpath stroke='%233a72f4' d='M16 4h1'/%3E %3Cpath stroke='%23346cf2' d='M17 4h1'/%3E %3Cpath stroke='%232a61e3' d='M18 4h1'/%3E %3Cpath stroke='%231848bb' d='M19 4h1'/%3E %3Cpath stroke='%235282f6' d='M1 5h1M6 11h1M4 12h1'/%3E %3Cpath stroke='%23799ff8' d='M2 5h1'/%3E %3Cpath stroke='%237ca1f8' d='M3 5h1'/%3E %3Cpath stroke='%236791f8' d='M5 5h1'/%3E %3Cpath stroke='%238eacf9' d='M6 5h1'/%3E %3Cpath stroke='%23f3f6fe' d='M7 5h1'/%3E %3Cpath stroke='%23d8e2fd' d='M9 5h1'/%3E %3Cpath stroke='%23cfdcfc' d='M10 5h1'/%3E %3Cpath stroke='%23ecf1fe' d='M11 5h1'/%3E %3Cpath stroke='%23eff4fe' d='M13 5h1'/%3E %3Cpath stroke='%23749af7' d='M14 5h1'/%3E %3Cpath stroke='%23326cf4' d='M15 5h1'/%3E %3Cpath stroke='%23316bf4' d='M16 5h1M3 16h1'/%3E %3Cpath stroke='%233069f1' d='M17 5h1'/%3E %3Cpath stroke='%232c62e4' d='M18 5h1'/%3E %3Cpath stroke='%231d4cbc' d='M19 5h1M19 6h1'/%3E %3Cpath stroke='%237099f8' d='M3 6h1'/%3E %3Cpath stroke='%23628cf8' d='M5 6h1'/%3E %3Cpath stroke='%23d3dffd' d='M6 6h1'/%3E %3Cpath stroke='%23b2c6fb' d='M8 6h1'/%3E %3Cpath stroke='%234777f6' d='M9 6h1'/%3E %3Cpath stroke='%234072f5' d='M10 6h1'/%3E %3Cpath stroke='%234a7bf6' d='M11 6h1'/%3E %3Cpath stroke='%23c8d7fc' d='M12 6h1'/%3E %3Cpath stroke='%23c6d6fc' d='M14 6h1'/%3E %3Cpath stroke='%232c69f5' d='M15 6h1'/%3E %3Cpath stroke='%232d69f5' d='M16 6h1'/%3E %3Cpath stroke='%232e69f2' d='M17 6h1'/%3E %3Cpath stroke='%232c63e5' d='M18 6h1'/%3E %3Cpath stroke='%234679f5' d='M1 7h1M1 8h1'/%3E %3Cpath stroke='%23658ff8' d='M4 7h1'/%3E %3Cpath stroke='%235e89f7' d='M5 7h1'/%3E %3Cpath stroke='%23e6edfe' d='M6 7h1'/%3E %3Cpath stroke='%23e5ecfe' d='M7 7h1'/%3E %3Cpath stroke='%235a85f7' d='M8 7h1'/%3E %3Cpath stroke='%234375f5' d='M9 7h1'/%3E %3Cpath stroke='%233d71f5' d='M10 7h1'/%3E %3Cpath stroke='%23366ef4' d='M11 7h1M2 14h1'/%3E %3Cpath stroke='%236c97f8' d='M12 7h1'/%3E %3Cpath stroke='%23cfddfd' d='M14 7h1'/%3E %3Cpath stroke='%232766f5' d='M15 7h1'/%3E %3Cpath stroke='%232a68f5' d='M16 7h1'/%3E %3Cpath stroke='%232c69f2' d='M17 7h1'/%3E %3Cpath stroke='%232a62e4' d='M18 7h1'/%3E %3Cpath stroke='%231c4cbd' d='M19 7h1'/%3E %3Cpath stroke='%23628df8' d='M3 8h1'/%3E %3Cpath stroke='%23608bf7' d='M4 8h1'/%3E %3Cpath stroke='%235b87f7' d='M5 8h1'/%3E %3Cpath stroke='%235482f7' d='M6 8h1'/%3E %3Cpath stroke='%234e7cf6' d='M7 8h1'/%3E %3Cpath stroke='%234778f6' d='M8 8h1'/%3E %3Cpath stroke='%234174f5' d='M9 8h1'/%3E %3Cpath stroke='%233a71f5' d='M10 8h1'/%3E %3Cpath stroke='%23346ef4' d='M11 8h1'/%3E %3Cpath stroke='%2385a9f9' d='M12 8h1'/%3E %3Cpath stroke='%23cbdbfd' d='M14 8h1'/%3E %3Cpath stroke='%232266f5' d='M15 8h1'/%3E %3Cpath stroke='%232567f5' d='M16 8h1'/%3E %3Cpath stroke='%232968f2' d='M17 8h1'/%3E %3Cpath stroke='%232963e4' d='M18 8h1'/%3E %3Cpath stroke='%231b4bbd' d='M19 8h1'/%3E %3Cpath stroke='%233c72f4' d='M1 9h1'/%3E %3Cpath stroke='%235d89f7' d='M4 9h1'/%3E %3Cpath stroke='%235986f7' d='M5 9h1M4 10h1'/%3E %3Cpath stroke='%235381f6' d='M6 9h1'/%3E %3Cpath stroke='%234e7ef6' d='M7 9h1'/%3E %3Cpath stroke='%23477af5' d='M8 9h1'/%3E %3Cpath stroke='%234178f5' d='M9 9h1'/%3E %3Cpath stroke='%233a74f5' d='M10 9h1'/%3E %3Cpath stroke='%2396b6fa' d='M11 9h1'/%3E %3Cpath stroke='%23f2f6fe' d='M12 9h1'/%3E %3Cpath stroke='%2393b6fb' d='M14 9h1'/%3E %3Cpath stroke='%232069f6' d='M15 9h1'/%3E %3Cpath stroke='%232268f5' d='M16 9h1'/%3E %3Cpath stroke='%232569f2' d='M17 9h1'/%3E %3Cpath stroke='%232562e6' d='M18 9h1'/%3E %3Cpath stroke='%23194bbe' d='M19 9h1'/%3E %3Cpath stroke='%23376ef4' d='M1 10h1'/%3E %3Cpath stroke='%235181f6' d='M2 10h1'/%3E %3Cpath stroke='%235785f7' d='M3 10h1M5 10h1'/%3E %3Cpath stroke='%235281f6' d='M6 10h1'/%3E %3Cpath stroke='%23477bf6' d='M8 10h1'/%3E %3Cpath stroke='%234e82f7' d='M9 10h1'/%3E %3Cpath stroke='%23cadafc' d='M10 10h1'/%3E %3Cpath stroke='%23a0c0fb' d='M13 10h1'/%3E %3Cpath stroke='%232a72f6' d='M14 10h1'/%3E %3Cpath stroke='%231e6bf6' d='M15 10h1'/%3E %3Cpath stroke='%231f6af6' d='M16 10h1'/%3E %3Cpath stroke='%23216af3' d='M17 10h1'/%3E %3Cpath stroke='%232162e6' d='M18 10h1'/%3E %3Cpath stroke='%231649be' d='M19 10h1'/%3E %3Cpath stroke='%23326bf4' d='M1 11h1'/%3E %3Cpath stroke='%234b7df5' d='M2 11h1'/%3E %3Cpath stroke='%235483f6' d='M3 11h1'/%3E %3Cpath stroke='%235684f7' d='M4 11h1'/%3E %3Cpath stroke='%235583f7' d='M5 11h1'/%3E %3Cpath stroke='%234d80f6' d='M7 11h1'/%3E %3Cpath stroke='%23487df6' d='M8 11h1'/%3E %3Cpath stroke='%23bcd1fc' d='M9 11h1'/%3E %3Cpath stroke='%23dde8fd' d='M11 11h1'/%3E %3Cpath stroke='%235f97f8' d='M12 11h1'/%3E %3Cpath stroke='%232673f7' d='M13 11h1'/%3E %3Cpath stroke='%232171f7' d='M14 11h1'/%3E %3Cpath stroke='%231c6ff6' d='M15 11h1'/%3E %3Cpath stroke='%231c6df6' d='M16 11h1'/%3E %3Cpath stroke='%231c6af4' d='M17 11h1'/%3E %3Cpath stroke='%231c61e6' d='M18 11h1'/%3E %3Cpath stroke='%231248bf' d='M19 11h1'/%3E %3Cpath stroke='%232b66f4' d='M1 12h1'/%3E %3Cpath stroke='%234e7ff6' d='M3 12h1'/%3E %3Cpath stroke='%235383f6' d='M5 12h1'/%3E %3Cpath stroke='%235182f6' d='M6 12h1'/%3E %3Cpath stroke='%234d81f7' d='M7 12h1'/%3E %3Cpath stroke='%23487ff6' d='M8 12h1'/%3E %3Cpath stroke='%23dfe9fd' d='M9 12h1'/%3E %3Cpath stroke='%234687f7' d='M11 12h1'/%3E %3Cpath stroke='%232d7af7' d='M12 12h1'/%3E %3Cpath stroke='%232677f7' d='M13 12h1'/%3E %3Cpath stroke='%232174f7' d='M14 12h1'/%3E %3Cpath stroke='%231b71f7' d='M15 12h1'/%3E %3Cpath stroke='%23186ef7' d='M16 12h1'/%3E %3Cpath stroke='%23186af4' d='M17 12h1'/%3E %3Cpath stroke='%23165fe7' d='M18 12h1'/%3E %3Cpath stroke='%230f47c0' d='M19 12h1'/%3E %3Cpath stroke='%232562f3' d='M1 13h1'/%3E %3Cpath stroke='%233d73f4' d='M2 13h1'/%3E %3Cpath stroke='%23487bf5' d='M3 13h1'/%3E %3Cpath stroke='%234e80f6' d='M4 13h1'/%3E %3Cpath stroke='%235081f6' d='M5 13h1'/%3E %3Cpath stroke='%234e81f6' d='M6 13h1'/%3E %3Cpath stroke='%234b80f6' d='M7 13h1'/%3E %3Cpath stroke='%23477ff6' d='M8 13h1'/%3E %3Cpath stroke='%23d2e0fd' d='M9 13h1'/%3E %3Cpath stroke='%23edf3fe' d='M10 13h1'/%3E %3Cpath stroke='%23367ff7' d='M11 13h1'/%3E %3Cpath stroke='%232d7cf7' d='M12 13h1'/%3E %3Cpath stroke='%232679f8' d='M13 13h1'/%3E %3Cpath stroke='%232077f7' d='M14 13h1'/%3E %3Cpath stroke='%231973f7' d='M15 13h1'/%3E %3Cpath stroke='%23166ff7' d='M16 13h1'/%3E %3Cpath stroke='%231369f4' d='M17 13h1'/%3E %3Cpath stroke='%23105de8' d='M18 13h1'/%3E %3Cpath stroke='%230a44bf' d='M19 13h1'/%3E %3Cpath stroke='%231e5df3' d='M1 14h1'/%3E %3Cpath stroke='%23497bf5' d='M4 14h1'/%3E %3Cpath stroke='%234a7ef7' d='M6 14h1'/%3E %3Cpath stroke='%23487ef6' d='M7 14h1'/%3E %3Cpath stroke='%23457ff6' d='M8 14h1'/%3E %3Cpath stroke='%234180f6' d='M9 14h1'/%3E %3Cpath stroke='%233b7ff6' d='M10 14h1'/%3E %3Cpath stroke='%23357ff7' d='M11 14h1'/%3E %3Cpath stroke='%232d7df7' d='M12 14h1'/%3E %3Cpath stroke='%23257af8' d='M13 14h1'/%3E %3Cpath stroke='%231e77f8' d='M14 14h1'/%3E %3Cpath stroke='%231773f8' d='M15 14h1'/%3E %3Cpath stroke='%23116df7' d='M16 14h1'/%3E %3Cpath stroke='%230d66f4' d='M17 14h1M15 17h1'/%3E %3Cpath stroke='%230b59e7' d='M18 14h1'/%3E %3Cpath stroke='%230641c0' d='M19 14h1M14 19h1'/%3E %3Cpath stroke='%231859f3' d='M1 15h1'/%3E %3Cpath stroke='%232e68f4' d='M2 15h1'/%3E %3Cpath stroke='%233a71f4' d='M3 15h1'/%3E %3Cpath stroke='%234277f5' d='M4 15h1'/%3E %3Cpath stroke='%23467af5' d='M5 15h1'/%3E %3Cpath stroke='%23457af6' d='M6 15h1'/%3E %3Cpath stroke='%23437bf6' d='M7 15h1'/%3E %3Cpath stroke='%23417cf6' d='M8 15h1'/%3E %3Cpath stroke='%23cbdcfd' d='M9 15h1'/%3E %3Cpath stroke='%23327df7' d='M11 15h1'/%3E %3Cpath stroke='%232a7cf8' d='M12 15h1'/%3E %3Cpath stroke='%23247af8' d='M13 15h1'/%3E %3Cpath stroke='%231d77f8' d='M14 15h1'/%3E %3Cpath stroke='%231573f8' d='M15 15h1'/%3E %3Cpath stroke='%230e6cf8' d='M16 15h1'/%3E %3Cpath stroke='%230963f4' d='M17 15h1'/%3E %3Cpath stroke='%230556e7' d='M18 15h1'/%3E %3Cpath stroke='%23023fbf' d='M19 15h1'/%3E %3Cpath stroke='%231456f3' d='M1 16h1'/%3E %3Cpath stroke='%232562f4' d='M2 16h1'/%3E %3Cpath stroke='%233971f4' d='M4 16h1'/%3E %3Cpath stroke='%233d74f5' d='M5 16h1'/%3E %3Cpath stroke='%233d74f6' d='M6 16h1'/%3E %3Cpath stroke='%233b75f5' d='M7 16h1'/%3E %3Cpath stroke='%233976f5' d='M8 16h1'/%3E %3Cpath stroke='%23f5f8fe' d='M9 16h1'/%3E %3Cpath stroke='%232c78f7' d='M11 16h1'/%3E %3Cpath stroke='%232577f7' d='M12 16h1'/%3E %3Cpath stroke='%231f76f7' d='M13 16h1'/%3E %3Cpath stroke='%231972f7' d='M14 16h1'/%3E %3Cpath stroke='%23116ef8' d='M15 16h1'/%3E %3Cpath stroke='%230b68f7' d='M16 16h1'/%3E %3Cpath stroke='%230560f4' d='M17 16h1'/%3E %3Cpath stroke='%230253e6' d='M18 16h1'/%3E %3Cpath stroke='%23013dbe' d='M19 16h1'/%3E %3Cpath stroke='%230e50ed' d='M1 17h1'/%3E %3Cpath stroke='%231c5bef' d='M2 17h1'/%3E %3Cpath stroke='%232863f0' d='M3 17h1'/%3E %3Cpath stroke='%232f68f0' d='M4 17h1'/%3E %3Cpath stroke='%23336bf1' d='M5 17h1'/%3E %3Cpath stroke='%23346cf1' d='M6 17h1'/%3E %3Cpath stroke='%23316cf2' d='M7 17h1'/%3E %3Cpath stroke='%23316df2' d='M8 17h1'/%3E %3Cpath stroke='%232e6ff2' d='M9 17h1'/%3E %3Cpath stroke='%232a70f2' d='M10 17h1'/%3E %3Cpath stroke='%232570f3' d='M11 17h1'/%3E %3Cpath stroke='%231f6ff3' d='M12 17h1'/%3E %3Cpath stroke='%23196df4' d='M13 17h1'/%3E %3Cpath stroke='%23136af4' d='M14 17h1'/%3E %3Cpath stroke='%230760f3' d='M16 17h1'/%3E %3Cpath stroke='%23025af0' d='M17 17h1'/%3E %3Cpath stroke='%23004de2' d='M18 17h1'/%3E %3Cpath stroke='%23003ab9' d='M19 17h1'/%3E %3Cpath stroke='%23285edf' d='M1 18h1'/%3E %3Cpath stroke='%23134fdf' d='M2 18h1'/%3E %3Cpath stroke='%231b55df' d='M3 18h1'/%3E %3Cpath stroke='%23215ae2' d='M4 18h1'/%3E %3Cpath stroke='%23255ce1' d='M5 18h1'/%3E %3Cpath stroke='%23265de0' d='M6 18h1'/%3E %3Cpath stroke='%23245ce1' d='M7 18h1'/%3E %3Cpath stroke='%23235ee2' d='M8 18h1'/%3E %3Cpath stroke='%23215ee2' d='M9 18h1'/%3E %3Cpath stroke='%231e5ee2' d='M10 18h1'/%3E %3Cpath stroke='%231b5fe5' d='M11 18h1'/%3E %3Cpath stroke='%23165ee5' d='M12 18h1'/%3E %3Cpath stroke='%23135de6' d='M13 18h1'/%3E %3Cpath stroke='%230e5be5' d='M14 18h1'/%3E %3Cpath stroke='%230958e6' d='M15 18h1'/%3E %3Cpath stroke='%230454e6' d='M16 18h1'/%3E %3Cpath stroke='%23014ee2' d='M17 18h1'/%3E %3Cpath stroke='%230045d3' d='M18 18h1'/%3E %3Cpath stroke='%231f4eb8' d='M19 18h1'/%3E %3Cpath stroke='%23d0daf1' d='M1 19h1'/%3E %3Cpath stroke='%232856c3' d='M2 19h1'/%3E %3Cpath stroke='%230d3fb6' d='M3 19h1'/%3E %3Cpath stroke='%231144bd' d='M4 19h1'/%3E %3Cpath stroke='%231245bb' d='M5 19h1'/%3E %3Cpath stroke='%231445b9' d='M6 19h1'/%3E %3Cpath stroke='%231244b9' d='M7 19h1'/%3E %3Cpath stroke='%231345bc' d='M8 19h1'/%3E %3Cpath stroke='%231346bd' d='M9 19h1'/%3E %3Cpath stroke='%231045be' d='M10 19h1'/%3E %3Cpath stroke='%230d45c0' d='M11 19h1'/%3E %3Cpath stroke='%230a45c1' d='M12 19h1'/%3E %3Cpath stroke='%230844c3' d='M13 19h1'/%3E %3Cpath stroke='%23033fc0' d='M15 19h1'/%3E %3Cpath stroke='%23013fc3' d='M16 19h1'/%3E %3Cpath stroke='%23003bbe' d='M17 19h1'/%3E %3Cpath stroke='%231f4eb9' d='M18 19h1'/%3E %3Cpath stroke='%23cfd8ed' d='M19 19h1'/%3E %3C/svg%3E");
    }
.title-bar-controls button[aria-label="Help"]:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 21 21' shape-rendering='crispEdges'%3E %3Cpath stroke='%2393b1ee' d='M1 0h1'/%3E %3Cpath stroke='%23f3f6fd' d='M2 0h1M20 2h1M0 18h1M18 20h1'/%3E %3Cpath stroke='%23ffffff' d='M3 0h15M0 3h1M20 3h1M0 4h1M9 4h3M20 4h1M0 5h1M8 5h1M12 5h1M20 5h1M0 6h1M7 6h1M13 6h1M20 6h1M0 7h1M13 7h1M20 7h1M0 8h1M13 8h1M20 8h1M0 9h1M13 9h1M20 9h1M0 10h1M11 10h2M20 10h1M0 11h1M10 11h1M20 11h1M0 12h1M10 12h1M20 12h1M0 13h1M20 13h1M0 14h1M20 14h1M0 15h1M10 15h1M20 15h1M0 16h1M10 16h1M20 16h1M0 17h1M20 17h1M3 20h15'/%3E %3Cpath stroke='%23f5f7fd' d='M18 0h1M0 2h1M20 18h1M2 20h1'/%3E %3Cpath stroke='%2393b1ed' d='M19 0h1M0 1h1'/%3E %3Cpath stroke='%23dce7ff' d='M1 1h1'/%3E %3Cpath stroke='%2372a1ff' d='M2 1h1M5 6h1'/%3E %3Cpath stroke='%236a9cff' d='M3 1h1'/%3E %3Cpath stroke='%235f94ff' d='M4 1h1M4 11h2'/%3E %3Cpath stroke='%23558eff' d='M5 1h1M3 12h1'/%3E %3Cpath stroke='%23518bff' d='M6 1h1'/%3E %3Cpath stroke='%234a86ff' d='M7 1h1'/%3E %3Cpath stroke='%234b87ff' d='M8 1h1M2 12h1'/%3E %3Cpath stroke='%234684ff' d='M9 1h2'/%3E %3Cpath stroke='%234482ff' d='M11 1h1M16 2h1M1 9h1M2 13h1'/%3E %3Cpath stroke='%234080ff' d='M12 1h1M3 15h1'/%3E %3Cpath stroke='%233b7cff' d='M13 1h1'/%3E %3Cpath stroke='%233a7bff' d='M14 1h1'/%3E %3Cpath stroke='%233678ff' d='M15 1h1'/%3E %3Cpath stroke='%232e73ff' d='M16 1h1'/%3E %3Cpath stroke='%23276cf9' d='M17 1h1'/%3E %3Cpath stroke='%233a73e7' d='M18 1h1'/%3E %3Cpath stroke='%23d3ddf3' d='M19 1h1'/%3E %3Cpath stroke='%2393b0ed' d='M20 1h1'/%3E %3Cpath stroke='%2373a1ff' d='M1 2h1'/%3E %3Cpath stroke='%2397b9ff' d='M2 2h1'/%3E %3Cpath stroke='%239cbdff' d='M3 2h1'/%3E %3Cpath stroke='%2390b5ff' d='M4 2h1'/%3E %3Cpath stroke='%2382acff' d='M5 2h1M5 4h1'/%3E %3Cpath stroke='%237ba7ff' d='M6 2h1M2 6h1'/%3E %3Cpath stroke='%2375a3ff' d='M7 2h1'/%3E %3Cpath stroke='%236f9fff' d='M8 2h1M3 8h1'/%3E %3Cpath stroke='%236c9dff' d='M9 2h1M1 3h1'/%3E %3Cpath stroke='%23689bff' d='M10 2h1M5 8h1M3 9h1'/%3E %3Cpath stroke='%236599ff' d='M11 2h1M12 3h1M5 9h1'/%3E %3Cpath stroke='%236095ff' d='M12 2h1M13 3h1'/%3E %3Cpath stroke='%235d93ff' d='M13 2h1'/%3E %3Cpath stroke='%23568eff' d='M14 2h1'/%3E %3Cpath stroke='%234f8aff' d='M15 2h1M3 13h1M4 14h1'/%3E %3Cpath stroke='%233878fb' d='M17 2h1'/%3E %3Cpath stroke='%232969eb' d='M18 2h1'/%3E %3Cpath stroke='%233566cb' d='M19 2h1'/%3E %3Cpath stroke='%239ebeff' d='M2 3h1'/%3E %3Cpath stroke='%23a4c2ff' d='M3 3h1'/%3E %3Cpath stroke='%2399baff' d='M4 3h1M3 4h1'/%3E %3Cpath stroke='%238ab0ff' d='M5 3h1'/%3E %3Cpath stroke='%2382abff' d='M6 3h1'/%3E %3Cpath stroke='%2379a6ff' d='M7 3h1'/%3E %3Cpath stroke='%2374a3ff' d='M8 3h1'/%3E %3Cpath stroke='%2371a0ff' d='M9 3h1'/%3E %3Cpath stroke='%236d9eff' d='M10 3h1M5 7h1M4 8h1'/%3E %3Cpath stroke='%23699bff' d='M11 3h1'/%3E %3Cpath stroke='%235a91ff' d='M14 3h1M2 10h1M4 12h1'/%3E %3Cpath stroke='%23538cff' d='M15 3h1M2 11h1'/%3E %3Cpath stroke='%234986ff' d='M16 3h1'/%3E %3Cpath stroke='%233d7cfc' d='M17 3h1'/%3E %3Cpath stroke='%232e6cea' d='M18 3h1'/%3E %3Cpath stroke='%231b52c2' d='M19 3h1'/%3E %3Cpath stroke='%236296ff' d='M1 4h1'/%3E %3Cpath stroke='%2391b5ff' d='M2 4h1'/%3E %3Cpath stroke='%238fb4ff' d='M4 4h1'/%3E %3Cpath stroke='%237aa6ff' d='M6 4h1M14 5h1'/%3E %3Cpath stroke='%239bbdff' d='M7 4h1'/%3E %3Cpath stroke='%23e3edff' d='M8 4h1'/%3E %3Cpath stroke='%23e1ebff' d='M12 4h1'/%3E %3Cpath stroke='%2387afff' d='M13 4h1'/%3E %3Cpath stroke='%234c88ff' d='M14 4h1M10 6h1M5 15h1'/%3E %3Cpath stroke='%234785ff' d='M15 4h1'/%3E %3Cpath stroke='%234280ff' d='M16 4h1'/%3E %3Cpath stroke='%233b7afb' d='M17 4h1'/%3E %3Cpath stroke='%23316fec' d='M18 4h1'/%3E %3Cpath stroke='%231f55c3' d='M19 4h1'/%3E %3Cpath stroke='%235990ff' d='M1 5h1'/%3E %3Cpath stroke='%2385adff' d='M2 5h1'/%3E %3Cpath stroke='%238bb1ff' d='M3 5h1'/%3E %3Cpath stroke='%2384acff' d='M4 5h1'/%3E %3Cpath stroke='%2378a5ff' d='M5 5h1'/%3E %3Cpath stroke='%2399bbff' d='M6 5h1'/%3E %3Cpath stroke='%23f4f7ff' d='M7 5h1'/%3E %3Cpath stroke='%23dbe7ff' d='M9 5h1'/%3E %3Cpath stroke='%23d2e1ff' d='M10 5h1'/%3E %3Cpath stroke='%23edf3ff' d='M11 5h1'/%3E %3Cpath stroke='%23f0f5ff' d='M13 5h1'/%3E %3Cpath stroke='%233b7bff' d='M15 5h1'/%3E %3Cpath stroke='%23397aff' d='M16 5h1M1 11h1'/%3E %3Cpath stroke='%233979fc' d='M17 5h1'/%3E %3Cpath stroke='%233370ec' d='M18 5h1M18 6h1'/%3E %3Cpath stroke='%232357c3' d='M19 5h1'/%3E %3Cpath stroke='%23548dff' d='M1 6h1M4 13h1'/%3E %3Cpath stroke='%2381aaff' d='M3 6h1'/%3E %3Cpath stroke='%237aa7ff' d='M4 6h1'/%3E %3Cpath stroke='%23d8e5ff' d='M6 6h1'/%3E %3Cpath stroke='%23b9d0ff' d='M8 6h1'/%3E %3Cpath stroke='%23548eff' d='M9 6h1'/%3E %3Cpath stroke='%23538dff' d='M11 6h1'/%3E %3Cpath stroke='%23cbdcff' d='M12 6h1'/%3E %3Cpath stroke='%23c9dbff' d='M14 6h1'/%3E %3Cpath stroke='%233579ff' d='M15 6h1'/%3E %3Cpath stroke='%233679ff' d='M16 6h1'/%3E %3Cpath stroke='%233879fc' d='M17 6h1'/%3E %3Cpath stroke='%232358c5' d='M19 6h1'/%3E %3Cpath stroke='%234e89ff' d='M1 7h1'/%3E %3Cpath stroke='%2371a1ff' d='M2 7h1'/%3E %3Cpath stroke='%2377a5ff' d='M3 7h1'/%3E %3Cpath stroke='%2374a2ff' d='M4 7h1'/%3E %3Cpath stroke='%23e8f0ff' d='M6 7h1'/%3E %3Cpath stroke='%23e7efff' d='M7 7h1'/%3E %3Cpath stroke='%23679aff' d='M8 7h1'/%3E %3Cpath stroke='%23508dff' d='M9 7h1'/%3E %3Cpath stroke='%234989ff' d='M10 7h1'/%3E %3Cpath stroke='%234183ff' d='M11 7h1'/%3E %3Cpath stroke='%2374a5ff' d='M12 7h1'/%3E %3Cpath stroke='%23d1e1ff' d='M14 7h1'/%3E %3Cpath stroke='%23317aff' d='M15 7h1'/%3E %3Cpath stroke='%23337aff' d='M16 7h1'/%3E %3Cpath stroke='%23367bfc' d='M17 7h1'/%3E %3Cpath stroke='%233372ed' d='M18 7h1'/%3E %3Cpath stroke='%232359c5' d='M19 7h1'/%3E %3Cpath stroke='%234d88ff' d='M1 8h1'/%3E %3Cpath stroke='%23699cff' d='M2 8h1'/%3E %3Cpath stroke='%236398ff' d='M6 8h1'/%3E %3Cpath stroke='%235c93ff' d='M7 8h1M6 11h1'/%3E %3Cpath stroke='%23548fff' d='M8 8h1'/%3E %3Cpath stroke='%234d8cff' d='M9 8h1'/%3E %3Cpath stroke='%23468aff' d='M10 8h1'/%3E %3Cpath stroke='%233f86ff' d='M11 8h1'/%3E %3Cpath stroke='%238cb7ff' d='M12 8h1'/%3E %3Cpath stroke='%23cde0ff' d='M14 8h1'/%3E %3Cpath stroke='%232f7fff' d='M15 8h1'/%3E %3Cpath stroke='%233280ff' d='M16 8h1'/%3E %3Cpath stroke='%233580fc' d='M17 8h1'/%3E %3Cpath stroke='%233276ed' d='M18 8h1'/%3E %3Cpath stroke='%23235ac6' d='M19 8h1'/%3E %3Cpath stroke='%236196ff' d='M2 9h1M6 9h1M3 10h1'/%3E %3Cpath stroke='%23689aff' d='M4 9h1'/%3E %3Cpath stroke='%235b93ff' d='M7 9h1'/%3E %3Cpath stroke='%235491ff' d='M8 9h1'/%3E %3Cpath stroke='%234f90ff' d='M9 9h1'/%3E %3Cpath stroke='%234890ff' d='M10 9h1'/%3E %3Cpath stroke='%239dc5ff' d='M11 9h1'/%3E %3Cpath stroke='%23f3f8ff' d='M12 9h1'/%3E %3Cpath stroke='%239ac5ff' d='M14 9h1'/%3E %3Cpath stroke='%232f88ff' d='M15 9h1'/%3E %3Cpath stroke='%233188ff' d='M16 9h1'/%3E %3Cpath stroke='%233385fc' d='M17 9h1'/%3E %3Cpath stroke='%233079ed' d='M18 9h1'/%3E %3Cpath stroke='%23215cc8' d='M19 9h1'/%3E %3Cpath stroke='%233f7fff' d='M1 10h1'/%3E %3Cpath stroke='%236397ff' d='M4 10h1'/%3E %3Cpath stroke='%236297ff' d='M5 10h1'/%3E %3Cpath stroke='%235f95ff' d='M6 10h1'/%3E %3Cpath stroke='%235993ff' d='M7 10h1'/%3E %3Cpath stroke='%235492ff' d='M8 10h1'/%3E %3Cpath stroke='%235c9aff' d='M9 10h1'/%3E %3Cpath stroke='%23cee2ff' d='M10 10h1'/%3E %3Cpath stroke='%23a7d0ff' d='M13 10h1'/%3E %3Cpath stroke='%233897ff' d='M14 10h1'/%3E %3Cpath stroke='%232f92ff' d='M15 10h1'/%3E %3Cpath stroke='%233090ff' d='M16 10h1'/%3E %3Cpath stroke='%23328cfc' d='M17 10h1'/%3E %3Cpath stroke='%232e7def' d='M18 10h1'/%3E %3Cpath stroke='%231e5dc9' d='M19 10h1'/%3E %3Cpath stroke='%235c92ff' d='M3 11h1M5 12h1'/%3E %3Cpath stroke='%235792ff' d='M7 11h1M7 12h1'/%3E %3Cpath stroke='%235594ff' d='M8 11h1'/%3E %3Cpath stroke='%23c2dbff' d='M9 11h1'/%3E %3Cpath stroke='%23e0efff' d='M11 11h1'/%3E %3Cpath stroke='%236eb6ff' d='M12 11h1'/%3E %3Cpath stroke='%23379fff' d='M13 11h1'/%3E %3Cpath stroke='%23339dff' d='M14 11h1'/%3E %3Cpath stroke='%232f9bff' d='M15 11h1'/%3E %3Cpath stroke='%232e97ff' d='M16 11h1'/%3E %3Cpath stroke='%232e91fc' d='M17 11h1'/%3E %3Cpath stroke='%232a80f0' d='M18 11h1'/%3E %3Cpath stroke='%231b5dcb' d='M19 11h1'/%3E %3Cpath stroke='%233275ff' d='M1 12h1'/%3E %3Cpath stroke='%235991ff' d='M6 12h1'/%3E %3Cpath stroke='%235596ff' d='M8 12h1'/%3E %3Cpath stroke='%23e2eeff' d='M9 12h1'/%3E %3Cpath stroke='%2359adff' d='M11 12h1'/%3E %3Cpath stroke='%2342a9ff' d='M12 12h1'/%3E %3Cpath stroke='%233aa9ff' d='M13 12h1'/%3E %3Cpath stroke='%2334a7ff' d='M14 12h1'/%3E %3Cpath stroke='%2330a5ff' d='M15 12h1'/%3E %3Cpath stroke='%232ca0ff' d='M16 12h1'/%3E %3Cpath stroke='%232a96fd' d='M17 12h1'/%3E %3Cpath stroke='%232581f1' d='M18 12h1'/%3E %3Cpath stroke='%23185dcc' d='M19 12h1'/%3E %3Cpath stroke='%232d72ff' d='M1 13h1M2 16h1'/%3E %3Cpath stroke='%235790ff' d='M5 13h2'/%3E %3Cpath stroke='%235490ff' d='M7 13h1'/%3E %3Cpath stroke='%235597ff' d='M8 13h1'/%3E %3Cpath stroke='%23d6e8ff' d='M9 13h1'/%3E %3Cpath stroke='%23eef6ff' d='M10 13h1'/%3E %3Cpath stroke='%234aaaff' d='M11 13h1'/%3E %3Cpath stroke='%2344afff' d='M12 13h1'/%3E %3Cpath stroke='%233eb1ff' d='M13 13h1'/%3E %3Cpath stroke='%2337afff' d='M14 13h1'/%3E %3Cpath stroke='%232fabff' d='M15 13h1'/%3E %3Cpath stroke='%2329a4ff' d='M16 13h1'/%3E %3Cpath stroke='%232599fd' d='M17 13h1'/%3E %3Cpath stroke='%231e80f2' d='M18 13h1'/%3E %3Cpath stroke='%23145bcd' d='M19 13h1'/%3E %3Cpath stroke='%23276eff' d='M1 14h1'/%3E %3Cpath stroke='%233d7dff' d='M2 14h1'/%3E %3Cpath stroke='%234985ff' d='M3 14h1'/%3E %3Cpath stroke='%23528cff' d='M5 14h1'/%3E %3Cpath stroke='%23528dff' d='M6 14h1'/%3E %3Cpath stroke='%23518fff' d='M7 14h1'/%3E %3Cpath stroke='%235196ff' d='M8 14h1'/%3E %3Cpath stroke='%23509fff' d='M9 14h1'/%3E %3Cpath stroke='%234ea6ff' d='M10 14h1'/%3E %3Cpath stroke='%2349acff' d='M11 14h1'/%3E %3Cpath stroke='%2343b1ff' d='M12 14h1'/%3E %3Cpath stroke='%233eb4ff' d='M13 14h1'/%3E %3Cpath stroke='%2335b2ff' d='M14 14h1'/%3E %3Cpath stroke='%232caeff' d='M15 14h1'/%3E %3Cpath stroke='%2324a5ff' d='M16 14h1'/%3E %3Cpath stroke='%231f97fd' d='M17 14h1'/%3E %3Cpath stroke='%231980f3' d='M18 14h1'/%3E %3Cpath stroke='%23105ace' d='M19 14h1'/%3E %3Cpath stroke='%23216aff' d='M1 15h1'/%3E %3Cpath stroke='%233578ff' d='M2 15h1'/%3E %3Cpath stroke='%234885ff' d='M4 15h1'/%3E %3Cpath stroke='%234d89ff' d='M6 15h1'/%3E %3Cpath stroke='%234c8cff' d='M7 15h1'/%3E %3Cpath stroke='%234d94ff' d='M8 15h1'/%3E %3Cpath stroke='%23cfe4ff' d='M9 15h1'/%3E %3Cpath stroke='%2347aaff' d='M11 15h1'/%3E %3Cpath stroke='%2341afff' d='M12 15h1'/%3E %3Cpath stroke='%233bb2ff' d='M13 15h1'/%3E %3Cpath stroke='%2333b1ff' d='M14 15h1'/%3E %3Cpath stroke='%232aadff' d='M15 15h1'/%3E %3Cpath stroke='%2321a3ff' d='M16 15h1'/%3E %3Cpath stroke='%231a95fd' d='M17 15h1'/%3E %3Cpath stroke='%23137cf2' d='M18 15h1'/%3E %3Cpath stroke='%230c59cf' d='M19 15h1'/%3E %3Cpath stroke='%231c66ff' d='M1 16h1'/%3E %3Cpath stroke='%233879ff' d='M3 16h1'/%3E %3Cpath stroke='%233f7eff' d='M4 16h1'/%3E %3Cpath stroke='%234483ff' d='M5 16h1'/%3E %3Cpath stroke='%234584ff' d='M6 16h1'/%3E %3Cpath stroke='%234587ff' d='M7 16h1'/%3E %3Cpath stroke='%23468eff' d='M8 16h1'/%3E %3Cpath stroke='%23f6faff' d='M9 16h1'/%3E %3Cpath stroke='%233fa3ff' d='M11 16h1'/%3E %3Cpath stroke='%233ba8ff' d='M12 16h1'/%3E %3Cpath stroke='%2333aaff' d='M13 16h1'/%3E %3Cpath stroke='%232da9ff' d='M14 16h1'/%3E %3Cpath stroke='%2324a6ff' d='M15 16h1'/%3E %3Cpath stroke='%231d9eff' d='M16 16h1'/%3E %3Cpath stroke='%231690fd' d='M17 16h1'/%3E %3Cpath stroke='%231078f1' d='M18 16h1'/%3E %3Cpath stroke='%230b57ce' d='M19 16h1'/%3E %3Cpath stroke='%231761f9' d='M1 17h1'/%3E %3Cpath stroke='%23246bfa' d='M2 17h1'/%3E %3Cpath stroke='%232f72fb' d='M3 17h1'/%3E %3Cpath stroke='%233676fb' d='M4 17h1'/%3E %3Cpath stroke='%233a7afb' d='M5 17h1'/%3E %3Cpath stroke='%233b7bfc' d='M6 17h1'/%3E %3Cpath stroke='%233b7efc' d='M7 17h1'/%3E %3Cpath stroke='%233c84fc' d='M8 17h1'/%3E %3Cpath stroke='%233b8afc' d='M9 17h1'/%3E %3Cpath stroke='%233990fc' d='M10 17h1'/%3E %3Cpath stroke='%233695fc' d='M11 17h1'/%3E %3Cpath stroke='%233299fc' d='M12 17h1'/%3E %3Cpath stroke='%232c9cfd' d='M13 17h1'/%3E %3Cpath stroke='%23259bfd' d='M14 17h1'/%3E %3Cpath stroke='%231e97fd' d='M15 17h1'/%3E %3Cpath stroke='%231790fc' d='M16 17h1'/%3E %3Cpath stroke='%231184fa' d='M17 17h1'/%3E %3Cpath stroke='%230c6ded' d='M18 17h1'/%3E %3Cpath stroke='%230850c8' d='M19 17h1'/%3E %3Cpath stroke='%232f6ae4' d='M1 18h1'/%3E %3Cpath stroke='%231b5fe9' d='M2 18h1'/%3E %3Cpath stroke='%232163e8' d='M3 18h1'/%3E %3Cpath stroke='%232868eb' d='M4 18h1'/%3E %3Cpath stroke='%232c6aea' d='M5 18h1'/%3E %3Cpath stroke='%232e6dea' d='M6 18h1'/%3E %3Cpath stroke='%232d6deb' d='M7 18h1'/%3E %3Cpath stroke='%232c71ec' d='M8 18h1'/%3E %3Cpath stroke='%232c76ec' d='M9 18h1'/%3E %3Cpath stroke='%232a79ed' d='M10 18h1'/%3E %3Cpath stroke='%23287eef' d='M11 18h1'/%3E %3Cpath stroke='%232481f1' d='M12 18h1'/%3E %3Cpath stroke='%232182f1' d='M13 18h1'/%3E %3Cpath stroke='%231c80f1' d='M14 18h1'/%3E %3Cpath stroke='%231880f3' d='M15 18h1'/%3E %3Cpath stroke='%23117af2' d='M16 18h1'/%3E %3Cpath stroke='%230c6eed' d='M17 18h1'/%3E %3Cpath stroke='%230a5ddd' d='M18 18h1'/%3E %3Cpath stroke='%23265dc1' d='M19 18h1'/%3E %3Cpath stroke='%2393b4f2' d='M0 19h1'/%3E %3Cpath stroke='%23d1ddf4' d='M1 19h1'/%3E %3Cpath stroke='%232e61ca' d='M2 19h1'/%3E %3Cpath stroke='%23134bbf' d='M3 19h1'/%3E %3Cpath stroke='%23164fc2' d='M4 19h1'/%3E %3Cpath stroke='%231950c1' d='M5 19h1'/%3E %3Cpath stroke='%231b52c1' d='M6 19h1'/%3E %3Cpath stroke='%231a52c3' d='M7 19h1'/%3E %3Cpath stroke='%231954c6' d='M8 19h1'/%3E %3Cpath stroke='%231b58c9' d='M9 19h1'/%3E %3Cpath stroke='%231858c8' d='M10 19h1'/%3E %3Cpath stroke='%23165bcd' d='M11 19h1'/%3E %3Cpath stroke='%23145cd0' d='M12 19h1'/%3E %3Cpath stroke='%23135cd0' d='M13 19h1'/%3E %3Cpath stroke='%230f58cc' d='M14 19h1'/%3E %3Cpath stroke='%230d5ad2' d='M15 19h1'/%3E %3Cpath stroke='%230b58d1' d='M16 19h1'/%3E %3Cpath stroke='%230951cb' d='M17 19h1'/%3E %3Cpath stroke='%23265ec3' d='M18 19h1'/%3E %3Cpath stroke='%23d0daee' d='M19 19h1'/%3E %3Cpath stroke='%2393b3f2' d='M20 19h1M1 20h1'/%3E %3Cpath stroke='%2393b2f1' d='M19 20h1'/%3E %3C/svg%3E");
        }
.title-bar-controls button[aria-label="Help"]:not(:disabled):active {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 21 21' shape-rendering='crispEdges'%3E %3Cpath stroke='%23a7bdef' d='M1 0h1'/%3E %3Cpath stroke='%23f4f6fd' d='M2 0h1M18 0h1M0 2h1M20 2h1M0 18h1M20 18h1M2 20h1M18 20h1'/%3E %3Cpath stroke='%23ffffff' d='M3 0h15M0 3h1M20 3h1M0 4h1M20 4h1M0 5h1M20 5h1M0 6h1M20 6h1M0 7h1M20 7h1M0 8h1M20 8h1M0 9h1M20 9h1M0 10h1M20 10h1M0 11h1M20 11h1M0 12h1M20 12h1M0 13h1M20 13h1M0 14h1M20 14h1M0 15h1M20 15h1M0 16h1M20 16h1M0 17h1M20 17h1M3 20h1M9 20h9'/%3E %3Cpath stroke='%23a7bdee' d='M19 0h1M0 1h1'/%3E %3Cpath stroke='%23cfd3da' d='M1 1h1'/%3E %3Cpath stroke='%231f3b5f' d='M2 1h1M1 2h1'/%3E %3Cpath stroke='%23002453' d='M3 1h1M1 4h1'/%3E %3Cpath stroke='%23002557' d='M4 1h1'/%3E %3Cpath stroke='%23002658' d='M5 1h1'/%3E %3Cpath stroke='%2300285c' d='M6 1h1'/%3E %3Cpath stroke='%23002a61' d='M7 1h1'/%3E %3Cpath stroke='%23002d67' d='M8 1h1'/%3E %3Cpath stroke='%23002f6b' d='M9 1h1'/%3E %3Cpath stroke='%23002f6c' d='M10 1h1M1 10h1'/%3E %3Cpath stroke='%23003273' d='M11 1h1'/%3E %3Cpath stroke='%23003478' d='M12 1h1M5 2h1'/%3E %3Cpath stroke='%2300357b' d='M13 1h1M2 5h1M1 13h1'/%3E %3Cpath stroke='%2300377f' d='M14 1h1M6 2h1'/%3E %3Cpath stroke='%23003780' d='M15 1h1'/%3E %3Cpath stroke='%23003984' d='M16 1h1'/%3E %3Cpath stroke='%23003882' d='M17 1h1M3 3h1'/%3E %3Cpath stroke='%231f5295' d='M18 1h1'/%3E %3Cpath stroke='%23cfdae9' d='M19 1h1'/%3E %3Cpath stroke='%23a7bcee' d='M20 1h1'/%3E %3Cpath stroke='%23002a62' d='M2 2h1'/%3E %3Cpath stroke='%23003070' d='M3 2h1'/%3E %3Cpath stroke='%23003275' d='M4 2h1'/%3E %3Cpath stroke='%23003883' d='M7 2h1M1 17h1'/%3E %3Cpath stroke='%23003a88' d='M8 2h1'/%3E %3Cpath stroke='%23003d8f' d='M9 2h1M2 9h1'/%3E %3Cpath stroke='%23003e90' d='M10 2h1'/%3E %3Cpath stroke='%23004094' d='M11 2h1'/%3E %3Cpath stroke='%23004299' d='M12 2h1M2 12h1'/%3E %3Cpath stroke='%2300439b' d='M13 2h1'/%3E %3Cpath stroke='%2300449e' d='M14 2h1M2 14h1'/%3E %3Cpath stroke='%2300459f' d='M15 2h1'/%3E %3Cpath stroke='%230045a1' d='M16 2h1M18 2h1M2 17h1'/%3E %3Cpath stroke='%230045a0' d='M17 2h1M2 15h1'/%3E %3Cpath stroke='%231f5aa8' d='M19 2h1'/%3E %3Cpath stroke='%23002452' d='M1 3h1'/%3E %3Cpath stroke='%23003170' d='M2 3h1'/%3E %3Cpath stroke='%23003b8b' d='M4 3h1M3 4h1'/%3E %3Cpath stroke='%23003c8f' d='M5 3h1'/%3E %3Cpath stroke='%23003e94' d='M6 3h1'/%3E %3Cpath stroke='%23004099' d='M7 3h1'/%3E %3Cpath stroke='%2300429d' d='M8 3h1'/%3E %3Cpath stroke='%230044a2' d='M9 3h1'/%3E %3Cpath stroke='%230046a5' d='M10 3h1'/%3E %3Cpath stroke='%230048a8' d='M11 3h1'/%3E %3Cpath stroke='%230049ab' d='M12 3h1'/%3E %3Cpath stroke='%23004aac' d='M13 3h1'/%3E %3Cpath stroke='%23004aad' d='M14 3h1'/%3E %3Cpath stroke='%23004bae' d='M15 3h2M18 3h1M3 14h1M3 15h1M3 16h1'/%3E %3Cpath stroke='%23004baf' d='M17 3h1M7 10h1M3 17h1M3 18h1'/%3E %3Cpath stroke='%23004bad' d='M19 3h1M3 13h1M3 19h1'/%3E %3Cpath stroke='%23003377' d='M2 4h1M1 12h1'/%3E %3Cpath stroke='%23003d92' d='M4 4h1'/%3E %3Cpath stroke='%23003f97' d='M5 4h1M4 5h1'/%3E %3Cpath stroke='%2300419d' d='M6 4h1M4 6h1'/%3E %3Cpath stroke='%230a4aa5' d='M7 4h1'/%3E %3Cpath stroke='%234e7ec0' d='M8 4h1'/%3E %3Cpath stroke='%23789ed1' d='M9 4h1'/%3E %3Cpath stroke='%23789ed3' d='M10 4h1'/%3E %3Cpath stroke='%23789fd4' d='M11 4h1M12 5h1'/%3E %3Cpath stroke='%235184c7' d='M12 4h1'/%3E %3Cpath stroke='%230b54b3' d='M13 4h1M14 5h1'/%3E %3Cpath stroke='%23004db1' d='M14 4h3M15 5h2M15 6h2M7 12h1M6 13h1M4 14h3M4 15h2M4 16h2'/%3E %3Cpath stroke='%23004db2' d='M17 4h3M17 5h3M18 6h2M19 7h1M11 8h1M8 11h1M4 17h2M4 18h4M4 19h4'/%3E %3Cpath stroke='%23002555' d='M1 5h1'/%3E %3Cpath stroke='%23003d90' d='M3 5h1'/%3E %3Cpath stroke='%2300409c' d='M5 5h1'/%3E %3Cpath stroke='%230949a4' d='M6 5h1'/%3E %3Cpath stroke='%23668ec8' d='M7 5h1'/%3E %3Cpath stroke='%23789dd1' d='M8 5h1M7 6h1'/%3E %3Cpath stroke='%23497cc1' d='M9 5h1'/%3E %3Cpath stroke='%234178c0' d='M10 5h1'/%3E %3Cpath stroke='%23608dcb' d='M11 5h1'/%3E %3Cpath stroke='%236693cf' d='M13 5h1'/%3E %3Cpath stroke='%2300275a' d='M1 6h1'/%3E %3Cpath stroke='%23003781' d='M2 6h1M1 15h1'/%3E %3Cpath stroke='%23003f95' d='M3 6h1'/%3E %3Cpath stroke='%230042a1' d='M5 6h1'/%3E %3Cpath stroke='%234073bb' d='M6 6h1'/%3E %3Cpath stroke='%232661b6' d='M8 6h1'/%3E %3Cpath stroke='%230047ac' d='M9 6h1'/%3E %3Cpath stroke='%230049ad' d='M10 6h1M5 11h1'/%3E %3Cpath stroke='%23004aae' d='M11 6h1M6 11h1M4 12h2'/%3E %3Cpath stroke='%234077c4' d='M12 6h1'/%3E %3Cpath stroke='%2378a1d6' d='M13 6h1'/%3E %3Cpath stroke='%234079c4' d='M14 6h1'/%3E %3Cpath stroke='%23004eb3' d='M17 6h1M18 7h1M19 8h1M10 9h1M9 10h1M7 16h1M6 17h2M8 19h1'/%3E %3Cpath stroke='%2300295f' d='M1 7h1'/%3E %3Cpath stroke='%23003985' d='M2 7h1'/%3E %3Cpath stroke='%2300419b' d='M3 7h1'/%3E %3Cpath stroke='%230043a2' d='M4 7h1'/%3E %3Cpath stroke='%230044a6' d='M5 7h1'/%3E %3Cpath stroke='%235684c6' d='M6 7h1'/%3E %3Cpath stroke='%235686c8' d='M7 7h1'/%3E %3Cpath stroke='%230049ac' d='M8 7h1M5 10h1M4 11h1M3 12h1'/%3E %3Cpath stroke='%230049ae' d='M9 7h1M7 8h2M6 10h1'/%3E %3Cpath stroke='%23004aaf' d='M10 7h1M9 8h1M7 9h1'/%3E %3Cpath stroke='%23004cb1' d='M11 7h1M10 8h1M9 9h1M8 10h1'/%3E %3Cpath stroke='%230a53b5' d='M12 7h1'/%3E %3Cpath stroke='%2378a1d7' d='M13 7h1'/%3E %3Cpath stroke='%234881c8' d='M14 7h1'/%3E %3Cpath stroke='%23004fb4' d='M15 7h3M18 8h1M19 9h1M8 12h1M7 15h1M8 18h1M9 19h1'/%3E %3Cpath stroke='%23002b63' d='M1 8h1'/%3E %3Cpath stroke='%23003b8a' d='M2 8h1'/%3E %3Cpath stroke='%2300439f' d='M3 8h1'/%3E %3Cpath stroke='%230045a5' d='M4 8h1'/%3E %3Cpath stroke='%230046a8' d='M5 8h1'/%3E %3Cpath stroke='%230047ab' d='M6 8h1M5 9h1'/%3E %3Cpath stroke='%23145db9' d='M12 8h1'/%3E %3Cpath stroke='%2378a2d8' d='M13 8h1'/%3E %3Cpath stroke='%23457fc8' d='M14 8h1'/%3E %3Cpath stroke='%230051b6' d='M15 8h1M18 9h1M19 11h1M19 12h1M8 14h1M8 15h1M19 17h1M9 18h1M11 19h1'/%3E %3Cpath stroke='%230050b5' d='M16 8h2M19 10h1M8 13h1M8 16h1M8 17h1M10 19h1'/%3E %3Cpath stroke='%23002d68' d='M1 9h1'/%3E %3Cpath stroke='%230045a3' d='M3 9h1'/%3E %3Cpath stroke='%230047a8' d='M4 9h1'/%3E %3Cpath stroke='%230048ad' d='M6 9h1'/%3E %3Cpath stroke='%23004bb0' d='M8 9h1M6 12h1M5 13h1'/%3E %3Cpath stroke='%231b62bd' d='M11 9h1'/%3E %3Cpath stroke='%236899d4' d='M12 9h1'/%3E %3Cpath stroke='%2378a4d9' d='M13 9h1'/%3E %3Cpath stroke='%231f68c1' d='M14 9h1'/%3E %3Cpath stroke='%230054b9' d='M15 9h1M9 14h1M18 18h1M15 19h1'/%3E %3Cpath stroke='%230053b8' d='M16 9h2M18 10h1M19 14h1M19 16h1M9 17h1M10 18h1M14 19h1M16 19h1'/%3E %3Cpath stroke='%23003f93' d='M2 10h1'/%3E %3Cpath stroke='%230047a7' d='M3 10h1'/%3E %3Cpath stroke='%230048ab' d='M4 10h1'/%3E %3Cpath stroke='%23407cc7' d='M10 10h1'/%3E %3Cpath stroke='%2378a3d9' d='M11 10h1M10 11h1'/%3E %3Cpath stroke='%2378a5da' d='M12 10h1M10 12h1'/%3E %3Cpath stroke='%23256ec4' d='M13 10h1'/%3E %3Cpath stroke='%230057bb' d='M14 10h1'/%3E %3Cpath stroke='%230057bc' d='M15 10h1M11 12h1M10 14h1M18 17h1M12 18h1M17 18h1'/%3E %3Cpath stroke='%230056bb' d='M16 10h1M18 12h1'/%3E %3Cpath stroke='%230055ba' d='M17 10h1M18 11h1M10 17h1M11 18h1'/%3E %3Cpath stroke='%23003172' d='M1 11h1'/%3E %3Cpath stroke='%23004095' d='M2 11h1'/%3E %3Cpath stroke='%230048aa' d='M3 11h1'/%3E %3Cpath stroke='%23004cb0' d='M7 11h1M4 13h1'/%3E %3Cpath stroke='%233272c4' d='M9 11h1'/%3E %3Cpath stroke='%23538cd0' d='M11 11h1'/%3E %3Cpath stroke='%23065cbf' d='M12 11h1'/%3E %3Cpath stroke='%230059be' d='M13 11h1M16 11h1M11 13h1M11 16h1M18 16h1M14 18h1M16 18h1'/%3E %3Cpath stroke='%23005abf' d='M14 11h2M12 12h1M17 12h1M11 14h1M11 15h1M12 17h1M15 18h1'/%3E %3Cpath stroke='%230058bd' d='M17 11h1M18 13h1M13 18h1'/%3E %3Cpath stroke='%23538ace' d='M9 12h1'/%3E %3Cpath stroke='%23005cc1' d='M13 12h1M16 12h1M12 13h1M17 13h1M13 17h1'/%3E %3Cpath stroke='%23005dc2' d='M14 12h1M12 14h1M17 14h1M12 15h1M17 16h1M14 17h1M16 17h1'/%3E %3Cpath stroke='%23005ec3' d='M15 12h1M13 13h1M16 13h1M17 15h1M13 16h1M15 17h1'/%3E %3Cpath stroke='%2300449d' d='M2 13h1'/%3E %3Cpath stroke='%23004eb2' d='M7 13h1M6 15h1M6 16h1'/%3E %3Cpath stroke='%234581cb' d='M9 13h1'/%3E %3Cpath stroke='%236297d5' d='M10 13h1'/%3E %3Cpath stroke='%23005fc4' d='M14 13h1M13 14h1M16 14h1M13 15h1'/%3E %3Cpath stroke='%230060c5' d='M15 13h1M14 14h1M16 15h1M15 16h1'/%3E %3Cpath stroke='%230052b7' d='M19 13h1M12 19h2M17 19h1'/%3E %3Cpath stroke='%2300367e' d='M1 14h1'/%3E %3Cpath stroke='%23004fb3' d='M7 14h1'/%3E %3Cpath stroke='%230061c6' d='M15 14h1M14 15h1'/%3E %3Cpath stroke='%230059bd' d='M18 14h1'/%3E %3Cpath stroke='%23407fca' d='M9 15h1'/%3E %3Cpath stroke='%2378a6dc' d='M10 15h1'/%3E %3Cpath stroke='%230062c6' d='M15 15h1'/%3E %3Cpath stroke='%23005abe' d='M18 15h1'/%3E %3Cpath stroke='%230054b8' d='M19 15h1'/%3E %3Cpath stroke='%23003881' d='M1 16h1'/%3E %3Cpath stroke='%230046a1' d='M2 16h1'/%3E %3Cpath stroke='%236c9bd5' d='M9 16h1'/%3E %3Cpath stroke='%2378a6db' d='M10 16h1'/%3E %3Cpath stroke='%23005cc0' d='M12 16h1'/%3E %3Cpath stroke='%23005fc3' d='M14 16h1'/%3E %3Cpath stroke='%230060c4' d='M16 16h1'/%3E %3Cpath stroke='%230058bc' d='M11 17h1'/%3E %3Cpath stroke='%23005bc0' d='M17 17h1'/%3E %3Cpath stroke='%231f5294' d='M1 18h1'/%3E %3Cpath stroke='%230046a2' d='M2 18h1'/%3E %3Cpath stroke='%231f66be' d='M19 18h1'/%3E %3Cpath stroke='%23a7bef0' d='M0 19h1M20 19h1M1 20h1'/%3E %3Cpath stroke='%23cfdae8' d='M1 19h1'/%3E %3Cpath stroke='%231f5ba9' d='M2 19h1'/%3E %3Cpath stroke='%231f66bf' d='M18 19h1'/%3E %3Cpath stroke='%23cfdef1' d='M19 19h1'/%3E %3Cpath stroke='%23fefefe' d='M4 20h1M8 20h1'/%3E %3Cpath stroke='%23fdfdfd' d='M5 20h1M7 20h1'/%3E %3Cpath stroke='%23fcfcfc' d='M6 20h1'/%3E %3Cpath stroke='%23a7bdf0' d='M19 20h1'/%3E %3C/svg%3E");
        }
.title-bar-controls button[aria-label="Close"] {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 21 21' shape-rendering='crispEdges'%3E %3Cpath stroke='%23b3c4ef' d='M1 0h1M19 0h1M0 1h1M20 1h1M0 19h1M20 19h1M1 20h1M19 20h1'/%3E %3Cpath stroke='%23f4f6fd' d='M2 0h1M20 2h1M0 18h1M18 20h1'/%3E %3Cpath stroke='%23ffffff' d='M3 0h16M0 2h1M0 3h1M20 3h1M0 4h1M20 4h1M0 5h1M6 5h1M14 5h1M20 5h1M0 6h1M5 6h3M13 6h3M20 6h1M0 7h1M6 7h3M12 7h3M20 7h1M0 8h1M7 8h3M11 8h3M20 8h1M0 9h1M8 9h5M20 9h1M0 10h1M9 10h3M20 10h1M0 11h1M8 11h5M20 11h1M0 12h1M7 12h3M11 12h2M20 12h1M0 13h1M6 13h3M12 13h3M20 13h1M0 14h1M5 14h3M13 14h3M20 14h1M0 15h1M6 15h1M14 15h1M20 15h1M0 16h1M20 16h1M0 17h1M20 17h1M20 18h1M2 20h16'/%3E %3Cpath stroke='%23fae1dc' d='M1 1h1'/%3E %3Cpath stroke='%23eb8b73' d='M2 1h1'/%3E %3Cpath stroke='%23e97b60' d='M3 1h1'/%3E %3Cpath stroke='%23e77155' d='M4 1h1'/%3E %3Cpath stroke='%23e66a4d' d='M5 1h1M1 6h1M7 10h1'/%3E %3Cpath stroke='%23e56648' d='M6 1h1'/%3E %3Cpath stroke='%23e46142' d='M7 1h1'/%3E %3Cpath stroke='%23e46344' d='M8 1h1M14 4h1M2 12h1'/%3E %3Cpath stroke='%23e45f3e' d='M9 1h2'/%3E %3Cpath stroke='%23e35c3b' d='M11 1h2'/%3E %3Cpath stroke='%23e25633' d='M13 1h2'/%3E %3Cpath stroke='%23e25330' d='M15 1h1'/%3E %3Cpath stroke='%23e04d28' d='M16 1h1'/%3E %3Cpath stroke='%23dc451f' d='M17 1h1'/%3E %3Cpath stroke='%23d05334' d='M18 1h1'/%3E %3Cpath stroke='%23efd8d2' d='M19 1h1'/%3E %3Cpath stroke='%23ec8d76' d='M1 2h1'/%3E %3Cpath stroke='%23efa390' d='M2 2h1'/%3E %3Cpath stroke='%23f0a694' d='M3 2h1'/%3E %3Cpath stroke='%23ee9a85' d='M4 2h1'/%3E %3Cpath stroke='%23eb8d75' d='M5 2h1'/%3E %3Cpath stroke='%23ea876e' d='M6 2h1'/%3E %3Cpath stroke='%23ea8168' d='M7 2h1'/%3E %3Cpath stroke='%23e97f66' d='M8 2h1'/%3E %3Cpath stroke='%23e97c62' d='M9 2h1M10 3h1'/%3E %3Cpath stroke='%23e8795f' d='M10 2h1'/%3E %3Cpath stroke='%23e8795e' d='M11 2h1'/%3E %3Cpath stroke='%23e87559' d='M12 2h1'/%3E %3Cpath stroke='%23e77256' d='M13 2h1'/%3E %3Cpath stroke='%23e66e50' d='M14 2h1'/%3E %3Cpath stroke='%23e56849' d='M15 2h1'/%3E %3Cpath stroke='%23e4603f' d='M16 2h1M15 4h1'/%3E %3Cpath stroke='%23e05532' d='M17 2h1'/%3E %3Cpath stroke='%23d04623' d='M18 2h1'/%3E %3Cpath stroke='%23b64b30' d='M19 2h1'/%3E %3Cpath stroke='%23e97f65' d='M1 3h1'/%3E %3Cpath stroke='%23f0a997' d='M2 3h1'/%3E %3Cpath stroke='%23f1ac9a' d='M3 3h1'/%3E %3Cpath stroke='%23ee9d89' d='M4 3h1M2 4h1'/%3E %3Cpath stroke='%23ec917a' d='M5 3h1'/%3E %3Cpath stroke='%23eb8b72' d='M6 3h1'/%3E %3Cpath stroke='%23ea856d' d='M7 3h1'/%3E %3Cpath stroke='%23e98168' d='M8 3h1M2 7h1'/%3E %3Cpath stroke='%23e87e65' d='M9 3h1'/%3E %3Cpath stroke='%23e97b61' d='M11 3h1'/%3E %3Cpath stroke='%23e8775d' d='M12 3h1M3 9h1'/%3E %3Cpath stroke='%23e87459' d='M13 3h1M2 9h1'/%3E %3Cpath stroke='%23e66f52' d='M14 3h1'/%3E %3Cpath stroke='%23e56a4c' d='M15 3h1'/%3E %3Cpath stroke='%23e46343' d='M16 3h1'/%3E %3Cpath stroke='%23e15937' d='M17 3h1'/%3E %3Cpath stroke='%23d24a28' d='M18 3h1'/%3E %3Cpath stroke='%23aa3315' d='M19 3h1'/%3E %3Cpath stroke='%23e87458' d='M1 4h1'/%3E %3Cpath stroke='%23efa18d' d='M3 4h1'/%3E %3Cpath stroke='%23ed957f' d='M4 4h1'/%3E %3Cpath stroke='%23eb8a71' d='M5 4h1M4 5h1'/%3E %3Cpath stroke='%23ea836a' d='M6 4h1M4 6h1M3 7h1'/%3E %3Cpath stroke='%23e97d64' d='M7 4h1'/%3E %3Cpath stroke='%23e8785e' d='M8 4h1'/%3E %3Cpath stroke='%23e77359' d='M9 4h1'/%3E %3Cpath stroke='%23e76f54' d='M10 4h1'/%3E %3Cpath stroke='%23e66d51' d='M11 4h1'/%3E %3Cpath stroke='%23e5684b' d='M12 4h1'/%3E %3Cpath stroke='%23e5684a' d='M13 4h1'/%3E %3Cpath stroke='%23e35c3a' d='M16 4h1M10 8h1M3 15h1'/%3E %3Cpath stroke='%23e05634' d='M17 4h1'/%3E %3Cpath stroke='%23d24c2a' d='M18 4h1'/%3E %3Cpath stroke='%23ac3618' d='M19 4h1'/%3E %3Cpath stroke='%23e76f52' d='M1 5h1M6 11h1M4 12h1'/%3E %3Cpath stroke='%23ec9179' d='M2 5h1'/%3E %3Cpath stroke='%23ec937c' d='M3 5h1'/%3E %3Cpath stroke='%23f7ccc2' d='M5 5h1'/%3E %3Cpath stroke='%23e77259' d='M7 5h1M5 9h1'/%3E %3Cpath stroke='%23e76d53' d='M8 5h1'/%3E %3Cpath stroke='%23e5684d' d='M9 5h1M8 6h1'/%3E %3Cpath stroke='%23e46446' d='M10 5h1'/%3E %3Cpath stroke='%23e45f41' d='M11 5h1'/%3E %3Cpath stroke='%23e35b3a' d='M12 5h1M11 6h1'/%3E %3Cpath stroke='%23e35938' d='M13 5h1'/%3E %3Cpath stroke='%23f3bbad' d='M15 5h1'/%3E %3Cpath stroke='%23e25531' d='M16 5h1'/%3E %3Cpath stroke='%23df5330' d='M17 5h1'/%3E %3Cpath stroke='%23d34e2c' d='M18 5h1'/%3E %3Cpath stroke='%23ad3a1d' d='M19 5h1M19 6h1'/%3E %3Cpath stroke='%23eb876e' d='M2 6h1'/%3E %3Cpath stroke='%23eb8a70' d='M3 6h1'/%3E %3Cpath stroke='%23e46447' d='M9 6h1'/%3E %3Cpath stroke='%23e45f40' d='M10 6h1'/%3E %3Cpath stroke='%23e25634' d='M12 6h1'/%3E %3Cpath stroke='%23e2522d' d='M16 6h1'/%3E %3Cpath stroke='%23df522e' d='M17 6h1'/%3E %3Cpath stroke='%23d34d2c' d='M18 6h1'/%3E %3Cpath stroke='%23e56546' d='M1 7h1M1 8h1'/%3E %3Cpath stroke='%23e97e65' d='M4 7h1'/%3E %3Cpath stroke='%23e8775e' d='M5 7h1'/%3E %3Cpath stroke='%23e46143' d='M9 7h1'/%3E %3Cpath stroke='%23e45d3d' d='M10 7h1'/%3E %3Cpath stroke='%23e35836' d='M11 7h1'/%3E %3Cpath stroke='%23e24e27' d='M15 7h1'/%3E %3Cpath stroke='%23e2502a' d='M16 7h1'/%3E %3Cpath stroke='%23e0512c' d='M17 7h1'/%3E %3Cpath stroke='%23d34d2a' d='M18 7h1'/%3E %3Cpath stroke='%23ad391c' d='M19 7h1'/%3E %3Cpath stroke='%23e87a60' d='M2 8h1M4 8h1'/%3E %3Cpath stroke='%23e87c62' d='M3 8h1'/%3E %3Cpath stroke='%23e8745b' d='M5 8h1'/%3E %3Cpath stroke='%23e76e54' d='M6 8h1'/%3E %3Cpath stroke='%23e24d24' d='M14 8h1'/%3E %3Cpath stroke='%23e24b22' d='M15 8h1'/%3E %3Cpath stroke='%23e24d25' d='M16 8h1'/%3E %3Cpath stroke='%23e05029' d='M17 8h1'/%3E %3Cpath stroke='%23d44c29' d='M18 8h1'/%3E %3Cpath stroke='%23ae391b' d='M19 8h1'/%3E %3Cpath stroke='%23e35d3c' d='M1 9h1'/%3E %3Cpath stroke='%23e8765d' d='M4 9h1'/%3E %3Cpath stroke='%23e66f53' d='M6 9h1'/%3E %3Cpath stroke='%23e56b4e' d='M7 9h1'/%3E %3Cpath stroke='%23e45127' d='M13 9h1'/%3E %3Cpath stroke='%23e44f23' d='M14 9h1'/%3E %3Cpath stroke='%23e34c20' d='M15 9h1'/%3E %3Cpath stroke='%23e34d22' d='M16 9h1'/%3E %3Cpath stroke='%23e14f25' d='M17 9h1'/%3E %3Cpath stroke='%23d54a25' d='M18 9h1'/%3E %3Cpath stroke='%23af3719' d='M19 9h1'/%3E %3Cpath stroke='%23e35937' d='M1 10h1'/%3E %3Cpath stroke='%23e76d51' d='M2 10h1'/%3E %3Cpath stroke='%23e87257' d='M3 10h1'/%3E %3Cpath stroke='%23e87359' d='M4 10h1'/%3E %3Cpath stroke='%23e77157' d='M5 10h1'/%3E %3Cpath stroke='%23e66e52' d='M6 10h1'/%3E %3Cpath stroke='%23e56747' d='M8 10h1'/%3E %3Cpath stroke='%23e5572c' d='M12 10h1'/%3E %3Cpath stroke='%23e55326' d='M13 10h1'/%3E %3Cpath stroke='%23e55022' d='M14 10h1'/%3E %3Cpath stroke='%23e54d1e' d='M15 10h1'/%3E %3Cpath stroke='%23e54d1f' d='M16 10h1'/%3E %3Cpath stroke='%23e24e21' d='M17 10h1'/%3E %3Cpath stroke='%23d64921' d='M18 10h1'/%3E %3Cpath stroke='%23af3516' d='M19 10h1'/%3E %3Cpath stroke='%23e25432' d='M1 11h1'/%3E %3Cpath stroke='%23e5694b' d='M2 11h1'/%3E %3Cpath stroke='%23e77054' d='M3 11h1'/%3E %3Cpath stroke='%23e77156' d='M4 11h1'/%3E %3Cpath stroke='%23e87055' d='M5 11h1'/%3E %3Cpath stroke='%23e66c4d' d='M7 11h1'/%3E %3Cpath stroke='%23e75526' d='M13 11h1'/%3E %3Cpath stroke='%23e75221' d='M14 11h1'/%3E %3Cpath stroke='%23e64e1c' d='M15 11h1'/%3E %3Cpath stroke='%23e64d1c' d='M16 11h1'/%3E %3Cpath stroke='%23e34c1c' d='M17 11h1'/%3E %3Cpath stroke='%23d6461c' d='M18 11h1'/%3E %3Cpath stroke='%23b03312' d='M19 11h1'/%3E %3Cpath stroke='%23e14f2b' d='M1 12h1'/%3E %3Cpath stroke='%23e66b4e' d='M3 12h1'/%3E %3Cpath stroke='%23e76f53' d='M5 12h1'/%3E %3Cpath stroke='%23e66e51' d='M6 12h1'/%3E %3Cpath stroke='%23e7653d' d='M10 12h1'/%3E %3Cpath stroke='%23fef5f1' d='M13 12h1'/%3E %3Cpath stroke='%23e85421' d='M14 12h1'/%3E %3Cpath stroke='%23e8501b' d='M15 12h1'/%3E %3Cpath stroke='%23e74d18' d='M16 12h1'/%3E %3Cpath stroke='%23e44a18' d='M17 12h1'/%3E %3Cpath stroke='%23d74216' d='M18 12h1'/%3E %3Cpath stroke='%23b2310f' d='M19 12h1'/%3E %3Cpath stroke='%23e04b25' d='M1 13h1M2 16h1'/%3E %3Cpath stroke='%23e35e3d' d='M2 13h1'/%3E %3Cpath stroke='%23e56748' d='M3 13h1'/%3E %3Cpath stroke='%23e66c4e' d='M4 13h1'/%3E %3Cpath stroke='%23e66d50' d='M5 13h1'/%3E %3Cpath stroke='%23e76842' d='M9 13h1'/%3E %3Cpath stroke='%23e7653c' d='M10 13h1'/%3E %3Cpath stroke='%23e86236' d='M11 13h1'/%3E %3Cpath stroke='%23e95019' d='M15 13h1M14 16h1'/%3E %3Cpath stroke='%23e84c16' d='M16 13h1'/%3E %3Cpath stroke='%23e44713' d='M17 13h1'/%3E %3Cpath stroke='%23d83f10' d='M18 13h1'/%3E %3Cpath stroke='%23b12d0a' d='M19 13h1'/%3E %3Cpath stroke='%23df451e' d='M1 14h1'/%3E %3Cpath stroke='%23e25836' d='M2 14h1'/%3E %3Cpath stroke='%23e46242' d='M3 14h1M4 15h1'/%3E %3Cpath stroke='%23e56749' d='M4 14h1'/%3E %3Cpath stroke='%23e66845' d='M8 14h1'/%3E %3Cpath stroke='%23e76741' d='M9 14h1'/%3E %3Cpath stroke='%23e7643b' d='M10 14h1'/%3E %3Cpath stroke='%23e86235' d='M11 14h1'/%3E %3Cpath stroke='%23ea5e2d' d='M12 14h1'/%3E %3Cpath stroke='%23e94a11' d='M16 14h1M15 16h1'/%3E %3Cpath stroke='%23e6440d' d='M17 14h1'/%3E %3Cpath stroke='%23d73b0b' d='M18 14h1'/%3E %3Cpath stroke='%23b12b06' d='M19 14h1'/%3E %3Cpath stroke='%23de4018' d='M1 15h1'/%3E %3Cpath stroke='%23e1512e' d='M2 15h1'/%3E %3Cpath stroke='%23f5c1b5' d='M5 15h1'/%3E %3Cpath stroke='%23e66543' d='M7 15h1'/%3E %3Cpath stroke='%23e66541' d='M8 15h1'/%3E %3Cpath stroke='%23e6643d' d='M9 15h1'/%3E %3Cpath stroke='%23e76238' d='M10 15h1'/%3E %3Cpath stroke='%23e86032' d='M11 15h1'/%3E %3Cpath stroke='%23e95c2a' d='M12 15h1'/%3E %3Cpath stroke='%23ea5924' d='M13 15h1'/%3E %3Cpath stroke='%23f7b8a1' d='M15 15h1'/%3E %3Cpath stroke='%23e9480e' d='M16 15h1'/%3E %3Cpath stroke='%23e54009' d='M17 15h1'/%3E %3Cpath stroke='%23d73605' d='M18 15h1'/%3E %3Cpath stroke='%23b02702' d='M19 15h1'/%3E %3Cpath stroke='%23dd3c14' d='M1 16h1'/%3E %3Cpath stroke='%23e15431' d='M3 16h1'/%3E %3Cpath stroke='%23e35b39' d='M4 16h1'/%3E %3Cpath stroke='%23e45e3d' d='M5 16h1'/%3E %3Cpath stroke='%23e45f3d' d='M6 16h1'/%3E %3Cpath stroke='%23e45e3b' d='M7 16h1'/%3E %3Cpath stroke='%23e55e39' d='M8 16h1'/%3E %3Cpath stroke='%23e55e37' d='M9 16h1'/%3E %3Cpath stroke='%23e65d32' d='M10 16h1'/%3E %3Cpath stroke='%23e75b2c' d='M11 16h1'/%3E %3Cpath stroke='%23e85725' d='M12 16h1'/%3E %3Cpath stroke='%23e9541f' d='M13 16h1'/%3E %3Cpath stroke='%23e8440b' d='M16 16h1'/%3E %3Cpath stroke='%23e43d05' d='M17 16h1'/%3E %3Cpath stroke='%23d63302' d='M18 16h1'/%3E %3Cpath stroke='%23af2601' d='M19 16h1'/%3E %3Cpath stroke='%23d8370e' d='M1 17h1'/%3E %3Cpath stroke='%23db431c' d='M2 17h1'/%3E %3Cpath stroke='%23dd4c28' d='M3 17h1'/%3E %3Cpath stroke='%23de522f' d='M4 17h1'/%3E %3Cpath stroke='%23df5533' d='M5 17h1'/%3E %3Cpath stroke='%23e05734' d='M6 17h1'/%3E %3Cpath stroke='%23e05531' d='M7 17h1'/%3E %3Cpath stroke='%23e05631' d='M8 17h1'/%3E %3Cpath stroke='%23e1562e' d='M9 17h1'/%3E %3Cpath stroke='%23e2552a' d='M10 17h1'/%3E %3Cpath stroke='%23e45325' d='M11 17h1'/%3E %3Cpath stroke='%23e4501f' d='M12 17h1'/%3E %3Cpath stroke='%23e54c19' d='M13 17h1'/%3E %3Cpath stroke='%23e54813' d='M14 17h1'/%3E %3Cpath stroke='%23e5430d' d='M15 17h1'/%3E %3Cpath stroke='%23e43e07' d='M16 17h1'/%3E %3Cpath stroke='%23e03802' d='M17 17h1'/%3E %3Cpath stroke='%23d12f00' d='M18 17h1'/%3E %3Cpath stroke='%23aa2300' d='M19 17h1'/%3E %3Cpath stroke='%23cd4928' d='M1 18h1'/%3E %3Cpath stroke='%23cc3813' d='M2 18h1'/%3E %3Cpath stroke='%23cc3e1b' d='M3 18h1'/%3E %3Cpath stroke='%23cf4421' d='M4 18h1'/%3E %3Cpath stroke='%23cf4725' d='M5 18h1'/%3E %3Cpath stroke='%23cf4726' d='M6 18h1'/%3E %3Cpath stroke='%23cf4624' d='M7 18h1'/%3E %3Cpath stroke='%23d04723' d='M8 18h1'/%3E %3Cpath stroke='%23d14621' d='M9 18h1'/%3E %3Cpath stroke='%23d2451e' d='M10 18h1'/%3E %3Cpath stroke='%23d5451b' d='M11 18h1'/%3E %3Cpath stroke='%23d54216' d='M12 18h1'/%3E %3Cpath stroke='%23d64013' d='M13 18h1'/%3E %3Cpath stroke='%23d53d0e' d='M14 18h1'/%3E %3Cpath stroke='%23d63909' d='M15 18h1'/%3E %3Cpath stroke='%23d53504' d='M16 18h1'/%3E %3Cpath stroke='%23d13001' d='M17 18h1'/%3E %3Cpath stroke='%23c22a00' d='M18 18h1'/%3E %3Cpath stroke='%23ab3c1f' d='M19 18h1'/%3E %3Cpath stroke='%23eed6d0' d='M1 19h1'/%3E %3Cpath stroke='%23b54428' d='M2 19h1'/%3E %3Cpath stroke='%23a62b0d' d='M3 19h1'/%3E %3Cpath stroke='%23ac3011' d='M4 19h1'/%3E %3Cpath stroke='%23ab3112' d='M5 19h1'/%3E %3Cpath stroke='%23a93214' d='M6 19h1'/%3E %3Cpath stroke='%23a93012' d='M7 19h1'/%3E %3Cpath stroke='%23ac3213' d='M8 19h1'/%3E %3Cpath stroke='%23ad3213' d='M9 19h1'/%3E %3Cpath stroke='%23ae3110' d='M10 19h1'/%3E %3Cpath stroke='%23b1300d' d='M11 19h1'/%3E %3Cpath stroke='%23b22e0a' d='M12 19h1'/%3E %3Cpath stroke='%23b42d08' d='M13 19h1'/%3E %3Cpath stroke='%23b12a06' d='M14 19h1'/%3E %3Cpath stroke='%23b12803' d='M15 19h1'/%3E %3Cpath stroke='%23b42701' d='M16 19h1'/%3E %3Cpath stroke='%23ae2400' d='M17 19h1'/%3E %3Cpath stroke='%23ac3c1f' d='M18 19h1'/%3E %3Cpath stroke='%23ead4cf' d='M19 19h1'/%3E %3C/svg%3E");
    }
.title-bar-controls button[aria-label="Close"]:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 21 21' shape-rendering='crispEdges'%3E %3Cpath stroke='%23b5c6ef' d='M1 0h1M19 0h1M0 1h1M20 1h1M0 19h1M20 19h1M1 20h1M19 20h1'/%3E %3Cpath stroke='%23f4f6fd' d='M2 0h1M20 2h1M0 18h1M18 20h1'/%3E %3Cpath stroke='%23ffffff' d='M3 0h15M0 3h1M20 3h1M0 4h1M20 4h1M0 5h1M6 5h1M14 5h1M20 5h1M0 6h1M5 6h3M13 6h3M20 6h1M0 7h1M6 7h3M12 7h3M20 7h1M0 8h1M7 8h3M11 8h3M20 8h1M0 9h1M8 9h5M20 9h1M0 10h1M9 10h3M20 10h1M0 11h1M8 11h5M20 11h1M0 12h1M7 12h3M11 12h2M20 12h1M0 13h1M6 13h3M12 13h3M20 13h1M0 14h1M5 14h3M13 14h3M20 14h1M0 15h1M6 15h1M14 15h1M20 15h1M0 16h1M20 16h1M0 17h1M20 17h1M3 20h3M11 20h7'/%3E %3Cpath stroke='%23f5f7fd' d='M18 0h1M0 2h1M20 18h1M2 20h1'/%3E %3Cpath stroke='%23ffe4e1' d='M1 1h1'/%3E %3Cpath stroke='%23ff9285' d='M2 1h1M7 4h1M2 7h1'/%3E %3Cpath stroke='%23ff8c7f' d='M3 1h1'/%3E %3Cpath stroke='%23ff8375' d='M4 1h1M10 4h1'/%3E %3Cpath stroke='%23ff7b6c' d='M5 1h1M3 12h1'/%3E %3Cpath stroke='%23ff7868' d='M6 1h1M10 5h1'/%3E %3Cpath stroke='%23ff7362' d='M7 1h1'/%3E %3Cpath stroke='%23ff7363' d='M8 1h1M11 5h1M2 12h1'/%3E %3Cpath stroke='%23ff705f' d='M9 1h1M6 16h1'/%3E %3Cpath stroke='%23ff6f5f' d='M10 1h1'/%3E %3Cpath stroke='%23ff6e5d' d='M11 1h1M16 2h1M12 5h1M2 13h1'/%3E %3Cpath stroke='%23ff6b5a' d='M12 1h1M3 15h1'/%3E %3Cpath stroke='%23ff6655' d='M13 1h2'/%3E %3Cpath stroke='%23ff6250' d='M15 1h1M2 15h1'/%3E %3Cpath stroke='%23ff5d4a' d='M16 1h1'/%3E %3Cpath stroke='%23fa5643' d='M17 1h1'/%3E %3Cpath stroke='%23eb6151' d='M18 1h1'/%3E %3Cpath stroke='%23f5dad7' d='M19 1h1'/%3E %3Cpath stroke='%23ff9386' d='M1 2h1'/%3E %3Cpath stroke='%23ffaea5' d='M2 2h1'/%3E %3Cpath stroke='%23ffb2a9' d='M3 2h1'/%3E %3Cpath stroke='%23ffa99f' d='M4 2h1'/%3E %3Cpath stroke='%23ff9e93' d='M5 2h1M6 3h1M5 4h1'/%3E %3Cpath stroke='%23ff998d' d='M6 2h1M4 6h1'/%3E %3Cpath stroke='%23ff9488' d='M7 2h1M8 3h1'/%3E %3Cpath stroke='%23ff9083' d='M8 2h1M3 8h1'/%3E %3Cpath stroke='%23ff8e80' d='M9 2h1'/%3E %3Cpath stroke='%23ff8b7d' d='M10 2h1M5 8h1M3 9h1'/%3E %3Cpath stroke='%23ff887a' d='M11 2h1M12 3h1M5 9h1'/%3E %3Cpath stroke='%23ff8475' d='M12 2h1M8 5h1'/%3E %3Cpath stroke='%23ff8172' d='M13 2h1M7 9h1M5 12h1'/%3E %3Cpath stroke='%23ff7c6d' d='M14 2h1'/%3E %3Cpath stroke='%23ff7666' d='M15 2h1M1 7h1M3 13h1M4 14h1'/%3E %3Cpath stroke='%23fc6352' d='M17 2h1'/%3E %3Cpath stroke='%23ee5544' d='M18 2h1'/%3E %3Cpath stroke='%23d3594b' d='M19 2h1'/%3E %3Cpath stroke='%23ff8d80' d='M1 3h1'/%3E %3Cpath stroke='%23ffb3ab' d='M2 3h1'/%3E %3Cpath stroke='%23ffb8b0' d='M3 3h1'/%3E %3Cpath stroke='%23ffb0a6' d='M4 3h1M3 4h1'/%3E %3Cpath stroke='%23ffa49a' d='M5 3h1'/%3E %3Cpath stroke='%23ff988d' d='M7 3h1M6 4h1'/%3E %3Cpath stroke='%23ff9184' d='M9 3h1'/%3E %3Cpath stroke='%23ff8e81' d='M10 3h1M4 8h1'/%3E %3Cpath stroke='%23ff8c7e' d='M11 3h1M2 8h1'/%3E %3Cpath stroke='%23ff8576' d='M13 3h1M6 9h1M3 10h1'/%3E %3Cpath stroke='%23ff7f70' d='M14 3h1M1 5h1M2 10h1M4 12h1'/%3E %3Cpath stroke='%23ff796a' d='M15 3h1M2 11h1'/%3E %3Cpath stroke='%23ff7161' d='M16 3h1M3 14h1'/%3E %3Cpath stroke='%23fc6857' d='M17 3h1'/%3E %3Cpath stroke='%23ed5948' d='M18 3h1M6 18h1'/%3E %3Cpath stroke='%23cb4233' d='M19 3h1'/%3E %3Cpath stroke='%23ff8577' d='M1 4h1M2 9h1'/%3E %3Cpath stroke='%23ffaaa0' d='M2 4h1'/%3E %3Cpath stroke='%23ffa89e' d='M4 4h1'/%3E %3Cpath stroke='%23ff8d7f' d='M8 4h1'/%3E %3Cpath stroke='%23ff8879' d='M9 4h1'/%3E %3Cpath stroke='%23ff8071' d='M11 4h1M8 6h1'/%3E %3Cpath stroke='%23ff7a6b' d='M12 4h1M1 6h1M9 6h1M4 13h1'/%3E %3Cpath stroke='%23ff7969' d='M13 4h1'/%3E %3Cpath stroke='%23ff7464' d='M14 4h1M10 6h1'/%3E %3Cpath stroke='%23ff7060' d='M15 4h1'/%3E %3Cpath stroke='%23ff6c5b' d='M16 4h1M13 5h1'/%3E %3Cpath stroke='%23fc6655' d='M17 4h1'/%3E %3Cpath stroke='%23ef5c4b' d='M18 4h1'/%3E %3Cpath stroke='%23cc4636' d='M19 4h1'/%3E %3Cpath stroke='%23ffa095' d='M2 5h1'/%3E %3Cpath stroke='%23ffa59b' d='M3 5h1'/%3E %3Cpath stroke='%23ff9f94' d='M4 5h1'/%3E %3Cpath stroke='%23ffd5d1' d='M5 5h1'/%3E %3Cpath stroke='%23ff8a7c' d='M7 5h1'/%3E %3Cpath stroke='%23ff7e6f' d='M9 5h1'/%3E %3Cpath stroke='%23ffc2bb' d='M15 5h1'/%3E %3Cpath stroke='%23ff6554' d='M16 5h1'/%3E %3Cpath stroke='%23fc6453' d='M17 5h1'/%3E %3Cpath stroke='%23ee5d4d' d='M18 5h1'/%3E %3Cpath stroke='%23cd4939' d='M19 5h1'/%3E %3Cpath stroke='%23ff998e' d='M2 6h1'/%3E %3Cpath stroke='%23ff9d92' d='M3 6h1'/%3E %3Cpath stroke='%23ff6f5e' d='M11 6h1'/%3E %3Cpath stroke='%23ff6a58' d='M12 6h1'/%3E %3Cpath stroke='%23ff6451' d='M16 6h1'/%3E %3Cpath stroke='%23fd6451' d='M17 6h1'/%3E %3Cpath stroke='%23ee5e4d' d='M18 6h1'/%3E %3Cpath stroke='%23ce4a3a' d='M19 6h1'/%3E %3Cpath stroke='%23ff968a' d='M3 7h1'/%3E %3Cpath stroke='%23ff9487' d='M4 7h1'/%3E %3Cpath stroke='%23ff8f82' d='M5 7h1'/%3E %3Cpath stroke='%23ff7968' d='M9 7h1M7 15h1'/%3E %3Cpath stroke='%23ff7463' d='M10 7h1'/%3E %3Cpath stroke='%23ff6f5d' d='M11 7h1'/%3E %3Cpath stroke='%23ff6450' d='M15 7h1'/%3E %3Cpath stroke='%23ff6552' d='M16 7h1'/%3E %3Cpath stroke='%23fd6653' d='M17 7h1'/%3E %3Cpath stroke='%23f0604e' d='M18 7h1'/%3E %3Cpath stroke='%23ce4a3b' d='M19 7h1'/%3E %3Cpath stroke='%23ff7565' d='M1 8h1'/%3E %3Cpath stroke='%23ff8677' d='M6 8h1M5 10h1'/%3E %3Cpath stroke='%23ff7664' d='M10 8h1'/%3E %3Cpath stroke='%23ff6a53' d='M14 8h1'/%3E %3Cpath stroke='%23ff6953' d='M15 8h1'/%3E %3Cpath stroke='%23ff6b55' d='M16 8h1'/%3E %3Cpath stroke='%23fd6b56' d='M17 8h1'/%3E %3Cpath stroke='%23f06350' d='M18 8h1'/%3E %3Cpath stroke='%23cf4c3b' d='M19 8h1'/%3E %3Cpath stroke='%23ff6d5d' d='M1 9h1'/%3E %3Cpath stroke='%23ff8b7c' d='M4 9h1'/%3E %3Cpath stroke='%23ff775d' d='M13 9h1'/%3E %3Cpath stroke='%23ff745a' d='M14 9h1'/%3E %3Cpath stroke='%23ff7359' d='M15 9h1'/%3E %3Cpath stroke='%23ff735a' d='M16 9h1'/%3E %3Cpath stroke='%23fd715a' d='M17 9h1'/%3E %3Cpath stroke='%23f16752' d='M18 9h1'/%3E %3Cpath stroke='%23d24e3c' d='M19 9h1'/%3E %3Cpath stroke='%23ff6a59' d='M1 10h1M4 16h1'/%3E %3Cpath stroke='%23ff8778' d='M4 10h1'/%3E %3Cpath stroke='%23ff8374' d='M6 10h1M4 11h2'/%3E %3Cpath stroke='%23ff8171' d='M7 10h1M3 11h1'/%3E %3Cpath stroke='%23ff8271' d='M8 10h1M7 11h1'/%3E %3Cpath stroke='%23ff8369' d='M12 10h1'/%3E %3Cpath stroke='%23ff8165' d='M13 10h1'/%3E %3Cpath stroke='%23ff7e61' d='M14 10h1'/%3E %3Cpath stroke='%23ff7d5f' d='M15 10h1'/%3E %3Cpath stroke='%23ff7b5f' d='M16 10h1'/%3E %3Cpath stroke='%23fd775d' d='M17 10h1'/%3E %3Cpath stroke='%23f36a53' d='M18 10h1'/%3E %3Cpath stroke='%23d34e3c' d='M19 10h1'/%3E %3Cpath stroke='%23ff6553' d='M1 11h1'/%3E %3Cpath stroke='%23ff8273' d='M6 11h1'/%3E %3Cpath stroke='%23ff8c6c' d='M13 11h1'/%3E %3Cpath stroke='%23ff8969' d='M14 11h1'/%3E %3Cpath stroke='%23ff8665' d='M15 11h1'/%3E %3Cpath stroke='%23ff8262' d='M16 11h1'/%3E %3Cpath stroke='%23fd7c5e' d='M17 11h1'/%3E %3Cpath stroke='%23f46d54' d='M18 11h1'/%3E %3Cpath stroke='%23d64f3b' d='M19 11h1'/%3E %3Cpath stroke='%23ff5f4d' d='M1 12h1'/%3E %3Cpath stroke='%23ff8070' d='M6 12h1'/%3E %3Cpath stroke='%23ff9279' d='M10 12h1'/%3E %3Cpath stroke='%23fff8f6' d='M13 12h1'/%3E %3Cpath stroke='%23ff936f' d='M14 12h1'/%3E %3Cpath stroke='%23ff906c' d='M15 12h1'/%3E %3Cpath stroke='%23ff8967' d='M16 12h1'/%3E %3Cpath stroke='%23fe7f5f' d='M17 12h1'/%3E %3Cpath stroke='%23f56e52' d='M18 12h1'/%3E %3Cpath stroke='%23d84f39' d='M19 12h1'/%3E %3Cpath stroke='%23ff5c4a' d='M1 13h1'/%3E %3Cpath stroke='%23ff7d6e' d='M5 13h1'/%3E %3Cpath stroke='%23ff907a' d='M9 13h1'/%3E %3Cpath stroke='%23ff957c' d='M10 13h1'/%3E %3Cpath stroke='%23ff9a7e' d='M11 13h1'/%3E %3Cpath stroke='%23ff9670' d='M15 13h1'/%3E %3Cpath stroke='%23ff8e68' d='M16 13h1'/%3E %3Cpath stroke='%23fe815e' d='M17 13h1'/%3E %3Cpath stroke='%23f66c4f' d='M18 13h1'/%3E %3Cpath stroke='%23da4d36' d='M19 13h1'/%3E %3Cpath stroke='%23ff5744' d='M1 14h1'/%3E %3Cpath stroke='%23ff6857' d='M2 14h1'/%3E %3Cpath stroke='%23ff8672' d='M8 14h1'/%3E %3Cpath stroke='%23ff8f78' d='M9 14h1'/%3E %3Cpath stroke='%23ff967c' d='M10 14h1'/%3E %3Cpath stroke='%23ff9c7e' d='M11 14h1'/%3E %3Cpath stroke='%23ffa07e' d='M12 14h1'/%3E %3Cpath stroke='%23ff8e66' d='M16 14h1'/%3E %3Cpath stroke='%23fe7f5a' d='M17 14h1M15 17h1'/%3E %3Cpath stroke='%23f76a4b' d='M18 14h1'/%3E %3Cpath stroke='%23da4a33' d='M19 14h1'/%3E %3Cpath stroke='%23ff523f' d='M1 15h1'/%3E %3Cpath stroke='%23ff7160' d='M4 15h1'/%3E %3Cpath stroke='%23ffc7c1' d='M5 15h1'/%3E %3Cpath stroke='%23ff836f' d='M8 15h1'/%3E %3Cpath stroke='%23ff8b74' d='M9 15h1'/%3E %3Cpath stroke='%23ff9379' d='M10 15h1'/%3E %3Cpath stroke='%23ff9a7c' d='M11 15h1'/%3E %3Cpath stroke='%23ff9e7c' d='M12 15h1'/%3E %3Cpath stroke='%23ffa07a' d='M13 15h1'/%3E %3Cpath stroke='%23ffd5c5' d='M15 15h1'/%3E %3Cpath stroke='%23ff8b62' d='M16 15h1'/%3E %3Cpath stroke='%23fe7c56' d='M17 15h1'/%3E %3Cpath stroke='%23f76545' d='M18 15h1'/%3E %3Cpath stroke='%23db4931' d='M19 15h1'/%3E %3Cpath stroke='%23ff4f3a' d='M1 16h1'/%3E %3Cpath stroke='%23ff5c49' d='M2 16h1'/%3E %3Cpath stroke='%23ff6452' d='M3 16h1'/%3E %3Cpath stroke='%23ff6e5e' d='M5 16h1'/%3E %3Cpath stroke='%23ff7462' d='M7 16h1'/%3E %3Cpath stroke='%23ff7c68' d='M8 16h1'/%3E %3Cpath stroke='%23ff846d' d='M9 16h1'/%3E %3Cpath stroke='%23ff8b71' d='M10 16h1'/%3E %3Cpath stroke='%23ff9174' d='M11 16h1'/%3E %3Cpath stroke='%23ff9674' d='M12 16h1'/%3E %3Cpath stroke='%23ff9571' d='M13 16h1'/%3E %3Cpath stroke='%23ff946d' d='M14 16h1'/%3E %3Cpath stroke='%23ff8d66' d='M15 16h1'/%3E %3Cpath stroke='%23ff855c' d='M16 16h1'/%3E %3Cpath stroke='%23fe7650' d='M17 16h1'/%3E %3Cpath stroke='%23f66141' d='M18 16h1'/%3E %3Cpath stroke='%23da462f' d='M19 16h1'/%3E %3Cpath stroke='%23fa4935' d='M1 17h1'/%3E %3Cpath stroke='%23fb5441' d='M2 17h1'/%3E %3Cpath stroke='%23fc5c4a' d='M3 17h1'/%3E %3Cpath stroke='%23fb6150' d='M4 17h1'/%3E %3Cpath stroke='%23fc6554' d='M5 17h1'/%3E %3Cpath stroke='%23fc6756' d='M6 17h1'/%3E %3Cpath stroke='%23fc6a58' d='M7 17h1'/%3E %3Cpath stroke='%23fc715c' d='M8 17h1'/%3E %3Cpath stroke='%23fc7761' d='M9 17h1'/%3E %3Cpath stroke='%23fd7e64' d='M10 17h1'/%3E %3Cpath stroke='%23fd8367' d='M11 17h1'/%3E %3Cpath stroke='%23fe8566' d='M12 17h1'/%3E %3Cpath stroke='%23fe8664' d='M13 17h1'/%3E %3Cpath stroke='%23fe8460' d='M14 17h1'/%3E %3Cpath stroke='%23fe7651' d='M16 17h1'/%3E %3Cpath stroke='%23fc6b47' d='M17 17h1'/%3E %3Cpath stroke='%23f2573a' d='M18 17h1'/%3E %3Cpath stroke='%23d4402a' d='M19 17h1'/%3E %3Cpath stroke='%23e85848' d='M1 18h1'/%3E %3Cpath stroke='%23ed4a37' d='M2 18h1'/%3E %3Cpath stroke='%23ec4f3d' d='M3 18h1'/%3E %3Cpath stroke='%23ee5443' d='M4 18h1'/%3E %3Cpath stroke='%23ed5746' d='M5 18h1'/%3E %3Cpath stroke='%23ee5a48' d='M7 18h1'/%3E %3Cpath stroke='%23ef5e4b' d='M8 18h1'/%3E %3Cpath stroke='%23f0644e' d='M9 18h1'/%3E %3Cpath stroke='%23f16750' d='M10 18h1'/%3E %3Cpath stroke='%23f46c52' d='M11 18h1'/%3E %3Cpath stroke='%23f66d51' d='M12 18h1'/%3E %3Cpath stroke='%23f66e51' d='M13 18h1'/%3E %3Cpath stroke='%23f66c4e' d='M14 18h1'/%3E %3Cpath stroke='%23f86a4a' d='M15 18h1'/%3E %3Cpath stroke='%23f76343' d='M16 18h1'/%3E %3Cpath stroke='%23f3583a' d='M17 18h1'/%3E %3Cpath stroke='%23e54930' d='M18 18h1'/%3E %3Cpath stroke='%23cd5140' d='M19 18h1'/%3E %3Cpath stroke='%23f6d9d6' d='M1 19h1'/%3E %3Cpath stroke='%23d25344' d='M2 19h1'/%3E %3Cpath stroke='%23c93c2b' d='M3 19h1'/%3E %3Cpath stroke='%23ca3f2f' d='M4 19h1'/%3E %3Cpath stroke='%23ca4131' d='M5 19h1'/%3E %3Cpath stroke='%23ca4333' d='M6 19h1'/%3E %3Cpath stroke='%23cc4332' d='M7 19h1'/%3E %3Cpath stroke='%23cf4434' d='M8 19h1'/%3E %3Cpath stroke='%23d24936' d='M9 19h1'/%3E %3Cpath stroke='%23d34936' d='M10 19h1'/%3E %3Cpath stroke='%23d84b37' d='M11 19h1'/%3E %3Cpath stroke='%23da4c36' d='M12 19h1'/%3E %3Cpath stroke='%23dc4d36' d='M13 19h1'/%3E %3Cpath stroke='%23d94933' d='M14 19h1'/%3E %3Cpath stroke='%23de4a32' d='M15 19h1'/%3E %3Cpath stroke='%23dd482f' d='M16 19h1'/%3E %3Cpath stroke='%23d6402a' d='M17 19h1'/%3E %3Cpath stroke='%23cf5140' d='M18 19h1'/%3E %3Cpath stroke='%23f1d8d5' d='M19 19h1'/%3E %3Cpath stroke='%23fefefe' d='M6 20h1M10 20h1'/%3E %3Cpath stroke='%23fdfdfd' d='M7 20h1M9 20h1'/%3E %3Cpath stroke='%23fcfcfc' d='M8 20h1'/%3E %3C/svg%3E");
        }
.title-bar-controls button[aria-label="Close"]:not(:disabled):active {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 21 21' shape-rendering='crispEdges'%3E %3Cpath stroke='%23a7bced' d='M1 0h1M0 1h1'/%3E %3Cpath stroke='%23f4f6fd' d='M2 0h1M18 0h1M0 2h1M20 2h1M0 18h1M20 18h1M2 20h1M18 20h1'/%3E %3Cpath stroke='%23ffffff' d='M3 0h15M0 3h1M20 3h1M0 4h1M20 4h1M0 5h1M20 5h1M0 6h1M20 6h1M0 7h1M20 7h1M0 8h1M20 8h1M0 9h1M20 9h1M0 10h1M20 10h1M0 11h1M20 11h1M0 12h1M20 12h1M0 13h1M20 13h1M0 14h1M20 14h1M0 15h1M20 15h1M0 16h1M20 16h1M0 17h1M20 17h1M3 20h15'/%3E %3Cpath stroke='%23a7baec' d='M19 0h1M20 1h1'/%3E %3Cpath stroke='%23dad2d0' d='M1 1h1'/%3E %3Cpath stroke='%23643529' d='M2 1h1M1 2h1'/%3E %3Cpath stroke='%235a1d0d' d='M3 1h1'/%3E %3Cpath stroke='%235d1e0d' d='M4 1h1'/%3E %3Cpath stroke='%235f1e0e' d='M5 1h1'/%3E %3Cpath stroke='%2363200e' d='M6 1h1'/%3E %3Cpath stroke='%2368210f' d='M7 1h1'/%3E %3Cpath stroke='%236f2310' d='M8 1h1'/%3E %3Cpath stroke='%23732511' d='M9 1h1'/%3E %3Cpath stroke='%23752511' d='M10 1h1M1 10h1'/%3E %3Cpath stroke='%237c2712' d='M11 1h1'/%3E %3Cpath stroke='%23822912' d='M12 1h1M5 2h1'/%3E %3Cpath stroke='%23852a13' d='M13 1h1M2 5h1M1 13h1'/%3E %3Cpath stroke='%23892b13' d='M14 1h1'/%3E %3Cpath stroke='%238a2b14' d='M15 1h1M6 2h1'/%3E %3Cpath stroke='%238e2d14' d='M16 1h1M7 2h1'/%3E %3Cpath stroke='%238c2c14' d='M17 1h1M2 6h1'/%3E %3Cpath stroke='%239d4732' d='M18 1h1M1 18h1'/%3E %3Cpath stroke='%23ebd8d3' d='M19 1h1'/%3E %3Cpath stroke='%2369220f' d='M2 2h1'/%3E %3Cpath stroke='%23782611' d='M3 2h1'/%3E %3Cpath stroke='%237e2812' d='M4 2h1'/%3E %3Cpath stroke='%23932e15' d='M8 2h1'/%3E %3Cpath stroke='%239a3016' d='M9 2h1'/%3E %3Cpath stroke='%239c3116' d='M10 2h1'/%3E %3Cpath stroke='%23a03217' d='M11 2h1'/%3E %3Cpath stroke='%23a43418' d='M12 2h1'/%3E %3Cpath stroke='%23a73518' d='M13 2h1'/%3E %3Cpath stroke='%23aa3618' d='M14 2h1M2 14h1'/%3E %3Cpath stroke='%23ab3618' d='M15 2h1'/%3E %3Cpath stroke='%23ad3719' d='M16 2h1M18 2h1M2 16h1M2 17h1'/%3E %3Cpath stroke='%23ac3618' d='M17 2h1'/%3E %3Cpath stroke='%23b24e35' d='M19 2h1'/%3E %3Cpath stroke='%23591c0d' d='M1 3h1M1 4h1'/%3E %3Cpath stroke='%23792711' d='M2 3h1'/%3E %3Cpath stroke='%238d2c14' d='M3 3h1'/%3E %3Cpath stroke='%23962e15' d='M4 3h1'/%3E %3Cpath stroke='%239a2f16' d='M5 3h1'/%3E %3Cpath stroke='%23a13117' d='M6 3h1'/%3E %3Cpath stroke='%23a63317' d='M7 3h1'/%3E %3Cpath stroke='%23aa3418' d='M8 3h1'/%3E %3Cpath stroke='%23af3619' d='M9 3h1'/%3E %3Cpath stroke='%23b23719' d='M10 3h1M8 4h1M4 8h1'/%3E %3Cpath stroke='%23b5391a' d='M11 3h1'/%3E %3Cpath stroke='%23b73a1b' d='M12 3h1'/%3E %3Cpath stroke='%23b93b1b' d='M13 3h1'/%3E %3Cpath stroke='%23ba3b1b' d='M14 3h2M19 3h1M3 13h1M3 14h1M3 19h1'/%3E %3Cpath stroke='%23bb3b1b' d='M16 3h3M3 15h1'/%3E %3Cpath stroke='%23802812' d='M2 4h1M1 12h1'/%3E %3Cpath stroke='%23962f15' d='M3 4h1'/%3E %3Cpath stroke='%239e3016' d='M4 4h1'/%3E %3Cpath stroke='%23a43216' d='M5 4h1'/%3E %3Cpath stroke='%23aa3317' d='M6 4h1M4 6h1'/%3E %3Cpath stroke='%23ae3518' d='M7 4h1'/%3E %3Cpath stroke='%23b5381a' d='M9 4h1M4 9h1'/%3E %3Cpath stroke='%23b8391a' d='M10 4h1M4 10h1'/%3E %3Cpath stroke='%23ba3a1b' d='M11 4h1M4 11h2'/%3E %3Cpath stroke='%23bc3b1c' d='M12 4h1M4 12h1'/%3E %3Cpath stroke='%23bd3c1c' d='M13 4h1M13 5h1M12 6h1M6 12h1M4 13h2'/%3E %3Cpath stroke='%23be3d1c' d='M14 4h3M16 5h1M16 6h1M4 14h1M4 15h1M4 16h2'/%3E %3Cpath stroke='%23bf3d1c' d='M17 4h3M17 5h3M18 6h2M19 7h1M4 17h2M4 18h4M4 19h4'/%3E %3Cpath stroke='%235b1d0d' d='M1 5h1'/%3E %3Cpath stroke='%239c3016' d='M3 5h1'/%3E %3Cpath stroke='%23a43217' d='M4 5h1'/%3E %3Cpath stroke='%23b8553e' d='M5 5h1'/%3E %3Cpath stroke='%23d59485' d='M6 5h1M5 6h1'/%3E %3Cpath stroke='%23b33619' d='M7 5h1'/%3E %3Cpath stroke='%23b53719' d='M8 5h1'/%3E %3Cpath stroke='%23b8381a' d='M9 5h1M6 8h1'/%3E %3Cpath stroke='%23b9391b' d='M10 5h1'/%3E %3Cpath stroke='%23ba391b' d='M11 5h1M6 9h1M5 10h1'/%3E %3Cpath stroke='%23bc3b1b' d='M12 5h1M11 6h1M6 11h1M5 12h1'/%3E %3Cpath stroke='%23dc9887' d='M14 5h1'/%3E %3Cpath stroke='%23c85d42' d='M15 5h1M5 15h1'/%3E %3Cpath stroke='%23611f0e' d='M1 6h1'/%3E %3Cpath stroke='%23a23217' d='M3 6h1'/%3E %3Cpath stroke='%23d79585' d='M6 6h1'/%3E %3Cpath stroke='%23d89585' d='M7 6h1'/%3E %3Cpath stroke='%23b8371a' d='M8 6h1'/%3E %3Cpath stroke='%23ba391a' d='M9 6h1'/%3E %3Cpath stroke='%23bb3a1b' d='M10 6h1M6 10h1'/%3E %3Cpath stroke='%23dd9887' d='M13 6h3M12 7h1M11 8h1M9 9h1M8 11h1M7 12h1M6 13h1M5 14h2'/%3E %3Cpath stroke='%23c03e1d' d='M17 6h1M16 7h3M19 8h1M19 9h1M7 16h1M6 17h2M8 18h1'/%3E %3Cpath stroke='%2365200e' d='M1 7h1'/%3E %3Cpath stroke='%23902d15' d='M2 7h1'/%3E %3Cpath stroke='%23a73418' d='M3 7h1'/%3E %3Cpath stroke='%23af3518' d='M4 7h1'/%3E %3Cpath stroke='%23b43619' d='M5 7h1'/%3E %3Cpath stroke='%23d99585' d='M6 7h1'/%3E %3Cpath stroke='%23da9686' d='M7 7h1'/%3E %3Cpath stroke='%23db9686' d='M8 7h1M7 8h1'/%3E %3Cpath stroke='%23bc3a1b' d='M9 7h1M7 9h1'/%3E %3Cpath stroke='%23bd3b1b' d='M10 7h1M7 10h1'/%3E %3Cpath stroke='%23be3c1c' d='M11 7h1M10 8h1M8 10h1M7 11h1'/%3E %3Cpath stroke='%23de9987' d='M13 7h2M12 8h2M10 9h2M9 10h1M8 12h1M7 14h1'/%3E %3Cpath stroke='%23c03f1d' d='M15 7h1M7 15h1'/%3E %3Cpath stroke='%236a220f' d='M1 8h1'/%3E %3Cpath stroke='%23952f15' d='M2 8h1'/%3E %3Cpath stroke='%23ac3518' d='M3 8h1'/%3E %3Cpath stroke='%23b63719' d='M5 8h1'/%3E %3Cpath stroke='%23dc9786' d='M8 8h2M8 9h1'/%3E %3Cpath stroke='%23c2401d' d='M14 8h1M17 8h1M19 11h1M8 14h1M8 16h1M8 17h1M9 18h1M11 19h1'/%3E %3Cpath stroke='%23c2401e' d='M15 8h2M18 9h1M8 15h1'/%3E %3Cpath stroke='%23c13f1d' d='M18 8h1M19 10h1M9 19h2'/%3E %3Cpath stroke='%23702410' d='M1 9h1'/%3E %3Cpath stroke='%239b3016' d='M2 9h1'/%3E %3Cpath stroke='%23b03619' d='M3 9h1'/%3E %3Cpath stroke='%23b9381a' d='M5 9h1'/%3E %3Cpath stroke='%23df9a88' d='M12 9h1M11 10h1M10 11h1M9 12h1'/%3E %3Cpath stroke='%23c4421e' d='M13 9h1M16 9h2M18 10h1M9 13h1M19 14h1M19 15h1M9 16h1M19 16h1M9 17h1M10 18h1M14 19h3'/%3E %3Cpath stroke='%23c5431e' d='M14 9h1'/%3E %3Cpath stroke='%23c5431f' d='M15 9h1M12 10h1M18 11h1M10 12h1M9 14h1M9 15h1M10 17h1M11 18h1M18 18h1'/%3E %3Cpath stroke='%239e3217' d='M2 10h1'/%3E %3Cpath stroke='%23b4381a' d='M3 10h1'/%3E %3Cpath stroke='%23df9a87' d='M10 10h1M9 11h1M8 13h1'/%3E %3Cpath stroke='%23c6441f' d='M13 10h1M17 10h1M10 13h1M10 16h1'/%3E %3Cpath stroke='%23c74520' d='M14 10h2M10 14h1M10 15h1M18 17h1M12 18h1M17 18h1'/%3E %3Cpath stroke='%23c7451f' d='M16 10h1M18 12h1'/%3E %3Cpath stroke='%237b2711' d='M1 11h1'/%3E %3Cpath stroke='%23a13217' d='M2 11h1'/%3E %3Cpath stroke='%23b7391a' d='M3 11h1'/%3E %3Cpath stroke='%23e09b88' d='M11 11h1'/%3E %3Cpath stroke='%23e29d89' d='M12 11h1'/%3E %3Cpath stroke='%23c94621' d='M13 11h1M11 13h1'/%3E %3Cpath stroke='%23ca4721' d='M14 11h1M17 12h1M11 14h1M11 15h1M12 17h1M15 18h1'/%3E %3Cpath stroke='%23ca4821' d='M15 11h1M17 17h1'/%3E %3Cpath stroke='%23c94620' d='M16 11h1M18 14h1M11 16h1M18 16h1'/%3E %3Cpath stroke='%23c84620' d='M17 11h1M18 13h1'/%3E %3Cpath stroke='%23a53418' d='M2 12h1'/%3E %3Cpath stroke='%23b83a1b' d='M3 12h1'/%3E %3Cpath stroke='%23e19d89' d='M11 12h1'/%3E %3Cpath stroke='%23e39e89' d='M12 12h1'/%3E %3Cpath stroke='%23e0947c' d='M13 12h1'/%3E %3Cpath stroke='%23cc4a22' d='M14 12h1M12 14h1M17 14h1M12 15h1'/%3E %3Cpath stroke='%23cd4a22' d='M15 12h1M16 13h1M17 15h1M13 16h1M15 17h1'/%3E %3Cpath stroke='%23cb4922' d='M16 12h1M17 13h1M13 17h1'/%3E %3Cpath stroke='%23c3411e' d='M19 12h1M19 13h1M19 17h1M12 19h2M17 19h1'/%3E %3Cpath stroke='%23a93618' d='M2 13h1'/%3E %3Cpath stroke='%23dd9987' d='M7 13h1M6 15h1'/%3E %3Cpath stroke='%23e39f8a' d='M12 13h1'/%3E %3Cpath stroke='%23e59f8b' d='M13 13h1'/%3E %3Cpath stroke='%23e5a08b' d='M14 13h1M13 14h1'/%3E %3Cpath stroke='%23ce4c23' d='M15 13h1M16 16h1'/%3E %3Cpath stroke='%23882b13' d='M1 14h1'/%3E %3Cpath stroke='%23e6a08b' d='M14 14h1'/%3E %3Cpath stroke='%23e6a18b' d='M15 14h1M14 15h1'/%3E %3Cpath stroke='%23ce4b23' d='M16 14h1M13 15h1'/%3E %3Cpath stroke='%238b2c14' d='M1 15h1M1 16h1'/%3E %3Cpath stroke='%23ac3619' d='M2 15h1'/%3E %3Cpath stroke='%23d76b48' d='M15 15h1'/%3E %3Cpath stroke='%23cf4c23' d='M16 15h1M15 16h1'/%3E %3Cpath stroke='%23c94721' d='M18 15h1M16 18h1'/%3E %3Cpath stroke='%23bb3c1b' d='M3 16h1'/%3E %3Cpath stroke='%23bf3e1d' d='M6 16h1'/%3E %3Cpath stroke='%23cb4821' d='M12 16h1'/%3E %3Cpath stroke='%23cd4b23' d='M14 16h1'/%3E %3Cpath stroke='%23cc4922' d='M17 16h1M14 17h1M16 17h1'/%3E %3Cpath stroke='%238d2d14' d='M1 17h1'/%3E %3Cpath stroke='%23bc3c1b' d='M3 17h1M3 18h1'/%3E %3Cpath stroke='%23c84520' d='M11 17h1M13 18h1'/%3E %3Cpath stroke='%23ae3719' d='M2 18h1'/%3E %3Cpath stroke='%23c94720' d='M14 18h1'/%3E %3Cpath stroke='%23c95839' d='M19 18h1'/%3E %3Cpath stroke='%23a7bdf0' d='M0 19h1M1 20h1'/%3E %3Cpath stroke='%23ead7d3' d='M1 19h1'/%3E %3Cpath stroke='%23b34e35' d='M2 19h1'/%3E %3Cpath stroke='%23c03e1c' d='M8 19h1'/%3E %3Cpath stroke='%23c9583a' d='M18 19h1'/%3E %3Cpath stroke='%23f3dbd4' d='M19 19h1'/%3E %3Cpath stroke='%23a7bcef' d='M20 19h1M19 20h1'/%3E %3C/svg%3E");
        }
.title-bar-icon {
    height: 1.125rem;
    margin-top: 3px;
}
.status-bar {
    margin: 0 3px;
    box-shadow: inset 0px 1px 2px #808080;
    padding: 2px 1px;
    gap: 0px;
}
.status-bar-field {
    font-family: "Pixelated MS Sans Serif", Arial;
    -webkit-font-smoothing: antialiased;
    box-shadow: none;
    padding: 1px 2px;
    border-right: 1px solid rgba(208, 206, 191, 0.75);
    border-left: 1px solid rgba(255, 255, 255, 0.75);
}
.status-bar-field:first-of-type{
        border-left: none;
    }
.status-bar-field:last-of-type {
        border-right: none;
    }
/*-------------------------------------------*\
    Buttons
\*-------------------------------------------*/
/* Isso styling */
button {
    font-family: "Pixelated MS Sans Serif", Arial;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    box-sizing: border-box;
    border: 1px solid #003c74;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(236, 235, 229, 1) 86%,
        rgba(216, 208, 196, 1) 100%
    );
    box-shadow: none;
    border-radius: 3px;
}
input[type="button"] {
    font-family: "Pixelated MS Sans Serif", Arial;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    box-sizing: border-box;
    border: 1px solid #003c74;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(236, 235, 229, 1) 86%,
        rgba(216, 208, 196, 1) 100%
    );
    box-shadow: none;
    border-radius: 3px;
}
input[type="submit"] {
    font-family: "Pixelated MS Sans Serif", Arial;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    box-sizing: border-box;
    border: 1px solid #003c74;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(236, 235, 229, 1) 86%,
        rgba(216, 208, 196, 1) 100%
    );
    box-shadow: none;
    border-radius: 3px;
}
button:not(:disabled):active,
        input[type="button"]:not(:disabled):active,
        input[type="submit"]:not(:disabled):active {
            box-shadow: none;
            background: linear-gradient(
                180deg,
                rgba(205, 202, 195, 1) 0%,
                rgba(227, 227, 219, 1) 8%,
                rgba(229, 229, 222, 1) 94%,
                rgba(242, 242, 241, 1) 100%
            );
        }
button:not(:disabled):hover, input[type="button"]:not(:disabled):hover, input[type="submit"]:not(:disabled):hover {
            box-shadow: inset -1px 1px #fff0cf, inset 1px 2px #fdd889, inset -2px 2px #fbc761, inset 2px -2px #e5a01a;
        }
button:focus,
    input[type="button"]:focus,
    input[type="submit"]:focus {
        box-shadow: inset -1px 1px #cee7ff, inset 1px 2px #98b8ea, inset -2px 2px #bcd4f6, inset 1px -1px #89ade4,
            inset 2px -2px #89ade4;
    }
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
        border: 0;
    }
/*-------------------------------------------*\
    Forms
\*-------------------------------------------*/
label,
input,
textarea {
    -webkit-font-smoothing: antialiased;
}
input[type="checkbox"] + label:before {
            box-shadow: none;
            border: 1px solid #1d5281;
            background: linear-gradient(135deg, rgba(220, 220, 215, 1) 0%, rgba(255, 255, 255, 1) 100%);
        }
input[type="checkbox"]:checked + label:after {
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 11 11' shape-rendering='crispEdges'%3E %3Cpath stroke='%2322a122' d='M8 2h1M7 3h2M2 4h1M6 4h3M2 5h2M5 5h3M2 6h5M3 7h3M4 8h1'/%3E %3C/svg%3E");
            left: -17px;
        }
input[type="checkbox"]:not([disabled]):not(:active) + label:hover:before {
                box-shadow: inset -2px -2px #f8b636, inset 2px 2px #fedf9c;
            }
input[type="checkbox"]:active + label::before {
                    background: linear-gradient(135deg, rgba(176, 176, 167, 1) 0%, rgba(227, 225, 210, 1) 100%);
                }
input[type="text"],
input[type="email"] {
    height: 23px;
}
input::selection {
    background: #2267cb;
    color: white;
}
textarea::selection {
    background: #2267cb;
    color: white;
}
input[type="range"]::-webkit-slider-thumb {
        height: 21px;
        width: 11px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 11 21' shape-rendering='crispEdges'%3E %3Cpath stroke='%23becbd3' d='M1 0h1M0 1h1'/%3E %3Cpath stroke='%23b6c5cd' d='M2 0h1M0 2h1'/%3E %3Cpath stroke='%23b5c4cd' d='M3 0h5M0 3h1M0 4h1M0 5h1M0 6h1M0 7h1M0 8h1M0 9h1M0 10h1M0 11h1M0 12h1M0 13h1'/%3E %3Cpath stroke='%23afbfc8' d='M8 0h1M0 14h1'/%3E %3Cpath stroke='%239fb2be' d='M9 0h1M0 15h1'/%3E %3Cpath stroke='%23a6d1b1' d='M1 1h1'/%3E %3Cpath stroke='%236fd16e' d='M2 1h1M1 2h1'/%3E %3Cpath stroke='%2367ce65' d='M3 1h1M1 3h1'/%3E %3Cpath stroke='%2366ce64' d='M4 1h3'/%3E %3Cpath stroke='%2362cd61' d='M7 1h1'/%3E %3Cpath stroke='%2345c343' d='M8 1h1M7 2h1'/%3E %3Cpath stroke='%2363ac76' d='M9 1h1M2 16h1M3 17h1M4 18h1'/%3E %3Cpath stroke='%23879aa6' d='M10 1h1'/%3E %3Cpath stroke='%2363cd62' d='M2 2h1'/%3E %3Cpath stroke='%2349c547' d='M3 2h1M2 3h1'/%3E %3Cpath stroke='%2347c446' d='M4 2h3'/%3E %3Cpath stroke='%2321b71f' d='M8 2h1'/%3E %3Cpath stroke='%231da41c' d='M9 2h1'/%3E %3Cpath stroke='%237d8e99' d='M10 2h1'/%3E %3Cpath stroke='%2325b923' d='M3 3h1'/%3E %3Cpath stroke='%2321b81f' d='M4 3h4M2 15h1'/%3E %3Cpath stroke='%231ea71c' d='M8 3h1'/%3E %3Cpath stroke='%231b9619' d='M9 3h1'/%3E %3Cpath stroke='%23778892' d='M10 3h1M10 4h1M10 5h1M10 6h1M10 7h1M10 8h1M10 9h1M10 10h1M10 11h1M10 12h1M10 13h1'/%3E %3Cpath stroke='%23f7f7f4' d='M1 4h1M1 5h1M1 6h1M1 7h1M1 8h1M1 9h1M1 10h1M1 11h1M1 12h1M1 13h1'/%3E %3Cpath stroke='%23f5f5f2' d='M2 4h1M2 5h1M2 6h1M2 7h1M2 8h1M2 9h1M2 10h1M2 11h1M2 12h1M2 13h1'/%3E %3Cpath stroke='%23f3f3ef' d='M3 4h5M3 5h5M3 6h5M3 7h5M3 8h5M3 9h5M3 10h5M3 11h5M3 12h5M3 13h4M3 14h3M4 15h1'/%3E %3Cpath stroke='%23dcdcd9' d='M8 4h1M8 5h1M8 6h1M8 7h1M8 8h1M8 9h1M8 10h1M8 11h1M8 12h1'/%3E %3Cpath stroke='%23c3c3c0' d='M9 4h1M9 5h1M9 6h1M9 7h1M9 8h1M9 9h1M9 10h1M9 11h1M9 12h1'/%3E %3Cpath stroke='%23f1f1ed' d='M7 13h1M6 14h1M5 15h1'/%3E %3Cpath stroke='%23dbdbd8' d='M8 13h1'/%3E %3Cpath stroke='%23c4c4c1' d='M9 13h1'/%3E %3Cpath stroke='%234bc549' d='M1 14h1'/%3E %3Cpath stroke='%23f4f4f1' d='M2 14h1'/%3E %3Cpath stroke='%23e6e6e2' d='M7 14h1M6 15h1'/%3E %3Cpath stroke='%23cececa' d='M8 14h1'/%3E %3Cpath stroke='%231a9319' d='M9 14h1'/%3E %3Cpath stroke='%23788993' d='M10 14h1'/%3E %3Cpath stroke='%2369b17b' d='M1 15h1'/%3E %3Cpath stroke='%23f2f2ee' d='M3 15h1M4 16h1'/%3E %3Cpath stroke='%23d0d0cc' d='M7 15h1M6 16h1'/%3E %3Cpath stroke='%231a9118' d='M8 15h1M7 16h1M6 17h1'/%3E %3Cpath stroke='%234c845a' d='M9 15h1'/%3E %3Cpath stroke='%2372838d' d='M10 15h1'/%3E %3Cpath stroke='%2391a6b2' d='M1 16h1M2 17h1M3 18h1M4 19h1'/%3E %3Cpath stroke='%2321b61f' d='M3 16h1M4 17h1'/%3E %3Cpath stroke='%23e7e7e3' d='M5 16h1'/%3E %3Cpath stroke='%234b8259' d='M8 16h1M7 17h1M6 18h1'/%3E %3Cpath stroke='%236e7e88' d='M9 16h1M8 17h1M7 18h1M6 19h1'/%3E %3Cpath stroke='%23d7d7d4' d='M5 17h1'/%3E %3Cpath stroke='%231da21b' d='M5 18h1'/%3E %3Cpath stroke='%23589868' d='M5 19h1'/%3E %3Cpath stroke='%2380929e' d='M5 20h1'/%3E %3C/svg%3E");
        transform: translateY(-8px);
    }
input[type="range"]::-moz-range-thumb {
        height: 21px;
        width: 11px;
        border: 0;
        border-radius: 0;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 11 21' shape-rendering='crispEdges'%3E %3Cpath stroke='%23becbd3' d='M1 0h1M0 1h1'/%3E %3Cpath stroke='%23b6c5cd' d='M2 0h1M0 2h1'/%3E %3Cpath stroke='%23b5c4cd' d='M3 0h5M0 3h1M0 4h1M0 5h1M0 6h1M0 7h1M0 8h1M0 9h1M0 10h1M0 11h1M0 12h1M0 13h1'/%3E %3Cpath stroke='%23afbfc8' d='M8 0h1M0 14h1'/%3E %3Cpath stroke='%239fb2be' d='M9 0h1M0 15h1'/%3E %3Cpath stroke='%23a6d1b1' d='M1 1h1'/%3E %3Cpath stroke='%236fd16e' d='M2 1h1M1 2h1'/%3E %3Cpath stroke='%2367ce65' d='M3 1h1M1 3h1'/%3E %3Cpath stroke='%2366ce64' d='M4 1h3'/%3E %3Cpath stroke='%2362cd61' d='M7 1h1'/%3E %3Cpath stroke='%2345c343' d='M8 1h1M7 2h1'/%3E %3Cpath stroke='%2363ac76' d='M9 1h1M2 16h1M3 17h1M4 18h1'/%3E %3Cpath stroke='%23879aa6' d='M10 1h1'/%3E %3Cpath stroke='%2363cd62' d='M2 2h1'/%3E %3Cpath stroke='%2349c547' d='M3 2h1M2 3h1'/%3E %3Cpath stroke='%2347c446' d='M4 2h3'/%3E %3Cpath stroke='%2321b71f' d='M8 2h1'/%3E %3Cpath stroke='%231da41c' d='M9 2h1'/%3E %3Cpath stroke='%237d8e99' d='M10 2h1'/%3E %3Cpath stroke='%2325b923' d='M3 3h1'/%3E %3Cpath stroke='%2321b81f' d='M4 3h4M2 15h1'/%3E %3Cpath stroke='%231ea71c' d='M8 3h1'/%3E %3Cpath stroke='%231b9619' d='M9 3h1'/%3E %3Cpath stroke='%23778892' d='M10 3h1M10 4h1M10 5h1M10 6h1M10 7h1M10 8h1M10 9h1M10 10h1M10 11h1M10 12h1M10 13h1'/%3E %3Cpath stroke='%23f7f7f4' d='M1 4h1M1 5h1M1 6h1M1 7h1M1 8h1M1 9h1M1 10h1M1 11h1M1 12h1M1 13h1'/%3E %3Cpath stroke='%23f5f5f2' d='M2 4h1M2 5h1M2 6h1M2 7h1M2 8h1M2 9h1M2 10h1M2 11h1M2 12h1M2 13h1'/%3E %3Cpath stroke='%23f3f3ef' d='M3 4h5M3 5h5M3 6h5M3 7h5M3 8h5M3 9h5M3 10h5M3 11h5M3 12h5M3 13h4M3 14h3M4 15h1'/%3E %3Cpath stroke='%23dcdcd9' d='M8 4h1M8 5h1M8 6h1M8 7h1M8 8h1M8 9h1M8 10h1M8 11h1M8 12h1'/%3E %3Cpath stroke='%23c3c3c0' d='M9 4h1M9 5h1M9 6h1M9 7h1M9 8h1M9 9h1M9 10h1M9 11h1M9 12h1'/%3E %3Cpath stroke='%23f1f1ed' d='M7 13h1M6 14h1M5 15h1'/%3E %3Cpath stroke='%23dbdbd8' d='M8 13h1'/%3E %3Cpath stroke='%23c4c4c1' d='M9 13h1'/%3E %3Cpath stroke='%234bc549' d='M1 14h1'/%3E %3Cpath stroke='%23f4f4f1' d='M2 14h1'/%3E %3Cpath stroke='%23e6e6e2' d='M7 14h1M6 15h1'/%3E %3Cpath stroke='%23cececa' d='M8 14h1'/%3E %3Cpath stroke='%231a9319' d='M9 14h1'/%3E %3Cpath stroke='%23788993' d='M10 14h1'/%3E %3Cpath stroke='%2369b17b' d='M1 15h1'/%3E %3Cpath stroke='%23f2f2ee' d='M3 15h1M4 16h1'/%3E %3Cpath stroke='%23d0d0cc' d='M7 15h1M6 16h1'/%3E %3Cpath stroke='%231a9118' d='M8 15h1M7 16h1M6 17h1'/%3E %3Cpath stroke='%234c845a' d='M9 15h1'/%3E %3Cpath stroke='%2372838d' d='M10 15h1'/%3E %3Cpath stroke='%2391a6b2' d='M1 16h1M2 17h1M3 18h1M4 19h1'/%3E %3Cpath stroke='%2321b61f' d='M3 16h1M4 17h1'/%3E %3Cpath stroke='%23e7e7e3' d='M5 16h1'/%3E %3Cpath stroke='%234b8259' d='M8 16h1M7 17h1M6 18h1'/%3E %3Cpath stroke='%236e7e88' d='M9 16h1M8 17h1M7 18h1M6 19h1'/%3E %3Cpath stroke='%23d7d7d4' d='M5 17h1'/%3E %3Cpath stroke='%231da21b' d='M5 18h1'/%3E %3Cpath stroke='%23589868' d='M5 19h1'/%3E %3Cpath stroke='%2380929e' d='M5 20h1'/%3E %3C/svg%3E");
        transform: translateY(2px);
    }
input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        box-sizing: border-box;
        background: #ecebe4;
        border-right: 1px solid #f3f2ea;
        border-bottom: 1px solid #f3f2ea;
        border-radius: 2px;
        box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 #9d9c99, -1px -1px 0 #9d9c99,
            0 -1px 0 #9d9c99, -1px 1px 0 white, 1px -1px #9d9c99;
    }
input[type="range"]::-moz-range-track {
        width: 100%;
        height: 2px;
        box-sizing: border-box;
        background: #ecebe4;
        border-right: 1px solid #f3f2ea;
        border-bottom: 1px solid #f3f2ea;
        border-radius: 2px;
        box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 #9d9c99, -1px -1px 0 #9d9c99,
            0 -1px 0 #9d9c99, -1px 1px 0 white, 1px -1px #9d9c99;
    }
/*-------------------------------------------*\
    GroupBox
\*-------------------------------------------*/

.isso-input-wrapper {
    display: flex;
    flex-direction: column;
}
.isso-input-wrapper * + * {
                margin-top: 6px;
            }
/*-------------------------------------------*\
    Tabs
\*-------------------------------------------*/
/*-------------------------------------------*\
    TreeView
\*-------------------------------------------*/
/*-------------------------------------------*\
    ProgressBar
\*-------------------------------------------*/
@keyframes sliding {
    0% {
      transform: translateX(-30px);
    }
    100% {
      transform: translateX(100%);
    }
  }
/* Determinate styles */
/* Chrome, Safari, Edge */
/* Firefox */
/* Indeterminate styles */
/* Apply for Chrome, Safari and Edge but animation only works in Safari */
/* Solution for Chrome and Edge: animate pseudo element :after */
/* This pseudo element is to hide the not working -webkit-progress-bar animation above for Chrome and Edge */
/* Real animated element */
/* Firefox */
/*
Taken from: pygmentize -S github-dark -f html -a .highlight > default.css
*/
pre { line-height: 125%; }
pre.lineno { color: #656d79; }
/* Not in use currently */
/* Not in use currently */
.highlight .hll { background-color: #d1d5da }
.highlight { background: #faf7e6; color: #24292e }
.highlight .c { color: #6a737d; font-style: italic }
/* Comment */
/* Error */
/* Escape */
.highlight .g { color: #24292e }
/* Generic */
.highlight .k { color: #d73a49 }
/* Keyword */
/* Literal */
.highlight .n { color: #24292e }
/* Name */
.highlight .o { color: #d73a49; font-weight: bold }
/* Operator */
/* Other */
.highlight .p { color: #24292e }
/* Punctuation */
/* Comment.Hashbang */
/* Comment.Multiline */
/* Comment.Preproc */
/* Comment.PreprocFile */
.highlight .c1 { color: #6a737d; font-style: italic }
/* Comment.Single */
/* Comment.Special */
/* Generic.Deleted */
/* Generic.Emph */
/* Generic.Error */
/* Generic.Heading */
/* Generic.Inserted */
.highlight .go { color: #6a737d }
/* Generic.Output */
/* Generic.Prompt */
/* Generic.Strong */
/* Generic.Subheading */
/* Generic.Traceback */
/* Keyword.Constant */
/* Keyword.Declaration */
/* Keyword.Namespace */
/* Keyword.Pseudo */
/* Keyword.Reserved */
/* Keyword.Type */
.highlight .ld { color: #005cc5 }
/* Literal.Date */
/* Literal.Number */
.highlight .s { color: #032f62 }
/* Literal.String */
/* Name.Attribute */
.highlight .nb { color: #005cc5 }
/* Name.Builtin */
/* Name.Class */
/* Name.Constant */
/* Name.Decorator */
/* Name.Entity */
/* Name.Exception */
.highlight .nf { color: #6f42c1; font-weight: bold }
/* Name.Function */
/* Name.Label */
/* Name.Namespace */
/* Name.Other */
/* Name.Property */
/* Name.Tag */
/* Name.Variable */
.highlight .ow { color: #d73a49; font-weight: bold }
/* Operator.Word */
/* Punctuation.Marker */
/* Text.Whitespace */
/* Literal.Number.Bin */
/* Literal.Number.Float */
/* Literal.Number.Hex */
.highlight .mi { color: #005cc5 }
/* Literal.Number.Integer */
/* Literal.Number.Oct */
/* Literal.String.Affix */
/* Literal.String.Backtick */
/* Literal.String.Char */
/* Literal.String.Delimiter */
/* Literal.String.Doc */
/* Literal.String.Double */
/* Literal.String.Escape */
.highlight .sh { color: #032f62 }
/* Literal.String.Heredoc */
/* Literal.String.Interpol */
/* Literal.String.Other */
/* Literal.String.Regex */
.highlight .s1 { color: #032f62 }
/* Literal.String.Single */
/* Literal.String.Symbol */
/* Name.Builtin.Pseudo */
/* Name.Function.Magic */
/* Name.Variable.Class */
/* Name.Variable.Global */
/* Name.Variable.Instance */
/* Name.Variable.Magic */
/* Literal.Number.Integer.Long */
/* Fixing the margin of code blocks */
figure.highlight {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
/* Syntax-highlited code blocks */
.window-body .post-base > figure.highlight {
            margin: 0 calc(3px - 1em);
            overflow-x: auto;
            padding: 1em calc(1em - 3px);
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }
.window-body .post-base > figure.highlight pre {
                margin: 0;
            }
.window-body .post-base > figure.highlight > pre {
                font-size: 0.75em;
            }
.window-body .post-base > figure.highlight .lineno {
                margin-right: 1em;
            }
/* Just code blocks */
.window-body .post-base > .highlighter-rouge pre {
                margin: 0 calc(3px - 1em);
                overflow-x: auto;
                padding: 1em calc(1em - 3px);
                border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
            }
.window-body .post-base > .highlighter-rouge pre code {
                    font-size: 0.75em;
                }
.rouge-table {
    border-collapse: collapse;
}
.explorer {
    overflow-y: auto;
}
.explorer table {
        width: 100%;
        border-spacing: 0;
    }
.explorer tr {
        font-family: "Pixelated MS Sans Serif", Arial;
        -webkit-font-smoothing: antialiased;
    }
.explorer tr:last-child .explorer-item {
            padding-bottom: 0.25rem;
        }
.explorer .explorer-header {
        box-shadow: inset 0 -3px 2px rgba(203,199,184, 0.5);
    }
.explorer .explorer-header-item {
        text-align: left;
        font-weight: inherit;

        padding: 0.25rem 0.7rem 0.25rem 0.7rem;

        font-size: 0.9rem;

        border-right: 2px solid rgba(199,197,178, 0.5);
        border-left: 2px solid rgba(255, 255, 255, 0.5);    
    }
.explorer .explorer-header-item:first-of-type{
            border-left: none;
        }
.explorer .explorer-header-item:last-of-type {
            border-right: none;
        }
.explorer .explorer-header-item:nth-child(2) {
        text-align: right;
    }
.explorer .explorer-item {
        padding: 0.25rem 0.25rem 0 0.25rem;

        white-space: nowrap;

        background-color: #ffffff;
    }
.explorer .explorer-item a {
            text-decoration: inherit;
            color: inherit;
            vertical-align: middle;
        }
.explorer .explorer-item:first-child {
        width: 70%;
        background-color: #f7f7f7;
    }
.explorer .explorer-item:nth-child(2) {
        width: 10%;
        text-align: right;
        padding-right: 0.5rem;
    }
.explorer .explorer-item:nth-child(3) {
        width: 20%;
    }
.explorer .explorer-icon {
        height: 1.25rem;
        vertical-align: middle;
    }
.explorer .explorer-item-text {
        vertical-align: middle;
    }
 h2, h4 {
    font-family: 'Trebuchet MS';
    color: #0054f1;
    text-shadow: 2px 2px white;
}
h2 {
    font-size: 30px;
    margin: 10px 0 0 0;
}
.isso-comments-count {
    color: inherit;
    text-decoration: inherit;
}
.isso-thread-heading {
    display: none;
}
.isso-reply {
    font-family: "Pixelated MS Sans Serif", Arial;
}
#isso-thread > .isso-postbox .isso-textarea-wrapper {
        margin: -1em calc(3px - 1em) 0 calc(3px - 1em);
    }
.isso-text pre {
        margin: 0;
    }
/* See: https://github.com/posativ/isso/blob/master/isso/css/isso.css */
/* ========================================================================== */
/* Generic styling                                                            */
/* ========================================================================== */
#isso-thread * {
    /* Reset */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ========================================================================== */
/* Thread heading area                                                        */
/* ========================================================================== */
#isso-thread {
    padding: 0;
    margin: 0;
}
h4.isso-thread-heading {
    color: #555;
    font-weight: bold;
}
/* ========================================================================== */
/* Comments                                                                   */
/* ========================================================================== */
.isso-comment {
    max-width: 68em;
    margin: 0 auto;
}
.isso-preview .isso-comment {
    padding-top: 0;
    margin: 0;
}
.isso-comment:not(:first-of-type),
.isso-follow-up .isso-comment {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5em;
}
.isso-text-wrapper {
    display: block;
    padding: 0.95em 0;
}
.isso-follow-up {
    padding-left: calc(7% + 20px);
}
.isso-comment-footer {
    font-size: 0.95em;
}
.isso-comment-header {
    font-size: 0.85em;
}
.isso-comment-header a {
    text-decoration: none;
}
/* Only for comment header, spacer between up-/downvote should have no padding */
.isso-comment-header .isso-spacer {
    padding: 0 6px;
}
.isso-spacer,
.isso-permalink,
.isso-note {
    color: gray;
    font-weight: normal;
    text-shadow: none;
}
.isso-spacer:hover,
.isso-permalink:hover,
.isso-note:hover {
    color: #606060;
}
.isso-note {
    float: right;
}
.isso-author {
    font-weight: bold;
    color: #555;
}
.isso-textarea,
.isso-preview {
    margin-top: 0.2em;
    width: 100%;
}
.isso-text {
    word-break: break-word;
}
.isso-text p {
    margin-top: 0.2em;
}
.isso-text p:last-child {
    margin-bottom: 0.2em;
}

.isso-text h2,
.isso-text h4 {
    font-size: 130%;
    font-weight: bold;
}
.isso-text pre {
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px 15px;
    color: #4d4d4c;
    overflow: auto;
    line-height: 1.5em;
}
.isso-text :not(pre) > code {
    padding: .2em .4em;
    margin: 0;
    font-size: 85%;
    background-color: #eeeeee;
    border-radius: 6px;
}
.isso-comment-footer {
    font-size: 0.80em;
    color: gray;
    clear: left;
}

.isso-comment-footer a {
    font-weight: bold;
    text-decoration: none;
}

.isso-comment-footer a:hover {
    color: #111111;
    text-shadow: #aaaaaa 0 0 1px;
}
.isso-comment-footer > a {
    position: relative;
    top: .2em;
}
.isso-comment-footer > a + a {
    padding-left: 1em;
}
.isso-comment-footer .isso-votes {
    color: gray;
}
.isso-upvote svg,
.isso-downvote svg {
    position: relative;
    top: .2em;
}
/* Reply postbox under existing comment */
.isso-comment .isso-postbox {
    margin-top: 0.8em;
}
.isso-comment.isso-no-votes > * > .isso-comment-footer .isso-votes {
    display: none;
}
/* ========================================================================== */
/* Postbox                                                                    */
/* ========================================================================== */
.isso-postbox {
    max-width: 68em;
    margin: 0 auto 2em;
    clear: right;
}
.isso-form-wrapper {
    display: block;
    padding: 0;
}
.isso-textarea,
.isso-preview {
    margin: 0 0 .3em;
    padding: .4em .8em;
}
.isso-textarea {
    outline: 0;
    width: 100%;
    resize: vertical;
    font-family: Arial;
    font-size: 16px;
}
.isso-form-wrapper input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-left: 0;
}
.isso-notification-section {
    font-size: 0.90em;
    padding-top: .3em;
    display: none;
    padding-bottom: 10px;
}
.isso-auth-section {
    display: block;
}
.isso-input-wrapper {
    display: inline-block;
    position: relative;
    margin: 0 1% 0 0;
}
.isso-input-wrapper label {
    display: block;
    line-height: 1.4em;
    height: 1.4em;
}
.isso-post-action {
    display: block;
    float: right;
    margin: 1.4em 0 0 5px;
}
/* ========================================================================== */
/* Postbox (preview mode)                                                     */
/* ========================================================================== */
.isso-preview,
.isso-post-action input[name="edit"],
.isso-postbox.isso-preview-mode > .isso-form-wrapper input[name="preview"],
.isso-postbox.isso-preview-mode > .isso-form-wrapper .isso-textarea {
    display: none;
}
.isso-postbox.isso-preview-mode > .isso-form-wrapper .isso-preview {
    display: block;
}
.isso-postbox.isso-preview-mode > .isso-form-wrapper input[name="edit"] {
    display: inline;
}
.isso-preview {
    background-color: #f8f8f8;
    background: repeating-linear-gradient(
        -45deg,
        #f8f8f8,
        #f8f8f8 10px,
        #fff 10px,
        #fff 20px
    );
}
/* ========================================================================== */
/* Animations                                                                 */
/* ========================================================================== */
/* "target" means the comment that's being linked to, for example:
 * https://example.com/blog/example/#isso-15
 */
@keyframes isso-target-fade {
    0% { background-color: #eee5a1; }
    /* This color should be changed when used on a dark background,
     * maybe #3f3c1c for example
     */
}
/* ========================================================================== */
/* Media queries                                                              */
/* ========================================================================== */
@media screen and (max-width:600px) {
    .isso-input-wrapper {
        display: block;
        max-width: 100%;
        margin: 0 0 .3em;
    }
    .isso-input-wrapper input {
        width: 100%;
    }
    .isso-post-action {
        margin-top: 0;
    }
}
html {
    /* Fix for https://stackoverflow.com/questions/1417934/how-to-prevent-scrollbar-from-repositioning-web-page */
    overflow-y: scroll;
}
body {
    display: flex;
    justify-content: center;
    margin: 0;
}
.content {
    width: 992px;
    min-width: 0;
}
.window {
    margin: 8px;
}
.home-base {
    margin: 0 3px;
}

/*# sourceMappingURL=xp.css.map */