﻿:root {
    --fdm-info-color: #8d8d8d;
    --fdm-disc-color: #91a2c1;
    --fdm-warn-color: #ffb400;
    --fdm-crt-color: #FF0000;
    --fdm-shw-color: #bebdbd;
    /*ctrls*/
    --fdm-act-bg-h: 51;
    --fdm-act-bg-s: 87%;
    --fdm-act-bg-l: 49%;
    --fdm-lighten: 48%;
    --fdm-act-bg-hsl: hsl(var(--fdm-act-bg-h), var(--fdm-act-bg-s), var(--fdm-act-bg-l));
    --fdm-act-bg-hsl-light: hsl(var(--fdm-act-bg-h), var(--fdm-act-bg-s), calc(var(--fdm-act-bg-l) + var(--fdm-lighten)));
    --fdm-no-color: #fff;
    --fdm-frm-ttl-color: #697882; /* forms*/
    --fdm-frm-m-bg-color: #759577;
    --fdm-frm-s-bg-color: #6f7d90;
    --fdm-frm-q-bg-color: #90906f;
    --fdm-frm-a-bg-color: #906f90;
    --fdm-frm-x-bg-color: #898989;
    --fdm-frm-ms-bg-color: #f8e1e1;
    --fdm-inp-title-color: #8b9fac;
    --fdm-cnv-bg-color: #eef2f5;
    --fdm-sct-color: #FFF;
    --fdm-sct-bdr-color: #d2d7d9; /*Toolbox border, forms bottom border*/
    --fdm-sct-bg-color: #8b9fac;
    --fdm-sct-dbg-color: #d7dee2; /*PagedListCtrl bg*/
    --fdm-act-bg-color: var(--fdm-act-bg-hsl); /*ItemSearchBox, SearchBox*/
    --fdm-act-bg-l-color: var(--fdm-act-bg-hsl-light);
    --fdm-act-actv-bg-color: #fad922;
    --fdm-act-bdr-color: #dbb900;
    --fdm-act-h-color: #ffe44b; /*ItemSearchBox, searchbox*/
    --fdm-act-dsc-color: #d7d7d7; /*disabled, searchbox-clear*/
    --fdm-act-color: #FFF; /*ItemSearchBox, searchbox-input*/
    --fdm-act-tr-color: #000; /*ItemSearchBox, searchbox-input*/
    --fdm-qst-bg-color: #FFF;
    --fdm-mn-sct: #f0f0f0;
    --fdm-bdr-size: 10px;
    --fdm-tb-bg-color: #eef2f5; /*toolbar*/
    --fdm-tb-bdr-color: #a5b3bd; /*toolbar*/
    --fdm-tb-ttl-color: #9ca6b5; /*toolbar*/
    --fdm-a-color: #4c6189;
    --fdm-a-h-color: #617cb1;
    --fdm-transp-color: #f0f0f000;
    --fdm-a-l-color: #e8e8e8;
    --fdm-a-l-h-color: #fff;
    --fdm-frm-fr-bg-color: #FFF4E9; /*form reviewer*/
    /*CHARTS*/
    --fdm-grid: #acacac;
    --fdm-ly: #717171;
    --fdm-s1: hsl(240, var(--fdm-color-s), var(--fdm-color-l));
    --fdm-s2: hsl(75, var(--fdm-color-s), var(--fdm-color-l));
    --fdm-s3: hsl(270, var(--fdm-color-s), var(--fdm-color-l));
    --fdm-s4: hsl(200, var(--fdm-color-s), var(--fdm-color-l));
    --fdm-s5: hsl(60, var(--fdm-color-s), var(--fdm-color-l));
    --fdm-s6: hsl(0, var(--fdm-color-s), var(--fdm-color-l));
    --fdm-s7: hsl(120, var(--fdm-color-s), var(--fdm-color-l));
    --fdm-s8: hsl(260, var(--fdm-color-s), var(--fdm-color-l));
    --fdm-s9: hsl(190, var(--fdm-color-s), var(--fdm-color-l));
    --fdm-s10: hsl(30, var(--fdm-color-s), var(--fdm-color-l));
    --fdm-chart-bg-bolor: #eff2f9;
    --fdm-m-ax: #000;
    --fdm-axis: #c7c7c7;
    --fdm-color-s: 100%;
    --fdm-color-l: 58%;
    --fdm-color-a: 10%;
    --fdm-green-bg-color: #29ff37;
    --fdm-green-c-color: #00bf0d;
    --fdm-l-green-color: #b4ffb9;
    --fdm-green-h: 124;
    --fdm-blue-bg-color: #319eff;
    --fdm-blue-c-color: #0067c2;
    --fdm-l-blue-color: #82c4ff;
    --fdm-blue-h: 208.25;
    --fdm-yellow-bg-color: #ffff2d;
    --fdm-yellow-c-color: #c2c200;
    --fdm-l-yellow-color: #ffff93;
    --fdm-yellow-h: 60;
    --fdm-red-bg-color: #ff2727;
    --fdm-red-c-color: #e50000;
    --fdm-l-red-color: #ff9292;
    --fdm-red-h: 0;
    --fdm-purple-bg-color: #a92bff;
    --fdm-l-purple-color: #d08bff;
    --fdm-purple-h: 284;
    --fdm-disabled-color: #c1c1c1;
    --fdm-disabled-bg-color: #f0f0f0;
    --fdm-orange-bg-color: #ffbf3b;
    --fdm-orange-c-color: #c38300;
    --fdm-orange-color: #ffb629;
    --fdm-orange-h: 35;
    --fdm-l-orange-color: #ffd686;
    --fdm-pink-color: #ff00f2;
    --fdm-pink-h: 306;
    /*<CHARTS>*/
    /*<ctrls>*/
}

/* Hs */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}

    h1 .tool, .h1 .tool, h2 .tool, .h2 .tool, h3 .tool, .h3 .tool, h4 .tool, .h4 .tool, h5 .tool, .h5 .tool {
        font-size: 1rem;
    }

h1, .h1 {
    font-size: calc(1.3rem + 0.3vw);
}

h2, .h2 {
    font-size: calc(1.2rem + 0.2vw);
}

h3, .h3 {
    font-size: calc(1.1rem + 0.2vw);
}

h4, .h4 {
    font-size: calc(1.0rem + 0.1vw);
}

h5, .h5 {
    font-size: calc(1.0em);
}
/*> Hs <*/

.tbar-bg{
    background: #0000006b;
    border-radius: 4px;
}

.tbar.c {
    background-color: var(--app-info-bg-color, var(--fdm-sct-bg-color));
    border-radius: 8px;
}

.tbar {
    display: flex;
    align-items: center;
}

    .tbar .lbar {
        overflow: hidden;
        max-width: 90vw;
    }

    .tbar .rbar {
        margin-left: auto;
    }

.tbar.dark {
    background-color: var(--app-info-dark-bg-color);
    border-radius: 5px;
    color: var(--app-info-dark-color);
    padding: 0.4em 0 0.3em 1.5em;
}

.act-btn {
    fill: var(--ct-bgcolor, var(--fdm-act-actv-bg-color));
}

/* SCROLLS */
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: 0 0 1px var(--scr-bgcolor);
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--ct-bgcolor, var(--fdm-act-bg-color));
    border: 1px solid #dddddd;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--ct-hvcolor, var(--fdm-act-actv-bg-color));
    }
/***********/

/*> SELECT <*/
select.ctrl-main {
    margin: 0.5em 1em;
    position: relative;
    padding: 0.3em 0.5em;
    border-radius: 5px;
    background-color: #ffffff99;
    min-width: 4ch;
    max-width: 100%;
}
/*< SELECT >*/

/* Spinner */
.fdm-chr-ly {
    fill: var(--fdm-ly);
    stroke: none;
}
/*> Spinner <*/

/* Spinner */
div.spinner-container {
    z-index: 3000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.26);
    display: flex;
    animation: dialog-container-entry 0.2s;
}

div.spCtrl-container {
    z-index: 3000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.26);
    display: flex;
    animation: dialog-container-entry 0.2s;
    min-width: 100px;
    min-height: 100px;
    width: 100%;
    height: 100%
}

div.spinner-frame {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    margin: auto;
    overflow: hidden;
    background-color: transparent;
}

    div.spinner-frame::after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-color: red;
        box-shadow: 0 2px 2px rgba(0,0,0,0.2);
        animation: spinner-slide 1.5s infinite;
        animation-timing-function: ease-in-out;
    }

@keyframes spinner-slide {
    0% {
        background-color: #ffb400;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
        transform: translateX(0px);
        transform: translateY(0px);
    }

    25% {
        background-color: #ff8d00;
        box-shadow: -10px 0px 6px 0px rgba(0,0,0,0.2);
        transform: translate(80px,0px);
    }

    50% {
        background-color: #ff4e00;
        box-shadow: 0px -10px 6px 0px rgba(0,0,0,0.2);
        transform: translate(80px,80px);
    }

    75% {
        background-color: #ff8d00;
        box-shadow: 10px 0px 6px 0px rgba(0,0,0,0.2);
        transform: translate(0px,80px);
    }

    100% {
        background-color: #ffb400;
        box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.2);
        transform: translate(0px,0px);
    }
}

@keyframes dialog-container-entry {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateX(0px) scale(1.0);
    }
}
/*> Spinner <*/

/*> Seccion label <*/
.sct-ttl label {
    margin-top: 1em;
    font-size: 1.2em;
}

/* Controls */
.vl {
    font-size: 0.8em;
    color: var(--fdm-crt-color);
}

.cnvs {
    background-color: var(--fdm-cnv-bg-color);
}

.list-container {
    padding-inline: 5px;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .list-container .item {
        display: inline-block;
        vertical-align: top;
        border: 0 solid transparent;
        border-radius: 4px;
        box-shadow: 2px 2px 4px 0 var(--fdm-shw-color);
        padding-inline: 5px;
        margin: 0.5rem;
    }

        .list-container .item:not(.dsbld) {
            background-color: var(--fdm-sct-color);
        }

.lst-item {
    padding: 0.2em 0.5em;
    display: inline-block;
    background-color: var(--fdm-sct-color);
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0 var(--fdm-shw-color);
    min-width: 100px;
    max-width: 22vw;
    margin: 0.5rem;
    overflow: hidden;
}

    .lst-item .dsc {
        font-size: 0.8em;
        padding-inline-start: 0.4em;
        color: var(--fdm_info-color);
    }

.frm-sl{
    cursor: pointer;
}

.frm-a {
    cursor: pointer;
    color: var(--fdm-a-color);
}

.frm-a:hover {
    color: var(--fdm-a-h-color);
}

.frm-alert{
    color: var(--fdm-crt-color);
}

.frm-warning {
    color: var(--fdm-warn-color);
}

.frm-dsp-non{
    display: none;
}

.frm-dsp-shw {
    display: inherit;
}

.frm-dnm-sh {
    transition: all 0.5s ease-in-out;
}

.bg {
    background-color: var(--fdm-tb-bg-color);
}

.xl-pdng {
    padding: 0.5rem 1rem;
}

.l-pdng {
    padding: 0.5rem 1rem;
}

.s-pdng {
    padding: 0rem 0.6rem;
}

.m-pdng{
    padding: 0.3rem;
}

.m-mrgn{
    margin:0.2rem;
}

.l-mrgn{
    margin: 0.7rem;
}

.bs-pdng{
    padding: 0.2em 0.4em;
}

.bdr-f {
    border: 1px solid var(--fdm-tb-bdr-color);
}

.bdr-f-r {
    border: 1px solid var(--fdm-tb-bdr-color);
    border-radius: 8px;
    margin: 1px;
}

.bdr-fh-r {
    border: 1px solid var(--ct-bgcolor, var(--fdm-act-bg-hsl));
    border-radius: 8px;
    margin: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .bdr-fh-r:hover {
        box-shadow: inset 0 0 2px 1px var(--ct-hvcolor, var(--fdm-act-bg-hsl));
    }

.bdr {
    border-top: 1px solid var(--fdm-tb-bdr-color);
    border-bottom: 1px solid var(--fdm-tb-bdr-color);
}

.bdr-t {
    border-top: 1px solid var(--fdm-tb-bdr-color);
}

.bdr-b {
    border-bottom: 1px solid var(--fdm-tb-bdr-color);
}

.bg.bdr {
    border-top: none;
}

.green {
    background-color: var(--fdm-green-bg-color);
}

.yellow {
    background-color: var(--fdm-yellow-bg-color);
}

.red {
    background-color: var(--fdm-red-bg-color);
}

.pink {
    background-color: var(--fdm-pink-color);
}

.purple {
    background-color: var(--fdm-purple-bg-color);
}

.frm-l-green {
    background-color: var(--fdm-l-green-color);
}

.frm-l-blue {
    background-color: var(--fdm-l-blue-color);
}

.frm-l-yellow {
    background-color: var(--fdm-l-yellow-color);
}

.frm-l-orange {
    background-color: var(--fdm-l-orange-color);
}

.frm-l-red {
    background-color: var(--fdm-l-red-color);
}

.disabled {
    background-color: var(--fdm-disabled-bg-color);
}

    .disabled, .disabled a {
        color: var(--fdm_info-color);
    }

.disb {
    color: var(--fdm-disabled-color);
}

.frm-sct {
    width: 100%;
    border-radius: 15px;
    background-color: #FFF;
}

.frm-ttl {
    font-size: 1.8em;
    font-weight: normal;
    font-weight: 600;
}

.frm-mttl {
    font-size: calc(1.2rem + 0.3vw);
}

.frm-sttl {
    font-size: calc(1.1rem + 0.3vw);
    margin-top: 0.5em;
}

.frm-qttl {
    font-size: 1.0rem;
}

.frm-m-bg, .frm-s-bg, .frm-q-bg, .frm-a-bg {
    border-radius: 6px;
    padding-inline: 1em;
    color: var(--fdm-sct-color);
}


.frm-m-bg {
    background-color: var(--fdm-frm-m-bg-color);
}

.frm-s-bg {
    background-color: var(--fdm-frm-s-bg-color);
}

.frm-q-bg {
    background-color: var(--fdm-frm-q-bg-color);
}

.frm-a-bg {
    background-color: var(--fdm-frm-a-bg-color);
}

.frm-x-bg {
    background-color: var(--fdm-frm-x-bg-color);
}

.frm-attl {
    font-weight: 400;
}

.frm-ans-gpo{
    min-width: 10ch;
    /*max-width: 90vw;*/
}

.frm-ans-gpo-smp {
    min-width: 10ch;
    /*max-width: 60vw;*/
}

.frm-attl-fx {
    margin-top: 0 !important;
    /*margin-bottom: -10px !important;*/
    margin-left: 0.4em;
}

.slct {
    font-size: 1em;
    padding: 0.3em 1em;
    border-radius: 10px;
    margin: 0.2em 0;
}

.frm-fsr{
    font-size: 1rem;
}

.frm-fsi {
    font-size: inherit !important;
}

.frm-fs12 {
    font-size: 1.2em;
}

.frm-fs14 {
    font-size: 1.4em;
}

.frm-fs16 {
    font-size: 1.6em;
}

.frm-fs18 {
    font-size: 1.8em;
}

.frm-fs9 {
    font-size: 0.9em;
}

.frm-fs8{
    font-size: 0.8em;
}

.frm-fs7 {
    font-size: 0.7em;
}

.frm-fs6 {
    font-size: 0.6em;
}

.frm-fs5 {
    font-size: 0.5em;
}

.frm-nowrp{
    white-space: nowrap;
}

.frm-min-w40 {
    min-width: 40ch;
}

.frm-flx {
    display: flex;
    align-items:center;
}

frm-bgshw {
    background-image: linear-gradient(268deg, #0000003d, #0000003d, #0000003d, transparent);
}

.frm-cmnts {
    font-weight: normal;
    color: var(--fdm-disc-color);
}

    .frm-cmnts .ctrl {
        /*font-size: 0.8em;*/
    }

    .frm-cmnts .ctrl.wth-lbl {
        margin-top: 0.8em;
    }

.frm-inlb, .frm-inlm {
    display: inline-block;
}

.frm-inlf {
    display: inline-flex;
    align-items: center;
}

.frm-flxt {
    display: flex;
    align-items: flex-start;
}

.frm-flx-tb {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.frm-flx-tb-l {
    flex: 1;
    display: flex;
}

.frm-flx-tb-r {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.frm-inlb {
    vertical-align: top;
}
.frm-inlm {
    vertical-align: middle;
}

.vtp {
    vertical-align: top;
}

.frm-hpng, .frm-inlb, .frm-inlm {
    padding-inline: 2px;
}

.frm-smllpdg{
    padding-inline: 0.2em;
}

.frm-mdpdg {
    padding-inline: 0.2em;
}

.frm-hdn {
    overflow: hidden;
}

.frm-relative {
    position: relative;
}

.frm-abs {
    position: absolute;
}

.frm-p {
    margin-top: 1em;
}

.frm-ctr {
    text-align: center;
}

.frm-lft {
    text-align: left;
}

.frm-rgt {
    text-align: right;
}

.frm-lmrgn{
    margin-left: 1em;
}

.frm-mgn-sup {
    margin-top: 0.6em;
}

.frm-mgn-rgt {
    margin-right: 0.6em;
}

.frm-pdng-sup {
    padding-top: 0.6em;
}

.frm-mgn-btm{
    margin-bottom: 0.5em;
}

.frm-mgn-btm0 {
    margin-bottom: 0;
}

.frm-shdw {
    box-shadow: 2px 2px 4px 0 var(--fdm-shw-color);
}

.frm-wnd {
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 1px 15px 0px #000000ca;
}

.inlb {
    display: inline-block;
}

.frm-more {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.frm-scroll {
    overflow: auto;
}

.frm-glow {
    box-shadow: 0px 0px 4px 2px var(--fdm-act-actv-bg-color);
    z-index: 500;
}

.frm-active {
    background-color: var(--ct-hvcolor, var(--fdm-act-actv-bg-color)) !important;
    color: var(--fdm-act-color) !important;
}

    .frm-active img {
        filter: invert(1) !important;
    }

img.frm-ab-tmp {
    filter: invert(1);
    transition: filter ease-out 0.2s;
}

    img.frm-ab-tmp:hover {
        filter: invert(0);
    }


.frm-color-inv{
    color: var(--fdm-no-color);
}

.frm-box-item {
    border: 1px solid var(--app-info-color, --fdm-sct-bg-color);
    border-radius: 20px;
    margin: 5px 10px;
    padding-inline: 6px;
}

    .frm-box-item .i {
        margin-left: 0.4em;
    }

    .frm-box-item .im {
        height: 1.6em;
    }

        .frm-box-item .im img {
            height: 100%;
            filter: opacity(0.6);
        }

.inn-sct {
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: var(--app-info-color, var(--fdm-sct-bg-color));
    color: var(--fdm-sct-color);
    padding-left: 1em;
    padding-right: 0.4em;
    /*border-radius: var(--fdm-bdr-size) var(--fdm-bdr-size) 0 0;*/
}

.frm-qst {
    background-color: var(--fdm-qst-bg-color);
    /*border-radius: var(--fdm-bdr-size);*/
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    margin: 0.4em;
    padding-bottom: 1em;
}

.frm-btn {
    box-shadow: 1px 1px 3px var(--fdm-shw-color);
    background-color: var(--fdm-act-bg-color);
    border-radius: var(--fdm-bdr-size);
    border: none;
    margin: 3px;
    padding: 7px;
    cursor: pointer;
    transition: background-color ease-in 0.2s;
}

    .frm-btn img {
        width: 22px;
        filter: invert(1);
        vertical-align: middle;
    }

    .frm-btn:hover {
        background-color: var(--fdm-act-h-color);
    }

    .frm-btn:hover img {
        filter: invert(0);
    }

.frm-flx-org2col {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .frm-flx-org2col .lft60 {
        flex: 3;
        margin: 1.6em 0.6em 0.6em 0.6em;
    }

    .frm-flx-org2col .lftmin {
        margin: 1em 0.6em 1em 2em;
    }

    .frm-flx-org2col .rgt40 {
        flex: 2;
        margin: 1.6em 0.6em 0.6em 0.6em;
    }

    .frm-flx-org2col .rgtmin {
        margin: 1em 2em 1em 0.6em;
    }

    .mn-sct {
        background-color: var(--fdm-mn-sct);
    }

.rg-sct, .flx-sct {
    padding: 0.1em 0.1em 0.6em;
}

.flx-sct {
    display: flex;
}

.rnd-sct {
    border-radius: 0 0 8px 8px;
}

.bdr-sct {
    border-top: 1px solid var(--fdm-sct-bdr-color);
}

.tb-ctrl {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.fdm-stk {
    position: sticky;
    top: 30px
}

.sp-sct {
    width: 15px;
    margin-right: 5px;
    background-color: var(--app-info-color, var(--fdm-sct-bg-color));
    border-radius: var(--fdm-bdr-size) 0 0 var(--fdm-bdr-size);
}

.ctrl-file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}

.pl-hdr {
    color: var(--app-info-color, var(--fdm-sct-bg-color));
    font-style: italic;
}

.cmmnt {
    color: var(--app-info-color, var(--fdm-sct-bg-color));
    font-size: 0.7em;
    padding-inline-start: 0.5em;
}

    .cmmnt div.bdr {
        border: none;
    }

    .cmmnt .lblval {
        min-height: 0px;
    }

.bld {
    font-weight: 600;
}

.ita{
    font-style: italic;
}

.norm {
    font-weight: 100;
}

.c-norm{
    color: inherit !important;
}

.bld800 {
    font-weight: 800;
}

.rq {
    font-weight: 600;
    padding-inline: 2px;
    color: var(--fdm-crt-color);
}

/* loading */
.ldg-bg {
    background-color: transparent;
    animation: ldg-bg-slide 1.5s infinite;
    animation-timing-function: ease-in-out;
}

/* CHARTS */
.chrt-m-ax {
    stroke-width: 1px;
    stroke: var(--fdm-m-ax);
}

.chrt-g-ln {
    stroke-width: 1px;
    stroke: var(--fdm-axis);
    fill: none;
}

.chrt-g-rct {
    stroke-width: 1px;
    stroke: hsl(var(--fdm-green-h), var(--fdm-color-s), var(--fdm-color-l));
    fill: hsl(var(--fdm-green-h) var(--fdm-color-s) var(--fdm-color-l) / var(--fdm-color-a));
}

.chrt-b-rct {
    stroke-width: 1px;
    stroke: hsl(var(--fdm-blue-h), var(--fdm-color-s), var(--fdm-color-l));
    fill: hsl(var(--fdm-blue-h) var(--fdm-color-s) var(--fdm-color-l) / var(--fdm-color-a));
}

.chrt-y-rct {
    stroke-width: 1px;
    stroke: hsl(var(--fdm-yellow-h), var(--fdm-color-s), var(--fdm-color-l));
    fill: hsl(var(--fdm-yellow-h) var(--fdm-color-s) var(--fdm-color-l) / var(--fdm-color-a));
}

.chrt-o-rct {
    stroke-width: 1px;
    stroke: hsl(var(--fdm-orange-h), var(--fdm-color-s), var(--fdm-color-l));
    fill: hsl(var(--fdm-orange-h) var(--fdm-color-s) var(--fdm-color-l) / var(--fdm-color-a));
}

.chrt-r-rct {
    stroke-width: 1px;
    stroke: hsl(var(--fdm-red-h), var(--fdm-color-s), var(--fdm-color-l));
    fill: hsl(var(--fdm-red-h) var(--fdm-color-s) var(--fdm-color-l) / var(--fdm-color-a));
}

.graph-div {
    display: flex;
    flex-direction: column;
}

@media (min-width: 640px) {
    .graph-div {
        flex-direction: row;
    }
}
/*> CHARTS */

/* FORMS */
.msng-answ {
    border-left: 1px solid hsl(var(--fdm-orange-h) var(--fdm-color-s) var(--fdm-color-l) / 1);
    border-radius: 6px 0 0 6px;
    padding-left: 0.4em;
}

/* Review*/
.rev-answ {
    color: var(--ct-bgcolor);
    border: 1px solid var(--ct-bgcolorlight);
    border-radius: 6px;
    padding: 0.2em;
    margin: 0.2rem 0;
    font-size: 0.8em;
}

.is-ScoreE {
    /*background-color: var(--fdm-l-green-color);*/
}

    .is-ScoreE .lblval {
        border-bottom: 4px solid var(--fdm-l-green-color);
    }

.is-ScoreMB {
    /*background-color: var(--fdm-l-blue-color);*/
}

    .is-ScoreMB .lblval {
        border-bottom: 4px solid var(--fdm-l-blue-color);
    }

.is-ScoreB {
    /*background-color: var(--fdm-l-yellow-color);*/
}

    .is-ScoreB .lblval {
        border-bottom: 4px solid var(--fdm-l-yellow-color);
    }

.is-ScoreS {
    /*background-color: var(--fdm-l-orange-color);*/
}

    .is-ScoreS .lblval {
        border-bottom: 4px solid var(--fdm-l-orange-color);
    }

.is-ScoreNA {
    /*background-color: var(--fdm-l-red-color);*/
}

    .is-ScoreNA .lblval {
        border-bottom: 4px solid var(--fdm-l-red-color);
    }

.fis, .fis-ScoreE, .fis-ScoreMB, .fis-ScoreB, .fis-ScoreS, .fis-ScoreNA {
    border-radius: 5px;
}

.fis-ScoreE {
    color: var(--fdm-green-c-color);
}

.fis-ScoreMB {
    color: var(--fdm-blue-c-color);
}

.fis-ScoreB {
    color: var(--fdm-yellow-c-color);
}

.fis-ScoreS {
    color: var(--fdm-orange-c-color);
}

.fis-ScoreNA {
    color: var(--fdm-red-c-color);
}

.itm-glw {
    border-radius: 8px;
    animation: itm-gl 1.5s;
    animation-timing-function: ease-in-out;
}

@keyframes itm-gl{
    from {
        box-shadow: inset 0 0 2px 1px #fff9b0;
    }

    to {
        box-shadow: inset 0 0 4px 4px #ffed12;
    }
}
/*> FORMS*/

@keyframes ldg-bg-slide {
    0% {
        background-color: #ffffff;
    }

    25% {
        background-color: #f2f2f2;
    }

    50% {
        background-color: #e1e1e1;
    }

    75% {
        background-color: #f2f2f2;
    }

    100% {
        background-color: #ffffff;
    }
}

/*> loading <*/
@media only screen and (max-width: 640px){
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
}

@media only screen and (min-width: 540px) {
    .tb-ctrl {
        flex-direction: row;
    }

    .frm-hpng, .frm-inlb, .frm-inlm {
        padding-inline: 0.5em;
    }

    .frm-mdpdg {
        padding-inline: 1em;
    }
}

@media only screen and (min-width: 640px) {
    .rg-sct, .flx-sct {
        padding: 0.2em 0.1em 1em;
    }
}

@media only screen and (min-width: 720px) {
    .frm-flx-org2col {
        flex-direction: row;
    }

    .inn-sct {
        align-items: center;
        flex-direction: row;
    }

    .frm-flx-tb {
        flex-direction: row;
    }

    .frm-flx-org2col .lft60 {
        margin: 2em 1em 0 2em;
    }

    .frm-flx-org2col .rgt40 {
        margin: 2em 2em 0 1em;
    }

    .frm-flx-org2col .lftmin {
        margin: 1em 1em 1em 2em;
    }

    .frm-flx-org2col .rgtmin {
        margin: 1em 2em 1em 1em;
    }
}

@media only screen and (min-width: 800px) {
    .frm-flx-org2col .lft60 {
        margin: 4em 2em 0 4em;
    }

    .frm-flx-org2col .rgt40 {
        margin: 4em 4em 0 2em;
    }

    .frm-flx-org2col .lftmin {
        margin: 2em 2em 2em 4em;
    }

    .frm-flx-org2col .rgtmin {
        margin: 2em 4em 2em 2em;
    }
}

@media only screen and (min-width: 1000px) {
    .frm-flx-org2col .lft60 {
        margin: 5em 2em 0 5em;
    }

    .frm-flx-org2col .rgt40 {
        margin: 5em 5em 0 2em;
    }

    .frm-flx-org2col .lftmin {
        margin: 2em 2em 2em 5em;
    }

    .frm-flx-org2col .rgtmin {
        margin: 2em 5em 2em 2em;
    }
}
/*> Controls <*/

/*> Table like */
.row::after {
    content: "";
    clear: both;
    display: table;
}
/* mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .xl-pdng {
        padding: 1rem 2rem;
    }

    /* For desktop: */
    .col-m-1 {
        width: 8.33%;
    }

    .col-m-2 {
        width: 16.66%;
    }

    .col-m-3 {
        width: 25%;
    }

    .col-m-4 {
        width: 33.33%;
    }

    .col-m-5 {
        width: 41.66%;
    }

    .col-m-6 {
        width: 50%;
    }

    .col-m-7 {
        width: 58.33%;
    }

    .col-m-8 {
        width: 66.66%;
    }

    .col-m-9 {
        width: 75%;
    }

    .col-m-10 {
        width: 83.33%;
    }

    .col-m-11 {
        width: 91.66%;
    }

    .col-m-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}
/* Table like <*/

/*> Printing <*/
@media print {
    .no-print {
        display: none !important;
    }
    
    .print-only {
        display: block !important;
    }

    .page-break {
        break-before: page; /* or break-after: page */
    }

    .no-break {
        break-inside: avoid;
    }

    .frm-shdw {
        box-shadow: none;
    }

    .app-item {
        padding: 0;
        margin: 0;
    }
}

/*< Printing >*/