.__op_footer_1__[data-color-theme="Navy_Blue"][data-theme-switch="Light"] {
    --color_1: white;
    --color_2: #144272;
    --color_3: #205295;
    --color_4: #2C74B3;
    --text_color_light: rgb(0, 0, 0);
    --text_hover: rgba(0, 0, 0, 0.555);
    --text_color_light_box_shadow: 0 0 1px 1px rgb(255, 255, 255, .1);
    --text_color_dark: rgb(255, 255, 255);
}

.__op_footer_1__[data-color-theme="Navy_Blue"][data-theme-switch="Dark"] {
    --color_1: #0A2647;
    --color_2: #144272;
    --color_3: #205295;
    --color_4: #2C74B3;
    --text_color_light: whitesmoke;
    --text_hover: rgba(255, 255, 255, 0.555);
    --text_color_light_box_shadow: 0 0 1px 1px rgb(255, 255, 255, .1);
    --text_color_dark: black;
}

/* =====X=======X=========X========== */

.__op_footer_1__[data-color-theme="Dark_Purple"][data-theme-switch="Dark"] {
    --color_1: #2D033B;
    --color_2: #810CA8;
    --color_3: #C147E9;
    --color_4: #E5B8F4;
    --text_color_light: whitesmoke;
    --text_hover: rgba(255, 255, 255, 0.555);
    --text_color_light_box_shadow: 0 0 1px 1px rgb(255, 255, 255, .1);
    --text_color_dark: black;
}

.__op_footer_1__[data-color-theme="Dark_Purple"][data-theme-switch="Light"] {
    --color_1: white;
    --color_2: #144272;
    --color_3: #205295;
    --color_4: #2C74B3;
    --text_color_light: rgb(0, 0, 0);
    --text_hover: rgba(0, 0, 0, 0.555);
    --text_color_light_box_shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
    --text_color_dark: rgb(255, 255, 255);
}