﻿body {
    font-family: 'Roboto', sans-serif;
    color: #132536;
}

html {
    font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 19px;
    line-height: 7px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

p {
    margin: 2px 10px;
    padding: 0px;
    line-height: 28px;
}

    p.lead {
        font-size: 20px;
        line-height: 1.4;
    }

h3 code {
    font-size: 14px;
    font-weight: normal;
}

.layout {
    display: grid;
    grid-template-columns: minmax(5.875rem, auto) 1fr auto;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
        "navbar navbar navbar"
        "sidebar main invoice"
        "sidebar footer invoice";
    height: 100vh;
}

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

.close {
    color: inherit;
    display: contents;
}

.nav__top {
    grid-area: navbar;
    display: flex;
    align-items: center;
    z-index: 3;
}

.nav__top__item {
    padding: 0 1rem;
    font-size: 1.15rem;
}

    .nav__top__item.main-navigation {
        flex: 1;
    }

    .nav__top__item:not(:first-child) {
        border-left: 1px solid #efefef;
    }

.nav__left {
    grid-area: sidebar;
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    overflow: hidden;
}

.dashboard, .dashboard-search {
    display: grid;
    grid-area: main;
    grid-gap: 1.5rem;
    padding: 2rem 6rem;
    margin-top: 120px;
}

.dashboard-search {
    padding-top: 40px
}


.dashboard-betslip {
    padding: 4rem;
}

.NavBarTop {
    padding-top: 0;
    padding-bottom: 0;
    width: -webkit-fill-available;
    position: fixed;
    top: 0px;
    border-radius: 0 !important;
}

.navbar-top {
    height: 30px;
    -webkit-transition: all 0.1s ease-out 0s;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    background: rgb(26, 28, 43);
}

.Toals_Small_Layout {
    max-width: 100% !important;
}

.Left-Side-Nav-Menu {
    height: 53px;
    padding-top: 5px;
    display: flex;
    width: 100%;
}

.userMenu > li > a {
    font-size: 11px;
    line-height: 30px;
    padding: 0 20px 0 0;
    -webkit-transition: opacity 0.21s ease-out 0s;
    color: rgb(195, 198, 208);
}

.NavBar-OddsTypeText {
    font-weight: 300;
    padding-top: 2px;
}

.odds-type-change-btn {
    width: 130px;
    height: 24px;
    background: #132536;
    padding-top: 2px;
    color: white;
    padding-left: 4px;
    font-size: 14px;
}

.account-button {
    color: white;
    padding: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-right: 5px;
}

.NavBar-BrandingContainer {
    padding-top: 5px;
}

.BrandingImage {
    height: 100%;
    width: 100%;
    max-width: 200px;
    padding-top: 5px;
}

.Right-Side-Nav-Menu {
    display: flex;
    width: 20%;
    justify-content: flex-end;
}
    .Right-Side-Nav-Menu:has(.refresh-balance) {
        width: 40%;
    }

.icon-img {
    height: 30px;
    width: 30px;
}

.icon-img-small {
    height: 20px;
    width: 20px;
}

.breadcrumb1 {
    border-radius: 3px;
    height: 40px;
    margin-bottom: 14px;
    position: relative;
    font-size: 12px;
    z-index: 10;
}

.breadcrumbs__navigation {
    border-radius: 3px 0 0 3px;
    display: inline-block;
    text-align: center;
    width: 220px;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    float: left;
    height: 100%;
}

.breadcrumbs_text {
    font-size: 13px;
    font-weight: lighter;
}

.breadcrumbs__navigation_back {
    padding: 9px 13px;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.breadcrumbs__navigation_forward {
    padding: 9px 13px;
    display: inline-block;
    cursor: pointer;
}

.container-fluid-padding-left {
    padding-left: 0px;
}

.breadcrumbs__navigation2 {
    cursor: pointer;
    padding: 10px;
    display: inline-block;
}

.breadcrumbs__ssbt_name {
    display: inline-block;
    padding: 10px;
    margin-left: 340px;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
    font-size: 1.5rem;
}

.secondary-navigation.opened {
    width: 200px;
    transition: 0.3s;
}

.SideNav-ibox {
    background: transparent;
    position: fixed;
    overflow: hidden auto;
    overscroll-behavior: none;
    height: -webkit-fill-available;
    width: inherit;
    margin: 5px;
    top: 125px;
}

.SideNav-ibox-content {
    background-color: transparent;
    color: inherit;
    padding: 0px;
    padding-bottom: 15px;
}

.sidenav-icon {
    height: 22px;
    width: 36px;
    padding-left: 5px;
    border-radius: 5px;
    margin-right: 6px;
    display: inline-block;
}

.nav > li {
    color: #777;
    padding: 10px 2px;
    font-weight: 500;
    background: transparent;
    margin-right: 8px;
    border-radius: 5px;
    border: none;
}

    .nav > li > a {
        display: inline-block;
        width: 115px;
        font-size: 14px;
        text-decoration: none;
    }

        .nav > li > a:hover {
            text-decoration: underline;
        }

.theme-switcher {
    border-radius: 5px;
    margin-right: 8px;
    display: flex;
    padding: 0 3px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .theme-switcher input {
        display: none;
    }

    .theme-switcher label {
        position: relative;
        z-index: 2;
        width: calc(100% / 2);
        margin-bottom: 0px;
        padding-left: 20px;
    }

.hero-slider {
    max-height: 225px;
    overflow: hidden;
}

.hero {
    padding: 4rem 6rem;
    position: relative;
    border-radius: 10px;
    height: 225px;
    overflow: hidden;
    max-height: 225px;
    background-position: center right;
    background-repeat: no-repeat;
}

.hero-hover:hover {
    filter: brightness(0.8);
    display: flex;
}

.hero-carousel {
    padding: 2rem 4rem;
}

.ibox {
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    clear: both;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    height: fit-content;
}

.ibox-title {
    letter-spacing: 1px;
    color: white;
    margin-bottom: 0;
    padding: 0px 18px;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.page-title {
    margin-top: 10px;
}

.hero-pattern-background {
    max-height: 225px;
    background-position: center right;
    background-repeat: repeat;
    border-radius: 10px;
}

.hero-background-width {
    width: 96% !important;
}

.hero-background-width-full {
    width: 100% !important;
}

.hero__img {
    width: 40%;
    max-width: 350px;
    position: absolute;
    overflow: hidden;
    height: calc(110%);
    top: 0%;
    right: 0rem;
    border-radius: 0 0 10px 0;
    min-width: 225px;
}

.hero__title {
    color: white;
    font-weight: 600;
    max-width: 65%;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    font-size: 3.2rem;
}

.hero__text {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    line-height: 1.7;
    margin: 2px 0px;
    max-width: 58%;
    font-size: 16px;
}

.hero-background-0 {
    background-image: url(/images/HeroImages/ToalsBackgroundHero1Transparent.png);
}

.hero-background-1 {
    background-image: url(/images/HeroImages/ToalsBackgroundHero2Transparent.png);
}

.hero-background-2 {
    background-image: url(/images/HeroImages/ToalsBackgroundHero3Transparent.png);
}

.grand-national-hero-container {
    display: block;
    margin: auto;
    width: 50%;
}

.national-hero-container {
    display: block;
    margin: auto;
    width: 65%;
}

.hero__cta {
    padding-left: 3rem;
    padding-right: 3rem;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
}

.slick-prev {
    left: 0;
    background-image: url(/icons/icons8-left-arrow-home-40.png);
}

    .slick-prev:before {
        content: url(/icons/icons8-left-arrow-home-40.png);
    }

.slick-next {
    right: 0;
    background-image: url(/icons/icons8-right-arrow-home-40.png);
}

    .slick-next:before {
        content: url(/icons/icons8-right-arrow-home-40.png);
    }

.custom-offer-title {
    font-size: 24px;
}

.hero-special-image {
    height: 30px;
}

.text-title {
    font-size: 3.2rem;
    line-height: 40px;
}

.bb-Container {
    margin-top: 0;
    padding: 0;
    overflow: hidden;
}

.bb-ImageContainer-betbuilder {
    width: 320px;
}

.bb-ImageContainer {
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}

.bb-ImageContainer_MediaWrapperBetBuilder {
    height: 100%;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 70% 70%, transparent 100%);
}

.bb-ImageContainer_MediaWrapper {
    height: 100%;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 30% 30%, transparent 55%);
}

.bb-ImageContainer_Image {
    height: 95%;
    width: 57%;
    object-fit: cover;
    float: right;
}

.bb-ImageContainer_ImageBetBuilder {
    width: 100%;
}

.bb-Details {
    display: flex;
    position: absolute;
    z-index: 2;
    flex-direction: column;
    width: 40%;
}

.bb-ImageContainer_ImageOverlay {
    position: absolute;
    width: 10%;
    height: 100%;
    z-index: 1;
}

.bb-DetailsHeader {
    height: 60px;
    width: 95%;
    display: flex;
}

.bb-DetailsHeader-betslip {
    width: 70%;
}

.bb-Fixture {
    overflow: hidden;
    width: 95%;
}

.bb-Details_FixtureContainer {
    display: flex;
    justify-content: space-between;
}

.bb-TitleContainer {
    display: flex;
    flex: 1;
    margin: 15px 15px 0 20px;
    cursor: pointer;
}

.bb-TitleContainer_Title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 16px;
    max-height: calc(16px * 2);
    color: #fedb5b;
    font-size: 16px;
    margin-right: 2px;
}

.bb-TitleContainer_TitlePadding {
    padding-top: 5px;
}

.bb-DetailsHeader_Boosts {
    margin: 15px 10px 0 0;
    font-size: 16px;
}

.bb-BetBoostCount {
    display: flex;
    position: relative;
    cursor: pointer;
    height: 18px;
    border-radius: 5px;
    padding: 0 3px;
    font-size: 16px;
    line-height: 18px;
}

.bb-DetailsHeader_ClockChild:first-child {
    margin-right: 4px;
}

.bb-Fixture_Participant {
    display: flex;
    height: 70px;
    align-items: center;
    cursor: pointer;
    padding: 0 20px;
}

.bb-Fixture_Participant-betslip {
    height: 40px;
}

.bb-Fixture_TeamKitContainer {
    height: 55px;
    width: 55px;
    margin-right: 10px;
    flex-shrink: 0;
}

.bb-Fixture_TeamKitContainer-betslip {
    height: 45px;
    width: 45px;
}

.tk-TeamKitImage_SVG {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 30px;
}

.bb-Fixture_ParticipantLabel {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}

.bb-Fixture_TeamKit > img {
    height: 50px;
    width: 50px;
}

.bb-Fixture_TeamKit-betslip > img {
    height: 35px;
    width: 40px;
}

.HomePage-RaceContainer {
    padding-right: 0px;
    padding-left: 0px;
}

.bb-Details_Price {
    padding-left: 10px;
    display: flex;
    height: 60px;
}

.bb-Details_Price-constricted {
    width: calc(100% - 40px);
}

.bb-ParticipantOdds {
    display: flex;
    position: relative;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
    padding: 0 20px 0 10px;
    margin-right: 1px;
    align-items: center;
    cursor: pointer;
    max-width: 50%;
    line-height: 25px;
}

.bb-ParticipantOdds_Columns3 {
    max-width: 33.33%;
}

.bb-ParticipantOdds_Name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bb-ParticipantOdds_OddsWrapper {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    white-space: nowrap;
}

.bb-ParticipantOdds_Odds {
    color: #fedb5b;
    padding-left: 6px;
}

.HomePage-RaceInfo {
    width: 100%;
    padding: 10px 14px 10px 14px;
    text-transform: uppercase;
}

.HomePage-HorseRace-Title {
    font-size: 16px;
    font-weight: 600;
}

.RaceViewTable {
    margin-bottom: 0px;
}

.HomePageRaceTable > .table > tbody > tr > td {
    vertical-align: middle;
    padding: 8px;
    border-bottom-width: 0px;
}

.SelectionLink {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    height: 100%;
    text-decoration: none;
}

.HomePage-SilkSection {
    padding: 0px 8px;
}

.horse__silk {
    height: 33px;
    width: 40px;
    vertical-align: bottom;
}

.Home-HorseSelectionName {
    min-width: 100px;
}

.horse__name {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
}

.HomePageRaceTable-JockeyDetails {
    text-shadow: none;
    font-size: 12px;
}

.HomePage-JockeyContainer {
    margin-top: -2px;
}

.NextRace {
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0px;
}


.HomePage-SelectionRow {
    width: 60px;
    cursor: pointer;
}

.HomePage-Footer-Text {
    font-size: 12px;
}

.HomePage-Footer-Icon {
    height: 22px;
    width: 22Px;
}

.ibox-content {
    border-style: solid solid none;
    border-width: 1px 0px;
}

.OddsTable > .table {
    border-collapse: separate;
    border-spacing: 0px 0px;
    margin-bottom: 0px;
}

    .OddsTable > .table > tbody > tr > th {
        font-weight: 600;
        font-size: 16px;
        color: white;
        text-align: center;
    }

    .OddsTable > .table > tbody > tr > td {
        text-align: center;
        vertical-align: middle;
    }

    .OddsTable > .table > tbody > .subheader-row > td {
        text-align: left;
        font-size: 1.4rem;
        font-weight: 600;
    }

        .OddsTable > .table > tbody > .subheader-row > td:first-child {
            padding-left: 12px;
        }

        .OddsTable > .table > tbody > .subheader-row > td > a {
            vertical-align: middle;
            font-size: 1.4rem;
            font-weight: 600;
        }

            .OddsTable > .table > tbody > .subheader-row > td > a:hover {
                text-decoration: none;
                cursor: default;
            }

    .OddsTable > .table > tbody > tr > .matches_time_date > a {
        float: left;
    }

    .OddsTable > .table > tbody > tr > td > a {
        text-decoration: none;
    }

        .OddsTable > .table > tbody > tr > td > a:hover {
            text-decoration: underline;
        }

    .OddsTable > .table > tbody > tr > .single-event-name-padding {
        padding-top: 14px;
    }

    .OddsTable > .table > tbody > tr .MoreRow {
        padding-top: 14px;
    }

    .OddsTable > .table > tbody > tr > .SelectionRow, .OddsTable > .table > tbody > tr > .SelectionRowSelected, .OddsTable > .table > tbody > tr > .SelectionRow-Dummy {
        vertical-align: middle;
        padding: 2px;
        min-width: 65px;
    }

    .OddsTable > .table > tbody > tr > .ThreeBall {
        padding-right: 15px
    }

    .OddsTable > .table > tbody > tr > .EventNameRow {
        text-align: left;
        padding: 15px;
        vertical-align: baseline;
        padding-bottom: 10px;
    }

    .OddsTable > .table > tbody > tr > .previous-races-container {
        padding: 1rem 2rem;
    }

.score {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 100%;
}

.score__team--vertical img {
    width: 32px;
    margin: 0 0.8rem;
}

.score__result--vertical {
    font-size: inherit;
    width: auto;
    color: #8b939a;
    margin: 0;
}

.TimeRow {
    text-shadow: none;
    padding-right: 2px;
    font-size: 14px;
}

.score__team--vertical {
    display: flex;
    align-items: center;
    flex: 1;
}

    .score__team--vertical:first-child {
        justify-content: flex-end;
    }

    .score__team--vertical:hover {
        text-decoration: underline;
    }

.score__team {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
}

.score__goals {
    margin: 10px;
}

.SelectionRow, .SelectionRow-Dummy {
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    padding: 0px;
    font-weight: 900;
    text-align: center;
    text-overflow: ellipsis;
    cursor: pointer;
}

.SelectionRow-Dummy {
    cursor: default;
}

.MoreRow {
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: none;
    font-size: 14px !important;
    border-bottom: none !important;
    width: 10%;
}

.matches__time {
    margin: 0.5rem;
    font-size: 14px;
}

.tag {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 500;
    padding: 0.7rem 0.75rem;
    font-size: 14px;
}

.circle-margin {
    margin-right: 3px;
}

.bb-icon-mini {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 6px;
    border-radius: 3px;
    background-color: #1c4bf2;
    box-shadow: 0 0 8px 2px rgba(28, 75, 242, 0.6);
    margin: 6px 6px 0px 0px;
}

.bb-icon-text {
    font-size: 14px;
    color: white;
    line-height: 1;
    font-family: 'NiveauGrotesk', sans-serif;
    text-shadow: 0 0 3px white, 0 0 5px #1c4bf2;
}

.MobileColumnVisibility {
    visibility: collapse;
    display: none;
    opacity: 0;
}

.TennisDoublesFlags {
    position: relative;
    top: 0;
    left: 0;
    margin: 0px 2rem 0 1rem;
}

.TennisFlag1 {
    position: relative;
    top: -4px;
    left: 0;
    width: 25px !important;
    margin: 0 !important;
}

.TennisFlag2 {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 25px !important;
    margin: 0 !important;
}

.featured-header {
    letter-spacing: 1px;
    color: white;
    margin-bottom: 0px;
    padding: 0px 18px;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.sportsHero {
    position: relative;
    height: 180.66px;
}

.sportsHero_Image {
    position: absolute;
    overflow: hidden;
    bottom: -80px;
}

.featuredMatchContainer {
    padding-right: 0px;
    padding-left: 0px;
}

.card {
    margin: 5px;
    border-radius: 5px;
}

.card__body {
    padding: 0.7rem 0.7rem 0 0.7rem;
}

.featured-live__title {
    display: block;
    text-align: center;
}

.featured-live__score {
    margin: 0 0 0.5rem;
}

.featured-live__date {
    font-size: 12px;
    line-height: 6px;

}

.featured-live__competition {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.featured-lives-score__team {
    font-size: 15px;
}

.card__footer--link {
    padding: 0;
}

.golfSelections {
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}


.slick-dots li button::before {
    font-size: 8px;
}

.MatchBetting-MarketName {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 7px;
    border-top: none;
    letter-spacing: .5px;
    display: block;
}

.competitions-display {
    display: block;
    width: 110%;
    padding: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
}

    .competitions-display:hover {
        text-decoration: underline;
        cursor: pointer;
    }


.competitions-count-text {
    border-radius: 25px;
    width: 45px;
    text-align: center;
    margin-top: 9px;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.4rem;
}

.bb-banner {
    display: flex;
    height: 219px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .bb-banner:hover {
        transform: scale(1.02);
    }

.bb-banner-content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding-top: 4%;
    align-items: flex-start;
    padding-left: 40px;
    gap: 20px;
    font-size: 24px;
}

.bb-banner-content-header {
    font-weight: 800;
    font-size: 50px;
}


.bb-banner-content h2 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.bb-banner-content p {
    font-size: 20px;
    margin: 0;
    opacity: 0.95;
}


.competition-slide {
    height: 100%;
}

.competition-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    min-width: 150px;
    max-width: 300px;
    width: auto;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    font-size: 1.4em;
    padding: 5px 5px;
    height: 100%;
    min-height: 95px;
}

    .competition-tab img {
        height: 30px;
        border-radius: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

.region-name {
    font-size: 16px;
    color: white;
}

.match-count {
    display: block;
    font-size: 14px;
}

.sort-by-container {
    text-align: right;
}

.sort-by-button {
    padding: 4px 0px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    background: transparent;
    border: none;
}

.competition-toggle {
    text-align: right;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}

.sort-by-header {
    padding-left: 20px;
    font-size: 14px;
}

.sort-by-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 500;
    text-decoration: none;
}

.DayTabBar {
    padding: 10px;
}

.DayTabs a {
    text-align: center;
    display: inline-block;
    padding: 5px 16px;
    margin: 4px 2px 0px 0px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
}

.activeDay {
    font-weight: bold;
}

.market-dropdown {
    padding: 10px;
    padding-top: 16px;
}

.market-button {
    width: 100%;
    font-weight: 500;
    border-radius: 0;
    display: inline-flex;
    justify-content: space-between;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: .375rem .75rem;
    font-size: 1.5rem;
}

.market-dropdown-text {
    display: inline-block;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.market-dropdown-menu > li > a {
    display: block;
    padding: 4px 15px;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.5rem;
}

.dropdown-sub-title {
    padding-right: 15px;
}

.OddsTable {
    padding-left: 0px;
    padding-right: 0px;
}

.ibox-title-MatchBetting {
    border-width: 1px 0px 0px;
    padding: 14px 24px 7px;
    letter-spacing: .5px;
    margin-bottom: 0;
    padding: 18px 18px;
}

.market-list-comp-info-container {
    display: grid;
    text-align: right;
}

.Ibox-MatchBetting-Title {
    font-size: 20px;
}

.Ibox-MatchBetting-Description {
    font-size: 14px;
}

.MatchBetting_Football_Silk {
    height: 25px;
    margin: 0 5px;
    vertical-align: text-bottom;
}

.nav-tabs > li {
    font-weight: 600;
    padding: 7px 10px;
    margin: 0;
    border-radius: 2px;
}

.MatchBettingTable {
    padding-left: 0px;
    padding-right: 0px;
}

.MatchBetting-Selection, .MatchBetting-Selection-Dummy, .MatchBetting-Selection-No-Border, .MatchBetting-Selection-Border {
    cursor: pointer;
    height: 35px;
    padding: 6px 20px;
    margin-bottom: 1px;
    vertical-align: middle;
    font-size: 16px;
}

.MatchBetting-Odds {
    font-family: 'Exo', sans-serif;
    float: right;
    font-weight: 600;
}

.correctScore {
    text-align: center;
    margin-top: 10px;
}

    .correctScore .correctScoreCount {
        height: 35px;
        width: 35px;
        font-size: 16px;
        border: none;
        font-weight: 600;
    }

.Teams {
    display: flex;
    padding: 10px;
    justify-content: center;
    gap: 40px;
    padding-top: 0px;
}

    .Teams > .HomeTeam, .Team > .AwayTeam {
        text-align: center;
        font-size: 20px;
    }

.grid-item {
    font-size: 30px;
    text-align: center;
}

.grid-item-left {
    font-size: 30px;
    text-align: right;
}

.grid-item-right {
    font-size: 30px;
    text-align: left;
}

.correctScoreDigit {
    font-size: 25px;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border: 2px;
    margin-left: 25px;
    margin-right: 25px;
}

.correctScoreOddContainer, .scorecastOddsContainer {
    width: 123px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    vertical-align: middle
}

.scorecast-container {
    text-align: center;
    margin-top: 10px;
}

.scorecastText {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.correctScoreCount {
    height: 55px;
    width: 100%;
    font-size: 20px;
    border: none;
    text-align: center;
    padding: 8px;
    font-family: 'Exo', sans-serif;
}

.MatchBetting-Market-Container-Soccer {
    display: flex;
    justify-content: space-between;
}

.playerGoalsOrAssistTable > tbody > tr > th {
    text-align: center;
    font-size: 16px;
}

    .playerGoalsOrAssistTable > tbody > tr > th:first-child {
        width: 25%;
        text-align: left;
    }

    .playerGoalsOrAssistTable > tbody > tr > th:nth-of-type(2) {
        width: 8%;
    }

.playerGoalsOrAssistTable > tbody > tr > td {
    text-align: center;
}

    .playerGoalsOrAssistTable > tbody > tr > td:first-child {
        text-align: left;
        font-size: 16px;
    }

.marketList-down-arrow {
    height: 15px;
}

.loadingDiv {
    margin: auto;
    left: 35%;
    right: 35%;
    max-width: 150px;
    min-width: 150px;
    position: fixed;
    text-align: center;
    top: 40%;
    z-index: 999998;
    -webkit-box-shadow: 0 6px 12px rgb(56 52 52);
    box-shadow: 0 6px 12px rgb(56 52 52)
}

    .loadingDiv .loading-image {
        display: block;
        margin: 25px 75px;
    }

    .loadingDiv .card {
        margin: 0;
    }

    .loadingDiv .card-body {
        width: 150px;
        height: 150px;
    }

.vertical-centered-box {
    width: 100%;
    text-align: center;
}

.loading-text {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}

.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-left: -60px;
    margin-top: -60px;
}

.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    transform-origin: 60px 60px;
    animation: rotate 1.2s infinite linear;
}

    .loader-line-mask .loader-line {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        box-shadow: inset 0 0 0 3px rgba(255,255,255,.7);
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.NoResultsDiv {
    text-align: center;
    padding: 20px;
    color: gray;
}

.inplay-loading {
    width: 20px !important;
    height: 20px;
}

.result-score-oddTable {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}

.inplay-conditions {
    text-align: center;
    padding: 10px;
    color: gray;
}

.MatchBetting-NoBetsMessage, .Inplay-Conditions-Text, .Search-No-Results {
    padding-left: 5px;
}

.score__team--vertical--flag {
    width: 25px !important;
    margin: 0 1rem;
}

.players-table-show-more {
    font-size: 14px;
    padding: 5px 14px;
}

img.Toals_Numbers {
    height: 750px;
    width: 550px;
}

.empty-golf-row {
    height: 40px
}

.bet-builder-banner {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}

    .bet-builder-banner h3 {
        margin-bottom: 10px;
    }

.build-bet-btn {
    border: none;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.betbuilder-summary {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 999;
}

.betbuilder-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.betbuilder-modal-content {
    background: white;
    padding: 30px;
    border-radius: 16px;
    width: 500px;
    max-height: 90%;
    overflow-y: auto;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
    position: relative;
}

    .betbuilder-modal-content h4 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #004a99;
    cursor: pointer;
}

.betbuilder-list li {
    margin: 8px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.betbuilder-odds-box, .betbuilder-stake-box {
    margin: 15px 0;
    font-size: 18px;
}

    .betbuilder-stake-box input {
        width: 100%;
        padding: 8px;
        font-size: 16px;
        border-radius: 6px;
        border: 1px solid #ccc;
        margin-top: 5px;
    }

.loading-spinner {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

.hidden {
    display: none;
}

.BetSlip-ibox {
    top: 0px;
    max-height: calc(100vh - 0px);
    overflow: auto;
}

.BetSlip-ibox-title {
    background-color: black;
    border-width: 1px 0px 0px;
    border-width: 1px 0px 0px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 10px 22px;
    height: 40px;
}

.BetSlip-ibox-title-clear {
    background-color: #fff;
    border-width: 1px 0px 0px;
    color: rgb(241, 245, 247);
    margin-bottom: 0;
    padding: 10px 22px;
    height: 40px;
}

.BetSlip-ibox-content {
    background-color: rgb(255, 255, 255) !important;
    padding: 10px 0px 0px;
}

.invoice {
    grid-area: invoice;
    font-size: 1.5rem;
    width: 0;
    overflow: hidden;
    transition: width 0.3s;
}

.invoice__wrapper {
    width: 46.5rem;
    padding: 1.2rem 1.5rem 2.5rem;
    transform: translate(0, 0);
}

.invoice__betEmpty {
    height: 500px
}

.invoice.opened {
    width: 46.7rem;
}

.invoice article {
    filter: drop-shadow(0 0px 7px rgba(163, 169, 176, 0.3));
}

.invoice__section {
    --bg-color: white;
    padding: 1.5rem 2.9rem;
    position: relative;
}

    .invoice__section:first-child:after, .invoice__section:nth-child(2):after {
        content: "";
        width: 85%;
        border-top: 2px dashed #f3f5f9;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

.invoice__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #8b939a;
    margin-top: 0;
    font-size: 2.15rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.invoice .switch__option {
    font-size: 1.85rem;
}

.invoice__type {
    background: linear-gradient(135deg, transparent 7px, var(--bg-color) 0) top left, linear-gradient(225deg, transparent 7px, var(--bg-color) 0) top right, linear-gradient(315deg, transparent, var(--bg-color) 0) bottom right, linear-gradient(45deg, transparent, var(--bg-color) 0) bottom left;
    background-image: radial-gradient(circle at 0 0, transparent 0, var(--bg-color) 0), radial-gradient(circle at 100% 0, transparent 0, var(--bg-color) 0), radial-gradient(circle at 100% 100%, transparent 8px, var(--bg-color) 9px), radial-gradient(circle at 0 100%, transparent 8px, var(--bg-color) 9px);
    background-size: 52% 52%;
    background-repeat: no-repeat;
}

    .invoice__type:before {
        content: "";
        background: radial-gradient(circle, transparent, transparent 50%, #fff 50%, #fff 100%) -7px -8px/16px 16px repeat-x;
        width: 100%;
        height: 6px;
        position: absolute;
        top: -5px;
        left: 0;
    }

.invoice__bet {
    background: linear-gradient(135deg, transparent 7px, var(--bg-color) 0) top left, linear-gradient(225deg, transparent 7px, var(--bg-color) 0) top right, linear-gradient(315deg, transparent 7px, var(--bg-color) 0) bottom right, linear-gradient(45deg, transparent 7px, var(--bg-color) 0) bottom left;
    background-image: radial-gradient(circle at 0 0, transparent 8px, var(--bg-color) 9px), radial-gradient(circle at 100% 0, transparent 8px, var(--bg-color) 9px), radial-gradient(circle at 100% 100%, transparent 8px, var(--bg-color) 9px), radial-gradient(circle at 0 100%, transparent 8px, var(--bg-color) 9px);
    background-size: 53% 53%;
    background-repeat: no-repeat;
}

.invoice__payment {
    background: linear-gradient(135deg, transparent 7px, var(--bg-color) 0) top left, linear-gradient(225deg, transparent 7px, var(--bg-color) 0) top right, linear-gradient(315deg, transparent, var(--bg-color) 0) bottom right, linear-gradient(45deg, transparent, var(--bg-color) 0) bottom left;
    background-image: radial-gradient(circle at 0 0, transparent 8px, var(--bg-color) 9px), radial-gradient(circle at 100% 0, transparent 8px, var(--bg-color) 9px), radial-gradient(circle at 100% 100%, transparent 0, var(--bg-color) 0), radial-gradient(circle at 0 100%, transparent 0, var(--bg-color) 0);
    background-size: 51% 51%;
    background-repeat: no-repeat;
}

    .invoice__payment:after {
        content: "" !important;
        z-index: 1 !important;
        background: radial-gradient(circle, transparent, transparent 50%, var(--bg-color) 50%, var(--bg-color) 100%) -7px -8px/16px 16px repeat-x !important;
        width: 100% !important;
        height: 6px !important;
        transform: rotate(180deg) !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        border-top: 0px !important;
    }

.invoice__payment__amount {
    display: block;
    padding-top: 10px;
    margin: 0 10px;
}

    .invoice__payment__amount label {
        margin-right: 0.5rem;
    }

    .invoice__payment__amount [type=text] {
        flex: 1;
        width: 0;
    }

.invoice__payment__options__title {
    display: flex;
    justify-content: space-between;
    color: #8b939a;
    margin-top: 2rem;
}

.invoice__payment__recap {
    display: flex;
    margin-top: 1.5rem;
}

.invoice__payment__recap__rating {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    border-right: 1px solid #efefef;
}

    .invoice__payment__recap__rating .rating {
        font-size: 0.75rem;
    }

.invoice__payment__recap__winnings {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    border-right: 1px solid #efefef;
}

.invoice__payment__recap__title {
    white-space: nowrap;
}

.invoice__payment__recap__winnings__amount {
    color: #52b49c;
    margin: 0;
    font-size: 2.35rem;
}

.invoice__submit {
    --bg-color: rgba(163, 169, 176, 0.2);
    background-color: var(--bg-color);
    padding: 2rem;
}

    .invoice__submit .btn {
        width: 100%;
        box-shadow: 0 2px 10px rgba(97, 60, 234, 0.4);
    }

    .invoice__submit:after {
        content: "" !important;
        z-index: 1 !important;
        background: radial-gradient(circle, transparent, transparent 50%, var(--bg-color) 50%, var(--bg-color) 100%) -7px -8px/16px 16px repeat-x !important;
        width: 100% !important;
        height: 6px !important;
        transform: rotate(180deg) !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        border-top: 0 !important;
    }

.invoice__assistance {
    padding: 2rem 1.5rem;
    border-top: 1px solid #e2e4e6;
}

.invoice__assistance__button.btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: normal;
    color: #a3a9b0;
    font-size: 1.15rem;
    border-radius: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 1px 2px 2px rgba(65, 24, 219, 0.1);
}

    .invoice__assistance__button.btn svg {
        width: 1.5rem;
    }

.betslip-sidenav {
    grid-area: invoice;
}

#side-betslip-container {
    background-color: rgb(255 255 255 / 0.00);
}

.side-betslip-container {
    position: fixed;
    top: 125px;
}

.image-loading-betslip {
    padding-left: 100px;
    margin-bottom: 0px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bet__match {
    display: flex;
    align-items: center;
    position: relative;
}

    .bet__match .btn {
        margin-left: auto;
    }

.bet__outcome {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 4px 8px;
    position: relative;
}

.bet__outcome__state {
    flex: 1 1 30%;
    min-width: 0;
}

.bet__outcome__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0.5rem 10px 0;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-radius: 5px;
    font-weight: bold;
    line-height: 16px;
    overflow: hidden;
    gap: 10px;
}

.bet__selection__name {
    flex: 1 1 30%;
}

.bet__selection__name,
.bet__outcome__state,
.rating--primary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.bet__outcome__rating .rating {
    font-size: 1.5rem;
    font-weight: normal;
}

.rating {
    border: 1px solid rgba(163, 169, 176, 0.1);
    padding: 0.2em 0.8em;
    vertical-align: middle;
    position: relative;
}

.rating--primary {
    flex: 0 0 auto;
    max-width: 30%;
}

.btn {
    display: inline-block;
    font-size: 14px !important;
    line-height: 1.5;
    border: 0;
    background-color: #efefef;
    border-radius: 10px;
    font-weight: 500;
    color: #676767;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

    .btn:hover:not(.btn--primary):not(.btn--secondary) {
        background-color: #d6d6d6;
        color: #888f98;
    }

.btn--primary {
    color: white;
}

.btn--secondary {
    background-color: white;
}

.btn--primary, .btn--secondary {
    transition: transform 0.3s, box-shadow 0.3s;
}

    .btn--primary:hover, .btn--secondary:hover {
        transform: translateY(-3px);
        box-shadow: 0 3px 6px rgba(65, 24, 219, 0.16);
        color: white;
    }

.btn--icon {
    padding: 0.6rem 0.8rem;
}

    .btn--icon svg {
        width: 20px;
        height: 25px;
        stroke: currentColor;
        fill: currentColor;
        vertical-align: middle;
    }

.btn--toggle {
    border: 1px solid #e2e2e2;
    padding: 0.5rem 0.65rem;
}

.btn--round, .btn--round-lg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    background-color: #a3a9b0;
    color: white;
}

    .btn--round svg, .btn--round-lg svg {
        width: 50%;
        height: 90%;
    }

.btn--round-lg {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

.btn--no-bg {
    background-color: rgba(0, 0, 0, 0);
}


.bet__team {
    font-weight: bold;
    line-height: 14px;
}

.BetSlip-Selections-Compact {
    max-height: 500px;
    overflow: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

..sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.Each-Way-Checkbox-Singles {
    display: inline-block;
    margin: 4px 0px 0px 10px !important;
    vertical-align: top;
}

.WagersContainer {
    margin-top: 5px;
}

.grid-container-Wagers {
    display: grid;
    grid-template-columns: 100px auto auto auto 110px;
    grid-gap: 2px;
}

.BetSlip-WagerTypeText {
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: bold;
}

.grid-container-Wagers > div {
    font-size: 14px;
}

.BetSlip-Selection-Meeting {
    text-transform: none !important;
    font-size: 12px;
    color: rgb(99, 106, 128);
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Wager-Potential-Return {
    text-transform: none !important;
    font-weight: 500;
    display: inline-block;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

input[type=text] {
    border: 1px solid #d6d6d6;
    border-radius: 7px;
    padding: 0.25rem 0.5rem;
}

    input[type=text]::-moz-placeholder {
        font-weight: 500;
        color: #a3a9b0;
        font-family: "Roboto", sans-serif;
    }

    input[type=text]:-ms-input-placeholder {
        font-weight: 500;
        color: #a3a9b0;
        font-family: "Roboto", sans-serif;
    }

    input[type=text]::placeholder {
        font-weight: 500;
        color: #a3a9b0;
        font-family: "Roboto", sans-serif;
    }

input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
}

.betslip__expanders {
    display: flex;
    justify-content: space-between;
}

.BetSlip-Wagers-Title {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 10px;
    color: #428bca;
    cursor: pointer;
}

    .BetSlip-Wagers-Title:hover {
        text-decoration: underline
    }

.Remove-All-Selections-Title {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 10px;
    color: #428bca;
    cursor: pointer;
}

    .Remove-All-Selections-Title:hover {
        text-decoration: underline
    }

.Extra-Wager-Types {
    max-height: 310px;
    overflow: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.rating--primary, .rating--primary--dummy {
    color: white !important;
}

.HorseRacing-CountryName, .HorseRacing-MarketName {
    padding: 7px;
    padding-left: 17px;
    padding-top: 12px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 1.5rem;
}

.HorseRacing-MarketName {
    font-weight: 700;
}

    .HorseRacing-MarketName > a {
        text-decoration: none;
    }

.HorseRow {
    padding-left: 12px;
}

.HorseRacing-RaceTimes {
    padding: 7px;
    padding-left: 17px;
    padding-top: 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
}

    .HorseRacing-RaceTimes > a {
        text-decoration: none;
        margin-right: 12px;
    }

.RaceInfo {
    width: 100%;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.HorceRace-Description {
    color: rgb(255, 255, 255);
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.Horse-Race-Description-Darker {
    padding-right: 15px;
}

.race-verdict-parent {
    padding: 1.3rem;
}

#RaceVerdict {
    width: calc(100% - 190px);
    pointer-events: none;
    font-size: 1.5rem;
}

.racing-post-logo {
    height: 14px;
    padding-right: 3px;
}

.less{
    overflow: hidden;
}

.JockeyContainer-ExpandIcon {
    width: calc(100% - 30px);
}

.Horses-HorseSelection-Text {
    text-shadow: none;
    font-size: 14px;
    font-weight: 600;
    width: 10px;
}

.expand-collapse-parent {
    display: inline-block;
    float: right;
    padding-top: 5px;
}

.tips-container {
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    position: relative;
    top: -2px;
}

.expand-collapse-icon {
    height: 30px;
    transition: all 0.2s ease-in-out;
}

.collapsed-arrow {
    transform: rotate(-0.25turn);
}

.MatchBetting-NoBetsMessage, .Inplay-Conditions-Text, .Search-No-Results {
    font-size: 14px;
}

.horse-stat-icons {
    float: right;
    padding-right: 15px;
    text-align: center;
    display: inline-block;
    padding-top: 5px;
}

.HomePageRaceTable-JockeyDetails {
    text-shadow: none;
    font-size: 12px;
}

.PreviousRaces {
    font-size: 12px;
    width: 100%;
    table-layout: fixed;
}

    .PreviousRaces > thead > tr {
        font-size: 13px;
        font-weight: 700;
    }

    .PreviousRaces > tbody > tr > td {
        padding: 8px;
    }

.ResultsLink {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    height: 100%;
}

.horse-favourite-text {
    width: 70px;
    margin-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 500;
}

.out-off-date {
    opacity: 0.5;
    cursor: default !important;
}

.bb-banner-content h2 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.BetSlip-StakeInput {
    text-align: center;
    height: 25px !important;
    width: 60px !important;
    margin-left: 10px;
    padding: 5px;
    margin-bottom: 0 !important;
    display: inline-block;
}

.golfSelections > .SelectionLink > .row {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.coupon-table {
    font-size: 1.5rem;
}

    .coupon-table > tbody > tr > td {
        padding: 1rem;
        padding-left: 1.5rem;
        padding-bottom: 0.5rem;
    }

.register-career-header {
    padding: 20px;
    padding-bottom: 0px;
    font-size: 1.4rem;
}

.careers-submit-message {
    font-size: 1.4rem;
    font-weight: 500;
}

#register-career-home {
    padding: 0.8rem;
    font-size: 1.4rem;
}

.StatColumnVisibility {
    max-width: 80px;
    width: 80px;
}

.Nav-Bar-Search-Market {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.SearchContainer {
    border-radius: 15px;
    width: 456px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

#markets-search-text {
    padding: 8px;
    font-size: 1.6rem;
    max-width: 360px;
}

    #markets-search-text::placeholder {
        font-weight: 900;
    }

.Nav-Bar-Search-Market #markets-search-text:focus::placeholder {
    color: transparent !important;
}

.Market-Search-Market #markets-search-text:focus::placeholder {
    color: transparent !important;
}

.accountRowVisibility {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.bet-count-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 0px 4px 0px 0px;
    border-radius: 5px;
    text-decoration: none;
}

.bet-count-indicator {
    font-size: 16px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    padding: 15px;
}

.refresh-balance {
    margin-right: 7px
}

.balance-dropdown-menu {
    display: inline;
    font-size: 2.5rem !important;
    padding-left: 7px;
}

.NavBar-SportsDropdownButton-Text {
    padding-right: 10px;
}

#Small-Laptop-BetSlip-Toggle {
    display: none;
    padding-right: 0px;
}

#Close-Betslip {
    display: none;
}

.bet-history-container {
    min-width: 650px;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 20px;
}

/* Styling for the tabs */
.bet-history-tabs {
    display: flex;
    justify-content: center;
}

    .bet-history-tabs .tab {
        padding: 7px 20px;
        margin: 0 10px;
        text-decoration: none;
        color: #333;
        background-color: #e6e6e6;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

.bet-history-filter {
    margin: 0 10px;
}

.filter-label {
    font-weight: bold;
    margin-right: 10px;
}

.filter-dropdown {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

    .filter-dropdown:focus {
        border-color: #007bff;
        outline: none;
    }

.no-bets-message {
    padding: 20px;
    background-color: #fff4e6;
    border: 1px solid #ffc107;
    border-radius: 4px;
    color: #856404;
    font-size: 16px;
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
}

.account-title {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    font-size: 3.2rem;
}
   
.account-number {
    display: flex;
    margin: 0;
}

.btn--danger {
    background-color: #dc3545;
    color: white;
    border: none;
}
.limit-page {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Align to the top */
    padding: 20px;
}

.btn-orange {
    background-color: orange !important;
    color: white;
    width: 180px;
    align-content: center;
    white-space: normal;
}

    .btn-orange:hover {
        transform: translateY(-3px);
        color: white;
    }

.limit-page .limit-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
}

.limit-page .limit-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}

.limit-page .current-limit-info {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 6px;
    border: 1px solid #ccc;
    text-align: center;
}

.limit-page .form-group {
    margin-bottom: 15px;
    text-align: center;
}

    .limit-page .form-group label {
        display: block;
        margin-bottom: 5px;
    }

    .limit-page .form-group input,
    .limit-page .form-group select {
        width: 80%;
        padding: 5px;
        border-radius: 4px;
        border: 1px solid #ccc;
        margin: 0 auto;
    }

.limit-page .account-button-stack {
    display: block;
    margin: 10px auto;
    padding: 12px;
    width: 80%;
    max-width: 200px;
    font-size: 18px;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    text-align: center;
}

.limit-page .btn-secondary {
    background-color: #6c757d;
    border: none;
    color: white;
}

    .limit-page .btn-secondary:hover {
        background-color: #5a6268;
    }

.account-status {
    display: flex;
    margin: 0;
}

.status-label {
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 2px;
}

.status-open {
    background-color: #28a745;
    color: white;
}

.status-suspended {
    background-color: #ffc107;
    color: black;
}

.status-closed {
    background-color: #dc3545;
    color: white;
}

.account-alert {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

.account-alert-success {
    background-color: #d4edda;
    color: #155724;
}

.account-alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}

.account-button-stack {
    display: flex;
    max-width: 200px;
}

.account-button-layout {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.paybycard-button {
    margin-bottom: 10px;
    width: 240px;
    height: 40px;
}

.paybutton-container {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.transactions-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.transaction-history-container {
    max-width: 800px;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 20px;
}

.transactions-table th,
.transactions-table td {
    border: 1px solid #dee2e6;
    padding: 8px;
    text-align: left;
}

.transactions-table thead {
    background-color: #f2f2f2;
}

.transactions-table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}


.text-green {
    color: #28a745;
    font-weight: 600;
}

.text-red {
    color: #dc3545;
    font-weight: 600;
}

.transaction-history-filter {
    margin-bottom: 20px;
}

.no-transactions-message {
    padding: 20px;
    background-color: #fff4e6;
    border: 1px solid #ffc107;
    border-radius: 4px;
    color: #856404;
    font-size: 16px;
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
}

.bet__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.betslip__box {
    max-width: 600px;
}

.account-card {
    max-width: 450px;
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 50px auto;
}

.account-action-title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
    margin-left: 60px;
}

.account-action-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

    .account-action-description.warning {
        color: #d9534f;
        font-weight: bold;
        font-size: 13px;
        padding: 10px;
        background: #f8d7da;
        border-radius: 5px;
    }

label {
    display: block;
    font-weight: bold;
    margin: 10px 0 5px;
    text-align: left;
}

input[type="date"], textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

textarea {
    height: 80px;
    resize: none;
}

.account-form {
    max-width: 400px;
    margin: 0 auto;
}

.btn-shared {
    font-size: 1.5rem !important;
    padding-top: 7px;
    padding-bottom: 7px;
}

#image-loading-place-bet {
    text-align: center
}

.Bet-placed {
    text-align: center;
}

.your-bet-number-is {
    text-align: center;
}

.customer-number {
    text-align: center;
}

.good-luck-text {
    text-align: center;
}

.multiple-bet-text {
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    font-style: italic;
}

.bet__team__separator {
    color: #8b939a;
    padding: 0.5rem;
    line-height: 14px;
}

.balance-dropdown-item:hover {
    background-color: white
}

.accountPayText, confirmEmailResetPasswordText {
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
}

apple-pay-button {
    --apple-pay-button-width: 240px;
    --apple-pay-button-height: 40px;
    --apple-pay-button-border-radius: 10px;
    --apple-pay-button-padding: 6px 0px;
    --apple-pay-button-box-sizing: border-box;
}

.Search-Bar-Icons {
    margin-left: 5px;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.Market-Search-Market {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px
}

.collapse-content-container {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.MatchBetting-Market-Container-Search {
    padding-left: 15px;
}

.Search-Result-DateTime {
    margin-right: 24px;
}
