/*master theme*/
:root{
    --theme-primary: #001f3f;
    --theme-primary-two: #00162d;
    --theme-secondary: #FFC007;
    --theme-secondary-two: #d39d00;
    --menu-hover:#c7ffff66;
    --font-color:#fff;
    --market-heading: #001f3f;
    --market-name: #fff;
    --add-pin: #FFC007;
    --add-unpin: #b1b1b1 ;
    --sidebar-text:#fff;
}
.betslip__div .input-group .input-group-text{
    background: var(--theme-secondary);
}