﻿.fdbk-question-container {
    margin: 0 auto 1.5rem auto;
    font-size: .8rem;
    width: 94%;
}

.bdbk-nom-nop {
    margin: 0 !important;
    padding: 0 !important;
}

.fdbk-meter-container {
    border: 1px solid var(--fdbk-grey-02);
    border-radius: 1rem;
    padding: .5rem 1.5rem .5rem .5rem;
}

    .fdbk-meter-container .col {

    }

    .fdbk-meter-container .col-2, .fdbk-question-container .col-12 {
      /*  padding: 0;
        margin: 0;*/
        /*border-left: 1px solid var(--fdbk-grey-02);*/
    }

.fdbk-meter {
    height: 40px;
}

.fdbk-meter meter {
    width: 100%;
    height: 40px;
    margin: -5px 0;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.fdbk-meter meter::-webkit-meter-optimum-value {
    box-shadow: 0 5px 5px -5px var(--fdbk-grey-02) inset;
    background-image: linear-gradient(90deg, var(--fdbk-dk-blue) 0%, var(--fdbk-dk-blue) 100%);
    background-size: 100% 100%;
}

.fdbk-result-values .col {
    font-size: .8rem;
    text-align: right;
}


.fdbk-result-values .col {
    font-size: .9rem;
    text-align: right;
    font-weight: bold;
}

.fdbk-question-legend {
    margin: 1rem 0;
    padding: 0;
}

    .fdbk-question-legend p {
        margin: 0;
        padding: 0;
    }

    .fdbk-question-legend .fdbk-question-label {
        font-weight: bold;
    }

    .fdbk-question-legend .fdbk-question-category {
        font-size: .8rem;
        font-style: italic;
    }

.fdbk-rating-type {
    font-size: .9rem;
    font-weight: bold;
    height: 30px;
    padding-top: .2rem;
}

.fdbk-rating-values {
    font-size: .9rem;
    font-weight: bold;
    height: 30px;
    padding-top: .2rem;
}