@charset "UTF-8"; 
 
 
.PrimaryColour { 
    background-color: #f9b233 !important; 
} 
.PrimaryColourTabActive .active a{ 
    color: #f9b233 !important; 
} 
.PrimaryColourTabActiveBg li a:after{ 
    background-color: #f9b233 !important; 
} 
.PrimaryColourBorder{ 
    border-color: #f9b233 !important; 
} 
.SecondaryColour { 
    background-color: #FA8B77 !important; 
} 
 
.HeaderColour { 
    background-color: #fff !important; 
} 
.HeaderTextColour a, .HeaderTextColour span, .HeaderTextColour p  { 
   color: #1f1f1f !important; 
} 
.HeaderIconColour { 
    background-color: #FA8B77 !important; 
} 
 
.SideMenuTextColour a, .SideMenuTextColour span, .SideMenuTextColour label { 
    color: #1f1f1f !important; 
} 
.SideMenuBackgroundColour { 
    background-color: #ffffff !important; 
} 
.SideMenuBackgroundColour li ul { 
    background-color: #ffffff !important; 
} 
 
.MenuIconColour{ 
    color: #FA8B77 !important; 
} 
 
.TableOddColour tr:nth-child(odd) td { 
    background-color: #fff !important; 
  color: #444645 !important; 
} 
.TableEvenColour tr:nth-child(even) td{ 
    background-color: #ececec !important; 
   color: #444645 !important; 
} 
 
 
.PrimaryTextColour { 
    color: #444645 !important; 
} 
.PrimaryTextColourLabels label { 
    color: #444645 !important; 
} 
.SecondaryTextColour { 
    color: #FFFFFF !important; 
} 
.BackgroundColour { 
    background-color: #E2E2EC !important; 
} 


.CreateBtnBackground{
	background-color: #5ec83d !important; 
}
.EditBtnBackground{
	background-color: #488dcb !important; 
}
.ActionBtnBackground{
	background-color: #f9b233 !important; 
}
.BackBtnBackground{
	background-color: #a0a0a0 !important; 
}
.DeleteBtnBackground{
	background-color: #cc3939 !important; 
}
.BuyNowBtnBackgroud{
	background-color: #8fd7d4 !important; 
}

.TickColor{
	color: #5ec83d !important; 
}
.CrossColor{
	color: #cc3939 !important; 
}
.NaColor{
	color: #444645 !important; 
}
.PageHeadingColor{
	color: #444645 !important; 
}
.Card__Header{
	color: #444645 !important; 
}
.Link__List a{
  color: #444645 !important; 
}
.Card__Body{
  color: #444645 !important; 
}

body header{
    border-bottom: solid 7px #f9b233;
}
