﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --default-color: #495057;
    --vetorama-yellow: #ffc107;
    --vetorama-blue: #193c6c;
    --striked-width: 2px;
    --striked-color: #c5c5c5;
    --positive-color: #82be00;
    --negative-color: #cd0037;
    --needle-height: 17px;
    --needle-text-margin: 10px;
    --practice-color-args: 1, 138, 123;
    --practice-color: rgb(var(--practice-color-args));
    --panel-color-args: 148, 24, 70;
    --panel-color: rgb(var(--panel-color-args));
    --regional-panel-color: #f20065;
    --group-color: #a034cd;
    --tag-color: #0033ff;
    --vetorama-card-min-width: 350px;
    --vetorama-card-margin: 10px;
    --vetorama-card-color: #6c757d;
    --vetorama-card-border-radius: 6px;
    --fixed-menu-button-base-length: 4rem;
    --warning-color: #ffaa51;
}

/* @START : BASE */
@media (min-width:0px) {
    html {
        font-smooth: always;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: 100%;
        height: 100%;
        /*font-size: 12px*/
    }

    body {
        color: var(--default-color);
        font-family: "Montserrat", "Open Sans", Arial, sans-serif;
        line-height: 1.2;
    }

    *:not(input):not(textarea) {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
    }
}
/* @END : BASE */

/* @START : MAIN CONTAINERS */
@media (min-width:0px) {
    header, nav, .content, footer {
        background: #FFF;
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
    }

    #main-content {
        z-index: auto;
        overflow-y: initial;
        background: #FFF;
        padding: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .page-container {
        /*padding-top: 10px;*/
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        .page-container .page-header {
            border-bottom: 1px dotted #adb5bd;
            padding: 0 0 0.5rem 0;
            display: inline-flex;
            align-items: center;
        }

    .page-header i {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .page-container .subpage-header {
        padding: 0 0 0.5rem 0;
        padding-left: 1rem;
    }

    .site-footer {
        height: 40px;
        width: 100%;
    }

        .site-footer > * {
            margin: 0 !important;
            padding: 0 !important;
        }
}
/* @END : MAIN CONTAINERS */

/* @START : NAV */
@media (min-width:0px) {

    nav .navbar-brand {
        padding: 0;
    }

    nav .dropdown-item {
        display: inline-flex;
        align-items: center;
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }

        nav .dropdown-item i {
            margin-left: 0.25rem;
            margin-right: 0.25rem;
        }

    nav .nav-link i {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    nav .nav-link.active, .nav-link:active, .nav-item.active, nav .nav-item.dropdown.active > a:first-child, nav .nav-item.dropdown:active > a:first-child, .dropdown-item.current:not(:active) {
        text-decoration: none;
        color: #007bff !important;
    }

    /* OVERRIDED BY FLAVOUR */
    @media (min-width:0px) {
        nav .bootstrap-nav-wrap {
            border-bottom: 6px solid #2e83e8;
        }
    }
}
/* @END : NAV */

/* @START : USEFUL */
@media (min-width:0px) {
    .selectable, .selectable * {
        -webkit-touch-callout: inherit; /* iOS Safari */
        -webkit-user-select: text; /* Safari */
        -khtml-user-select: text; /* Konqueror HTML */
        -moz-user-select: -moz-all; /* Old versions of Firefox */
        -ms-user-select: text; /* Internet Explorer/Edge */
        user-select: text; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
    }
}
/* @END : USEFUL */

/* @START : TEXT */
@media (min-width:0px) {
    .text-italic {
        font-style: italic;
    }
}
/* @START : TEXT */

/* @START : IMAGES & RELATED */
@media (min-width:0px) {
    .cover {
        object-fit: contain;
    }
}
/* @END : IMAGES & RELATED */

/* @START : BOOTSTRAP OVERRIDE */
@media (min-width:0px) {
}
/* @END : BOOTSTRAP OVERRIDE */

/* @START : CURSORS */
@media (min-width:0px) {
    .cursor-help {
        cursor: help;
    }
}
/* @END : CURSORS */

.pane {
    margin: 2rem 0rem;
}

    .pane > .pane-content {
        padding: 1rem;
    }

div.section-head {
    background: #f8f9fa;
    border-top: 1px solid #ced4da;
    border-bottom: 1px dotted #ced4da;
    margin-bottom: 0.5rem;
    display: flex;
}

div.sub-section-head {
    background: #f8f9fa;
    margin-bottom: 0.5rem;
    display: flex;
}

.section-filters {
    display: flex;
    justify-content: flex-end;
    margin: 0.5rem;
}

.filter-select-multiple {
    width: 20rem;
}

.title-text {
    margin: 0.3rem;
}

.section-filters-and-label {
    display: flex;
}

.container-spinner-parent {
    min-height: 100px;
}

.container-spinner-parent-s {
    min-height: 30px;
}

.you-spin-me {
    height: 5rem !important;
    width: 5rem !important;
    margin: auto;
}

.you-spin-me-s {
    height: 1.5rem !important;
    width: 1.5rem !important;
    margin: auto;
}

.container-spinner {
    height: calc(100% - 45px);
    display: inline-flex;
    width: 100%;
}

    .container-spinner .you-spin-me {
        margin: auto;
    }

h1 {
    padding: 0.5rem 0 !important;
    font-size: 1.6rem !important;
}


    h1.flex, h2.flex, h3.flex, h5.flex {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

h2.section-head, h3.section-head {
    background: #f8f9fa;
    border-top: 1px solid #ced4da;
    border-bottom: 1px dotted #ced4da;
    padding: 0.5rem !important;
}

h2 {
    font-size: 1.1rem !important;
    padding: 0.5rem 0 !important;
}

h3 {
    font-size: 1.1rem !important;
    border-bottom: 1px solid #ced4da;
    padding: 0.5rem 0 !important;
}

h4 {
    font-size: 1.0rem !important;
    margin-bottom: 1.1rem;
}

.large-pie-chart {
    width: 400px;
}

.medium-pie-chart {
    width: 275px;
}

.medium-small-pie-chart {
    width: 235px;
}

.small-pie-chart {
    max-width: 200px;
    margin: 16px;
}

.xtrasmall-pie-chart {
    max-width: 120px;
    margin: 16px;
}

.chart-base-color {
    color: #018a7b;
}

.chart-alt-color {
    color: #941846;
}

.practice-color {
    color: var(--practice-color);
}

.panel-color {
    color: var(--panel-color);
}

.regional-panel-color {
    color: var(--regional-panel-color);
}

.overlay-parent {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    z-index: 10000;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    background-color: rgba(31, 31, 31, 0.25);
    height: auto;
    width: auto;
}

.overlay-content {
    min-height: 100px;
}

div.striked-full, div.striked-full div, tr.striked-full td {
    position: relative;
    color: var(--striked-color) !important;
}

    div.striked-full:before, tr.striked-full td:before {
        content: " ";
        position: absolute;
        top: calc(50% - var(--striked-width) / 2);
        left: 0;
        border-bottom: var(--striked-width) solid var(--striked-color);
        width: 100%;
    }

.large-chart {
    width: 100%;
    height: 400px;
}

.bar-chart {
    max-width: 80%;
}

.medium-bar-chart {
    width: 550px;
}

.table-lite {
    border-collapse: collapse;
}

    .table-lite td {
        padding: 0.75rem 0.25rem;
    }

.tooltip-container,
.input-focus-tooltip-container {
    position: relative;
    cursor: help;
}

    .tooltip-container .tooltip-content,
    .input-focus-tooltip-container .tooltip-content,
    .tooltip-container .tooltip-content-right,
    .input-focus-tooltip-container .tooltip-content-right {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        padding: 16px;
        border-radius: 4px;
        position: absolute;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 1rem;
        font-weight: 400;
        width: max-content;
    }

        .tooltip-container .tooltip-content::after,
        .input-focus-tooltip-container .tooltip-content::after,
        .tooltip-container .tooltip-content-right::after,
        .input-focus-tooltip-container .tooltip-content-right::after {
            content: "";
            position: absolute;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
        }

    .tooltip-container .tooltip-content,
    .input-focus-tooltip-container .tooltip-content {
        bottom: calc(100% + 10px);
        left: 50%;
        transform: translate(-50%, 0%);
    }

        .tooltip-container .tooltip-content::after,
        .input-focus-tooltip-container .tooltip-content::after {
            top: 100%;
            left: 50%;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip-container .tooltip-content-right,
    .input-focus-tooltip-container .tooltip-content-right {
        left: calc(100% + 10px);
        top: 50%;
        transform: translate(0%, -50%);
    }

        .tooltip-container .tooltip-content-right::after,
        .input-focus-tooltip-container .tooltip-content-right::after {
            right: 100%;
            top: calc(50% - 5px);
            border-color: transparent #555 transparent transparent;
        }

    .tooltip-container:hover .tooltip-content,
    .tooltip-container:hover .tooltip-content-right,
    .input-focus-tooltip-container input:focus ~ .tooltip-content,
    .input-focus-tooltip-container input:focus ~ .tooltip-content-right {
        visibility: visible;
        opacity: 1;
    }

.wrap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: 20px;
    grid-gap: 5px;
}

.doughnut-chart-inner-container {
    position: relative;
}

.doughnut-chart-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

line.chart-line {
    stroke: gray;
    stroke-width: 4;
}

.chart-canvas {
    margin: 0 auto;
}

.needle-outer-container {
    transition: transform 0.75s ease;
}

    .needle-outer-container > .needle-inner-container {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        white-space: nowrap;
        text-align: center;
        height: var(--needle-height);
    }

        .needle-outer-container > .needle-inner-container > .needle-text {
            position: absolute;
            transform: translate(-50%, 0%) translate(calc(var(--needle-text-margin) * -1), 0px) rotate(270deg);
            display: block;
            margin: auto;
            height: var(--needle-height);
            font-size: 0.8rem;
        }

        .needle-outer-container > .needle-inner-container > .needle {
            display: block;
            margin: auto;
            height: var(--needle-height);
        }

.hide-on-empty:empty {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.vetorama-card {
    min-height: 200px;
    margin: var(--vetorama-card-margin);
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: var(--vetorama-card-min-width);
    display: flex;
    flex-direction: column;
}

    .vetorama-card.vetorama-card-full {
        width: 100%;
        min-width: 500px;
        height: 400px;
    }

    .vetorama-card > .vetorama-card-header,
    .vetorama-card > .vetorama-card-header + .vetorama-card-content,
    .vetorama-card > .vetorama-card-header + .vetorama-card-content + .vetorama-card-footer {
        border-color: var(--vetorama-card-color);
        border-width: 1px;
        border-style: solid;
        box-sizing: border-box;
        padding: 1rem;
    }

        .vetorama-card > .vetorama-card-header,
        .vetorama-card > .vetorama-card-header + .vetorama-card-content + .vetorama-card-footer {
            position: relative;
        }

            .vetorama-card > .vetorama-card-header > .vetorama-card-header-content,
            .vetorama-card > .vetorama-card-header + .vetorama-card-content + .vetorama-card-footer > .vetorama-card-footer-content {
                position: absolute;
                left: 0;
                top: 0;
                padding: inherit;
                width: 100%;
                height: 100%;
                display: flex;
                align-content: center;
                flex-wrap: nowrap;
                text-align: justify;
            }

                .vetorama-card > .vetorama-card-header > .vetorama-card-header-content > *,
                .vetorama-card > .vetorama-card-header + .vetorama-card-content + .vetorama-card-footer > .vetorama-card-footer-content > * {
                    align-self: center;
                    padding: 0px 0.5rem;
                }

    .vetorama-card > .vetorama-card-header {
        border-top-left-radius: var(--vetorama-card-border-radius);
        border-top-right-radius: var(--vetorama-card-border-radius);
        background-color: var(--vetorama-card-color);
        border-bottom-width: 0px;
        color: #ffffff;
        font-weight: 600;
        font-size: 0.9em;
        height: 60px;
    }

        .vetorama-card > .vetorama-card-header + .vetorama-card-content {
            min-height: 200px;
            border-top-width: 0px;
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .vetorama-card > .vetorama-card-header + .vetorama-card-content:not(:last-child) {
                border-bottom-width: 0px;
            }

            .vetorama-card > .vetorama-card-header + .vetorama-card-content:last-child {
                border-bottom-left-radius: var(--vetorama-card-border-radius);
                border-bottom-right-radius: var(--vetorama-card-border-radius);
            }

            .vetorama-card > .vetorama-card-header + .vetorama-card-content + .vetorama-card-footer {
                border-bottom-left-radius: var(--vetorama-card-border-radius);
                border-bottom-right-radius: var(--vetorama-card-border-radius);
                border-top-color: #e9ecef;
                border-top-style: dashed;
                color: #adb5bd;
                font-size: 0.7rem;
                height: 60px;
            }

            .vetorama-card > .vetorama-card-header + .vetorama-card-content .metric-figure {
                font-size: 2em;
                font-weight: bold;
                text-align: center;
                margin: 0.5rem;
            }

.metric-pill {
    --metric-pill-border-radius: 1rem;
    --metric-pill-left-proportion: 30%;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%;
    max-width: 200px;
    width: 0%; /* hack to have all pills with the same width in a flex container */
}

    .metric-pill > .metric-pill-left,
    .metric-pill > .metric-pill-left + .metric-pill-right {
        border-width: 2px;
        border-style: solid;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
    }

    .metric-pill > .metric-pill-left {
        background: currentColor;
        border-top-left-radius: var(--metric-pill-border-radius);
        border-bottom-left-radius: var(--metric-pill-border-radius);
        font-size: 1.5rem;
        width: var(--metric-pill-left-proportion);
    }

        .metric-pill > .metric-pill-left + .metric-pill-right {
            font-size: 0.7em;
            border-top-right-radius: var(--metric-pill-border-radius);
            border-bottom-right-radius: var(--metric-pill-border-radius);
            font-weight: bold;
            width: calc(100% - var(--metric-pill-left-proportion));
        }

            .metric-pill > .metric-pill-left + .metric-pill-right > .metric-pill-right-content {
                color: var(--default-color);
            }

.flex-stretch-lasts > * {
    flex-grow: 1;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        position: relative;
        top: -20px;
    }

    99% {
        opacity: 1;
        position: relative;
        top: 0px;
    }

    100% {
        opacity: 1;
        position: static;
        top: 0px;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        position: static;
        top: 0px;
    }

    1% {
        opacity: 1;
        position: relative;
        top: 0px;
    }

    100% {
        opacity: 0;
        position: relative;
        top: -20px;
    }
}

.fade-in {
    animation: 1s forwards cubic-bezier(0.4, 0.4, 0.080, 1) fadeIn;
}

.fade-out {
    animation: 1s forwards cubic-bezier(0.4, 0.4, 0.080, 1) fadeOut;
}

.spinner-container,
.loading-frame-error-container {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    padding: inherit;
}

.spinner-container {
    z-index: 100;
}

.spinner-layout {
    background-color: rgba(31, 31, 31, 0.25);
    width: 100%;
    height: 100%;
    display: inline-flex;
}

.spinner-icon {
    height: 5rem !important;
    width: 5rem !important;
    margin: auto;
    color: #007bff;
}

.loading-frame-error-container {
    z-index: 99;
}

.loading-frame-error-layout {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #de2b2b;
    background: #ececec;
}

    .loading-frame-error-layout > * {
        padding: 8px;
    }

    .loading-frame-error-layout > .loading-frame-error-icon {
        font-size: 5rem;
    }

    .loading-frame-error-layout > .loading-frame-error-text {
        text-align: center;
    }

.container-xs {
    min-height: 30px;
}

.container-l {
    min-height: 200px;
}

.fixed-menu-button {
    position: fixed;
    left: 40px;
    bottom: 40px;
    background: #495057;
    width: var(--fixed-menu-button-base-length);
    height: var(--fixed-menu-button-base-length);
    border-radius: 100000px;
    box-shadow: 0px 4px 4px 0px #929292;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

    .fixed-menu-button:hover {
        cursor: pointer;
    }

    .fixed-menu-button > .fixed-menu-button-icon {
        color: #ffffff;
        font-size: calc(var(--fixed-menu-button-base-length) / 2);
    }

    .fixed-menu-button > .fixed-menu-button-content {
        cursor: default;
        position: absolute;
        min-width: 300px;
        width: max-content;
        z-index: 2000;
        left: 0%;
        bottom: calc(100% + 16px);
        background: #ffffff;
        border: 1px solid #ced4da;
        box-shadow: 2px 2px 3px #999999;
        transition: visibility 0.2s linear, opacity 0.2s linear;
        padding: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        row-gap: 2rem;
    }

        .fixed-menu-button > .fixed-menu-button-content > .fixed-menu-items-content {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            row-gap: 2rem;
        }

.fixed-menu-title-panel {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .fixed-menu-title-panel > .fixed-menu-title {
        border-bottom: 5px solid var(--vetorama-yellow);
    }

.pointer {
    cursor: pointer;
}

.vetorama-yellow-text {
    color: var(--vetorama-yellow);
}

/* Hack until row-gap (https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap) and column-gap (https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap) become available in all major browsers */
.dropdown-menu-container {
    --dropdown-menu-items-margin-y: 20px;
    margin: calc(var(--dropdown-menu-items-margin-y) * -1) 0px;
}

    .dropdown-menu-container > * {
        margin: var(--dropdown-menu-items-margin-y) 0px;
    }
/* End of hack */

.figure-arrow {
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.25em;
    font-weight: 900;
    font-style: normal;
    text-align: center;
}

    .figure-arrow::before {
        content: '\f2ec';
    }

.figure-equal {
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.5em;
    font-weight: 900;
    font-style: normal;
    text-align: center;
}

    .figure-equal::before {
        content: '\f52c';
    }

.positive .figure-arrow,
.positive.figure-arrow {
    color: var(--positive-color);
}

.negative .figure-arrow,
.negative.figure-arrow {
    transform: rotate(180deg);
    color: var(--negative-color);
}

.positive .sign-sensitive,
.positive.sign-sensitive {
    color: var(--positive-color);
}

.negative .sign-sensitive,
.negative.sign-sensitive {
    color: var(--negative-color);
}

.zoom-tooltip-container {
    position: relative;
    white-space: nowrap;
    --zoom-tooltip-border-width: 4px;
}

    .zoom-tooltip-container .zoom-tooltip-content {
        visibility: hidden;
        background-color: #fff;
        padding: 16px;
        border: var(--zoom-tooltip-border-width) solid;
        border-radius: 4px;
        position: absolute;
        z-index: 1;
        bottom: 140%;
        left: 50%;
        transform: translate(-50%, 0%);
        left: 50%;
        opacity: 0;
        transition: opacity 0.3s;
    }

.positive.zoom-tooltip-container .zoom-tooltip-content,
.positive .zoom-tooltip-container .zoom-tooltip-content {
    border-color: var(--positive-color);
}

.negative.zoom-tooltip-container .zoom-tooltip-content,
.negative .zoom-tooltip-container .zoom-tooltip-content {
    border-color: var(--negative-color);
}

.zoom-tooltip-container .zoom-tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, var(--zoom-tooltip-border-width));
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: inherit;
}

.positive .zoom-tooltip-container .zoom-tooltip-content::after,
.positive.zoom-tooltip-container .zoom-tooltip-content::after {
    border-top-color: var(--positive-color);
}

.negative .zoom-tooltip-container .zoom-tooltip-content::after,
.negative.zoom-tooltip-container .zoom-tooltip-content::after {
    border-top-color: var(--negative-color);
}

.zoom-tooltip-container:hover .zoom-tooltip-content {
    visibility: visible;
    opacity: 1;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    color: var(--default-color);
}

.font-size-plus-10p {
    font-size: 1.1em;
}

.font-size-plus-25p {
    font-size: 1.25em;
}

.font-size-plus-50p {
    font-size: 1.5em;
}

.font-size-plus-100p {
    font-size: 2em;
}

.font-size-minus-20p {
    font-size: 0.8em;
}

.font-size-minus-25p {
    font-size: 0.75em;
}

.color-inherit, .color-inherit:hover {
    color: inherit;
}

.zoom-metric-frame {
    border: 2px solid;
    border-radius: 10px;
    margin: 0.5em;
    padding: 1em;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.zoom-metrics-content {
    font-size: 1.15rem;
}

table.zoom-metrics-container {
    border-collapse: separate;
    border-spacing: 1.5rem 1.25rem;
}

.zoom-metric-value {
    font-size: 1.25em;
    font-weight: 600;
    text-align: center;
}

.zoom-container {
    margin-top: 0.5em;
}

.zoom-growth {
    font-weight: 600;
    text-align: center;
    font-size: 1.25em;
}

.metric-label {
    color: var(--default-color);
    text-align: center;
}

.warning {
    color: var(--warning-color);
}

.children-mx-1 {
    column-gap: 0.5rem;
}

.children-mx-2 {
    column-gap: 1rem;
}

.children-mx-3 {
    column-gap: 2rem;
}

.children-mx-4 {
    column-gap: 3rem;
}

.children-my-1 {
    row-gap: 0.5rem;
}

.children-my-2 {
    row-gap: 1rem;
}

.children-my-3 {
    row-gap: 2rem;
}

.multiline-text {
    white-space: normal;
    overflow-wrap: anywhere;
}

.w-33 {
    width: 33%;
}

.flex-basis-0 {
    flex-basis: 0%;
}

.positive-color {
    color: var(--positive-color);
}

.negative-color {
    color: var(--negative-color);
}

.ui-slider-range {
    background: var(--vetorama-yellow);
}

.ui-widget-content .ui-state-active {
    background: var(--vetorama-blue);
}

.range-input-value-container {
    position: relative;
    width: 100%;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    min-height: 20px;
    min-width: 40px;
    margin: 0px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.switch-slider {
    --switch-slider-padding: 2px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 10000px;
}

.vetorama-switch .switch-slider {
    background: var(--vetorama-blue);
}

.switch-slider > span {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: .4s;
    transform: translateX(0%);
}

    .switch-slider > span:before {
        position: absolute;
        content: "";
        height: calc(100% - 2 * var(--switch-slider-padding));
        aspect-ratio: 1/1;
        transform: translateX(var(--switch-slider-padding));
        bottom: var(--switch-slider-padding);
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .switch-slider {
    background-color: #2196F3;
}

.vetorama-switch input:checked + .switch-slider {
    background-color: var(--vetorama-yellow);
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider > span {
    transform: translateX(100%);
}

    input:checked + .switch-slider > span:before {
        transform: translateX(calc(-100% - var(--switch-slider-padding)));
    }

.strokes {
    position: relative;
    width: 100%;
    height: 100%;
}

    .strokes::after {
        content: '';
        position: absolute;
        background: repeating-linear-gradient( 45deg, #ffffff00, #ffffff00 25px, #c3c3c3dd 25px, #c3c3c3dd 50px );
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: all 0.2s linear;
        opacity: 1;
        pointer-events: all;
    }

    .strokes.hide-strokes::after {
        opacity: 0;
        pointer-events: none;
    }

.dashed-vertical-line {
    border-style: solid dotted;
    border-color: var(--vetorama-yellow);
    border-width: 0px 6px 0px 0px;
}

.dashed-top {
    border-style: dashed solid;
    border-color: var(--vetorama-blue);
    border-width: 6px 0px 0px 0px;
}

.top-0 {
    top: 0%;
}

.right-0 {
    right: 0%;
}

.vetorama-blue {
    color: var(--vetorama-blue);
}

.btn-green {
    background-color: #80b323;
    color: #ffffff;
    border: none !important;
}

    .btn-green:hover {
        background-color: #ffffff;
        color: #80b323 !important;
    }

.font-weight-500 {
    font-weight: 500 !important;
}


.home-container {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 2rem;
    width: 450px;
}

    .home-container input {
        border: 1px solid #e3e3e3 !important;
        border-radius: 2px !important;
        padding: 4px;
        width: 100%;
    }

        .home-container input:focus-visible {
            outline: 1px solid var(--vetorama-blue);
        }

    .home-container table {
        border-collapse: separate;
        border-spacing: 0rem 1rem;
    }

.vetorama-base-line {
    background-image: linear-gradient(to right, var(--vetorama-blue) 65%, rgba(255,255,255,0) 0%);
    background-size: 6.4% 5px;
    background-repeat: repeat-x;
    padding: 6px;
}
