 
 html {
     font-size: 0.9rem;
 
 }

 body {
     margin: 0px;
     padding-top: 4rem;
     font-family: Saira;
     font-size: 1rem;
     background: rgb(233, 234, 237);
     overflow-x: hidden;
 }
  

 header {
     display: flex;
     position: fixed;
     top: 0px;
     left: 0px;
     height: 4rem;
     width: 100vw;
     padding: 0px;
     z-index: 200;
     box-sizing: border-box;
     background: rgb(0, 0, 0);
     color: rgb(255, 255, 255);
     outline: 2px solid var(--tertiary);
 }

 nav {
     display: grid;
     grid-template-columns: 5rem auto;
     justify-content: space-between;
     padding-left: 0px;
     width: 100vw;
     align-items: center;
 }

 nav .header-logo img {
     height: 32px;
     margin-left: 15px;
 }

 nav .header-details {
     margin-top: 8px;
 }

 nav .header-user {
     display: grid;
     grid-template-columns: 5rem auto 2rem 3rem;
     gap: 5px;
 }

 nav .header-user-hard {
     grid-template-columns: 6rem auto 3rem ;
 }

 nav .header-user-item {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 3px 0px;
     min-height: 22px;
     background: rgb(51, 51, 51);
     border-radius: 1rem;
     font-weight: bold;
     font-size: 1rem;
 }

 nav .header-user .user-balance {
     padding-right: 30px;
     padding-left: 10px;
     min-width: 55px;
 }

 nav .header-user .user-balance-bonus {
     display: none;
 }

 nav .header-user .user-balance-boost {
     display: none;
 }

 nav .header-user .user-balance-pending {
     display: none;
 }

 nav .header-user .user-account {
     width: 2rem;
     text-align: center;
     padding-top: 1px;
     position: relative;
 }

 nav .header-user .user-account.user-account-gift::before {
     position: absolute;
     content: "";
     font-family: "Font Awesome 6 Pro";
     top: -8px;
     right: -8px;
     color: var(--secondary);
     font-weight: bold;
 }

 nav .header-user .user-notification {
     width: 2rem;
     text-align: center;
     padding-top: 1px;
     position: relative;
 }

 nav .header-user .user-notification-unread::before {
     position: absolute;
     content: "";
     top: -5px;
     right: -5px;
     width: 12px;
     height: 12px;
     background: rgb(255, 0, 0);
     border-radius: 50%;
 }

 nav .header-user .user-balance-boost::before {
     content: "Boosts";
 }

 nav .header-user .user-balance-bonus::before {
     content: "Bonus";
 }

 nav .header-user .user-balance-rewards::before {
     content: "Rewards";
 }

 nav .header-user .user-balance-pending::before {
     content: "Open";
 }

 nav .header-user .user-balance::before {
     content: "Balance";
     left: calc(50% - 30px);
 }

 nav .header-user .user-balance::before,
 nav .header-user .user-balance-bonus::before,
 nav .header-user .user-balance-rewards::before,
 nav .header-user .user-balance-boost::before,
 nav .header-user .user-balance-pending::before {
     position: absolute;
     padding: 0px 5px;
     border-radius: 0.5rem 0.5rem 0px 0px;
     top: -10px;
     color: var(--secondary);
     font-weight: 600;
     font-size: 10px;
     text-transform: uppercase;
     background: rgb(52, 52, 52);
 }

 nav .header-user .user-balance::after {
     content: "";
     position: absolute;
     right: 6px;
     font-weight: bold;
     font-family: "Font Awesome 6 Pro";
     color: var(--secondary);
 }

 nav .header-verify {
     margin-top: -7px;
     margin-right: 1rem;
 }

 nav .header-login {
     display: flex;
     gap: 1rem;
     justify-content: flex-end;
     margin-right: 1rem;
     margin-top: -8px;
 }

 nav .button-login,
 nav .button-join {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 6rem;
     height: 30px;
     text-align: center;
     font-size: 18px;
     font-weight: bold;
     border-radius: 2rem;
     text-transform: uppercase;
 }

 nav .button-login {
     background: rgb(51, 51, 51);
 }

 nav .button-join {
     background: var(--secondary);
     color: rgb(0, 0, 0);
     text-decoration: none;
 }

 nav .header-nav {
     display: none;
 }

 #nav-ntj {
     display: none;
 }

 footer {
     z-index: 100;
     display: flex;
     align-items: center;
     width: 100vw;
     height: 4rem;
     padding: 0px;
     background: rgb(0, 0, 0);
     border-top: 1px solid rgb(0, 0, 0);
     color: rgb(255, 255, 255);
     position: fixed;
     bottom: 0px;
     left: 0px;
 }

 footer.footer-over {
     z-index: 104;
 }

 footer .footer-section {
     width: 20%;
     display: flex;
     flex-direction: column;
     gap: 0rem;
     padding: 0.4rem 0px;
     text-align: center;
     font-weight: 600;
     font-size: 0.85rem;
     border-left: 1px solid rgb(255, 255, 255);
     color: rgb(255, 255, 255);
     text-decoration: none;
 }

 footer .footer-section [class*="icon-"]::before {
     font-size: 1.7rem;
 }

 footer .footer-section:first-child {
     border-width: medium;
     border-style: none;
     border-color: currentcolor;
     border-image: initial;
 }

 footer .betslip-open {
     height: 4rem;
     box-sizing: border-box;
     padding: 0.45rem 0px;
 }

 footer .betslip-total {
     display: inline-block;
     margin: 0px auto auto;
     width: 2.5rem;
     height: 1.8rem;
     line-height: 1.8rem;
     font-size: 1.2rem;
     font-weight: bold;
     background: var(--tertiary);
     outline: rgba(243, 186, 18, 0.314) solid 4px;
     color: rgb(0, 0, 0);
     border-radius: 2rem;
     text-align: center;
     transition: 0.5s;
 }

 .footerContent {
     display: block;
     padding: 0px 1rem;
     text-align: center;
 }

 .footerContent h4 {
     margin-bottom: 0px;
 }

 .footerContent .logoImg {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     margin: 0.375rem 0.75rem;
 }

 .footerContent .logoImg img {
     height: 6rem;
     margin: auto;
 }

 .footerContent .links {
     display: grid;
     grid-template-columns: 1fr;
 }

 .footerContent .links ul {
     margin: 0px;
     padding: 0px;
     list-style-type: none;
 }

 .footerContent .links a {
     text-decoration: none;
     color: rgb(0, 0, 0);
 }

 .footerContent .footer-respgambling {
     display: flex;
     gap: 1rem;
     flex-direction: column;
     margin-bottom: 5rem;
 }

 .carousel {
     display: flex;
     overflow: auto hidden;
     gap: 0.5rem;
     width: 100vw;
     margin-right: -1rem;
     margin-left: -1rem;
     padding: 1rem;
     cursor: pointer;
     box-sizing: border-box;
 }

 .carousel-tab {
     width: 300px;
     min-width: 300px;
     height: 150px;
     border-radius: 1rem;
     background-size: cover;
     background-position: 50% center;
     background-repeat: no-repeat;
 }

 .carousel::-webkit-scrollbar {
     display: none;
 }

 .account-popdown {
     position: fixed;
     display: none;
     top: calc(-5px + 4rem);
     left: 10px;
     width: calc(-20px + 100vw);
     max-height: 30rem;
     overflow: auto;
     padding: 1rem;
     box-shadow: rgb(0, 0, 0) 0px 0px 15px -5px;
     box-sizing: border-box;
     background: rgb(239, 239, 239);
     outline: 2px solid var(--secondary);
     border-radius: 0px 0px 1rem 1rem;
     z-index: 102;
 }

 .products-popdown {
     position: fixed;
     display: none;
     bottom: calc(-2px + 4rem);
     left: 10px;
     width: calc(-20px + 100vw);
     padding: 0.5rem 1rem;
     box-shadow: rgb(0, 0, 0) 0px 0px 15px -5px;
     box-sizing: border-box;
     background: rgb(239, 239, 239);
     outline: 2px solid var(--secondary);
     border-radius: 1rem 1rem 0px 0px;
     z-index: 102;
 }

 .products-popdown h5 {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding-right: 1rem;
 }

 #leftColumn {
     display: none;
 }

 #rightColumn {
     padding: 0px 2rem 0px 1rem;
 }

 #rightColumn .tab-togglers {
     display: none;
 }

 #mainContent {
     min-width: auto;
     padding: 1px 1rem 4rem;
     background-repeat: no-repeat;
     background-size: 20rem;
     background-position: 50% 15rem;
 }

 h1 {
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: relative;
     padding: 0.5rem 1rem;
     margin: 0px -1rem;
     background: rgb(34, 34, 34);
     color: rgb(255, 255, 255);
     font-size: 20px;
     line-height: 26px;
     font-weight: bold;
     pointer-events: none;
 }

 h5 {
     display: flex;
     align-items: center;
     gap: 5px;
     font-size: 20px;
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: -1px;
     margin: 0.2rem 0px 0.2rem 1rem;
     color: rgb(51, 51, 51);
 }

 h1.navigate-back {
     padding-left: 40px;
 }

 h1.navigate-back::before {
     position: absolute;
     top: 8px;
     left: 10px;
     font-family: "Font Awesome 6 Pro";
     font-weight: bold;
     content: "";
     font-size: 22px;
     pointer-events: all;
 }

 #mainContent h5+.homepage-switch {
     margin-top: -0.8rem;
 }

 .race-header {
     position: fixed;
     top: 60px;
     z-index: 2;
     width: 100vw;
     margin-left: -1rem;
     margin-right: -1rem;
 }

 .race-header-track {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     gap: 0.5rem;
     padding: 5px 0px 0px 10px;
     margin-top: -1px;
     color: rgb(255, 255, 255);
     background: rgb(34, 34, 34);
 }

 .race-header-track-name {
     font-size: 20px;
     font-weight: 900;
     text-transform: uppercase;
 }

 .race-header-meeting {
     margin-top: -2px;
     display: flex;
     align-items: center;
     gap: 5px;
     cursor: pointer;
 }

 .race-header-icon {
     margin-top: -1px;
     font-size: 1.2rem;
     color: var(--secondary);
 }

 .race-header-icon::before {
     font-weight: bold ;
 }

 .race-header-other-races {
     display: grid;
     grid-auto-flow: column;
     grid-auto-columns: minmax(max-content, 1fr);
     gap: 0px;
     width: 100vw;
     align-items: center;
     overflow: auto;
     padding: 0.5rem;
     box-sizing: border-box;
     background: rgb(255, 255, 255);
 }

 .race-header-other-race {
     position: relative;
     display: flex;
     flex-flow: column wrap;
     align-content: center;
     min-width: 45px;
     gap: 0px;
     text-decoration: none;
     color: rgb(0, 0, 0);
     cursor: pointer;
 }

 .race-header-other-race-number {
     display: flex;
     place-content: center;
     flex-wrap: wrap;
     width: 2.3rem;
     height: 2.3rem;
     margin-left: auto;
     margin-right: auto;
     border-radius: 1rem;
     font-weight: bold;
     background: rgb(239, 239, 239);
     color: rgb(0, 0, 0);
 }

 .race-header-other-race-time {
     display: none;
     font-size: 0.9rem;
     font-weight: 600;
     text-align: center;
 }

 .race-header-other-race-selected {
     opacity: 1 ;
 }

 .race-header-other-race-selected .race-header-other-race-number {
     font-size: 1.4rem;
     color: rgb(0, 0, 0) ;
     background: var(--secondary) ;
 }

 .race-header-other-race .promo {
     position: absolute;
     top: 0px;
     left: 0px;
     color: rgb(255, 255, 255);
     background: rgb(255, 102, 0);
     font-weight: bold;
     font-size: 10px;
     line-height: 10px;
     padding: 2px 4px;
     border-radius: 5px;
     z-index: 1;
 }

 .race-header-details {
     width: 100%;
     display: grid;
     grid-template-columns: auto;
     margin-top: -1px;
     padding: 2px 0px;
     background: rgb(34, 34, 34);
 }

 .race-header-time {
     position: absolute;
     top: 10px;
     right: 10px;
     display: flex;
     align-items: flex-start;
     justify-content: flex-end;
     z-index: 4;
     gap: 8px;
 }

 .race-header-sky {
     display: flex;
     align-items: flex-end;
     justify-content: center;
     color: rgb(0, 0, 0);
     text-decoration: none;
     font-size: 10px;
     font-weight: 900;
     line-height: 14px;
     background: 50% 2px / 36px no-repeat rgb(255, 255, 255);
     width: 45px;
     height: 45px;
     margin-top: -3px;
     border-radius: 12px;
 }

 .race-header-ttg {
     height: 1.2rem;
     line-height: 1.2rem;
     padding: 0px 0.5rem;
     white-space: nowrap;
     background: rgb(255, 255, 255);
     font-weight: bold;
     font-size: 0.8rem;
     text-align: center;
     border-radius: 1rem;
 }

 .race-header-ttg.ttg-10 {
     background: rgb(0, 0, 0) ;
 }

 .race-header-ttg.ttg-final {
     background: green;
     color: white;
     text-transform: uppercase;
 }

 .race-header-pills {
     display: flex;
     gap: 5px;
     width: calc(-70px + 100vw);
     box-sizing: border-box;
     line-height: 1rem;
     align-items: center;
     padding: 0px 0px 5px 10px;
     overflow: auto;
     font-size: 0.8rem;
     font-weight: 500;
 }

 .race-header-pills .race-header-pill {
     white-space: nowrap;
     padding: 0.1rem 0.5rem;
     border-radius: 1rem;
     background: rgb(0, 0, 0);
     color: rgb(255, 255, 255);
 }

 .race-header-pill.race-header-pill-name {
     min-width: 6rem;
     text-align: center;
     overflow: hidden;
     text-overflow: ellipsis;
     z-index: 1;
     color: rgb(0, 0, 0);
     background: var(--secondary) ;
 }

 .race-header-pill.race-header-pill-group {
     padding-left: 25px;
     margin-left: -25px;
     z-index: 0;
     color: rgb(0, 0, 0);
     background: gold ;
 }

 .race-header-pill-good {
     background: green ;
 }

 .race-header-pill-soft {
     background: blue ;
 }

 .race-header-pill-heavy {
     background: red ;
 }

 .race-header-pill-awt {
     background: rgb(133, 59, 28) ;
 }

 .race-future-date {
     padding: 0.3rem 1rem;
     font-weight: bold;
     background: rgb(255, 255, 255);
 }

 .race-future-rules {
     padding: 0px 1rem 0.5rem;
     background: rgb(255, 255, 255);
     font-size: 10px;
     line-height: 12px;
 }

 .race-loader h1::before {
     position: absolute;
     left: 0px;
     top: 0px;
     height: 100%;
     padding: 0px 0.5rem;
     border-radius: 0.5rem 0px 0px 0.5rem;
     line-height: 3.2rem;
     font-size: 2.5rem;
     color: rgb(255, 255, 255);
 }

 .race-other-meetings-toggle {
     font-size: 1.5rem;
     color: rgb(255, 255, 255);
     height: 2rem;
     line-height: 2rem;
     text-align: center;
 }

 .race-result {
     position: relative;
     margin-left: -1rem;
     margin-right: -1rem;
     background: rgb(255, 255, 255);
     font-size: 0.9rem;
     user-select: none;
 }

 .race-result-row {
     display: grid;
     grid-template-columns: 2rem 2.5rem auto 3.5rem 3.5rem 3.5rem;
     min-height: 33px;
     border-bottom: 1px solid rgb(224, 224, 224);
 }

 .race-result-row-no-silks {
     grid-template-columns: 2rem auto 3.5rem 3.5rem 3.5rem;
 }

 .race-result-row:last-child {
     border-width: medium;
     border-style: none;
     border-color: currentcolor;
     border-image: initial;
 }

 .race-result-row-exotics {
     display: flex ;
 }

 .race-result-header {
     font-weight: bold;
     color: rgb(255, 255, 255);
     background: rgb(51, 51, 51);
 }

 .race-result-cell {
     padding: 0.3rem 0.5rem;
     display: flex;
     place-content: center;
     flex-flow: column wrap;
     font-size: 1rem;
     line-height: 1.2rem;
 }

 .race-result-cell.race-result-placing {
     display: flex;
     flex-direction: column;
     place-content: center;
     font-size: 1.3rem;
     text-align: center;
     background: rgba(255, 221, 0, 0.314);
     font-weight: bold;
 }

 .race-result-cell.silk-icon {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0px;
 }

 .race-result-cell .silk-grey {
     width: 2rem ;
     height: 2rem ;
 }

 .race-result-cell-exotic {
     flex: 1 1 0px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: center;
     line-height: 1.2rem;
     border-right: 1px solid rgb(224, 224, 224);
 }

 .race-result-cell-exotic .race-result-cell-exotic-name {
     font-weight: bold;
 }

 .race-result-cell-exotic .race-result-cell-exotic-payout {
     font-weight: 600;
 }

 .race-result-runner-cell {
     padding-left: 0px;
     display: flex;
     flex-flow: column wrap;
     place-content: flex-start center;
 }

 .race-result-row-no-silks .race-result-runner-cell {
     padding-left: 0.5rem;
 }

 .race-result-runner {
     font-weight: 600;
     line-height: 1rem;
 }

 .race-result-runner-barrier {
     font-weight: normal;
     font-size: 80%;
 }

 .race-result-dividend {
     font-size: 0.9rem;
     text-align: center;
 }

 .race-result .race-result-jockey {
     font-size: 0.8rem;
     line-height: 1rem;
 }

 .race-result+.race-markets {
     padding-top: 0.2rem ;
 }

 .race-markets {
     position: relative;
     user-select: none;
     margin-left: -1rem;
     margin-right: -1rem;
     border-radius: 0px ;
     box-shadow: none ;
 }

 .formguide {
     display: none;
     position: fixed;
     top: 120px;
     left: 0px;
     z-index: 101;
     transition: opacity 0.25s, transform 0.25s;
 }

 .formguide-detail-scroller {
     display: flex;
     width: 100vw;
     height: calc(-170px + 100vh);
     background: rgb(255, 255, 255);
     flex-direction: row;
     transform: translateX(0%);
     transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
     will-change: transform;
 }

 .formguide-detail {
     display: flex;
     flex-direction: column;
     gap: 10px;
     position: relative;
     width: 100%;
     padding: 0px 10px;
     flex-shrink: 0;
     overflow: hidden auto;
     overscroll-behavior: none;
     box-sizing: border-box;
     background: rgb(255, 255, 255);
 }

 .formguide-detail-close {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 10px;
     width: 12px;
     height: 12px;
     font-size: 20px;
     background: rgb(51, 51, 51);
     color: rgb(255, 255, 255);
     border-radius: 50%;
 }

 .formguide-detail-odds {
     position: absolute;
     flex-direction: column;
     bottom: 5px;
     right: 15px;
     display: flex;
     gap: 15px;
 }

 .formguide-detail-odds .button.betlink {
     min-width: 40px;
     min-height: 25px;
     max-height: 25px;
     font-weight: bold;
 }

 .formguide-detail-odds .button.betlink::before {
     position: absolute;
     top: -7px;
     left: 10px;
     width: calc(100% - 20px);
     font-size: 10px;
     line-height: 12px;
     border-radius: 5px;
     background: var(--secondary);
     color: rgb(0, 0, 0);
 }

 .formguide-detail-odds .add-betslip-win::before {
     content: "Win";
 }

 .formguide-detail-odds .add-betslip-plc::before {
     content: "Plc";
 }

 .formguide-detail-comment {
     padding: 5px 10px;
     font-size: 12px;
     line-height: 16px;
     color: rgb(102, 102, 102);
     background: rgb(248, 248, 248);
     border-radius: 10px;
 }

 .formguide-detail-filters-header {
     display: flex;
     gap: 5px;
     align-items: center;
     padding: 0px 5px;
     font-size: 16px;
     font-weight: bold;
 }

 .formguide-detail-filters-container {
     margin-top: -5px;
     background: rgb(255, 255, 255);
 }

 .formguide-detail-filters {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     align-items: center;
     justify-content: center;
     text-align: center;
     font-size: 12px;
 }

 .formguide-detail-filter {
     display: flex;
     flex-direction: column;
     gap: 3px;
     padding: 5px;
     margin: 5px;
     line-height: 11px;
     border-radius: 10px;
     font-weight: 500;
     background: rgb(239, 239, 239);
     cursor: pointer;
 }

 .formguide-detail-filter-active:not(.formguide-detail-filter-blank) {
     background: rgba(238, 255, 238, 0.5);
     outline: rgba(80, 157, 80, 0.25) solid 2px;
 }

 .formguide-detail-filter-record {
     font-weight: normal;
     font-size: 9px;
     line-height: 8px;
     color: rgb(51, 51, 51);
 }

 .formguide-detail-filter-blank {
     opacity: 0.5;
 }

 .formguide-detail-filter-blank .formguide-detail-filter-record {
     opacity: 0;
 }

 .formguide-detail-silks {
     background-size: 50px;
     background-repeat: no-repeat;
     background-position: 50% center;
     position: absolute;
     top: 10px;
     left: 0px;
     width: 45px;
     height: 65px;
     padding: 10px;
     box-sizing: border-box;
     border-radius: 10px;
     background-color: white;
 }

 .formguide-detail-horse-container {
     display: flex;
     flex-direction: column;
     position: sticky;
     top: 0px;
     padding: 5px 10px 5px 50px;
     margin: 0px 0px -5px;
     font-size: 12px;
     background: rgb(255, 255, 255);
     z-index: 2;
     border-bottom: 2px solid rgb(239, 239, 239);
 }

 .formguide-detail-horse-select-container {
     display: grid;
     grid-template-columns: auto 32px;
     align-items: center;
     position: sticky;
     top: 0px;
     width: 100vw;
     gap: 1rem;
     padding: 5px 1rem;
     box-sizing: border-box;
     background: rgb(255, 255, 255);
 }

 .formguide-detail-horse-select {
     z-index: 1;
     display: flex;
     gap: 0.5rem;
     padding: 5px;
     overflow: auto;
     background: rgb(239, 239, 239);
     border-radius: 2rem;
 }

 .formguide-detail-horse-select-number {
     width: 2rem;
     min-width: 2rem;
     height: 2rem;
     font-size: 1rem;
     line-height: 2rem;
     border-radius: 1rem;
     text-align: center;
     background: rgb(51, 51, 51);
     color: rgb(255, 255, 255);
 }

 .formguide-detail-horse-select-number-selected {
     background: var(--secondary);
     color: rgb(0, 0, 0);
     font-weight: bold;
 }

 .formguide-detail-horse-select-number.disabled {
     display: none;
 }

 .formguide-detail-horse-name {
     display: flex;
     gap: 5px;
     align-items: center;
     font-weight: 800;
     font-size: 16px;
     line-height: 16px;
 }

 .formguide-detail-horse-stats {
     font-size: 11px;
 }

 .formguide-detail-horse-information {
     max-width: calc(-140px + 100vw);
     line-height: 14px;
 }

 .formguide-detail-race-container {
     display: flex;
     flex-direction: column;
     gap: 2px;
 }

 .formguide-detail-same {
     border-radius: 10px;
     padding: 0px 2px;
     background: rgb(255, 255, 115);
 }

 .formguide-detail-race {
     display: grid;
     grid-template-columns: 50px auto;
     padding-bottom: 10px;
     font-size: 12px;
     border-bottom: 1px solid rgb(239, 239, 239);
 }

 .formguide-detail-race-result {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     width: 45px;
     padding: 5px 0px;
     border-radius: 20px;
     background: rgb(254, 254, 254);
 }

 .formguide-detail-race-result-1 {
     background: rgba(255, 214, 0, 0.5) ;
 }

 .formguide-detail-race-result-2 {
     background: rgba(255, 214, 0, 0.314) ;
 }

 .formguide-detail-race-result-3 {
     background: rgba(255, 214, 0, 0.19) ;
 }

 .formguide-detail-race-replay {
     margin-top: 5px;
     font-size: 14px;
 }

 .formguide-detail-race-trial {
     border-radius: 20px;
     opacity: 0.5;
 }

 .formguide-detail-race-trial .formguide-detail-race-container {
     gap: 0px;
 }

 .formguide-detail-race-position {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     font-size: 12px;
     font-weight: 600;
 }

 .formguide-detail-race-position-runners {
     font-size: 10px;
     line-height: 8px;
 }

 .formguide-detail-race-position-odds {
     font-size: 10px;
     font-weight: 500;
     color: rgb(102, 102, 102);
 }

 .formguide-detail-race-margin {
     font-size: 9px;
     font-weight: 500;
     padding-top: 4px;
 }

 .formguide-detail-race-track {
     display: flex;
     align-items: center;
     gap: 5px;
     font-weight: bold;
     background: rgb(239, 239, 239);
     border-radius: 10px;
     padding: 2px 5px;
 }

 .formguide-detail-race-ground {
     margin-left: auto;
     border-radius: 10px;
     padding: 0px 5px;
     font-size: 10px;
     text-transform: uppercase;
 }

 .formguide-detail-race-data {
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-weight: 500;
     font-size: 11px;
 }

 .formguide-detail-race-name {
     display: flex;
     gap: 5px;
     max-width: calc(-130px + 100vw);
     padding-left: 5px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-size: 13px;
     font-weight: 800;
 }

 .formguide-detail-race-name-full {
     font-size: 10px;
     color: rgb(102, 102, 102);
 }

 .formguide-detail-race-info {
     display: flex;
     gap: 4px;
     align-items: center;
     padding-left: 3px;
 }

 .formguide-detail-race-info-pill {
     padding: 0px 5px;
     font-size: 11px;
     font-weight: 400;
     line-height: 14px;
     text-transform: uppercase;
     background: rgb(239, 239, 239);
     border-radius: 10px;
 }

 .formguide-detail-race-info-pill-diff {
     background: none;
     margin: 0px -5px 0px -8px;
     font-size: 10px;
 }

 .formguide-detail-race-distance {
     display: flex;
     flex-direction: column;
     margin-bottom: -15px;
     padding: 0px 8px 0px 5px;
     min-width: 40px;
     text-align: center;
     font-size: 11px;
 }

 .formguide-detail-race-distance-diff {
     font-size: 10px;
 }

 .formguide-detail-race-jockey {
     padding-left: 5px;
     font-size: 11px;
 }

 .formguide-detail-race-trial .formguide-detail-race-jockey {
     margin-bottom: 2px;
 }

 .formguide-detail-race-times {
     display: flex;
     flex-direction: column;
     padding-left: 6px;
     margin-bottom: 2px;
     font-size: 11px;
 }

 .formguide-detail-race-comment {
     padding-left: 5px;
     margin-top: -2px;
     color: rgb(102, 102, 102);
     font-size: 11px;
 }

 .formguide-detail-fast-finish {
     color: green;
 }

 .formguide-detail-held-up {
     color: rgb(204, 0, 0);
 }

 .formguide-detail-spell {
     grid-column: 1 / 3;
     margin: 10px 0px 5px;
     padding: 3px 0px 4px;
     text-align: center;
     font-weight: 700;
     font-size: 14px;
     color: rgb(204, 0, 0);
     background: rgba(204, 0, 0, 0.125);
     border-radius: 10px;
 }

 .formguide-detail-scratched::before {
     width: 100vw;
     position: absolute;
     top: 85px;
     left: 0px;
     z-index: 3;
     text-align: center;
     content: "Scratched";
     font-size: 30px;
     color: rgb(204, 0, 0);
     font-weight: 900;
     background: rgb(255, 255, 255);
     transform: rotate(-14deg);
 }

 .formguide-detail-scratched * {
     opacity: 0.5;
 }