/* KUBER V22: consistent Big/Small badges in My History and Bet History. */
.kuber-history-big,
.bet-container-lottery-note-result h2 .bigClass{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:linear-gradient(180deg,#ffb13b,#f2921c)!important;background-color:#f39a22!important;
  color:#fff!important;font-weight:500!important;text-transform:capitalize!important;text-align:center!important;
  border:0!important;box-shadow:none!important;
}
.kuber-history-small,
.bet-container-lottery-note-result h2 .small{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:linear-gradient(180deg,#66a8f4,#4d8ddd)!important;background-color:#568fdc!important;
  color:#fff!important;font-weight:500!important;text-transform:capitalize!important;text-align:center!important;
  border:0!important;box-shadow:none!important;
}
.bet-container-lottery-note-result h2 .bigClass,
.bet-container-lottery-note-result h2 .small{
  min-width:1.33333rem!important;height:.66667rem!important;line-height:.66667rem!important;
  padding:0 .16rem!important;border-radius:.13333rem!important;font-size:.32rem!important;
}
