:root {
    --theme-primary: #294261;
    --theme-secondary: #fca521;
    --theme-btn-border: #233a55;
    --theme-light: #f7fbff;
    --theme-secondary-light: #fca5211f;
    --primary: rgb(41, 41, 97);
    --primary-light: rgb(41, 41, 97, 0.12);
    --red: rgb(234, 12, 12);
    --red-light: rgba(234, 12, 12, 0.12);
    --orange: rgb(255, 140, 50);
    --orange-light: rgba(255, 140, 50, 0.12);
    --green: rgb(3, 201, 136);
    --green-light: rgba(3, 201, 136, 0.12);
    --purple: rgb(147, 54, 180);
    --purple-light: rgba(147, 54, 180, 0.12);
    --sky: rgb(0, 181, 239);
    --sky-light: rgba(0, 181, 239, 0.12);
    --yellow: rgb(255, 216, 0);
    --yellow-light: rgba(255, 216, 0, 0.12);
    --pink: rgb(235, 31, 72);
    --pink-light: rgba(235, 31, 72, 0.12);
    --blue: rgb(0, 46, 220);
    --blue-light: rgba(0, 46, 220, 0.12);
    --yesb: rgb(235, 31, 72);
    --yesb-light: rgba(235, 31, 72, 0.12);
    --sbin: rgb(0, 181, 239);
    --sbin-light: rgba(0, 181, 239, 0.12);
    --wraper-height: 100vh;
    --table-head: #e4f2ff;
    --link: #294261;
}