:root {
    --body-text-color: #11A1E4;
    --header-footer-color: #11A1E4;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #F7F7F7;
    --text-color-opacity-50: rgba(17, 161, 228, 0.50);
    --text-color-opacity-30: rgba(17, 161, 228, 0.30);
    --text-color-darken-15: #0E89C2;
    --header-footer-color-lighten-15: #35AFE8;
    --header-footer-color-darken-15: #0E89C2;
    --header-footer-hover: #35AFE8;
    --action-color-text: #11A1E4;
}