/* Variables for Colors */
:root{
    --custom-primary: #005798;
    --custom-secondary: #008A93;
    --custom-primary-subtle: #d4edff;
    --custom-secondary-subtle: #b6e4e7;
    --custom-primary-gradient: linear-gradient(to right,  #005798 0%,#008a93 100%);
    --bs-danger: #FF0000;
    --bs-danger-rgb: 255,0,0;
    --custom-toggle: #008a93;
    --custom-toggle-bar: #70b4b87a;
    --custom-progress-bar: #005798;
}