@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.data-maturity-wrapper {
    font-family: Gilroy !important;
    padding: 0px !important;
    margin: 0 !important;
    max-width: 1280px;
}

#Questionairchart>svg {
    position: relative;
    top: -19px;
    right: 39px;
    transform: rotate(15deg);
}


/* #body{
    width: 580px;
    height: 550px;
    float: left; 
} */
.chartImg {
    width: 510px;
    position: absolute;
    transform: rotate(11deg) !important;
}

/*.radar-chart-serie0 {*/
/*    stroke: rgb(255, 255, 255) !important;*/
/*    fill: rgb(255, 255, 255) !important;*/
/*    stroke-width: 1px !important;*/
/*}*/
circle.radar-chart-serie0 {
    r: 2.5;
}

/*.radar-chart-serie1 {
    stroke-width: 1px !important;
}
circle.radar-chart-serie1 {
    r: 2.5;
}*/
.rangeInput {
    padding: 0px !important;
    margin-bottom: 6px;
    border: none !important;
}

.questionDiv {
    overflow-x: hidden;
    width: 100%;
}

.nxtBtn {

    margin-top: 1rem;
    float: right;
}

.prevBtn {
    margin-top: 1rem;
    float: left;
}

.background-loader {
    background-color: hsl(0, 15%, 90%);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.image-laoding {
    border-radius: 3px;
    height: auto;
    left: 50%;
    opacity: 0.99;
    padding: 3px;
    position: fixed;
    top: 40%;
    width: auto;
    z-index: 100001;
}

.header {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
    margin-bottom: 25px;
}

sup.calc-intro{
	font-size: 60% !important;
}

.dm-calc-icon{
    width: 350px;
}

@media (max-width: 1199px) {
    svg {
        /*position: relative;
        top: 5px;
        right: 59px;*/
    }

    .questionDiv {
        width: 100%;
    }
}

@media (max-width: 991px) {
    svg {
        /*position: relative;
        top: 9px;
        right: 57px;*/
    }

    .questionDiv {
        width: 40%;
    }
}

@media (max-width: 885px) {
    .containers-graph {
        width: 100% !important;
    }

    #body {
        /* width: 580px;
        margin-left: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important; */
    }

    .questionDiv {
        width: 100%;
    }

    #Questionairchart > svg {
        /*top: 28px;*/
        /*right: 42px;*/
        top: 67px;
        right: 3px;
    }
}

@media (max-width: 765px) {

    svg {
        /*top: 23px;*/
        /*right: 44px;*/
    }

}

@media (max-width: 570px) {
    svg {
        /*top: 23px;*/
        /*right: 45px;*/
    }
}

@media (max-width: 480px) {

    #Questionairchart>svg {
        top: 16px;
        position: relative;
        right: 4px;
    }

    /* #body{
        width: 260px;
        float: none;
        height: 300px;
    } */
    .chartImg {
        width: 350px;
    }

    .questionDiv {
        margin-left: 0;
    }
}

.entry-content > div {
    margin: 0 !important;
    max-width: 1280px;
}

.entry-content > div > div {
    margin: 0 !important;
}

@media (min-width: 410px) and (max-width: 480px) {
    #Questionairchart {
        padding-left: 30px;
    }
}

@media (max-width: 409px) {
    #Questionairchart {
        padding-left: 10px;
    }
}