.elementor-2773206 .elementor-element.elementor-element-647e02f8{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* ========================= FLIP BOX BACKGROUND ========================= */
.elementor-flip-box__layer__overlay {
  linear-gradient(to bottom, rgb(245 246 252 / 0%), #ffffff59),
  url(images/background.jpg) !important;
}

/* ========================= TABLEPRESS COMPARE ========================= */
.tablepress.compare tbody td.column-1 {
  background-color: #000080;
  color: white;
}

/* ========================= TESTIMONIAL ========================= */
.premium-testimonial-text-wrapper {
  text-align: left !important;
}

/* ========================= PRICE TABLE ========================= */
.elementor-price-table .elementor-price-table__price {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
}

.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
  margin-left: 25px;
  margin-right: 25px;
}

.elementor-price-table .elementor-price-table__footer {
  padding-left: 25px !important;
  padding-right: 25px !important;
  display: block;
  padding-top: 10px;
}

.elementor-price-table__heading {
  text-shadow: black 1px 0 10px;
}

.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 25px;
  margin-left: 25px;
}

.elementor-price-table .elementor-price-table__features-list svg {
  float: left;
  margin-block-start: -6px;
  margin-inline-start: 10px;
}

/* ========================= TYPOGRAPHY ========================= */
p, h1, h2, h3, h4, h5, h6, span, div {
  font-family: 'Open Sans' !important;
}

/* ========================= REPORT FILTERS ========================= */


ul:has(> #search_filter_course) {
margin-bottom: 0;
}

.report_options{
    margin-top: 15px;
}

#top .arrow{
    margin-left:auto;
    margin-right: auto !important;
}

tr.tablesorter-hasChildRow{
    font-weight: 600;
}

.report_responsive_container tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #2a3f8f33;
    border-right: none;
    border-left: none;
}


@media (max-width: 991px) {
 
  
  .stats_options_report_type {
    float: right;
    width: 100%;
    display: flex;
    margin-top: 10px !important;
    flex-wrap: wrap;
}
.report_options{
    flex-wrap:wrap;
}
}

/* ========================= TOOLBAR ========================= */
.stats_options_report_day,
ul[style*="search_filter_course"],
.stats_options_report_type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Toolbar buttons */
.stats_options_report_day .racecards_button_link,
.stats_options_report_type .racecards_button_link,
.stats_options_report_type .export_table_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 2px solid #0a2380;
  border-radius: 4px;
  background: #fff;
  color: #0a2380;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: all .15s ease;
  font-size: 15px;
}

.stats_options_report_day .racecards_button_link:hover,
.stats_options_report_type .racecards_button_link:hover {
  background: #0a2380;
  color: #fff;
}

.stats_options_report_day .racecards_button_link.reports_stats_on,
.stats_options_report_type .racecards_button_link.reports_stats_on {
  background: #0a2380;
  color: #fff;
}

/* CSV Button */
.stats_options_report_type .export_table_btn {
  background: #72db36;
  border-color: #53b91c;
  color: #000;
  font-weight: 600;
  min-width: 48px;
  line-height: 1.4;
}

.stats_options_report_type .export_table_btn:hover {
  filter: brightness(0.95);
}

/* Course Dropdown */
#search_filter_course {
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 2px solid #0a2380;
  border-radius: 4px;
  background: #fff;
  color: #0a2380;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  line-height: normal;
  background-image: linear-gradient(45deg, transparent 50%, #0a2380 50%),
                    linear-gradient(135deg, #0a2380 50%, transparent 50%);
  background-position: calc(100% - 16px) center, calc(100% - 11px) center;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 24px;
}

/* ========================= TABLE STYLES ========================= */
.report_responsive_container table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.report_responsive_container thead th {
  background: #0a2380;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  padding: 12px 14px;
  border: 0;
}

.report_responsive_container tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid #2a3f8f;
}

.report_responsive_container tbody tr:nth-child(odd) td {
  background: #f7f9ff;
}

.report_responsive_container tbody tr:nth-child(even) td {
  background: #ffffff;
}

.report_responsive_container tbody tr:hover td {
  background: #eef3ff;
}

/* Nested tables */
.report_responsive_container table table {
  margin: 8px 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #dbe4ff;
  font-size: 13px;
}

.report_responsive_container table table tbody tr td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  line-height: 1.3;
  vertical-align: middle !important;
}

.report_responsive_container table table thead th {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  line-height: 1.3;
  vertical-align: middle !important;
}

/* Negative value colors */
.report_responsive_container .neg,
.report_responsive_container td.negative,
.report_responsive_container .red {
  color: #b00020;
}

/* Cursor for interactive rows */
.report_responsive_container td a,
.report_responsive_container .racecards_button_link,
.report_responsive_container [onclick],
.report_responsive_container .toggle,
.report_responsive_container .expand,
.report_responsive_container .sortable {
  cursor: pointer !important;
}

html {
  -webkit-text-size-adjust: 100%;
}

#search_filter_course{
    font-size: 15px !important;
    padding: 5px !important;
    border-radius: 4px !important;
    border-color: #0a2380 !important;
    border-width: 1px !important
}



#az_query_tbl thead th {
    background: #0a2380;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 700;
    padding: 12px 14px;
    border: 0;
}

#az_query_tbl tbody tr:nth-child(odd) td {
    background: #f7f9ff;
}


#az_query_tbl tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #2a3f8f;
}

#az_query_tbl tbody td {
    padding: 12px 14px;
    border-right: none;
    border-left: none;
}

#az_query_tbl tbody tr:hover td {
    background: #eef3ff;
}

#az_query_tbl tr {
    font-weight: 600;
    color: #000;
}

#az_query_tbl .fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free") !important;
    font-weight: var(--fa-style,900);
}

.stats_options_report_day {
    float: left;
    margin-bottom: 10px;
}/* End custom CSS */