html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  background-color: transparent;
  outline: none;
  border: 0;
}

.betting-widget-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #248ff1;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  font-size: 1.2857142857em;
  font-weight: 700;
  outline: 0;
  cursor: pointer;
  transition: all ease 0.3s !important;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.betting-widget-button:hover, .betting-widget-button:focus {
  background-color: #0066cc;
}
.betting-widget-button[disabled] {
  background-color: #f2f2f2 !important;
  color: #ffffff !important;
  cursor: not-allowed;
}

.race-card-widget {
  width: 100%;
  max-width: 800px;
  background-color: #ffffff;
  color: #042a51;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
}
.race-card-widget.bordered {
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 16px;
}
.race-card-widget .race-widget-title {
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
.race-card-widget .race-table {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.race-card-widget .race-table .race-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 24px;
}
.race-card-widget .race-table .race-header .race-table-column {
  font-size: 0.9285714286em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
.race-card-widget .race-table .race-header .race-table-column.race-number {
  width: 34px;
  flex-shrink: 0;
  text-align: center;
}
.race-card-widget .race-table .race-header .race-table-column.time {
  margin-left: auto;
  width: 64px;
  flex-shrink: 0;
  text-align: center;
}
.race-card-widget .race-table .race-entry {
  background-color: #ffffff;
  padding: 5px 0;
  color: #042a51;
  display: flex;
  flex-direction: row;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  align-items: center;
  font-weight: 700;
  gap: 5px;
}
.race-card-widget .race-table .race-entry .race-info-container {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 5px;
}
.race-card-widget .race-table .race-entry .race-details-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.race-card-widget .race-table .race-entry .buttons-container {
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.race-card-widget .race-table .race-entry .race-number {
  font-size: 0.9285714286em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  flex-shrink: 0;
  background-color: #042a51;
  color: #ffffff;
  font-weight: 700;
}
.race-card-widget .race-table .race-entry .race-info {
  font-size: 0.9285714286em;
  line-height: 1.2142857143em;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
}
.race-card-widget .race-table .race-entry .race-name {
  font-size: 0.9285714286em;
  line-height: 1.2142857143em;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
}
.race-card-widget .race-table .race-entry .time-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #248ff1;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  font-size: 1.2857142857em;
  font-weight: 700;
  outline: 0;
  cursor: pointer;
  transition: all ease 0.3s !important;
  font-size: 0.9285714286em;
  background-color: transparent;
  text-decoration: none;
  margin-left: auto;
  border: 1px solid #666666;
  color: #248ff1;
  width: 64px;
  height: 34px;
  border-radius: 17px;
  flex-shrink: 0;
  font-weight: 700;
}
.race-card-widget .race-table .race-entry .time-button:hover, .race-card-widget .race-table .race-entry .time-button:focus {
  background-color: #0066cc;
}
.race-card-widget .race-table .race-entry .time-button[disabled] {
  background-color: #f2f2f2 !important;
  color: #ffffff !important;
  cursor: not-allowed;
}
.race-card-widget .race-table .race-entry .time-button:hover {
  background-color: #248ff1;
  color: #ffffff;
  border-color: #248ff1;
}
.race-card-widget .race-table .race-entry .time-button.before {
  color: #042a51;
  background-color: transparent;
}
.race-card-widget .race-table .race-entry .time-button.before:hover {
  background-color: #042a51;
  color: #ffffff;
  border-color: #042a51;
}
.race-card-widget .race-table .race-entry .time-button.soon {
  color: #f56c24;
  background-color: transparent;
}
.race-card-widget .race-table .race-entry .time-button.soon:hover {
  background-color: transparent;
  color: #f56c24;
  border-color: #666666;
}
.race-card-widget .race-table .race-entry .time-button.passed {
  color: #36cf00;
  background-color: transparent;
}
.race-card-widget .race-table .race-entry .time-button.passed:hover {
  background-color: transparent;
  color: #36cf00;
  border-color: #666666;
}
.race-card-widget .race-table .race-entry .pick-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #248ff1;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  font-size: 1.2857142857em;
  font-weight: 700;
  outline: 0;
  cursor: pointer;
  transition: all ease 0.3s !important;
  text-decoration: none;
  color: #ffffff;
  background-color: #36cf00;
  width: 120px;
  height: 34px;
  border-radius: 17px;
  margin-right: 10px;
  flex-shrink: 0;
  flex-direction: column;
  text-transform: uppercase;
}
.race-card-widget .race-table .race-entry .pick-button:hover, .race-card-widget .race-table .race-entry .pick-button:focus {
  background-color: #0066cc;
}
.race-card-widget .race-table .race-entry .pick-button[disabled] {
  background-color: #f2f2f2 !important;
  color: #ffffff !important;
  cursor: not-allowed;
}
.race-card-widget .race-table .race-entry .pick-button:hover, .race-card-widget .race-table .race-entry .pick-button:focus {
  background-color: #2fb600;
}
.race-card-widget .race-table .race-entry .pick-button .value {
  font-size: 0.7857142857em;
  line-height: 1.0714285714em;
  font-weight: 700;
}
.race-card-widget .race-table .race-entry .pick-button .pick {
  font-size: 0.5714285714em;
  line-height: 10px;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .race-card-widget .race-table .race-entry {
    flex-direction: column;
  }
  .race-card-widget .race-table .race-entry .buttons-container {
    width: 100%;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .race-card-widget .race-table .race-entry .time-button {
    width: 100%;
    margin: 0;
    flex-shrink: 1;
  }
  .race-card-widget .race-table .race-entry .pick-button {
    width: 100%;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 400px) {
  .race-card-widget .race-table .race-header .race-table-column.time {
    display: none;
  }
}
.race-card-widget .widget-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #248ff1;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  font-size: 1.2857142857em;
  font-weight: 700;
  outline: 0;
  cursor: pointer;
  transition: all ease 0.3s !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 36px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1em;
  text-decoration: none;
}
.race-card-widget .widget-button:hover, .race-card-widget .widget-button:focus {
  background-color: #0066cc;
}
.race-card-widget .widget-button[disabled] {
  background-color: #f2f2f2 !important;
  color: #ffffff !important;
  cursor: not-allowed;
}
@media screen and (max-width: 500px) {
  .race-card-widget.bordered {
    padding: 8px;
  }
}