:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-970f5d5 */.bar-chart {background: var(--e-global-color-70e90c34);padding: 30px 40px 40px 30px;margin: 30px 10px;position:relative;}

.bar-chart h3 {color: var(--e-global-color-primary);margin-bottom: 30px;}

.bar-chart .col-6 {font-size: 14px;font-weight: 500;line-height: 1.5;text-align: right;text-wrap: balance;}

.bar-chart .col-6:nth-of-type(even) {padding: 15px 10px;border-right: 1px solid var(--e-global-color-text);}

.bar-chart .col-6:nth-of-type(odd) {margin: 15px 0;padding: 0;}
.bar-chart .col-6:nth-of-type(odd):before {
    content: "";
    position: absolute;
    background: var(--e-global-color-secondary);
    height: 100%;
    top: 0;
    left: 0;
}

.bar-chart .col-6.num-78:before {width: 78%;}
.bar-chart .col-6.num-41:before {width: 41%;}
.bar-chart .col-6.num-24:before {width: 24%;}

.bar-chart .col-6:nth-of-type(odd):after{position: absolute;color: white;top: 0;
    padding: 10px;}

.bar-chart .col-6.num-78:after {content: "78%";right: 22%;}
.bar-chart .col-6.num-41:after {content: "41%";right: 59%;}
.bar-chart .col-6.num-24:after {content: "24%";right: 76%;}

.bar-chart:after{content: "";position: absolute;bottom: 45px;right:40px;background: var(--e-global-color-text);width: calc(50% - 35px); height: 1px;}
.bar-chart .col-1{height: 5px;}
.bar-chart .col-6:nth-of-type(8) {padding: 0;}
.bar-chart .col-6:nth-of-type(8):before{content: "0%";font-size: 13px;position: absolute;bottom: -18px;right: -15px;}
.bar-chart .col-3:nth-of-type(even):before{content: "";position: absolute;bottom: 0;right:0;background: var(--e-global-color-text);width: 1px;height: 5px;}
.bar-chart .col-3:nth-of-type(even):after{content: "100%";font-size: 13px;position: absolute;width: 1px;top:-5px;right: 11px;}
.bar-chart .col-3:nth-of-type(odd):before{content: "";position: absolute;bottom: 0;right:0;background: var(--e-global-color-text);width: 1px;height: 5px;}
.bar-chart .col-3:nth-of-type(odd):after{content: "50%";font-size: 13px;position: absolute;width: 1px;top: -5px;right: 9px;}
table.crm-table{margin:30px;width:calc(100% - 60px);}
table.crm-table th {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-5de20332);
    border:1px solid var(--e-global-color-5de20332);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-wrap: balance;
    padding:10px 15px;
    text-align: left;
    vertical-align: baseline;
}
table.crm-table td {
    border:1px solid var(--e-global-color-5de20332);
    font-size: 14px;
    line-height: 1.5;
    text-wrap: balance;
    padding:10px 15px;
}
table.crm-table tr:nth-of-type(even) td {
    background-color: var(--e-global-color-70e90c34);
}
table.crm-table tr td:first-child{width:50%;}

    --e-global-color-primary: #009DDC;
    --e-global-color-secondary: #FAA634;
    --e-global-color-text: #0C4163;
    --e-global-color-accent: #EE3124;
    --e-global-color-8bfb499: #1499D6;
    --e-global-color-a705fa5: #F99D27;
    --e-global-color-6fd22c7: #C30036;
    --e-global-color-799737bf: #000;
    --e-global-color-5de20332: #FFF;
    --e-global-color-a4ce102: #00000000;
    --e-global-color-70e90c34: #E1E5EE;
    --e-global-color-c20b274: #0C4163;/* End custom CSS */