:root {
    --bcc: #FAFAFA;
    --bct: #fff;
    --ccb: #1F567D;
    --cdg: #ccc;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 25, 2021 */
@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-regular-webfont.woff2") format("woff2"), url("/static/fonts/lato-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-lightitalic-webfont.woff2") format("woff2"), url("/static/fonts/lato-lightitalic-webfont.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-light-webfont.woff2") format("woff2"), url("/static/fonts/lato-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-italic-webfont.woff2") format("woff2"), url("/static/fonts/lato-italic-webfont.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-bolditalic-webfont.woff2") format("woff2"), url("/static/fonts/lato-bolditalic-webfont.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'lato';
    src: url("/static/fonts/lato-bold-webfont.woff2") format("woff2"), url("/static/fonts/lato-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("/static/fonts/icomoon.eot?xke5es");
    src: url("/static/fonts/icomoon.eot?xke5es#iefix") format("embedded-opentype"), url("/static/fonts/icomoon.ttf?xke5es") format("truetype"), url("/static/fonts/icomoon.woff?xke5es") format("woff"), url("/static/fonts/icomoon.svg?xke5es#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pin:before {
    content: "\e911";
}

.icon-i_arrow_up:before {
    content: "\e900";
}

.icon-results:before {
    content: "\e901";
}

.icon-add:before {
    content: "\e902";
}

.icon-i_arrow_down:before {
    content: "\e903";
}

.icon-i_arrow_left:before {
    content: "\e904";
}

.icon-i_arrow_right:before {
    content: "\e905";
}

.icon-close:before {
    content: "\e906";
}

.icon-empty_file:before {
    content: "\e907";
}

.icon-export:before {
    content: "\e908";
}

.icon-file:before {
    content: "\e909";
}

.icon-question:before {
    content: "\e90a";
}

.icon-duplicate:before {
    content: "\e90b";
}

.icon-delete:before {
    content: "\e90c";
}

.icon-eye:before {
    content: "\e90d";
}

.icon-edit:before {
    content: "\e90e";
}

.icon-settings:before {
    content: "\e90f";
}

.icon-more:before {
    content: "\e910";
}

.list-group-item.scenario-duplicated {
    -webkit-transition: all 1s;
    transition: all 1s;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    font-size: 16px;
    scroll-behavior: smooth;
    height: 100%;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    overflow-x: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--bcc);;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

body {
    font-family: lato, Arial, Helvetica, sans-serif !important;
    color: #343434;
    letter-spacing: 0.01rem;
}

p {
    line-height: 1.75rem;
}

h1,
h2,
h3 {
    letter-spacing: 0.03rem;
}

a {
    font-weight: 700;
    color: #1F567D !important;
    text-decoration: none !important;
    cursor: pointer;
}

a:hover,
:focus,
:active {
    color: #000;
}

.project a {
    font-size: 1rem;
    font-weight: 400 !important;
}

.project a:hover {
    color: #8c8c8c !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.dropdown-item {
    font-size: 1rem;
    font-weight: 400 !important;
}

.dropdown-item:hover {
    color: #8c8c8c !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

footer a {
    font-size: 1rem;
    font-weight: 400 !important;
}

footer a:hover {
    color: #8c8c8c !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link {
    font-size: 1rem;
    font-weight: 400 !important;
}

.nav-link:hover {
    color: #8c8c8c !important;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.project a {
    color: #343434 !important;
}

.dropdown-item {
    color: #343434 !important;
}

footer a {
    color: #343434 !important;
}

.nav-link {
    color: #343434 !important;
}

.project a:link {
    color: #343434 !important;
}

.dropdown-item:link {
    color: #343434 !important;
}

footer a:link {
    color: #343434 !important;
}

.nav-link:link {
    color: #343434 !important;
}

.project a:hover {
    color: #343434 !important;
}

.dropdown-item:hover {
    color: #343434 !important;
}

footer a:hover {
    color: #343434 !important;
}

.nav-link:hover {
    color: #343434 !important;
}

.project a:active {
    color: #343434 !important;
}

.dropdown-item:active {
    color: #343434 !important;
}

footer a:active {
    color: #343434 !important;
}

.nav-link:active {
    color: #343434 !important;
}

.project a:visited {
    color: #343434 !important;
}

.dropdown-item:visited {
    color: #343434 !important;
}

footer a:visited {
    color: #343434 !important;
}

.nav-link:visited {
    color: #343434 !important;
}

a.btn,
button.btn,
footer a.btn,
footer button.btn {
    display: inline-block;
    background-color: #1F567D;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 0.03rem;
    font-weight: 400;
}

a.btn:link,
a.btn:hover,
a.btn:focus,
a.btn:visited,
a.btn:active,
a.btn .icon:hover,
a.btn :focus,
a.btn :active,
button.btn:link,
button.btn:hover,
button.btn:focus,
button.btn:visited,
button.btn:active,
button.btn .icon:hover,
button.btn :focus,
button.btn :active,
footer a.btn:link,
footer a.btn:hover,
footer a.btn:focus,
footer a.btn:visited,
footer a.btn:active,
footer a.btn .icon:hover,
footer a.btn :focus,
footer a.btn :active,
footer button.btn:link,
footer button.btn:hover,
footer button.btn:focus,
footer button.btn:visited,
footer button.btn:active,
footer button.btn .icon:hover,
footer button.btn :focus,
footer button.btn :active,
.btn-group label.btn-outline-secondary :active {
    color: #fff !important;
}

a.btn:hover,
a.btn:focus,
a.btn:active,
button.btn:hover,
button.btn:focus,
button.btn:active,
footer a.btn:hover,
footer a.btn:focus,
footer a.btn:active,
footer button.btn:hover,
footer button.btn:focus,
footer button.btn:active,
.btn-group label.btn-outline-secondary:hover,
.btn-group label.btn-outline-secondary:focus,
.btn-group label.btn-outline-secondary:active,
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary {
    background-color: #17405C !important;
}

a.btn--large,
button.btn--large,
footer a.btn--large,
footer button.btn--large {
    padding: 0.925rem;
    width: 100%;
    max-width: 30rem;
    font-size: 1.25rem;
    text-transform: uppercase;
}

a.btn--medium,
button.btn--medium,
footer a.btn--medium,
footer button.btn--medium {
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    min-width: 11rem;
    color: #fff;
}

a.btn--small,
button.btn--small,
footer a.btn--small,
footer button.btn--small {
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
}

a.btn--long,
button.btn--long,
footer a.btn-long,
footer button.btn-long {
    display: inline-block;
    width: 100%;
    padding: 0.1rem;
    font-size: 1rem;
}

a.btn--hollow,
a.btn--transparent,
a.btn--action,
button.btn--hollow,
button.btn--transparent,
button.btn--action,
footer a.btn--hollow,
footer a.btn--transparent,
footer a.btn--action,
footer button.btn--hollow,
footer button.btn--transparent,
footer button.btn--action {
    background-color: transparent;
}

a.btn--hollow:link,
a.btn--hollow:hover,
a.btn--hollow:focus,
a.btn--hollow:visited,
a.btn--hollow:active,
a.btn--transparent:link,
a.btn--transparent:hover,
a.btn--transparent:focus,
a.btn--transparent:visited,
a.btn--transparent:active,
a.btn--action:link,
a.btn--action:hover,
a.btn--action:focus,
a.btn--action:visited,
a.btn--action:active,
button.btn--hollow:link,
button.btn--hollow:hover,
button.btn--hollow:focus,
button.btn--hollow:visited,
button.btn--hollow:active,
button.btn--transparent:link,
button.btn--transparent:hover,
button.btn--transparent:focus,
button.btn--transparent:visited,
button.btn--transparent:active,
button.btn--action:link,
button.btn--action:hover,
button.btn--action:focus,
button.btn--action:visited,
button.btn--action:active,
footer a.btn--hollow:link,
footer a.btn--hollow:hover,
footer a.btn--hollow:focus,
footer a.btn--hollow:visited,
footer a.btn--hollow:active,
footer a.btn--transparent:link,
footer a.btn--transparent:hover,
footer a.btn--transparent:focus,
footer a.btn--transparent:visited,
footer a.btn--transparent:active,
footer a.btn--action:link,
footer a.btn--action:hover,
footer a.btn--action:focus,
footer a.btn--action:visited,
footer a.btn--action:active,
footer button.btn--hollow:link,
footer button.btn--hollow:hover,
footer button.btn--hollow:focus,
footer button.btn--hollow:visited,
footer button.btn--hollow:active,
footer button.btn--transparent:link,
footer button.btn--transparent:hover,
footer button.btn--transparent:focus,
footer button.btn--transparent:visited,
footer button.btn--transparent:active,
footer button.btn--action:link,
footer button.btn--action:hover,
footer button.btn--action:focus,
footer button.btn--action:visited,
footer button.btn--action:active {
    color: #fff !important;
}

a.btn--hollow:hover,
a.btn--hollow:focus,
a.btn--hollow:active,
a.btn--transparent:hover,
a.btn--transparent:focus,
a.btn--transparent:active,
a.btn--action:hover,
a.btn--action:focus,
a.btn--action:active,
button.btn--hollow:hover,
button.btn--hollow:focus,
button.btn--hollow:active,
button.btn--transparent:hover,
button.btn--transparent:focus,
button.btn--transparent:active,
button.btn--action:hover,
button.btn--action:focus,
button.btn--action:active,
footer a.btn--hollow:hover,
footer a.btn--hollow:focus,
footer a.btn--hollow:active,
footer a.btn--transparent:hover,
footer a.btn--transparent:focus,
footer a.btn--transparent:active,
footer a.btn--action:hover,
footer a.btn--action:focus,
footer a.btn--action:active,
footer button.btn--hollow:hover,
footer button.btn--hollow:focus,
footer button.btn--hollow:active,
footer button.btn--transparent:hover,
footer button.btn--transparent:focus,
footer button.btn--transparent:active,
footer button.btn--action:hover,
footer button.btn--action:focus,
footer button.btn--action:active {
    background-color: #828181 !important;
}

a.btn--hollow,
button.btn--hollow,
footer a.btn--hollow,
footer button.btn--hollow {
    border: 1px solid #1F567D;
}

a.btn--transparent,
button.btn--transparent,
footer a.btn--transparent,
footer button.btn--transparent {
    font-weight: 700;
}

a.btn--action,
button.btn--action,
footer a.btn--action,
footer button.btn--action {
    background-color: transparent;
    color: #343434;
    width: auto;
    padding: 0;
}

a.btn--action:link,
a.btn--action:visited,
button.btn--action:link,
button.btn--action:visited,
footer a.btn--action:link,
footer a.btn--action:visited,
footer button.btn--action:link,
footer button.btn--action:visited {
    color: #343434 !important;
}

a.btn--action:hover,
a.btn--action:focus,
a.btn--action:active,
button.btn--action:hover,
button.btn--action:focus,
button.btn--action:active,
footer a.btn--action:hover,
footer a.btn--action:focus,
footer a.btn--action:active,
footer button.btn--action:hover,
footer button.btn--action:focus,
footer button.btn--action:active {
    color: #8c8c8c !important;
}

a.btn--action:focus,
button.btn--action:focus,
footer a.btn--action:focus,
footer button.btn--action:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

a.btn--hollow.btn--action,
button.btn--hollow.btn--action,
footer a.btn--hollow.btn--action,
footer button.btn--hollow.btn--action {
    border-color: #1F567D;
    color: #1F567D !important;
    font-weight: 700 !important;
}

a.btn--load,
button.btn--load,
footer a.btn--load,
footer button.btn--load {
    font-weight: 700;
    background-color: transparent;
    color: #1F567D;
    width: auto;
    padding: 0;
}

a.btn--load:link,
a.btn--load:visited,
button.btn--load:link,
button.btn--load:visited,
footer a.btn--load:link,
footer a.btn--load:visited,
footer button.btn--load:link,
footer button.btn--load:visited {
    color: #1F567D !important;
    background-color: transparent !important;
}

a.btn--load:hover,
a.btn--load:focus,
a.btn--load:active,
button.btn--load:hover,
button.btn--load:focus,
button.btn--load:active,
footer a.btn--load:hover,
footer a.btn--load:focus,
footer a.btn--load:active,
footer button.btn--load:hover,
footer button.btn--load:focus,
footer button.btn--load:active {
    color: #17405C !important;
    background-color: transparent !important;
}

a.btn--disabled,
button.btn--disabled,
footer a.btn--disabled,
footer button.btn--disabled {
    background-color: #A8B5C0;
}

a.btn--pending,
button.btn--pending,
footer a.btn--pending,
footer button.btn--pending {
    background-color: #EC9A29;
    color: #000;
}

a.btn--pending:hover,
a.btn--pending:focus,
a.btn--pending:active,
button.btn--pending:hover,
button.btn--pending:focus,
button.btn--pending:active,
footer a.btn--pending:hover,
footer a.btn--pending:focus,
footer a.btn--pending:active,
footer button.btn--pending:hover,
footer button.btn--pending:focus,
footer button.btn--pending:active {
    background-color: #d08012 !important;
}

a.btn--pending:focus,
button.btn--pending:focus,
footer a.btn--pending:focus,
footer button.btn--pending:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(236, 154, 41, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(236, 154, 41, 0.25);
}

a.btn--success,
button.btn--success,
footer a.btn--success,
footer button.btn--success {
    background-color: #09BC8A;
    color: #000;
}

a.btn--success:hover,
a.btn--success:focus,
a.btn--success:active,
button.btn--success:hover,
button.btn--success:focus,
button.btn--success:active,
footer a.btn--success:hover,
footer a.btn--success:focus,
footer a.btn--success:active,
footer button.btn--success:hover,
footer button.btn--success:focus,
footer button.btn--success:active {
    background-color: #078b66 !important;
}

a.btn--success:focus,
button.btn--success:focus,
footer a.btn--success:focus,
footer button.btn--success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(9, 188, 138, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(9, 188, 138, 0.25);
}

a.btn--error,
button.btn--error,
footer a.btn--error,
footer button.btn--error {
    background-color: #9A031E;
    color: #fff;
}

a.btn--error:hover,
a.btn--error:focus,
a.btn--error:active,
button.btn--error:hover,
button.btn--error:focus,
button.btn--error:active,
footer a.btn--error:hover,
footer a.btn--error:focus,
footer a.btn--error:active,
footer button.btn--error:hover,
footer button.btn--error:focus,
footer button.btn--error:active {
    background-color: #680214 !important;
}

a.btn--error:focus,
button.btn--error:focus,
footer a.btn--error:focus,
footer button.btn--error:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(154, 3, 30, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(154, 3, 30, 0.25);
}

a.btn .icon,
button.btn .icon,
footer a.btn .icon,
footer button.btn .icon {
    padding-right: .25rem;
}

a.btn--icon::before,
button.btn--icon::before,
footer a.btn--icon::before,
footer button.btn--icon::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    top: .15rem;
    left: -.5rem;
}

a.btn.hidden,
button.btn.hidden,
footer a.btn.hidden,
footer button.btn.hidden {
    visibility: hidden;
}

ul.dropdown-menu {
    -webkit-box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
    box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
    border: 1px solid #E3EAEE;
}

a.dropdown-item:active {
    background-color: #E3EAEE;
}

.components h1 {
    text-align: center;
}

.components h2 {
    padding-top: 3rem;
    padding-left: 1rem;
}

.components__description {
    max-width: 60rem;
}

.components__description li {
    padding-left: 1rem;
}

.components .component {
    padding-bottom: 2rem;
}

.components .component__title {
    padding: 1rem;
}

.components nav.navbar {
    position: relative;
}

.footer {
    background-color: #F4F7F9;
    height: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.footer__logo img {
    height: 2rem;
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__links ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer__links li {
    display: inline-block;
    padding-left: 1rem;
}

.step-footer {
    background-color: var(--bcc);
    height: 4rem;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #F4F7F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.step-footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.step-footer__left,
.step-footer__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.step-footer .btn--previous {
    border: none;
    color: #fff;
    background-color: var(--cdg);
}

.step-footer__right a {
    float: right;

    padding: 10px;
}

.step-footer__left a {
    padding: 10px;
    display: flex;
    align-items: center;
}

.form-control:disabled,
.form-control:disabled::file-selector-button {
    color: #ccc;
}

.form-control:valid {
    background-color: var(--bcc) !important;
}

form .form-control:focus {
    border-color: #1F567D;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(31, 86, 125, 0.1);
    box-shadow: 0 0 0 0.25rem rgba(31, 86, 125, 0.1);
}

.form-check-input {
    margin-right: .5em;
}

form .form-check-input:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(31, 86, 125, 0.1);
    box-shadow: 0 0 0 0.25rem rgba(31, 86, 125, 0.1);
}

form .form-check-input:checked {
    background-color: #1F567D;
}

.row .form-control {
    line-height: 1;
}


form .form-control.input-updated:focus {
    -webkit-box-shadow: 0 0 0.5rem rgba(253, 197, 52, 0.8);
    box-shadow: 0 0 0.5rem rgba(253, 197, 52, 0.8);
}

form .form-control::-webkit-input-placeholder {
    color: #D6D6D6;
    font-size: 1rem;
}

form .form-control:-ms-input-placeholder {
    color: #D6D6D6;
    font-size: 1rem;
}

form .form-control::-ms-input-placeholder {
    color: #D6D6D6;
    font-size: 1rem;
}

form .form-control::placeholder {
    color: #D6D6D6;
    font-size: 1rem;
}

form .form-control::-webkit-input-placeholder {
    color: #D6D6D6;
    font-size: 1rem;
}

form .form-control::-moz-placeholder {
    color: #D6D6D6;
    font-size: 1rem;
}

form .form-control:-ms-input-placeholder {
    color: #D6D6D6;
    font-size: 1rem;
}

form .form-control:-moz-placeholder {
    color: #D6D6D6;
    font-size: 1rem;
}

form .input-item,
form .text-item {
    position: relative;
    padding-bottom: 1rem;
}

form .input-item.optional label.form-label::after,
form .text-item.optional label.form-label::after {
    content: '- optional';
    font-weight: 300;
    font-style: italic;
    padding-left: .5rem;
}

form .input-item .icon-question,
form .text-item .icon-question {
    padding-left: 0.35rem;
    cursor: pointer;
    vertical-align: middle;
}

form .input-item .form-text.to-right,
form .text-item .form-text.to-right {
    position: absolute;
    right: 0;
}

form .input-item textarea,
form .text-item textarea {
    /* height: 7.75rem; */
    max-height: 10rem;
}

form .input-item .input-group-text,
form .text-item .input-group-text {
    color: #343434;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-item .input-group .disabled,
.box .input-group .disabled {
    color: #ccc;
}

.input-group-text {
    /* height: 1.5rem; */
    padding-top: 1px;
    padding-bottom: 1px;
}

form .btn {
    /* margin-top: 1rem; */
    margin-top: 0rem;
}

label.form-label.disabled,
div.disabled {
    color: #ccc;
    pointer-events: none;
}

.header {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2rem;
}

.header > div {
    padding-top: 7rem;
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header__left,
.header__back {
    width: 10rem;
}

.header__title {
    font-size: 1.563rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.header__back {
    text-align: right;
}

.header__back a {
    position: relative;
    font-size: 0.875rem;
    vertical-align: middle;
}


.header-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4rem;
    margin-bottom: 1rem;
}

.header-results > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header-results .header__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-results .header__scenario select {
    min-width: 20rem;
}

.header-results .header__export {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-results .header__export .btn .icon {
    font-size: 1.5rem;
    vertical-align: middle;
}

.header-results .project-title {
    font-weight: 300;
    color: #343434;
}

.icon--small {
    font-size: .6rem;
}

.icon[data-bs-toggle="tooltip"] {
    cursor: pointer;
    padding-left: 0.35rem;
    vertical-align: middle;
    color: #1F567D;
}

.actions .btn--action .icon:not(.icon-results)::before {
    color: #343434;
}

.actions .btn--action:hover .icon:not(.icon-results)::before {
    color: #8c8c8c;
}

.tooltip-inner {
    max-width: 350px !important;
}

.modal .modal-header {
    background-color: #F4F7F9;
    border-bottom: none;
    padding: 1rem 3rem 1rem;
}

.modal .modal-body {
    padding: 3rem;
}

table.table {
    -webkit-box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
    box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
    border-radius: 8px;
}

table.table thead {
    background-color: #F4F7F9;
}

table.table thead tr {
    text-transform: uppercase;
}

table.table thead th {
    border-bottom: none;
}

table.table tbody td {
    border-bottom: 1px solid #E3EAEE;
}

table.table tbody tr:last-of-type td,
table.table tbody tr:last-of-type th {
    border-bottom: none;
}

table.table tbody button.btn {
    text-align: left;
    padding: 0;
}

table.table > :not(caption) > * > * {
    padding: .75rem;
}

nav.navbar {
    position: fixed;
    width: 100%;
    background-color: var(--bcc);
    z-index: 9;
}

nav.navbar.navbar-light {
    background-color: var(--bcc) !important;
}

nav.navbar .navbar-brand img {
    height: 4rem;
}

nav.navbar .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
    background-color: var(--bcc)
}

nav.navbar .dropdown-item:focus,
nav.navbar .dropdown-item:hover {
    background-color: var(--bcc);
}

nav.navbar .dropdown-menu li {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: var(--bcc)
}

@media (min-width: 992px) {
    .navbar.navbar-expand-lg .container-fluid {
        width: calc(100% - (1rem * 2));
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 992px) and (min-width: 640px) {
    .navbar.navbar-expand-lg .container-fluid {
        width: calc(100% - (2rem * 2));
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
    .navbar.navbar-expand-lg .container-fluid {
        width: calc(100% - (2rem * 2));
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar.navbar-expand-lg .navbar-collapse {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .navbar.navbar-expand-lg.navbar--website .container-fluid {
        max-width: 82rem;
    }

    .navbar .nav-item.locale {
        position: relative;
        padding-left: 1.5rem;
    }

    .navbar .nav-item.locale::before {
        content: '|';
        position: absolute;
        top: 0.5rem;
        left: 1.1rem;
    }

    .navbar .nav-item .btn {
        margin-left: 1rem;
    }

    .navbar .nav-item a.nav-link {
        padding-left: 1.5rem;
    }

    .navbar .nav-item.dropdown.profile a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .nav-item.dropdown.profile a::after {
        vertical-align: -3px;
    }

    .navbar .nav-item.dropdown.profile img {
        height: 2rem;
        width: 2rem;
        transform: translateY(3px);
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
        -o-transform: translateY(3px);
    }

    .navbar.navbar--signup .nav-item.locale::before {
        content: '';
    }

    .navbar.navbar--scenario {
        position: relative;
    }

    .navbar.navbar--scenario .nav-item.locale::before {
        content: '';
    }
}

.wizard {
    //visibility: hidden; /* Keeps the space in the layout */
    //opacity: 0;         /* Makes it invisible */
    //transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
    /* This transition ensures visibility changes after opacity, avoiding flickering */
}

.wizard.show {
    visibility: visible; /* Makes it visible */
    opacity: 1;          /* Fully visible */
    transition-delay: 0s; /* No delay on visibility change */
}

.wizard {
    position: relative;
    background-color: var(--bcc);
    height: 5.5rem;
    min-height: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2rem;
}

.wizard > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    position: relative;
    background-color: var(--bcc);
}

.wizard__back {
    position: absolute;
    right: 2rem;
    top: 3rem;
    bottom: 1rem;
    font-size: 0.875rem;
}


@media only screen and (max-width: 1300px) {
    .wizard__back {
        font-size: 0.875rem;
    }

    .wizard__back::before {
        top: 0.25rem;
    }
}

@media only screen and (max-width: 1100px) {
    .wizard__back {
        display: none;
    }
}

.wizard__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: .5rem;
    font-size: 0.875rem;
}

.wizard__name .project {
    font-weight: 700;
}

.wizard__name .scenario {
    font-size: 0.875rem;
}

.wizard__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wizard__steps ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.wizard__steps li {
    display: inline-block;
    color: #A8B5C0;
    position: relative;
    font-weight: 700;
    font-size: 0.875rem;
}

.wizard__steps li a {
    text-decoration: none;
    color: inherit !important;
}

.wizard__steps li:not(:last-of-type) {
    padding-right: 2rem;
}

.wizard__steps li::before {
    font-size: 0.875rem;
    font-weight: 700;
    margin-right: 0.5rem;
    color: #fff;
    background-color: #A8B5C0;
    padding: 0.25rem 0.5rem;
    width: 2rem;
    border-radius: 100px;
}

.wizard__steps li:nth-child(1)::before {
content: "1"; }
.wizard__steps li:nth-child(2)::before {
content: "2"; }
.wizard__steps li:nth-child(3)::before {
content: "3"; }
.wizard__steps li:nth-child(4)::before {
content: "4"; }
.wizard__steps li:nth-child(5)::before {
content: "5"; }
.wizard__steps li:nth-child(6)::before {
content: "6"; }
.wizard__steps li:nth-child(7)::before {
content: "7"; }

.wizard__steps li::before {
    content: attr(data-step-number);
}

.wizard__steps li.active {
    color: #1F567D;
}

.wizard__steps li.active::before {
    background-color: #1F567D;
}

@media only screen and (max-width: 1300px) {
    .wizard__steps li::before {
        font-size: 0.75rem;
        padding: 0.25rem 0.45rem;
    }

    .wizard__steps li:not(:first-of-type)::after {
        width: 1.25rem;
        margin-left: -2.5rem;
    }
}

.dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--bcc);
    min-height: calc(100vh - 7rem - 4rem - 1rem - 4.5rem);
    padding: 3rem 0 4rem;
}

.dashboard > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: var(--bcc);
}

.dashboard__scenarios h2 {
    font-size: 1rem;
    font-weight: 700;
    color: #495965;
}

.dashboard .scenario-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.dashboard .scenario-select__item {
    background-color: #E3EAEE;
    border-radius: 3px;
    color: #495965;
    padding: 0.25rem 0.5rem;
    margin-top: .75rem;
    margin-right: .75rem;
    cursor: pointer;
    font-size: 0.875rem;
}

.dashboard .scenario-select__item.selected {
    border: 1px solid #1F567D;
    background-color: #fff;
    color: #1F567D;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 4px 8px rgba(31, 86, 125, 0.16);
    box-shadow: 0px 4px 8px rgba(31, 86, 125, 0.16);
}

.dashboard .chart {
    background-color: var(--bcc);
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
    box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
    height: 40rem;
    margin-bottom: 1.5rem;
}

.dashboard .box {
    background-color: var(--bcc);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
    box-shadow: 0px 0px 16px rgba(31, 86, 125, 0.08);
    height: 40.75rem;
    margin-bottom: 1.0rem;
    border: 2px solid #198754;
}

.dashboard .box--not-selected {
    border: 2px solid #dc3545;
}

.dashboard .box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-left;
    padding: 0rem 0.05rem 0.75rem;
    /* added by me :) */
    font-size: 1.2rem;
    font-weight: 700;
}

.dashboard .box__header .grid-title {
    color: #198754;
}

.dashboard .chart__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* border-bottom: 2px solid #F4F7F9; */
    padding: .75rem 1rem .5rem;
    /* added by me :) */
    font-size: 1.2rem;
    font-weight: 700;
}

.dashboard .chart__header .view {
    padding-left: 1.5rem;
    font-weight: 700;
    color: #1F567D;
    text-decoration: none;
    cursor: pointer;
}

.dashboard .chart__content .subtitle {
    font-weight: 600;
    font-size: 1.10rem;
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
    color: #515559;
    border-top: 2px solid #c3c8cd;
}

.dashboard .chart__header .view .icon {
    font-size: .75rem;
}

.dashboard .chart .dropdown .dropdown-toggle {
    padding: 0 .35rem;
}

.dashboard .chart .dropdown .dropdown-toggle::after {
    display: none;
}

.dashboard .chart .dropdown .dropdown-toggle .icon {
    padding: 0;
}

.dashboard .chart--small {
    height: calc((34rem / 2) - ((1 * 1.5rem) / 2));
}

.dashboard .box--tiny {
    height: calc((34rem / 2.45) - ((1 * 0.75rem) / 2));
}

.dashboard .box--small {
    height: 18.5rem;
}

.dashboard .box--medium {
    height: 21.5rem;
}

.dashboard .chart--small:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.dashboard .chart .chart__content {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    display: inline-grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: calc((34rem / 3) - ((2 * 1.5rem) / 3) - 3.25rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.dashboard .chart .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dashboard .box {
    padding: 0.5rem;
    margin-bottom: 0.75rem;
}

.dashboard .box .row {
    margin-bottom: 0.65rem;
}

.dashboard .chart .item__name {
    font-size: 0.875rem;
    color: #495965;
    /* padding-top: 1rem;
    padding-bottom: 0.25rem; */
    line-height: 1rem;
}

.dashboard .chart .item__value {
    font-size: 1rem;
    padding-bottom: 1.5rem;
}

.dashboard .chart .item--best .item__value {
    font-weight: 700;
    color: #20A10B;
}

.dashboard .chart .item--worst .item__value {
    font-weight: 700;
    color: #A10B0B;
}

.dashboard__create button {
    float: right;
}

.projects-empty,
.scenario-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.projects-empty > div,
.scenario-empty > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.projects-empty__img,
.scenario-empty__img {
    text-align: center;
}

.projects-empty__img img,
.scenario-empty__img img {
    width: 9rem;
}

.projects-empty__text,
.scenario-empty__text {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    color: #495965;
    padding-top: 2rem;
}

.projects-empty__btn,
.scenario-empty__btn {
    padding-top: 2rem;
    text-align: center;
}

.projects-empty__btn button::before,


.projects-empty__btn button::after,
.scenario-empty__btn button::after {
    display: none;
}

.projects-empty__separator,
.scenario-empty__separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6rem;
    margin-bottom: 2rem;
}

.projects-empty__separator .separator,
.scenario-empty__separator .separator {
    height: 1px;
    width: 100%;
    background-color: #F4F7F9;
}

.projects-empty__separator .text,
.scenario-empty__separator .text {
    transform: translateY(-0.75rem);
    -webkit-transform: translateY(-0.75rem);
    -moz-transform: translateY(-0.75rem);
    -ms-transform: translateY(-0.75rem);
    -o-transform: translateY(-0.75rem);
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 300;
    color: #495965;
}

.main--padding-top {
    padding-top: 7rem;
}

.main--padding-top .header .header__title {
    padding-top: 0;
}

.standard-layout {
    padding-top: 2rem;
    padding-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.standard-layout > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.standard-layout h2 {
    font-size: 1.563rem;
}

.standard-layout h3 {
    font-size: 1.25rem;
}

.standard-layout .account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.standard-layout .account > div {
    max-width: 28rem;
    width: 100%;
}

.standard-layout .account__save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.modal.modal--gui .modal-dialog {
    min-width: 1000px;
}

.modal.modal--gui .modal-body .container {
    padding: 0;
}

.modal.modal--gui .row {
    margin-bottom: 1rem;
}

.hero {
    padding-top: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero > div {
    width: 100%;
    max-width: 82rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.hero__text {
    padding-top: 7rem;
    padding-right: 12rem;
}

.hero__text h1 {
    text-align: left;
    font-size: 2.5rem;
    color: #343434;
    margin-bottom: 1rem;
}

.hero__text span {
    display: block;
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.hero__image {
    padding-top: 4rem;
}

.hero__image img {
    max-width: calc(82rem / 2);
}

.project-setup.two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 6rem;
}

.project-setup.two-columns .left,
.project-setup.two-columns .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 2rem;
}

@media only screen and (min-width: 1250px) {

    .project-setup.two-columns .left,
    .project-setup.two-columns .right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }
}

.project-setup.two-columns .left > div,
.project-setup.two-columns .right > div {
    width: 100%;
}

@media only screen and (min-width: 1250px) {

    .project-setup.two-columns .left > div,
    .project-setup.two-columns .right > div {
        max-width: calc(82rem / 2);
    }
}

.project-setup.two-columns .left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.project-setup.two-columns > div {
    padding-left: 1rem;
    padding-right: 1.5rem;
}

.project-setup.two-columns .left .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 300;
    padding-bottom: 1rem;
}

.project-setup.two-columns .left .text .icon-question {
    padding-left: 0.35rem;
    cursor: pointer;
    vertical-align: middle;
}

.project-setup.two-columns .right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* .project-setup.two-columns .right > div {
  padding-right: 0rem;
} */

.project-setup.two-columns .right .map {
    margin-left: 0rem;
    width: calc(100% - 1.5rem);
    height: 120%;
    background-color: #E3EAEE;
}

.dashboard .chart .map {
    /* margin-left: 1.5rem; */
    /* width: calc(100% - 1.5rem); */
    height: calc(100% - 3.2rem);
    background-color: #E3EAEE;
}


#leafletMap {
    height: 100%;
    width: 100%;
}

.leaflet-touch {
    width: 100%;
}

.leaflet-touch :hover {
    font-weight: bold;
}

.leaflet-zoom-in-out {
    width: 40%;
}

.leaflet-zoom-fit {
    width: 70%;
}

.btn-group .btn {
    padding: 0.2rem;
}

.import-file {
    padding-top: .85rem;
}

.components-block--design {
    fill: #e9ecef;
    stroke: black;
    stroke-width: 2;
}

.components-block--dispatch {
    fill: #ffffffcd;
    stroke: #6c757d;
    stroke-width: 2;
}

.components-block--demand {
    fill: #e0fdef;
    stroke: #198754;
    stroke-width: 2;
}

.components-block--constraints {
    fill: #fcdbdf;
    stroke: #dc3545;
    stroke-width: 2;
}

.components-text--design {
    font-size: 1.10rem;
    font-weight: 600;
    fill: black;
}

.components-text--dispatch {
    font-size: 1.10rem;
    font-weight: 600;
    fill: #6c757d;
}

.components-information--design {
    font-size: 0.9rem;
    font-weight: 600;
    font-style: italic;
    fill: black;
}

.components-information--dispatch {
    font-size: 0.9rem;
    font-weight: 600;
    font-style: italic;
    fill: #6c757d;
}

.components-information--constraints {
    font-size: 0.9rem;
    font-weight: 600;
    font-style: italic;
    fill: #dc3545;
}

.components-text--demand {
    font-size: 1.10rem;
    font-weight: 600;
    fill: #198754;
}

.components-text--constraints {
    font-size: 1.10rem;
    font-weight: 600;
    fill: #dc3545;
}

.components-flow--design {
    stroke: black;
    stroke-width: 3;
    fill: none;
}

.components-flow--dispatch {
    stroke: #6c757d;
    stroke-width: 3;
    fill: none;
}

.components-flow--demand {
    stroke: #198754;
    stroke-width: 3;
    fill: none;
}

.components-flow--constraints {
    stroke: #dc3545;
    stroke-width: 3;
    fill: none;
}

.form-switch .form-check-input {
    width: 3.0em;
    height: 1.5em;
    margin-left: -2.5em;
    margin-top: 0;
    border-radius: 1em;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-switch .form-check-input:checked {
    background-color: #17405C;
    border-color: #17405C;
}

.form-check-input:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(31, 86, 125, 0.1);
    box-shadow: 0 0 0 0.25rem rgba(31, 86, 125, 0.1);
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal {
    animation: modalFadeIn 0.3s;
}

@keyframes loadingEffect {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.dashboard {
    animation: loadingEffect 0.3s;
}

.leaflet-control:hover {
    font-weight: normal !important;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}

.loader {
    color: #1F567D;
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before,
.loader:after {
    position: absolute;
    content: '';
}

.loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #FAFAFA;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.1em 5.1em;
    transform-origin: 5.1em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}

.loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #FAFAFA;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 4.9em;
    -webkit-transform-origin: 0.1em 5.1em;
    transform-origin: 0.1em 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body .navbar.navbar-expand-lg.navbar-light.bg-light.navbar--scenario {
    background-color: rgba(0, 0, 0, 0.0) !important;
}


table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    text-align: left;
    padding: 10px;
}

.grey_button {
    background-color: #ebebeb;
    border-radius: 8px;
    color: white;
    border: none;
    letter-spacing: 0.03rem;
    font-weight: 700;
    padding: 0.25rem;
}

* {
    box-sizing: border-box
}

/* Set a style for all buttons */
button {
    background-color: #ebebeb;
    border-radius: 8px;
    color: white;
    border: none;
    letter-spacing: 0.03rem;
    font-weight: 700;
    padding: 0.25rem;
}


button:hover {
    opacity: 0.9;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
    width: 30%;
}

/* Add a color to the cancel button */
.cancelbtn {
    background-color: #ccc;
    color: white;
    margin-left: 50px;
}

/* Add a color to the delete button */
.deletebtn {
    background-color: #1F567D;
    color: white;
}

/* Add padding and center-align text to the container */
.container {
    padding: 16px;
    text-align: center;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: var(--bct);
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 0px solid #fff;
    width: 40%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
    margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.close:hover,
.close:focus {
    color: #1F567D;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .deletebtn {
        width: 100%;
    }
}

body .navbar.navbar-expand-lg.navbar-light.bg-light.navbar--scenario {
    background-color: rgba(0, 0, 0, 0.0) !important;
}


table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    text-align: left;
    padding: 10px;
}

.grey_button {
    background-color: #ebebeb;
    border-radius: 8px;
    color: white;
    border: none;
    letter-spacing: 0.03rem;
    font-weight: 700;
    padding: 0.25rem;
}

* {
    box-sizing: border-box
}

/* Set a style for all buttons */
button {
    background-color: #ebebeb;
    border-radius: 8px;
    color: white;
    border: none;
    letter-spacing: 0.03rem;
    font-weight: 700;
    padding: 0.25rem;
}


button:hover {
    opacity: 0.9;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn {
    width: 30%;
}

/* Add a color to the cancel button */
.cancelbtn {
    background-color: #ccc;
    color: white;
    margin-left: 50px;
}

/* Add a color to the delete button */
.deletebtn {
    background-color: #1F567D;
    color: white;
}

/* Add padding and center-align text to the container */
.container {
    padding: 16px;
    text-align: center;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: var(--bct);
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 0px solid #fff;
    width: 40%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
    margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.close:hover,
.close:focus {
    color: #1F567D;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .deletebtn {
        width: 100%;
    }
}

body {
    text-align: justify;
}

.image-container {
    display: flex;
    justify-content: space-between; /* Adjusts space between images */
}

.image-container img {
    width: 150px; /* Adjust width as needed */
    height: auto; /* Maintains aspect ratio */
}

.row {
    animation: loadingEffect 1s;
}

.dashboard {
    animation: loadingEffect 1s;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #1F567D;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1F567D;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 22px;
}

.slider.round:before {
    border-radius: 50%;
}

.currency-sub {
        font-size: 0.8em;
        vertical-align: sub;
        color: #555;
    }
