:root {
    --bg-body: #fff;
    --bg-gray: #adadad;
    --bg-gray-hover: #CB4E4E;
    --bg-box-header: #006CB6;
    --bg-box-header-hover: #829eb2;
    --bg-box-header-text: #fff;
    --bg-box-header-border: rgb(213, 212, 212);
    --bg-box-header-border-tick: 2px;   
    --bg-box: #CB4E4E;
    --bg-box-text:#fff;
    --body-color: #CB4E4E;
    --bg-step: #006CB6;
    --bg-step-text:#fff;	
    --body-fonts: 'Open Sans', sans-serif;
    --box-shadow-tick: -2px;
}
body {
    line-height: 1.5;
    color: var(--body-color);
    font-family: var(--body-fonts) !important;
    font-weight: 200;
}
.white-section {
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
    border-radius: 0px;
}
h1, h2, h3, .h3, h4, h5, h6 {
    font-family: var(--body-fonts) !important;
}
.progress-bar-customer {
    background-color: var(--body-color) !important;
}