﻿/*#region Major Colour Codes*/
/*$blue_primary: #263856;
$light_blue_primary: #3064ab;*/
/*$yellow_primary: #ffb635;*/
/*$ash_primary: #778491;*/
/*$light_ash_primary: #f5f5f5;*/
/*-----V2 color palette---------*/
/*---New color palette was introduced on May 2022---*/
/*NOTE: Please refer to variable.scss file inside style_v2 section for exact names of the colors*/
.video-modal:not(.tweet) {
  color: #0060b6;
}

.fgr-race-header .fgr-rh-left-wrapper .fgr-rh-rno span {
  border: 1px solid #0060b6;
  background: #fff;
  color: #0060b6;
  width: 50px !important;
  font-size: 1.5em;
}
