@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.loading-bar {
    width: 100%;
    background-color: #e9ecef;
    position: relative;
    border-radius: 0.15rem !important;
    height: 1rem;
    margin-bottom: 1.2rem;
}
.fv_bar_pv_heading{
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin: 4px 0;
    text-align: center;
}
.loading-bar-progress {
    width: 0%;
    height: 100%;
    background-color: #3498db;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0;
    left: 0;
    transition: width .6s ease;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    color: black;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding-right: 10px;
}
.featured-content {
    width: 96%
}

.fv-calc {
    max-width: 1020px;
    width: 100%;
    margin: 15px auto;
    padding: 15px;
    border-radius: 0;
    background: #edf0f2;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.fv-wrap {
    display: flex
}

.fv-wrap>div {
    flex: 1;
    background: #fff;
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    position: relative;
}

.fv-wrap>div.fv-inputs {
    flex: 0 0 28em;
    margin-right: 25px;
}

.fv-title {
    font-weight: 700;
    font-size: 36px;
    color: #383737;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 30px;
    position: relative
}

.fv-section {
    margin-top: 3px
}

.fv-section-title {
    text-align: center;
    padding: 3px;
    font-size: 15px;
    font-weight: 700;
    background: #001a4d;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
}

.fv_pie_charts {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12%;
}

.fv_pie_charts_col {
    /*flex: 1;*/
    flex: 0 0 100px;
    margin: 5px 0px
}

.fv-name {
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 14px
}

.fv-subtitle {
    font-weight: 700;
    color: #8585bd;
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px
}

.fv-result {
    text-align: right;
    padding: 3px 20px 5px;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    background: #cccccc;
    padding-top: 7px
}

.fv-inputs-info {
    font-size: 10px;
    line-height: 10px;
    color: #afabab
}

.fv-calc input[type=text] {
    margin: 0 0 0;
    background: 0 0;
    box-shadow: 0 0;
    border: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0;
    border-radius: 3px;
    font-size: 16px;
    padding: 3px 15px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-weight: 300;
    color: #444;
    outline: 0;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}

.fv-calc input[type=text]:hover,
.select2-container--default .select2-selection--single:hover {
    border: 1px solid #7e7e73;
}

.fv-row {
    display: flex;
    align-items: center;
    justify-content: center
}

.fv-row>div {
    flex: 1;
    margin: 1px 5px
}

span.select2-results ul.select2-results__options.select2-results__options--nested {
    padding-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    margin-left: 10px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: 0;
    max-height: 35px;
    height: 35px;
    padding-top: 7px;
    padding-left: 7px;
    font-weight: 700;
    box-shadow: none;
    text-align: right
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    text-align: left;
    padding-left: 0;
    max-width: 300px
}

.select2-container--open .select2-dropdown--below {
    margin-top: 3px
}

.select2-container--open .select2-dropdown--above {
    margin-top: -3px
}

.select2-results {
    background: #f4f4f4!important
}

ul li.select2-results__option {
    color: #000!important;
    font-size: 12px!important;
    line-height: 14px!important;
    padding: 3px!important;
    padding-left: 6px!important;
    border-bottom: 1px solid rgba(0, 30, 85, .10196078431372549)!important
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #7f7d7f!important;
    color: #fff!important;
    font-weight: 700!important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #222!important;
    color: #fff!important
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px!important;
    padding: 5px!important;
    margin: 0!important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444!important;
    font-size: 15px!important;
    line-height: 20px!important;
    font-weight: 400
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -8px;
    margin-top: 0
}

.fv-info {
    font-style: italic;
    font-size: 11px;
    line-height: 14px;
    color: #ccc;
    margin-top: 10px
}

.fv-result-negative {
    background: #8ee4af
}

.fv-logo-box {
    text-align: right;
    margin-top: 5px
}

.fv-result-positive {
    background: rgb(255 23 23 / 23%)
}

@media all and (max-width:780px) {
    .fv-row {
        display: block
    }
    .fv-wrap {
        display: block
    }
    .fv_pie_charts {
        display: block
    }
}

.fv-name {
    position: relative;
    cursor: poRoboto
}

.fv-checkbox {
    font-size: 14px;
    border: 1px solid;
    padding: 10px;
    border: 1px solid #ddd;
    word-break: break-all;
    line-height: 16px;
    border-radius: 3px
}

.fv-checkbox span {
    margin-bottom: 0;
    display: block;
    word-break: break-all;
    line-height: 15px;
    font-size: 13px;
    font-size: 12px;
    margin-bottom: 4px
}

.fv-row.fv-row-b {
    align-items: baseline
}

.fv-row-b .fv-name {
    margin-bottom: 5px
}

.fv-result.fv-grey {
    margin-left: 45px;
    border-radius: 3px;
}

.tooltip {
    position: absolute;
    z-index: 2222;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 15px;
    width: 200px;
    display: none;
    text-transform: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    font-weight: 400
}

@media all and (max-width:780px) {
    .fv-result.fv-grey {
        margin-left: 5px
    }
    .fv-wrap>div.fv-inputs {
        margin-right: 0px;
    }
}

.tooltip_sign {
    display: inline-block;
    cursor: poRoboto;
    font-size: 12px
}

.fv__btn_save {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 0px;
}

.fv-popup-show {
    margin-left: 5px;
    font-size: 10px;
    text-align: center;
    cursor: poRoboto;
    color: #164fa7;
}

.fv-popup-show:hover {
    text-decoration: underline;
}

.fv__btn_save a {
    background: #fff;
    color: #164fa7;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    display: inline;
    border: 1px solid #164fa7;
}

.fv__btn_save a:hover {
    background: #164fa7;
    color: #fff;
    font-weight: normal;
}

.fv-storage-row {
    display: none;
}

.fv-storage-row-active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.fv-storage-row-search {
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.fv-storage-cell {
    margin: 2px 5px;
    cursor: poRoboto;
    font-size: 12px;
    color: #7996d2;
    text-decoration: underline;
}

.fv-storage-cell:hover,
.fv-storage-cell.fv-storage-cell-active {
    color: #001A4D;
}

.im___temp {
    margin: 0 0 0px;
    background: transparent;
    box-shadow: 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    padding: 3px 15px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-weight: 300;
    color: #444;
    outline: 0;
    text-align: right;
}

.fv-gauge-value {
    margin-top: 7px;
}

.fv-popup {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    bottom: 0px;
    width: calc(100% - 60px);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}

.fv-storage-navigation {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
}

.fv-storage-navigation a,
.fv-storage-navigation input {
    height: 26px;
    line-height: 26px;
}

.fv-storage-navigation a {
    cursor: poRoboto;
    color: #7996d2;
    font-size: 12px;
    border: 1px solid;
    border-radius: 2px;
    padding: 0 10px;
}

.fv-storage-navigation input {
    width: auto !important;
    text-align: left !important;
}

.fv-popup-close {
    text-align: center;
    margin: 10px 0px 0px;
    cursor: poRoboto;
    color: #bcbdbd;
    font-size: 12px;
}

.fv-results-buttons {
    display: flex;
    flex-direction: column;
}

.fv-results-buttons > a:first-child {
    margin-bottom: 16px;
}

#fv-text-summary {
    margin-top: 24px;
    padding: 10px 20px;
}

#text-summary-copy {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 3px 15px;
    font-size: 15px;
    font-weight: 700;
    background-color: #383c42;
    color: #fff;
    border: 1px solid #383c42;
    border-radius: 3px;
    transition: .1s;
    cursor: poRoboto;
    font-family: 'Roboto', sans-serif;
}

#text-summary-copy:hover {
    background-color: #fff;
    color: #383c42;
}

#fv-text-summary p {
    margin: 7px 0 32px;
}

#fv-text-summary ul {
    margin-top: 16px;
}

#fv-text-summary li {
    line-height: 26px !important;
    margin-bottom: 0;
    margin-top:16px
}

.y-border-chart {
    transform: translate(0, 1px);
}