﻿:root {
    --top-header: #fff; /*top header*/
    --top-header-text: #12497F; /*top header text*/
    --bottom-header: #e73c3e; /*bottom-header*/
    --bottom-header-text: #fff; /*bottom-header text*/
    --footer-bg: #F6F8FA;
    --footer-text: #353535;
    --active-menu: #12497F; /*header-active-menu*/
    --btn-bg: #12497F; /*main-button-color*/
    --btn-two-bg: #12497f; /*main-button-color*/
    --color: #fff;
    --color-two: #fff;
    --other-bg: #12497f; /*other background like modify*/
    --other-bg-light: #F0F6FF; /*other background light*/
    --hover: #e73c3e; /*button hover color*/
    --all-text-main: #0e51ac;
    --all-text-sub: #7E8389;
    --all-text-third: #62A916;
    --title-text: #e73c3e;
    --input_text: 000;
    --label-color: #757575;
    --border-color: #D4D9DE;
    --table-head: #E7E7E7;
    --box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.07);
}
