﻿/* BetDSI */
html {
    height: 100%;
    max-width: 100%;
}

img {
    border: 0px;
}

table, tr, td, th {
    border-spacing: 0px;
    vertical-align: top;
}

body {
    font-family: 'Roboto', 'Arial', sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 62.5%;
    color: #2C383E;
    background-color: #efeeea;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bebebe;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bebebe;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bebebe;
}

#livesportsIframe,
#sportsIframe,
#esportsIframe {
    width: 0;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
}

#sportsIframe {
    width: 0;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 0;
    min-width: 100%;
}

.PublicMaster {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.PlayerMaster {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* firefox displays this on payment pages */
#deployJavaPlugin {
    display: none;
}

/* remove X from form fields*/
input::-ms-clear {
    display: none;
}

.Hidden {
    display: none !important;
}

/* remove up/down arrows from number fields */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type='date'] {
    min-height: 52px;
}

/* Commonly Used */
h1 {
    font-family: 'Oswald', 'Arial', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: #11577E;
    margin: 0px 0px 25px 0px;
}

h2 {
    font-family: 'Oswald', 'Arial', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #11577E;
    margin: 0px 0px 20px 0px;
}

h3 {
    font-family: 'Oswald', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #11577E;
    margin: 0px 0px 20px 0px;
}

h4 {
    font-family: 'Oswald', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #1076BC;
    margin: 0px 0px 20px 0px;
}

.jspDrag {
    cursor: default;
}

.TitleFont {
    font-family: 'Oswald', 'Arial', sans-serif;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

    a:hover {
        text-decoration: underline;
    }

p a {
    color: #555;
    text-decoration: underline;
}

input, div, ul {
    outline: none;
}

.LinkItem {
    text-decoration: underline;
}

p {
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 24px;
}

ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

ol {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

ul li {
    margin: 0px 0px 10px 25px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

ol li {
    margin: 0px 0px 10px 16px;
    font-size: 14px;
    line-height: 24px;
    list-style: disc url(/content/images/Icon_BulletPoint.png);
}

.DiamondBulletPoints li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(/content/images/diamond_bullet.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
    top: 6px;
}

.DiamondBulletPoints li {
    list-style-type: none;
}

.ui-datepicker {
    font-size: 16px;
}

.DebugBox {
    position: fixed;
    top: 0px;
    left: 0px;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 11px;
    color: #000;
    padding: 3px;
    z-index: 1000;
    max-width: 200px;
    opacity: 0.9;
    line-height: 1.1em;
}

    .DebugBox hr {
        margin: 2px 0px 2px 0px;
        height: 1px;
    }

.ui-datepicker {
    z-index: 100 !important;
}

.BottomFix {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.LineSpacer1 {
    height: 2px;
    font-size: 1px;
    clear: both;
}

.LineSpacer2 {
    height: 5px;
    font-size: 1px;
    clear: both;
}

.LineSpacer3 {
    height: 10px;
    font-size: 1px;
    clear: both;
}

.LineSpacer4 {
    height: 15px;
    font-size: 1px;
    clear: both;
}

.LineSpacer5 {
    height: 25px;
    font-size: 1px;
    clear: both;
}

.LineSpacer6 {
    height: 40px;
    font-size: 1px;
    clear: both;
}

.LineSpacer7 {
    height: 80px;
    font-size: 1px;
    clear: both;
}

.LineSpacer8 {
    height: 200px;
    font-size: 1px;
    clear: both;
}

.Clickable {
    cursor: pointer;
}

.CoverLayer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 115;
    opacity: 0;
    display: none;
    transition: opacity 150ms ease;
    padding-bottom: 60px;
}
.CoverLayer.CoverLayerReducedIndex {
    z-index: 99;
}

.CoverLayer.Visible {
    opacity: 0.7;
}

.BoxTitle {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px;
    padding: 40px 30px 20px 30px;
    text-align: center;
    background: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.FullHeight {
    height: 100vh !important;
}

.FullWidth {
    width: 100%;
}

.HalfWidth {
    width: 50% !important;
}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.Bold {
    font-weight: bold;
}

.Inline {
    display: inline-block
}

.Block {
    display: block
}

.MarginTop {
    margin-top: 20px;
}

.MarginRight {
    margin-right: 20px;
}

.MarginLeft {
    margin-left: 20px;
}

.MarginBottom {
    margin-bottom: 20px;
}

.NoBackgroundImage {
    background-image: none !important;
}

.ValidIcon {
    width: 100px;
}

.swiper-tabs .swiper-wrapper {
    display: table;
    color: #77868b;
    font-family: 'Oswald', 'Arial', sans-serif;
}

.swiper-tabs .swiper-slide {
    display: table-cell;
    width: 1px;
    white-space: nowrap;
    cursor: pointer;
}

    .swiper-tabs .swiper-slide a {
        line-height: 22px;
        color: inherit;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        padding: 20px 0px 16px 0px;
    }

        .swiper-tabs .swiper-slide a div {
            padding: 0px 15px;
            border-right: 1px solid #525f63;
        }

            .swiper-tabs .swiper-slide a div.WithIcon {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .swiper-tabs .swiper-slide a div.WithIcon img {
                    width: 24px;
                    margin-left: 10px;
                }

    .swiper-tabs .swiper-slide:last-child a div {
        border-right: none;
    }

    .swiper-tabs .swiper-slide:hover {
        color: #ffffff;
    }

.swiper-tabs .SwiperSlideActive a, .Highlighted {
    color: #ffffff;
}

.swiper-tabs .SwiperSlideActive, .Highlighted {
    border-bottom: 4px solid #25aae1;
}

/* Flex */
.Flex {
    display: flex;
}

.FlexColumn {
    display: flex;
    flex-direction: column;
}

.CenterContent {
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
}

.SpaceBetween {
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.SpaceAround {
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.JustifySpaceBetween {
    justify-content: space-between;
}

.JustifyCenter {
    justify-content: center;
}

.FlexEnd {
    display: flex;
    justify-content: flex-end;
}

.AlignCenter {
    align-items: center;
}

.AlignEnd {
    align-items: flex-end;
}

.SpacerExtraSmall {
    height: 5px;
    min-height: 5px;
    width: 5px;
    min-width: 5px;
}

.SpacerSmall {
    height: 10px;
    min-height: 10px;
    width: 10px;
    min-width: 10px;
}

.SpacerMedium {
    height: 15px;
    min-height: 15px;
    width: 15px;
    min-width: 15px;
}

.SpacerLarge {
    height: 20px;
    min-height: 20px;
    width: 20px;
    min-width: 20px;
}

/* Branding Colours */
.Primary {
    background-color: #1076bc;
    color: #ffffff;
}

.Secondary {
    background-color: #25aae1;
    color: #ffffff;
}

.Tertiary {
    background-color: #fdb626;
    color: #ffffff;
}

.Quaternary {
    background-color: #2c383e;
    color: #ffffff;
}

.Quinary {
    background-color: #f04a23;
    color: #ffffff;
}

.Senary {
    background-color: #ffffff;
    color: #11577e;
}

.Septenary {
    background-color: #fdb626;
    color: #2C383E;
}

.Octonary {
    background-color: #77868b;
    color: #EFEEEA;
}

.Nonary {
    background-color: #45ce81;
    color: #ffffff;
}

.Denary {
    background-color: #73cdf4;
    color: #ffffff;
}

.Undenary {
    background-color: #dbdbdb;
    color: #ffffff;
}

.LinkButton {
    background-color: #f7941d;
    color: #ffffff;
}

.PrimaryTxt {
    color: #1076bc !important;
}

.SecondaryTxt {
    color: #25aae1 !important;
}

.TertiaryTxt {
    color: #fdb626 !important;
}

.QuaternaryTxt {
    color: #2c383e !important;
}

.QuinaryTxt {
    color: #f04a23 !important;
}

.SenaryTxt, .SenaryTxtAfter::after {
    color: #ffffff !important;
}

.SeptenaryTxt {
    color: #fdb626 !important;
}

.OctonaryTxt {
    color: #77868b !important;
}

.NonaryTxt {
    color: #45ce81 !important;
}

.DenaryTxt {
    color: #73cdf4 !important;
}

.UndenaryTxt {
    color: #dbdbdb !important;
}

.GraphStatistics .Primary {
    background-color: #25aae1;
    color: #ffffff;
}

.GraphStatistics .Secondary {
    background-color: #c2c2c2;
    color: #ffffff;
}

.GraphStatistics .PrimaryTxt {
    color: #25aae1 !important;
}

.GraphStatistics .SecondaryTxt {
    color: #889492 !important;
}

/* Buttons */
.Button {
    cursor: pointer;
    padding: 0px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald', 'Arial', sans-serif;
}

    .Button.Primary.FillOpenSpots {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .Button:focus {
        box-shadow: 0px 0px 5px #1076bc;
    }

a.Button {
    text-decoration: none;
}

    a.Button.Primary.Disabled {
        background-color: #25aae1;
    }

.Button:hover {
    box-shadow: 0px 0px 100px 100px rgba(0, 0, 0, 0.05) inset;
}

.Button:disabled {
    background-color: #77868B;
    cursor: not-allowed;
}

.Button.Clear {
    background-color: #ffffff;
    color: #929292;
    border: 1px solid #d8d7d3;
}

.Button.Mini {
    padding: 5px;
    font-size: 10px;
    line-height: 10px;
    min-width: 25px;
}

.Button.Small {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px;
    min-width: 50px;
}

.Button.Medium {
    padding: 11px 15px;
    font-size: 14px;
    line-height: 14px;
    min-width: 75px;
}

.Button.Large {
    padding: 12px 25px;
    font-size: 16px;
    line-height: 16px;
    min-width: 100px;
}

.Button.ExtraLarge {
    padding: 15px 30px;
    font-size: 20px;
    line-height: 20px;
    min-width: 150px;
}

.DropDown {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 14px 15px;
    background-color: #efeeea;
    border: 1px solid #d8d7d3;
    box-sizing: border-box;
    color: #3b3b3b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Button.ButtonBack {
    background-image: url(/Content/Images/Icon_BtnBack.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.Button.Button--medium.ButtonBack {
    padding-left: 30px;
}
/* Tags */
.Tag {
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid transparent;
    padding: 5px;
    font-size: 10px;
    min-width: 25px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: default;
}

/* Loader */
.Loader {
    z-index: 200;
}

.Loader--image {
    background-image: url(/Content/Images/progress-indicator.gif);
    background-size: cover;
    box-shadow: 0px 1px 2px rgba(43,59,93,0.3);
}

.Loader--fixed {
    position: fixed;
    top: 50%;
    left: 50%;
}

.Loader--absolute {
    position: absolute;
    top: 50%;
    left: 50%;
}

.Loader--image.Loader--small {
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 20px;
}

.Loader--image.Loader--medium {
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 25px;
}

.Loader--image.Loader--large {
    height: 70px;
    width: 70px;
    margin-top: -35px;
    margin-left: -35px;
    border-radius: 35px;
}


.Loader--css.Loader--medium {
    height: 20px;
    width: 70px;
    margin-top: -10px;
    margin-left: -35px;
}

    .Loader--css.Loader--medium > div {
        width: 18px;
        height: 18px;
    }

.Loader--css > div,
.FormBuilderLoader > div {
    background-color: #11577E;
}

.Loader--css {
    text-align: center;
}

    .Loader--css > div {
        border-radius: 100%;
        display: inline-block;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both
    }

    .Loader--css .dot1 {
        animation-delay: -0.32s
    }

    .Loader--css .dot2 {
        animation-delay: -0.16s
    }

@keyframes sk-bouncedelay {
    0%,80%,100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

mark {
    background-color: #c9def6;
}

/* ---------- PUBLIC ---------- */

/* Main Header Public */
.MainHeaderPublic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 10;
    padding: 0px 60px;
    box-sizing: border-box;
}

    .MainHeaderPublic .Logo {
        width: 200px;
    }

        .MainHeaderPublic .Logo img {
            display: block;
            width: 100%;
        }

    .MainHeaderPublic .Navigation {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .MainHeaderPublic .Navigation a {
            padding: 14px 8px;
            font-size: 16px;
            color: #ffffff;
            text-decoration: none;
        }

            .MainHeaderPublic .Navigation a:hover {
                text-decoration: none;
                color: #77868B;
            }

/* Mobile Header Public */
.MobileHeaderPublic {
    display: none;
    background-color: #fff;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    text-align: center;
    z-index: 100;
    border-bottom: 1px solid #d8d7d3;
}

.MobileHeaderPublic .BtnMobileMenu {
    width: 60px;
    cursor: pointer;
    position: absolute;
}

.MobileHeaderPublic .BtnMobileMenu img {
    display: block;
    height: 60px;
}

.MobileHeaderPublic .Logo {
    display: inline-block;
    height: 30px;
    margin-top: 15px;
}

.MobileHeaderPublic .Logo img {
    display: block;
    height: 100%;
}

/* Main Content Public */
.MainContentPublic {
    min-height: 100vh;
    position: relative;
    background-color: #ffffff;
}

    .MainContentPublic .BothStandard .TopHeight {
        height: 350px;
    }

    .MainContentPublic .BothStandard .ContentPadding {
        padding: 60px;
        max-width: 1000px;
        margin: 0px auto;
    }

/* ---------- PLAYER ---------- */
.Notification {
    background-color: #25aae1;
    height: 24px;
    min-width: 24px;
    padding: 0 5px;
    line-height: 24px;
    text-align: center;
    margin-left: 15px;
    color: #ffffff;
    border-radius: 12px;
}

.Notification_SideMenuCategory {
    background-color: #25aae1;
    min-width: max-content;
    padding: 0 5px;
    line-height: 24px;
    text-align: center;
    margin-left: 10px;
    color: #ffffff;
    /* This will make the icon fully round */
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    aspect-ratio: 1 / 1;
}
.Notification_SideMenuCategory .Notification_Inner {
    min-width: 14px;
    margin: auto;
}

.Notification_SideMenuProduct {
    background-color: #25aae1;
    height: 24px;
    min-width: 24px;
    padding: 0 5px;
    line-height: 24px;
    text-align: center;
    margin-left: 15px;
    color: #ffffff;
    border-radius: 12px;
}

/* Main Header Player */
.MainHeaderPlayer {
    position: relative;
    height: 65px;
    border-bottom: 1px solid #d8d7d3;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Oswald', 'Arial', sans-serif;
}
.HeaderPlayerReduced {
    border-bottom: 1px solid #d8d7d3;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Oswald', 'Arial', sans-serif;
}

    .MainHeaderPlayer .NavigationContainer {
        height: 100%;
        cursor: default;
    }

        .MainHeaderPlayer .NavigationContainer > div,
        .HeaderPlayerReduced .NavigationContainer > div {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .MainHeaderPlayer .NavigationContainer .Title,
        .HeaderPlayerReduced .NavigationContainer .Title {
            height: 40px;
            padding: 0px 20px;
            border-right: 1px solid #D8D8D8;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
        }
        .HeaderPlayerReduced .NavigationContainer .Title {
            border-right: none;
        }

            .MainHeaderPlayer .NavigationContainer .Title .Icon {
                width: 24px;
                margin-left: 15px;
            }

@media (max-width:900px) {
    .MainHeaderPlayer .NavigationContainer .Title,
    .HeaderPlayerReduced .NavigationContainer .Title {
        padding: 0 10px !important;
    }

        .MainHeaderPlayer .NavigationContainer .Title .Notification {
            display: none;
        }

        .MainHeaderPlayer .NavigationContainer .Title.Flex.CenterContent > div:first-child {
            flex: 1;
        }

    .NavigationItem .NavArrow {
        margin-right: -7px;
        margin-left: 7px;
    }
}

.MainHeaderPlayer .Nav_Arrow {
    background-image: url(/Content/Images/Icon_Nav_Grey_Arrow_Down.png);
    background-size: cover;
    width: 10px;
    height: 7px;
    display: inline-block;
    margin-left: 8px;
}

.MainHeaderPlayer .BoxShadow {
    box-shadow: 2px 2px 8px 3px rgba(0,0,0,0.2);
}

.MainHeaderPlayer .LeftNav {
    margin-left: 10px;
}

.MainHeaderPlayer .RightNav {
}

.NavigationItem {
    position: relative;
}

    .NavigationItem a {
        text-decoration: none;
        color: inherit;
    }

    .NavigationItem:hover {
        background-color: #efeeea;
    }

        .NavigationItem:hover .Title {
            color: #25aae1;
        }

    .NavigationItem .NavArrow {
        background-image: url(/Content/Images/Icon_Nav_Grey_Arrow_Down.png);
        background-size: cover;
        height: 7px;
        width: 11px;
        margin-left: 8px;
    }

    .NavArrow.NavArrowDynamic {
        margin: 0 0 0 4px;
        /*margin: 0;*/
        height: 9px;
        width: 14px;
    }
    .NavArrow.Inverted {
        filter: brightness(2);
    }

    .NavigationItem .ContentContainer {
        display: none;
        position: absolute;
        top: 64px;
        left: 0px;
        min-width: 220px;
        background-color: #efeeea;
        z-index: 100;
        text-align: left;
    }

    .NavigationItem:hover .ContentContainer {
        display: flex;
        /* 100vh - (nav bar height + 20px) */
        max-height: calc(100vh - 85px);
        overflow: auto;
        top: 100%;
    }

    .NavigationItem .ContentContainer .Item .IconsWrapper {
        height: 100%;
        display: flex;
        align-items: center;
        margin-right: auto;
    }

    .NavigationItem .ContentContainer .Item .ItemDescAndIcon {
        display: flex;
        justify-content: flex-end;
    }

    .NavigationItem .ContentContainer .Item .Tooltip {
        display: flex;
        z-index: 1;
    }

    .NavigationItem .ContentContainer .Item .iconLocked {
        /*position: absolute;*/
    }

    .NavigationItem .ContentContainer .Item {
        padding: 0px 20px;
        cursor: pointer;
        line-height: 49px;
        white-space: nowrap;
    }

        .NavigationItem .ContentContainer .Item:hover {
            color: #25aae1;
        }

        .NavigationItem .ContentContainer .Item > div {
            border-bottom: 1px solid #C5C4C0;
            display: flex;
            align-items: center;
        }

            .NavigationItem .ContentContainer .Item > div.WithIcon {
                justify-content: space-between;
            }

                .NavigationItem .ContentContainer .Item > div.WithIcon img {
                    width: 24px;
                }

.SubNav .Item > div.WithIcon img {
    width: 24px;
    margin-left: 15px;
}

.NavigationItem .ContentContainer .Item:last-child div {
    border: none;
}


.HighlightedLink {
}

.HighlightedLink:after {
    content: 'New!';
    position: absolute;
    right: 10px;
    top: 15px;
    color: #f04a23;
    font-size: 11px;
    opacity: 1;
    pointer-events: none;
    transition: 0.1s ease-in-out;
}
.HighlightedLink.Large:after {
    font-size: inherit;
}

.HighlightedLink2 {
    position: relative
}

.HighlightedLink2:after {
    content: 'New!';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    color: #f04a23;
    font-size: 11px;
}


.MainHeaderPlayer .BetDsiPoints {
    position: relative;
}

    .MainHeaderPlayer .BetDsiPoints .Title .Text {
    }
    /* used in ShowPointsUpdate() and HidePointsUpdate() */
    .MainHeaderPlayer .BetDsiPoints .PointsUpdate {
        position: absolute;
        color: #F04A23;
        opacity: 0;
    }

.SelectedBalance .Title {
    text-transform: capitalize;
    align-items: flex-start;
    height: 30px;
    border-left: 1px solid #D8D8D8;
}

    .SelectedBalance .Title .SelectBalance {
        font-family: 'Roboto', 'Arial', sans-serif;
        font-size: 12px;
        font-weight: bold;
    }

.SelectedBalance .ContentContainer {
    right: 0px;
    left: unset;
    min-width: 400px;
    background-color: #ffffff;
    font-size: 16px;
    color: #324047;
}

    .SelectedBalance .ContentContainer .ContentContainerTitle {
        padding: 0px 20px;
        font-family: 'Roboto', 'Arial', sans-serif;
        color: #77868B;
        font-weight: 600;
    }

        .SelectedBalance .ContentContainer .ContentContainerTitle > div {
            padding: 5px 0px;
            border-bottom: 1px solid #C5C4C0;
        }

    .SelectedBalance .ContentContainer .Section__Left {
        flex: 1 0 0%;
    }

    .SelectedBalance .ContentContainer .Section__Right {
        flex: 2 0 0%;
        font-family: 'Roboto', 'Arial', sans-serif;
        font-weight: 600;
        font-size: 12px;
        color: #77868B;
        text-transform: capitalize;
    }

        .SelectedBalance .ContentContainer .Section__Right p {
            white-space: initial;
            min-width: 390px;
            padding-left: 50px;
            text-transform: initial;
            text-align: right;
        }

        .SelectedBalance .ContentContainer .Section__Right .Description {
            line-height: 25px;
            text-align: right;
        }

        .SelectedBalance .ContentContainer .Section__Right .BetDSIPointsProgressContainer {
            line-height: 25px;
        }

        .SelectedBalance .ContentContainer .Section__Right .Perc {
            color: inherit;
        }

.SelectedBalance .Item.Active {
    background-color: #1076bc;
    cursor: default;
    color: #ffffff;
}

    .SelectedBalance .Item.Active > div {
        border-bottom: none;
    }

    .SelectedBalance .Item.Active:hover {
        background-color: #1076bc;
        color: #ffffff;
    }

    .SelectedBalance .Item.Active .ProgressBar {
        background-color: #97c1e9;
    }

    .SelectedBalance .Item.Active .Value {
        background-color: #ffffff;
    }

    .SelectedBalance .Item.Active .Section__Right {
        color: #ffffff;
    }

.SelectedBalance .Item:hover {
    color: #1076bc;
}

    .SelectedBalance .Item:hover .Section__Right {
        color: inherit;
    }

.SelectedBalance .ActiveBonusProgress {
    width: 100%;
    height: 5px;
    background-color: #efeeea;
    bottom: 0px;
    left: 0px;
}

.SelectedBalance:hover .ActiveBonusProgress {
    background-color: #ffffff;
}

.SelectedBalance .ActiveBonusProgress .Value {
    height: 100%;
    background-color: #2c383e;
}



.CashBonusSwitch .DemoMode div {
    padding: 10px 0px;
}

.DemoMode_On {
    display: inline-block;
    background-image: url(/Content/Images/Icon_PlayMode_On.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.DemoMode_Off {
    display: inline-block;
    background-image: url(/Content/Images/Icon_PlayMode_Off.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.DemoMode_Off_Grey {
    display: inline-block;
    background-image: url(/Content/Images/Icon_PlayMode_Off_Grey.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.DashboardBonus .BetDSIPointsProgressContainer {
    margin: 0
}

.DashboardBonus .ProgressBar p {
    margin: 0
}

.NavigationContainer .BetDSIPointsProgressContainer {
    margin: 0;
}

.BetDSIPointsProgressContainer {
    display: flex;
    line-height: 16px;
    margin-bottom: 50px;
}

    .BetDSIPointsProgressContainer .Mult {
        min-width: 30px;
        text-align: center;
    }

    .BetDSIPointsProgressContainer .Perc {
        min-width: 30px;
        text-align: center;
    }

    .BetDSIPointsProgressContainer .ProgressBarContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1 0 auto;
        margin: 0px 10px;
    }

        .BetDSIPointsProgressContainer .ProgressBarContainer .ProgressBar {
            height: 8px;
            background-color: #d8d7d3;
            box-sizing: content-box;
        }

        .BetDSIPointsProgressContainer .ProgressBarContainer .Value {
            background-color: #2c383e;
            height: 100%;
        }

        .BetDSIPointsProgressContainer .ProgressBarContainer .Full {
            background-color: #38c17b !important;
        }

.Bonus .BetDSIPointsProgressContainer {
    font-size: 14px;
}

.BalancePoints .BetDSIPointsProgressContainer {
    margin-bottom: 20px;
}

/* Side Navs */
.SideNav, .BottomNav {
    font-family: 'Oswald', 'Arial', sans-serif;
    font-size: 14px;
}

.SideNav .OverflowPanel {
    height: 100%;
    overflow-y: auto;
}

.SideNav .Item,
.BottomNav .Item {
    color: inherit;
    display: flex;
    align-items: center;
}

.SideNav .Item {
    border-left: 4px solid transparent;
}

.SideNav ul {
    margin: 0px;
}

.SideNav li {
    margin: 0px;
    list-style: none;
}

.OffScreenNav {
    position: fixed;
    top: 0px;
    margin: 0px;
    height: 100%;
    transition: all 150ms ease;
    z-index: 500;
}

.SideMenu.OffScreenNav {
    left: -240px;
    width: 240px;
}

.SideMenu.OffScreenNav.Opened {
    left: 0px;
}

.BottomNav .Item,
.SideMenu .Item {
    width: 100%;
    box-sizing: border-box;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.SideMenu .Item {
    padding: 10px 30px;
    line-height: 28px;
    font-size: 16px;
}
.BottomNav .Item {
    line-height: 26px;
}

.SideMenu .Item:hover,
.SideMenu .Item.Selected {
    color: #25aae1;
}

.SideMenu .Item .WithAlert {
    margin-left: -37px;
    padding: 11px 37px;
    width: 100%;
    box-sizing: border-box;
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.SideMenu .PanelIcon {
    width: 28px;
    height: 28px;
    background-size: cover;
    aspect-ratio: 1 / 1;
}

.SideMenu .PanelText {
    padding-left: 20px;
}

.SideMenu .Dropdown_Menu .Notification_SideMenuProduct {
    position: absolute;
    left: 20px;
    margin: 0;
}

.SideMenu .BtnMobileLogin {
    margin: 15px 35px;
}

.SideMenu .Dropdown_Menu {
    position: relative;
    cursor: pointer;
}

.SideMenu .Dropdown_Menu ul {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.3s;
    padding-left: 38px;
}

    .SideMenu .Dropdown_Menu ul .Item {
        font-weight: 400;
    }

.SideMenu .Dropdown_Menu.Active ul {
    max-height: 99999px;
    transition-timing-function: cubic-bezier(0.5, 0, 1, 0);
    transition-delay: 0s;
}

.SideMenu .Dropdown_Menu .Dropdown_Link {
    position: absolute;
    top: 15px;
    right: 40px;
    cursor: pointer;
    background: url(../Content/Images/Icon_Nav_Arrow_Down.png);
    background-size: 16px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 20px;
    width: 26px;
}

.SideMenu .Dropdown_Menu.Active .Dropdown_Link {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.SideMenu .Dropdown_Menu.Active.HighlightedLink:after {
    opacity: 0;
}

/* Used on public side */
.SideMenu .SideMenuLogo {
    width: 100%;
    position: relative;
    padding: 10px 35px;
    margin-top: 20px;
    box-sizing: border-box;
}

    .SideMenu .SideMenuLogo a img {
        width: 100%;
    }
/* ---- */

.SideSetting.OffScreenNav {
    right: -100vw;
    min-width: 280px;
    max-width: 100vw;
}

.SideSetting.OffScreenNav.Opened {
    right: 0px;
}

.SideSetting .SideSettingTopSpace {
    height: 30px;
}

.SideSetting .Header {
    font-size: 18px;
    font-weight: bold;
    color: #1076bc;
    text-transform: uppercase;
    padding: 14px 35px;
}

.SideSetting .ArrowDown {
    width: 10px;
    height: 7px;
    background-image: url(/Content/Images/Icon_Nav_Arrow_Down.png);
    background-size: cover;
}

.SideSetting .SubNav {
    margin-bottom: 30px;
}

.SideSetting .Item {
    padding: 0px 35px;
    line-height: 24px;
}

.SideSetting .Item > div {
    padding: 10px 0px;
    width: 100%;
    display: flex;
    align-items: center;
}

.SideSetting .Border {
    border-bottom: 1px solid #d8d7d3;
}

.SideSetting .DemoMode {
    height: 25px;
    width: 45px;
}

.SideSetting .BtnMobileLogin {
    margin: 15px 35px;
    display: inherit;
}

.LeftPanel .Logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.LeftPanel .Logo_Big img {
    width: 180px;
}
/* END - Side Navs */

/* Mobile Header Player */
.MobileHeaderPlayer                         {display: none; background-color: #fff; width: 100%; min-width: 320px; height: 60px; position: fixed; top: 0px; text-align: center; z-index: 100; border-bottom: 1px solid #d8d7d3; text-transform: uppercase;}
.MobileHeaderPlayer .BtnMobileMenu          {width: 60px; cursor: pointer; position: relative;}
.MobileHeaderPlayer .BtnMobileMenu img      {display: block; width: 100%; cursor: pointer;}
.MobileHeaderPlayer .MobileHeaderCentreItem {display: flex; justify-content: space-between; align-items: center; flex: 1 1; gap: 15px;}
.MobileHeaderPlayer .Logo                   {height: 30px}
.MobileHeaderPlayer .Logo img               {height: 100%;}
.MobileHeaderPlayer .BtnMobileSetting       {width: 60px; cursor: pointer;}
.MobileHeaderPlayer .BtnMobileSetting img   {width: 100%;}

.BalanceSelector                            {display: flex; align-items: center;}
.BalanceSelector .BSInner                   {display: flex; align-items: center; border: 1px solid #EFEEEA; border-radius: 3px; padding: 3px 3px; line-height: 14px; font-size: 14px;}
.BalanceSelector .BalanceNumber             {padding: 5px 10px; border-radius: 2px; cursor: pointer;}
.BalanceSelector .BalanceNumber.Selected    {background: #1076bc; color: #FFFFFF;}
.BalanceSelector .BalanceNumber.SelectedAlt {background: #25aae1; color: #FFFFFF;}
.BalanceSelector+.PostSelectBalanceSpacer   {margin: 10px 0px; padding: 0px 10px !important;}


/* Mobile Bottom Nav*/
.BottomNav.MobileBottomNav {
    display: none;
    bottom: 0;
    width: 100%;
    position: fixed;
    /* z-index: 10 needed to override z-index: 10 of footer*/
    z-index: 11;
    flex-direction: row;
    height: 60px;
}
.BottomNav.MobileBottomNav .Item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 5px 0px 1px 0px;
    column-gap: 10px;
}
.BottomNav.MobileBottomNav .Item:not(:last-child)::after {
    content: "";
    height: 80%;
    border-right: 1px solid #FFFFFF;
    position: absolute;
    right: 0;
    top: 10%;
}
.BottomNav .BtnMobileMenu {
    cursor: pointer;
}
.BottomNav .BtnMobileMenu img {
    height: 80px;
    margin-top: -15px;
    filter: brightness(2) sepia(0%) hue-rotate(0deg) saturate(0%);
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out
}
.BottomNav .BtnMobileMenu:hover img {
    filter: brightness(1) sepia(100%) hue-rotate(172deg) saturate(500%)
}
#BetslipLengthNotification {
    position: absolute;
    top: 4px;
    right: 4px;
}


/* Main Table Player */
.MainTablePlayer {
    display: flex;
    min-width: 320px;
    flex: 1 0 auto;
}

.MainTablePlayer .SLeft {
    flex: 0 0 250px;
    max-width: 250px;
    transition: all 200ms ease;
}

.MainTablePlayer .SRight {
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* ICONS */
.Icon_Dashboard_01 {
    background-image: url(/Content/Images/Icon_Category_Big_White_01.png);
}

.Icon_Dashboard_02 {
    background-image: url(/Content/Images/Icon_Category_Big_White_02.png);
}

.Icon_Dashboard_03 {
    background-image: url(/Content/Images/Icon_Category_Big_White_03.png);
}

.Icon_Dashboard_04 {
    background-image: url(/Content/Images/Icon_Category_Big_White_04.png);
}

.Icon_Dashboard_05 {
    background-image: url(/Content/Images/Icon_Category_Big_White_05.png);
}

.Icon_Dashboard_06 {
    background-image: url(/Content/Images/Icon_Category_Big_White_06.png);
}

.Icon_Dashboard_07 {
    background-image: url(/Content/Images/Icon_Category_Big_White_07.png);
}

.Icon_Dashboard_08 {
    background-image: url(/Content/Images/Icon_Category_Big_White_08.png);
}

.Icon_Dashboard_09 {
    background-image: url(/Content/Images/Icon_Category_Big_White_09.png);
}

.Icon_Dashboard_10 {
    background-image: url(/Content/Images/Icon_Category_Big_White_10.png);
}

.Icon_Dashboard_11 {
    background-image: url(/Content/Images/Icon_Category_Big_White_11.png);
}

.Icon_Dashboard_12 {
    background-image: url(/Content/Images/Icon_Category_Big_White_12.png);
}

.Icon_Dashboard_13 {
    background-image: url(/Content/Images/Icon_Category_Big_White_13.png);
}

.Icon_Dashboard_14 {
    background-image: url(/Content/Images/Icon_Category_Big_White_14.png);
}

.Icon_Dashboard_15 {
    background-image: url(/Content/Images/Icon_Category_Big_White_15.png);
}

.Icon_Dashboard_16 {
    background-image: url(/Content/Images/Icon_Category_Big_White_16.png);
}

.Icon_Dashboard_17 {
    background-image: url(/Content/Images/Icon_Category_Big_White_17.png);
}

.Icon_Dashboard_18 {
    background-image: url(/Content/Images/Icon_Category_Big_White_18.png);
}

.Icon_Dashboard_19 {
    background-image: url(/Content/Images/Icon_Category_Big_White_19.png);
}

.Icon_Dashboard_20 {
    background-image: url(/Content/Images/Icon_Category_Big_White_20.png);
}

.Icon_Dashboard_21 {
    background-image: url(/Content/Images/Icon_Category_Big_White_21.png);
}

.Icon_Dashboard_22 {
    background-image: url(/Content/Images/Icon_Category_Big_White_22.png);
}

.Icon_Dashboard_23 {
    background-image: url(/Content/Images/Icon_Category_Big_White_23.png);
}

.Icon_Dashboard_24 {
    background-image: url(/Content/Images/Icon_Category_Big_White_24.png);
}

.Icon_Dashboard_25 {
    background-image: url(/Content/Images/Icon_Category_Big_White_25.png);
}

.Icon_Dashboard_26 {
    background-image: url(/Content/Images/Icon_Category_Big_White_26.png);
}

.Icon_Dashboard_27 {
    background-image: url(/Content/Images/Icon_Category_Big_White_27.png);
}

.Icon_Dashboard_28 {
    background-image: url(/Content/Images/Icon_Category_Big_White_28.png);
}

.Icon_Dashboard_29 {
    background-image: url(/Content/Images/Icon_Category_Big_White_29.png);
}

.Icon_Dashboard_30 {
    background-image: url(/Content/Images/Icon_Category_Big_White_30.png);
}

.Icon_Dashboard_31 {
    background-image: url(/Content/Images/Icon_Category_Big_White_31.png);
}

.Icon_Dashboard_32 {
    background-image: url(/Content/Images/Icon_Category_Big_White_32.png);
}

.Icon_Dashboard_33 {
    background-image: url(/Content/Images/Icon_Category_Big_White_33.png);
}

.Icon_Dashboard_38 {
    background-image: url(/Content/Images/Icon_Category_Big_White_38.png);
}

.Icon_Dashboard_48 {
    background-image: url(/Content/Images/Icon_Category_Big_White_48.png);
}

.Icon_Dashboard_49 {
    background-image: url(/Content/Images/Icon_Category_Big_White_49.png);
}

.Icon_Dashboard_50 {
    background-image: url(/Content/Images/Icon_Category_Big_White_50.png);
}

.Icon_Dashboard_51 {
    background-image: url(/Content/Images/Icon_Category_Big_White_51.png);
}

.Icon_Dashboard_52 {
    background-image: url(/Content/Images/Icon_Category_Big_White_52.png);
}

.Icon_Dashboard_53 {
    background-image: url(/Content/Images/Icon_Category_Big_White_53.png);
}

.Icon_Dashboard_54 {
    background-image: url(/Content/Images/Icon_Category_Big_White_54.png);
}

.Icon_Dashboard_55 {
    background-image: url(/Content/Images/Icon_Category_Big_White_55.png);
}

.Icon_Dashboard_56 {
    background-image: url(/Content/Images/Icon_Category_Big_White_56.png);
}

.Icon_Dashboard_57 {
    background-image: url(/Content/Images/Icon_Category_Big_White_57.png);
}

.Icon_Dashboard_58 {
    background-image: url(/Content/Images/Icon_Category_Big_White_58.png);
}

.Icon_Dashboard_59 {
    background-image: url(/Content/Images/Icon_Category_Big_White_59.png);
}

.Icon_Dashboard_60 {
    background-image: url(/Content/Images/Icon_Category_Big_White_60.png);
}

.Icon_Dashboard_Dark_01 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_01.png);
}

.Icon_Dashboard_Dark_02 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_02.png);
}

.Icon_Dashboard_Dark_03 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_03.png);
}

.Icon_Dashboard_Dark_04 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_04.png);
}

.Icon_Dashboard_Dark_05 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_05.png);
}

.Icon_Dashboard_Dark_06 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_06.png);
}

.Icon_Dashboard_Dark_07 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_07.png);
}

.Icon_Dashboard_Dark_08 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_08.png);
}

.Icon_Dashboard_Dark_09 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_09.png);
}

.Icon_Dashboard_Dark_10 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_10.png);
}

.Icon_Dashboard_Dark_11 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_11.png);
}

.Icon_Dashboard_Dark_12 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_12.png);
}

.Icon_Dashboard_Dark_13 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_13.png);
}

.Icon_Dashboard_Dark_14 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_14.png);
}

.Icon_Dashboard_Dark_15 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_15.png);
}

.Icon_Dashboard_Dark_16 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_16.png);
}

.Icon_Dashboard_Dark_17 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_17.png);
}

.Icon_Dashboard_Dark_18 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_18.png);
}

.Icon_Dashboard_Dark_19 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_19.png);
}

.Icon_Dashboard_Dark_20 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_20.png);
}

.Icon_Dashboard_Dark_21 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_21.png);
}

.Icon_Dashboard_Dark_22 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_22.png);
}

.Icon_Dashboard_Dark_23 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_23.png);
}

.Icon_Dashboard_Dark_24 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_24.png);
}

.Icon_Dashboard_Dark_25 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_25.png);
}

.Icon_Dashboard_Dark_26 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_26.png);
}

.Icon_Dashboard_Dark_27 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_27.png);
}

.Icon_Dashboard_Dark_28 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_28.png);
}

.Icon_Dashboard_Dark_29 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_29.png);
}

.Icon_Dashboard_Dark_30 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_30.png);
}

.Icon_Dashboard_Dark_31 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_31.png);
}

.Icon_Dashboard_Dark_32 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_32.png);
}

.Icon_Dashboard_Dark_33 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_33.png);
}

.Icon_Dashboard_Dark_38 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_38.png);
}

.Icon_Dashboard_Dark_57 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_57.png);
}

.Icon_Dashboard_Dark_58 {
    background-image: url(/Content/Images/Icon_Category_Big_Grey_58.png);
}

.Icon_Win {
    display: inline-block;
    background-image: url(/Content/Images/Icon_Arrow_Win.png);
    background-size: cover;
    width: 15px;
    height: 15px;
}

.Icon_Loss {
    display: inline-block;
    background-image: url(/Content/Images/Icon_Arrow_Lose.png);
    background-size: cover;
    width: 15px;
    height: 15px;
}

/* Main Content Player */
.MainContentPlayer {
    flex: 1 0 auto;
}

    .MainContentPlayer .MainContentPlayerMargin {
        margin: 30px;
        box-sizing: border-box;
    }

    .MainContentPlayer .BothStandard .TopHeight {
        height: 250px;
    }

        .MainContentPlayer .BothStandard .TopHeight h1.Title {
            font-size: 60px !important;
            line-height: 60px !important;
        }

    .MainContentPlayer .ContentPadding {
        padding: 30px;
        background-color: #ffffff;
    }

    .MainContentPlayer .ContentNoPadding {
        padding: 0px;
    }

    .MainContentPlayer.AdditionalSpaceForShowPicks {
        padding-bottom: 40px !important;
    }
    /* important for mq override */

    .MainContentPlayer .IframeContainer {
        flex: 1 0 auto;
        position: relative;
    }

        .MainContentPlayer .IframeContainer iframe {
            position: relative;
            border: none;
            width: 100%;
        }

.MainContentPublic .IframeContainer {
    width: 100%;
}

    .MainContentPublic .IframeContainer iframe {
        border: none;
        width: 100%;
        height: 100%;
    }

/* ---------- BOTH ---------- */

/* Main Footer */
.MainFooter {
    z-index: 10;
    position: relative;
    border-top: 1px solid #d8d7d3;
}

    .MainFooter .Inner {
        margin: 0px auto;
        padding: 0px 60px;
        position: relative;
        max-width: 1280px;
    }

    .MainFooter .FooterTop {
        padding-bottom: 30px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .MainFooter .FooterTop .FooterSubTitle {
            font-size: 14px;
            line-height: 18px;
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 10px;
            font-family: 'Oswald', 'Arial', sans-serif;
            cursor: default;
        }

        .MainFooter .FooterTop ul {
            margin: 0px;
            padding: 0px;
        }

            .MainFooter .FooterTop ul li {
                margin: 0px;
                padding: 0px;
                display: flex;
            }

                .MainFooter .FooterTop ul li a {
                    font-size: 12px;
                    line-height: 24px;
                    color: inherit;
                    text-decoration: none;
                }

        .MainFooter .FooterTop .FooterColumn {
            padding: 30px 0px 0px 0px;
            box-sizing: border-box;
            flex-direction: column;
        }

        .MainFooter .FooterTop .Links {
            color: #929292;
        }

        .MainFooter .FooterTop a:hover {
            text-decoration: underline;
        }

    .MainFooter .FooterBottom {
        position: relative;
        border-top: 1px solid #8f9ea4;
        padding: 20px 0px;
        background-color: inherit;
        display: block;
        text-align: center;
    }

        .MainFooter .FooterBottom .RightsReserved {
            font-size: 11px;
            position: relative;
        }

    .MainFooter .FooterTop .LogoFooter {
        width: 140px;
        display: block;
    }

        .MainFooter .FooterTop .LogoFooter img {
            display: block;
            width: 100%;
        }

    .MainFooter .FooterTop .Icon_SocialMedia {
        width: 20px;
        display: inline-block;
        margin: 6px 5px 0px 0px;
    }

        .MainFooter .FooterTop .Icon_SocialMedia img {
            width: 100%;
            display: block;
        }

.MainFooterPlayer {
    color: #929292;
}

    .MainFooterPlayer .FooterTop .FooterColumn {
        width: 25%;
    }

    .MainFooterPlayer .FooterTop .FooterSubTitle {
        color: #929292;
    }

    .MainFooterPlayer .FooterBottom {
        border-top: 1px solid #efeeea;
    }

        .MainFooterPlayer .FooterBottom .RightsReserved {
            color: #929292;
        }

.MainFooterPublic {
    border-top: 1px solid #77868b;
}

    .MainFooterPublic .FooterTop .FooterColumn {
        width: 20%;
    }

/* Form */
.FormBox {
    margin-bottom: 20px;
}

    .FormBox .FormImage {
        margin-bottom: 15px;
    }

        .FormBox .FormImage img {
            width: 100%;
            display: block;
        }

    .FormBox .FormLabel {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
        color: #3b3b3b;
    }

    .FormBox .FormField {
    }

    .FormBox .FieldInfo {
        font-size: 12px;
        line-height: 16px;
        color: #929292;
        margin-top: 10px;
    }

    .FormBox .FieldInfoL {
        font-size: 14px;
        line-height: 16px;
        color: #929292;
        margin-top: 10px;
    }

        .FormBox .FieldInfoL a {
            color: #3b3b3b;
        }

    .FormBox .LengthInfo {
        font-size: 12px;
        line-height: 16px;
        color: #929292;
        margin-top: 10px;
        text-align: right;
    }

    .FormBox .RadioField {
        display: inline-block;
        margin: 10px 25px 0px 0px;
    }

.FormBox.MNetDropDownParent {
    display: flex;
    gap: 20px;
    margin: 10px 0;
    align-items: baseline;
}
#mnetDepositIframe {
    max-height: initial;
    min-height: 350px;
}

.MNETCashierDiv {
  /*background-color: #FFFFFF;*/
}

.MNETDepositExitButton {
  position: fixed;
  background-image: url(/Content/Images/Icon_Grey_Cross.png);
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  z-index: 100;
  /*display: block;
  float: right;*/
  /*margin-left: 100%;   */
  /*margin-bottom: 10px; */
}

.NewCashierParent {
    padding: 20px;
    background-color: #FFFFFF;
}

.NewCashierOptions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: -10px;
    padding: 10px;
}

.NewCashierOptionChildren {
    padding: 10px 20px;
}

.NewCashierOption {
    height: 3.5rem;
    padding: 0.25rem 0.75rem;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 2px 3px 6px 0px #808080;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}
.SupportingTextLine {
    white-space: pre-wrap;
}
.NewCashierIcon {
    display: inline-block;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 1.75rem;
}
.NewCashierIcon img {
    height: auto;
    max-height: 100%;
    max-width: 100px;
}

.FormField .EditBox {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #2c383e;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.FormField .EditBox02 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #2c383e;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.FormField .EditBox03 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #929292;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.FormField .FileUpload {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #2c383e;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.FormField .FileUpload02 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #2c383e;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.FormField .FileUpload03 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #929292;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.FormField .DropDown {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #2c383e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.FormField .DropDown02 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #2c383e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.FormField .DropDown03 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #929292;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.FormField .DropDown04 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d8d7d3;
    background-color: #1076bc;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}
.FormField .DropDown04 optgroup {
    background-color: #FFFFFF;
    color: #000000;
}
.FormField .DropDown04 option {
    background-color: #FFFFFF;
    color: #929292;
}
.FormField .DropDown04:focus option:checked {
    background-color: #1076bc;
    color: #FFFFFF;
}

.FormField .TextArea {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #2c383e;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.FormField .TextArea02 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #2c383e;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.FormField .TextArea03 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, Verdana;
    color: #929292;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.FormBox .FormField.MonthOfBirth {
    max-width: 100px;
    min-width: 60px;
}

.FormBox .FormField.DayOfBirth {
    max-width: 100px;
    min-width: 60px;
}

.FormBox .FormField.YearOfBirth {
    max-width: 200px;
    min-width: 65px;
}

.ValidationTitle {
    font-size: 14px;
    line-height: 18px;
    color: #da3e3e;
    display: block;
    padding: 0px 0px 15px 0px;
    margin: 0px;
    text-transform: uppercase;
}

.ValidationMessageWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 60px;
}

    .ValidationMessageWrapper .Icon {
        width: 200px;
        height: 180px;
        margin-bottom: 20px;
    }

    .ValidationMessageWrapper .ValidationMessage {
        color: #2c383e;
        font-size: 18px;
        text-align: center;
        line-height: 1.5em;
    }

.ValidationMessage {
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding: 10px 0px 0px 0px;
}

    .ValidationMessage a {
        color: #da3e3e;
        text-decoration: underline;
    }

.ValidationInfoAddName {
    font-size: 12px;
    line-height: 16px;
    color: #da3e3e;
    display: none;
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.ValidationInfo {
    font-size: 12px;
    line-height: 16px;
    color: #da3e3e;
    display: none;
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.Asterisk {
    font-size: 14px;
    line-height: 18px;
    color: #da3e3e;
    padding: 0px 0px 0px 5px;
}

.Denotes {
    font-size: 12px;
    line-height: 16px;
    color: #929292;
}

.input-validation-error {
    border: solid 1px #da3e3e !important;
    background-color: #fee !important;
}

.ButtonBottom .Denotes {
    float: left;
    padding: 12px 15px 15px 0px;
}

    .ButtonBottom .Denotes .Asterisk {
        padding: 0px 5px 0px 0px;
    }

.FormBox .BrowseArea {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 7px 15px 7px 7px;
    border: 1px solid #d8d7d3;
    box-sizing: border-box;
    color: #3b3b3b;
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #efeeea;
}

    .FormBox .BrowseArea .BrowseButton {
        background: url(/Content/Images/choose_file_button.jpg) no-repeat;
        float: left;
        height: 34px;
        padding: 0 0 0 120px;
        position: relative;
        width: 120px;
        overflow: hidden;
    }

        .FormBox .BrowseArea .BrowseButton input {
            float: left;
            height: 34px;
            left: 0;
            opacity: 0;
            position: absolute;
            width: 100%;
        }

        .FormBox .BrowseArea .BrowseButton .FileName {
            color: #22384a;
            float: left;
            font-size: 18px;
            margin: 4px 0 0;
        }

/* iCheck Plugin Square */
label.CheckBox {
    font-size: 14px;
    line-height: 20px;
    color: #3b3b3b;
    cursor: pointer;
}

.icheckbox_square-grey, .iradio_square-grey {
    float: left;
    display: block;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    top: 0px;
    width: 17px;
    height: 17px;
    background: url(/Content/Images/CheckBox_Grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-grey {
    background-position: 0 0;
}

    .icheckbox_square-grey.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-grey.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-grey.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-grey.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-grey {
    background-position: -120px 0;
}

    .iradio_square-grey.hover {
        background-position: -144px 0;
    }

    .iradio_square-grey.checked {
        background-position: -168px 0;
    }

    .iradio_square-grey.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-grey.checked.disabled {
        background-position: -216px 0;
    }

/* default UI slider  */
.ui-slider.ui-slider-horizontal {
    height: 8px;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 8px;
    background: none;
}

.ui-slider.ui-widget-content {
    border: none;
    border-top: solid 1px #fff;
}

.ui-slider.ui-slider-horizontal .ui-slider-range {
    background-color: #ea5400;
    height: 3px;
    background-image: none;
    position: relative;
    top: -2px;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
    top: -12px;
    height: 20px;
    background-color: #0077CC;
    border: 1px solid #0077CC;
    background-image: url(/Content/Images/slider_handle.png);
    background-size: 9px auto;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 2px 2px 0px 0px rgba(43,59,93,.29);
    cursor: pointer;
}

/* Box Page */
.BoxPage {
    display: table;
    width: 100%;
    min-width: 320px;
    height: 100vh;
    background-image: url(/Content/Images/Bg_Main.jpg);
    background-size: cover;
    background-position: center;
}

    .BoxPage .Inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
        .BoxPage .Inner .BtnMobileBack {
            display: none;
            width: 60px;
            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 120;
        }

            .BoxPage .Inner .BtnMobileBack img {
                width: 100%;
                display: block;
            }

        .BoxPage .Inner .MiddleBox {
            display: inline-block;
            background-color: #fff;
            margin: 60px;
            position: relative;
            z-index: 10;
        }

.BoxPage .Inner .MiddleBox.MiddleBoxDynamicWidth {
    min-width: 400px;
    width: 40vw;
    max-width: 500px;
}

            .BoxPage .Inner .MiddleBox .MiddleBoxContent {
                padding: 20px 30px 40px 30px;
                position: relative;
            }

                .BoxPage .Inner .MiddleBox .MiddleBoxContent .Denotes {
                    position: absolute;
                    bottom: -30px;
                    width: 100%;
                    text-align: center;
                    color: #a8a8a8;
                    margin: 0px -20px;
                }

                    .BoxPage .Inner .MiddleBox .MiddleBoxContent .Denotes .Asterisk {
                        padding: 0px 5px 0px 0px;
                    }


/* Error Page */
.ErrorPage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url(/Content/Images/Bg_Main.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.ErrorPage__Box {
    padding: 25px;
    background-color: white;
    min-width: 320px;
}

.ErrorPage__Title {
    padding-bottom: 30px;
    font-weight: 400;
    margin: 0px;
    text-align: center;
}

.ErrorPage__Box img {
    width: 80px;
    padding-bottom: 10px;
}

/* Standard */
.Standard .Top {
    width: 100%;
    display: table;
    background-image: url(/Content/Images/Bg_Main.jpg);
    background-position-y: 350px;
    background-size: cover;
}

    .Standard .Top .Cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 20px;
    }

        .Standard .Top .Cell h1.Title {
            font-size: 50px;
            line-height: 50px;
            font-weight: 500;
            text-shadow: 0px 0px 14px #000;
            margin-bottom: 0px;
            color: #ffffff;
        }

/* -------- Login/Register Pages ------------*/
/* Login Page */
.LoginRegisterBox .LoginRegisterContent .CheckBoxLogin {
    float: left;
    width: 70%;
    position: relative;
    display: block;
}

    .LoginRegisterBox .LoginRegisterContent .CheckBoxLogin .icheckbox_square-grey {
        margin-bottom: 15px;
    }

    .LoginRegisterBox .LoginRegisterContent .CheckBoxLogin .CheckBox {
        font-size: 11px;
        line-height: 15px;
        color: #929292;
        display: inline;
        cursor: inherit;
    }

    .LoginRegisterBox .LoginRegisterContent .CheckBoxLogin a {
        font-size: 11px;
        line-height: 15px;
        color: #929292;
        text-decoration: underline;
        z-index: 10;
        position: relative;
    }

.LoginRegisterBox .LoginRegisterContent .RememberMe {
    float: left;
}

    .LoginRegisterBox .LoginRegisterContent .RememberMe label.CheckBox {
        font-size: 14px;
        line-height: 18px;
        color: #3b3b3b;
        padding-left: 30px;
        display: block;
    }

.LoginRegisterBox .LoginRegisterContent .ForgottenPassword {
    font-size: 14px;
    line-height: 18px;
    color: #1076bc;
    float: right;
    text-decoration: none;
}

/* Join Now Page Page */
.LoginRegisterBox .LoginRegisterContent .CheckBoxRegister {
    width: 100%;
    position: relative;
    display: block;
}

    .LoginRegisterBox .LoginRegisterContent .CheckBoxRegister .icheckbox_square-grey {
        margin-bottom: 15px;
    }

    .LoginRegisterBox .LoginRegisterContent .CheckBoxRegister .CheckBox {
        font-size: 11px;
        line-height: 15px;
        color: #929292;
        display: inline;
        cursor: inherit;
    }

    .LoginRegisterBox .LoginRegisterContent .CheckBoxRegister a {
        font-size: 11px;
        line-height: 15px;
        color: #929292;
        text-decoration: underline;
        z-index: 10;
        position: relative;
    }

.LoginRegisterBox .LoginRegisterContent .PromoCodeText {
    font-size: 14px;
    padding-bottom: 10px;
}

/* Both (Including TwoFactorAuthentication)*/
.LoginRegisterBox {
    width: 480px;
}
    /* 730 with loginradius */
    .LoginRegisterBox .LoginRegisterContent {
        text-align: left;
    }

        .LoginRegisterBox .LoginRegisterContent .LoginRegisterTable {
            display: table;
            width: 100%;
        }

        .LoginRegisterBox .LoginRegisterContent .FormFieldLoginRegister {
            position: relative;
        }

            .LoginRegisterBox .LoginRegisterContent .FormFieldLoginRegister .FormIcon {
                width: 50px;
                position: absolute;
                left: 0px;
                top: 0px;
            }

                .LoginRegisterBox .LoginRegisterContent .FormFieldLoginRegister .FormIcon img {
                    width: 100%;
                    display: block;
                }

            .LoginRegisterBox .LoginRegisterContent .FormFieldLoginRegister .EditBox {
                padding: 14px 15px 14px 50px;
            }
/* -------- Login/Register Pages END ------------*/

/* Forgotten Password*/
.ForgottenPasswordBox {
    width: 440px;
}

    .ForgottenPasswordBox .ForgottenPasswordContent {
        text-align: left;
    }

        .ForgottenPasswordBox .ForgottenPasswordContent p {
            margin: 10px 0px 0px 0px;
            color: #3b3b3b;
            font-size: 14px;
            line-height: 20px;
        }

        .ForgottenPasswordBox .ForgottenPasswordContent .RetryAgain {
            font-size: 14px;
            line-height: 18px;
            color: #1076bc;
            text-decoration: none;
        }

        .ForgottenPasswordBox .ForgottenPasswordContent .FormFieldForgottenPassword {
            position: relative;
        }

            .ForgottenPasswordBox .ForgottenPasswordContent .FormFieldForgottenPassword .FormIcon {
                width: 50px;
                position: absolute;
                left: 0px;
                top: 0px;
            }

                .ForgottenPasswordBox .ForgottenPasswordContent .FormFieldForgottenPassword .FormIcon img {
                    width: 100%;
                    display: block;
                    margin: 0px !important;
                }

            .ForgottenPasswordBox .ForgottenPasswordContent .FormFieldForgottenPassword .EditBox {
                padding: 14px 15px 14px 50px;
            }

/* Form Builder */
.FormBuilder {
    font-size: 14px;
}

    .FormBuilder .Title {
        font-family: 'Oswald', 'Arial'
    }

    .FormBuilder .TermsAndConditionsText {
        font-size: 11px;
        color: #929292;
        line-height: 20px;
    }

    .FormBuilder .TermsAndConditionsLink {
        color: inherit !important;
    }

    .FormBuilder .InputLabel {
        margin-bottom: 5px;
    }

    .FormBuilder .emailAddressUserCode .Icon, .QuickSignupWidget .WidgetForm .emailAddressUserCode .Icon {
        background-image: url(/content/images/Icon_Field_EmailAddress.png);
    }

    .FormBuilder .password .Icon, .QuickSignupWidget .WidgetForm .password .Icon {
        background-image: url(/content/images/Icon_Field_Password.png);
    }
    .QuickSignupWidget .WidgetForm .EyeButton svg {
        fill: #77868B;
    }

    .FormBuilder .confirmPassword .Icon, .QuickSignupWidget .WidgetForm .confirmPassword .Icon {
        background-image: url(/content/images/Icon_Field_Password.png);
    }

    .FormBuilder .firstName .Icon, .QuickSignupWidget .WidgetForm .firstName .Icon {
        background-image: url(/content/images/Icon_Field_FullName.png);
    }

    .FormBuilder .lastName .Icon, .QuickSignupWidget .WidgetForm .lastName .Icon {
        background-image: url(/content/images/Icon_Field_FullName.png);
    }

    .FormBuilder .emailAddress .Icon, .QuickSignupWidget .WidgetForm .emailAddress .Icon,
    .FormBuilder .emailAddress .Icon, .QuickSignupWidget .WidgetForm .emailAddressUserCode  .Icon {
        background-image: url(/content/images/Icon_Field_EmailAddress.png);
    }

    .FormBuilder .Phone .Icon, .QuickSignupWidget .WidgetForm .phone .Icon {
        background-image: url(/content/images/Icon_Field_PhoneNumber.png);
    }

    .FormBuilder .Phone .Icon, .QuickSignupWidget .WidgetForm .dateOfBirth .Icon {
        background-image: url(/content/images/Icon_Field_DateOfBirth.png);
    }

    .FormBuilder .hearAboutUs .Icon, .QuickSignupWidget .WidgetForm .hearAboutUs .Icon {
        background-image: url(/content/images/Icon_Field_HowDidYou.png);
    }

    .FormBuilder .promoCode .Icon, .QuickSignupWidget .WidgetForm .promoCode .Icon {
        background-image: url(/content/images/Icon_Field_PromoCode.png);
    }

    .FormBuilder .currencyType .Icon, .QuickSignupWidget .WidgetForm .currencyType .Icon {
        background-image: url(/content/images/Icon_Field_Currency.png);
    }

    .FormBuilder .userPin .Icon, .QuickSignupWidget .WidgetForm .userPin .Icon {
        background-image: url(/content/images/Icon_Field_Pin.png);
    }


/* Personal Details */
.PersonalDetails .BigColumn_01 {
    float: left;
    width: 26%;
}

.PersonalDetails .BigSpacer {
    float: left;
    width: 4%;
    height: 1px;
    display: block;
}

.PersonalDetails .BigColumn_02 {
    float: left;
    width: 70%;
}

.PersonalDetails .FormColumn_FirstName {
    float: left;
    width: 48%;
}

.PersonalDetails .FormColumn_LastName {
    float: left;
    width: 48%;
}

.PersonalDetails .FormSpacer_01 {
    float: left;
    width: 4%;
    height: 1px;
    display: block;
}

.PersonalDetails .FormColumn_02 {
    float: left;
    width: 48%;
}

.PersonalDetails .FormSpacer_02 {
    float: left;
    width: 4%;
    height: 1px;
    display: block;
}

.PersonalDetails .FormColumn_03 {
    float: left;
    width: 30.66%;
}

.PersonalDetails .FormSpacer_03 {
    float: left;
    width: 4%;
    height: 1px;
    display: block;
}

.PersonalDetails .SocialDetails .Subtitle {
    font-size: 20px;
    line-height: 30px;
    color: #3b3b3b;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .PersonalDetails .SocialDetails .Subtitle .Nav_Arrow_Down {
        background-image: url(/Content/Images/Icon_Nav_Grey_Arrow_Down.png);
        background-size: cover;
        width: 15px;
        height: 12px;
        display: inline-block;
        margin-left: 8px;
    }

    .PersonalDetails .SocialDetails .Subtitle .Nav_Arrow_Up {
        background-image: url(/Content/Images/Icon_Nav_Grey_Arrow_Up.png);
        background-size: cover;
        width: 15px;
        height: 12px;
        display: inline-block;
        margin-left: 8px;
    }

.PersonalDetails .SocialDetails .FormFieldSMA {
    position: relative;
}

    .PersonalDetails .SocialDetails .FormFieldSMA .FormIcon {
        width: 30px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

        .PersonalDetails .SocialDetails .FormFieldSMA .FormIcon img {
            width: 100%;
            display: block;
        }

    .PersonalDetails .SocialDetails .FormFieldSMA .EditBox02 {
        padding-left: 50px;
    }

.PersonalDetails .SocialDetails .ColumnSMA {
    float: left;
    width: 31.33%;
}

.PersonalDetails .SocialDetails .ColumnSMASpacer {
    float: left;
    width: 3%;
    height: 1px;
    display: block;
}

.PersonalDetails .IncompleteMessage {
    display: block;
    margin: 0px;
    box-sizing: border-box;
    background: #fc5757;
    background: -webkit-linear-gradient(#fc5757, #ff0000);
    background: -o-linear-gradient(#fc5757, #ff0000);
    background: -moz-linear-gradient(#fc5757, #ff0000);
    background: linear-gradient(#fc5757, #ff0000);
    padding: 0px;
}

    .PersonalDetails .IncompleteMessage .TextIncomplete {
        font-size: 18px;
        line-height: 20px;
        color: #fff;
        font-weight: 700;
        text-align: left;
        padding: 20px 30px;
    }

.ImageUploader label {
    font-size: 14px;
}

.ImageEditorSection .cropit-preview {
    background-color: #fff;
    border: 1px solid #d8d7d3;
    background-size: cover;
    width: 280px;
    height: 280px;
    margin-bottom: 10px;
    border-radius: 4px;
}
    /* Initial dimensions overwriten */
    .ImageEditorSection .cropit-preview .ProgressIndicator img {
        width: 30px;
        height: 30px;
        display: block;
        margin: 25px auto 0px auto;
    }

    .ImageEditorSection .cropit-preview.cropit-image-loading .ProgressIndicator {
        display: block;
    }

    .ImageEditorSection .cropit-preview.cropit-image-loaded .cropit-preview-image-container {
        cursor: move;
    }

.ImageEditorSection .cropit-preview-background {
    opacity: 0.2;
}

.ImageEditorSection .CbxAndLabel {
    margin-bottom: 6px;
}

.ImageEditorSection .ImageChanged {
    display: none;
}

.ImageEditorSection .Toolbar {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
}

    .ImageEditorSection .Toolbar .RotateIcon {
        width: 17px;
        opacity: 1;
        transition: opacity 200ms ease;
    }

        .ImageEditorSection .Toolbar .RotateIcon:hover {
            opacity: 0.7;
        }

        .ImageEditorSection .Toolbar .RotateIcon img {
            width: 100%;
            display: block;
            cursor: pointer;
        }

    .ImageEditorSection .Toolbar .RotateCW {
        margin-right: 7px;
    }

    .ImageEditorSection .Toolbar .ZoomSlider {
        flex: 1 0 0%;
        margin-left: 14px;
    }

    .ImageEditorSection .Toolbar .StyledSlider {
        border-top: solid 3px #d8d7d3;
        margin-top: 7px;
    }

        .ImageEditorSection .Toolbar .StyledSlider .ui-slider-handle {
            top: -12px;
        }

    .ImageEditorSection .Toolbar .cropit-image-zoom-input {
        width: 100%;
        margin: 0px;
        -webkit-appearance: none;
        display: none
    }

        .ImageEditorSection .Toolbar .cropit-image-zoom-input[disabled] {
            opacity: 0.2;
        }

.JSProgressMyReferrals {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    z-index: 12;
    margin: -15px 0px 0px -15px;
    display: none;
}

    .JSProgressMyReferrals img {
        width: 30px;
        display: block;
    }

.JSProgressSWE {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    z-index: 12;
    margin: -15px 0px 0px -15px;
    display: none;
}

    .JSProgressSWE img {
        width: 30px;
        display: block;
    }

/* CoverLayerPopup */
.CoverLayerPopup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 118;
    opacity: 0;
    display: none;
    transition: opacity 300ms ease;
}

.CoverLayerPopup.Visible {
    opacity: 1;
}

.CoverLayerPopup .Positioning {
    position: relative;
    width: 100%;
    margin: 0px;
    text-align: center;
}

.CoverLayerPopup .Positioning .Centering {
    position: relative;
    margin: 0px auto 0px auto;
    min-height: 100px;
    display: inline-block;
    min-width: 320px;
}

.CoverLayerPopup .CloseForm {
    position: absolute;
    background-image: url(/Content/Images/Icon_Grey_Cross.png);
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 10;
}

/* CoverLayerModal */
.CoverLayerModal {
    position: fixed;
    overflow: auto;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    z-index: 125;
    opacity: 0;
    display: none;
    transition: opacity 300ms ease;
    top: 0px; /*<< ie fix*/
}

.CoverLayerModal.Visible {
    opacity: 1;
}

.CoverLayerModal .Positioning {
    display: flex;
    justify-content: center;
    text-align: center;
}

.CoverLayerModal .Positioning .Centering {
    position: relative;
    min-height: 100px;
    width: 100%;
    min-width: 320px;
    max-width: 700px;
}

.CoverLayerModal .CloseForm {
    position: absolute;
    background-image: url(/Content/Images/Icon_Grey_Cross.png);
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 10;
}

.Modal {
    display: none;
    background-color: #ffffff;
    padding: 30px;
}

.Modal .Image {
    float: left;
    margin-right: 15px;
    margin-left: 20px
}

.Modal .NotImage {
}

.Modal .Header {
    font-size: 23px;
    margin-bottom: 20px;
    color: #3b3b3b;
    display: flex;
    flex-direction: column;
}

.Modal .NotImage .Header {
    font-size: 30px;
    font-family: 'Oswald', 'Arial', sans-serif;
    margin-bottom: 0px;
}

.Modal .Content {
    margin-bottom: 20px;
    font-size: 15px;
    color: #929292;
    display: flex;
    flex-direction: column;
}

.Modal .Content .Item {
    margin-bottom: 20px;
}

.Modal .Content .Item:last-child {
    margin-bottom: 0px;
}

.Modal .NotImage .Content p {
    margin-bottom: 8px;
    line-height: 17px;
}

.Modal .Content p {
    margin-bottom: 10px;
}

.Modal .Content p:last-child {
    margin-bottom: 0px;
}

.Modal .ContentSmall {
    margin-top: 10px;
    font-size: 12px;
    color: #929292;
    display: flex;
    flex-direction: column;
}

.Modal .ContentSmall .Item {
    margin-bottom: 20px;
}

.Modal .ContentSmall .Item:last-child {
    margin-bottom: 0px;
}

.Modal .ContentSmall p {
    margin-bottom: 10px;
    font-size: 12px;
}

.Modal .ContentSmall p:last-child {
    margin-bottom: 0px;
    font-size: 12px;
}

.Modal .Buttons {
    display: flex;
    flex-wrap: wrap;
}

.Modal .Buttons .Button {
    flex: 1 0 100px;
    margin-right: 10px;
}

.Modal .Buttons .Button:last-child {
    margin-right: 0px;
}

.Modal .ValidationMessage {
    text-align: left;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.Modal .ModalData {
    display: none;
}

.CoverLayerModal .Visible {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.CoverLayerModal .OfAgeModal .Content p a {
    color: inherit;
    text-decoration: underline;
}

.CoverLayerModal .WithdrawalConfirmationModal .Content p .WithdrawalValue {
    font-size: 26px;
    font-weight: bold;
}

.CoverLayerModal .DOBConfirmationModal .Content .DateOfBirthValue {
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

.CoverLayerModal .FirstDOBConfirmationModal .Content .DateOfBirthValue {
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

.CoverLayerModal .InvalidCouponModal .BtnClose a {
    padding: 10px 0px;
}

.Modal.CashierHistory .Header {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.Modal.CashierHistory .Congratulations {
    font-size: 22px;
    font-weight: 700;
}

.Modal.CashierHistory .Message {
    font-size: 20px;
    font-weight: 400;
}

.Modal.CashierHistory .SubMessage {
    font-size: 16px;
}

.Modal.Signup {
    margin-bottom: 40px;
}

.Modal.SportstechModal {
    padding: 0px;
}

    .Modal.SportstechModal .IframeContainer {
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
    }

    .Modal.SportstechModal #SportstechIframe {
        width: 100%;
        min-height: 400px;
    }

.MessagePopUpModal {
}

    .MessagePopUpModal .MessagePopUpModalLoader {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        z-index: 12;
        margin: -15px 0px 0px -15px;
    }

        .MessagePopUpModal .MessagePopUpModalLoader img {
            width: 30px;
            display: block;
        }

    .MessagePopUpModal .Formbox {
        margin-bottom: 10px;
    }

    .MessagePopUpModal .ValidationInfo {
        font-size: 14px;
        line-height: 16px;
        color: #da3e3e;
        padding: 5px 0px 0px 0px;
        margin: 0px;
    }

    .MessagePopUpModal a {
        color: #929292;
    }

    .MessagePopUpModal .MessagePopUpModalChoices {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        margin-bottom: 20px;
    }

    .MessagePopUpModal .Choice {
        margin-bottom: 10px;
        border-radius: 25px;
    }

        .MessagePopUpModal .Choice:focus {
            box-shadow: unset;
            outline: none;
        }

        .MessagePopUpModal .Choice.Highlight {
            background-color: #45ce81;
        }

    .MessagePopUpModal .MessagePopUpModalButtons {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .MessagePopUpModal .Button {
        max-width: 500px;
    }

    .MessagePopUpModal .Header img.Large {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }

    .MessagePopUpModal .Header img.Small {
        max-width: 100%;
        height: auto;
        display: none;
    }


/* WelcomePopup */
.WelcomePopup                          {border-radius: 20px;}
.WelcomePopup .Header                  {margin-bottom: 0px;}
.WelcomePopup .Header img              {width: 200px;margin: auto;}
.WelcomePopup .Header h2               {margin: 20px auto 20px auto;}
.WelcomePopup .Content                 {margin-bottom: 0;}
.WelcomePopup a                        {color: #000000; text-decoration: underline;}
.WelcomePopup .Button                  {border-radius: 5px; font-size: 26px; line-height: 26px;}
.WelcomePopup p                        {color: #5C5C5C; font-size: 14px;}
.WelcomePopup p strong                 {color: #000000;}
.WelcomePopup .Content p:last-child    {margin-bottom: 10px;}
/*.WelcomePopup p.WelcomeText            {font-size: 18px; margin-bottom: 0;}*/
/* Replaces p.WelcomeText */
.WelcomePopup .Content p:nth-child(1)  {font-size: 20px;}
.WelcomePopup .Content p:nth-child(2)  {font-size: 20px; margin-bottom: 20px;}
.WelcomePopup .Content p:nth-child(3)  {font-size: 16px;}
/*.WelcomePopup p.NewUserName            {font-size: 20px;}*/ /* Applied in function MessagePopUpMergeFields*/
.WelcomePopup .GoToSportsbook          {font-size: 16px; margin-top: 5px; margin-bottom: 0px;}
.WelcomePopup .ContentSmall p          {font-size: 14px !important;}
.CloseForm:has(~.WelcomePopup)         {display: none;}


.PlayerFailedDepositOver300Modal {
}

    .PlayerFailedDepositOver300Modal .Header {
        display: flex;
        align-items: center;
        justify-items: center;
        flex-direction: inherit;
        padding-bottom: 10px;
    }

        .PlayerFailedDepositOver300Modal .Header img {
            max-width: 150px;
            width: 100%;
        }

        .PlayerFailedDepositOver300Modal .Header span {
            text-align: center;
            flex: 1;
        }

.PlayerFailedDeposit300OrLessModal {
}

    .PlayerFailedDeposit300OrLessModal .Header {
        display: flex;
        align-items: center;
        justify-items: center;
        flex-direction: inherit;
        padding-bottom: 10px;
    }

        .PlayerFailedDeposit300OrLessModal .Header img {
            max-width: 150px;
            width: 100%;
        }

        .PlayerFailedDeposit300OrLessModal .Header span {
            text-align: center;
            flex: 1;
        }

/* Tooltip */
.Tooltip {
    position: relative;
    display: inline-block;
    max-height: 25px;
    max-width: 25px;
    cursor: pointer;
}

    .Tooltip .TooltipText {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        white-space: normal;
        line-height: 1.3;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        padding: 6px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .Tooltip .TooltipText::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .Tooltip:hover .TooltipText {
        visibility: visible;
        opacity: 1;
    }

.TooltipOrange {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: #ed4520;
    width: 100px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-family: 'Oswald', 'Arial', sans-serif;
    text-transform: uppercase;
    opacity: 1;
    visibility: visible;
}

    .TooltipOrange.Right {
        left: 100%;
    }

    .TooltipOrange.Left {
        left: -100%;
        margin-left: -30px;
    }

    .TooltipOrange.Right:after {
        content: '';
        position: absolute;
        left: -5px;
        top: 50%;
        margin-top: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        border-color: transparent #f14822 transparent transparent;
    }

    .TooltipOrange.Left:after {
        content: '';
        position: absolute;
        right: -5px;
        top: 50%;
        margin-top: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-color: transparent transparent transparent #f14822;
    }


/* Valid Message Manage Account */
.ManageAccountValid {
    text-align: center;
    margin: 100px auto;
}

    .ManageAccountValid img {
        display: inline-block;
        width: 80px;
        margin: 10px 0px;
    }

    .ManageAccountValid p {
        margin: 0px;
        color: #3b3b3b;
        font-size: 14px;
        line-height: 20px;
    }

/* Payment Cards */
.LightBoxAddCardParent {
    display: none;
}

.LightBoxAddCard {
    display: none;
    width: 380px;
}

    .LightBoxAddCard .HeaderBlock {
        background-color: #ffffff;
        border-bottom: 1px solid #d8d7d3;
        height: 60px;
        padding-top: 40px;
        position: absolute;
        top: -40px;
        left: 0px;
        width: 100%;
        z-index: 4;
        display: none;
    }
        /*position:fixed;*/
        .LightBoxAddCard .HeaderBlock .Text {
            text-align: center;
            position: relative;
            top: 20px;
            font-size: 16px;
        }

        .LightBoxAddCard .HeaderBlock .Back {
            display: block;
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 60px;
            height: 60px;
        }

            .LightBoxAddCard .HeaderBlock .Back img {
                width: 100%;
                height: 100%;
            }

    .LightBoxAddCard .HeaderBlockSpacer {
        height: 60px;
        display: none;
    }
/* margin etc. don't work on iOS */

.AddCardForm {
    padding: 10px 20px 20px 20px;
    background-color: #ffffff;
    text-align: left;
}

    .AddCardForm .FormColumn_CardNumber {
    }

    .AddCardForm .FormColumn_ExpirationDate {
        float: left;
        width: 150px;
    }

        .AddCardForm .FormColumn_ExpirationDate .FormField input {
            width: 90px;
        }

    .AddCardForm .FormColumn_CardholderName {
    }

    .AddCardForm .FormColumn_CVC {
        float: right;
        width: 90px;
    }

    .AddCardForm .FieldColumn_01 {
        float: left;
        width: 60px;
    }

    .AddCardForm .FieldSpacer_01 {
        float: left;
        width: 20px;
        height: 1px;
        display: block;
    }

    .AddCardForm .FormSpacer_01 {
        float: left;
        width: 20px;
        height: 1px;
        display: block;
    }

    .AddCardForm .FormSpacer_02 {
        float: left;
        width: 20px;
        height: 1px;
        display: block;
    }

    .AddCardForm .ValidationMessage {
        display: none;
    }

    .AddCardForm .GeneralValidationMessage {
        font-size: 13px;
        line-height: 16px;
        color: #da3e3e;
        margin-bottom: 10px;
        display: none;
    }

    .AddCardForm .FormBox .FormLabel {
        margin-bottom: 6px;
    }

.WrapperPaymentCards {
    width: 102%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

    .WrapperPaymentCards .PaymentCard {
        display: inline-block;
        box-sizing: border-box;
        width: 23%;
        margin: 0px 2% 20px 0px;
        padding: 0px;
        vertical-align: top;
        position: relative;
    }

        .WrapperPaymentCards .PaymentCard .Text {
            border: 1px solid #d8d7d3;
            padding-bottom: 4px;
        }

        .WrapperPaymentCards .PaymentCard .Link_01 {
            display: block;
        }

        .WrapperPaymentCards .PaymentCard .Link_02 {
            display: none;
        }

        .WrapperPaymentCards .PaymentCard a {
            text-decoration: none;
        }

        .WrapperPaymentCards .PaymentCard .BtnClose {
            background-image: url(/Content/Images/Icon_Red_Cross.png);
            background-size: cover;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 5px;
            right: 5px;
            cursor: pointer;
        }

        .WrapperPaymentCards .PaymentCard .PaddingBorder {
            padding: 15px 20px;
        }

            .WrapperPaymentCards .PaymentCard .PaddingBorder .CardTitle {
                float: left;
                font-size: 14px;
                line-height: 18px;
                color: #929292;
                width: 45%;
                padding: 8px 0px;
            }

            .WrapperPaymentCards .PaymentCard .PaddingBorder .CardDetail {
                float: right;
                font-size: 14px;
                line-height: 18px;
                color: #3b3b3b;
                width: 50%;
                padding: 8px 0px;
            }

            .WrapperPaymentCards .PaymentCard .PaddingBorder .CardName {
                float: right;
                font-size: 16px;
                line-height: 1.2em;
                color: #3b3b3b;
                width: 50%;
                position: relative;
                top: 6px;
            }

            .WrapperPaymentCards .PaymentCard .PaddingBorder .AddImg {
                margin: 30px 0px 0px 0px;
                background-image: url(/Content/Images/Icon_Add.png);
                background-size: cover;
                width: 44px;
                height: 44px;
                display: inline-block;
            }

            .WrapperPaymentCards .PaymentCard .PaddingBorder .AddText {
                margin: 10px 10px 0px 10px;
                font-size: 20px;
                line-height: 24px;
                color: #3b3b3b;
                display: block;
            }

        .WrapperPaymentCards .PaymentCard.WithCard {
            background-color: #fff;
        }

        .WrapperPaymentCards .PaymentCard.WithoutCard {
            text-align: center;
            cursor: pointer;
        }

        .WrapperPaymentCards .PaymentCard .ProgressIndicator {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 40px;
            margin-top: -20px;
            margin-left: -20px;
            opacity: 0;
            display: none;
        }

            .WrapperPaymentCards .PaymentCard .ProgressIndicator.Visible {
                opacity: 1;
                transition: opacity 300ms ease 500ms;
            }
            /* display:block by js */
            .WrapperPaymentCards .PaymentCard .ProgressIndicator img {
                width: 100%;
            }

        .WrapperPaymentCards .PaymentCard.WithCard.Selected {
            border: none;
        }

            .WrapperPaymentCards .PaymentCard.WithCard.Selected .Text {
                border: solid 2px #25aae1;
                padding-bottom: 0px;
            }

            .WrapperPaymentCards .PaymentCard.WithCard.Selected .PaddingBorder {
                padding-top: 13px;
                padding-left: 18px;
                padding-right: 18px;
            }

            .WrapperPaymentCards .PaymentCard.WithCard.Selected .BtnClose {
                top: -9px;
                right: -9px;
            }

.TopCardValidation {
    font-size: 13px;
    line-height: 16px;
    color: #da3e3e;
    margin-bottom: 10px;
    display: none;
}

span .TopCardValidation {
    font-size: 13px;
    line-height: 16px;
    color: #da3e3e;
    margin-bottom: 10px;
    display: none;
}

.card-wrapper {
    margin-bottom: 5px;
}

    .card-wrapper .jp-card .jp-card-front {
        background-color: #555;
    }

    .card-wrapper .jp-card .jp-card-back {
        background-color: #555;
    }

    .card-wrapper .jp-card .jp-card-front .jp-card-lower .jp-card-expiry {
        font-size: 1.3em;
    }

/* Settings */
.Settings {
}

    .Settings .Subtitle {
        font-size: 20px;
        line-height: 24px;
        color: #3b3b3b;
    }

    .Settings .SettingsBox {
        margin-bottom: 50px;
    }

    .Settings .FormColumn_03 {
        float: left;
        margin-right: 50px;
        margin-bottom: 30px;
    }

    .Settings .NotificationBox {
        margin: 10px 0px 10px 30px;
    }

        .Settings .NotificationBox .NotificationLabel {
            float: left;
            font-size: 16px;
            line-height: 45px;
            color: #3b3b3b;
            margin-right: 20px;
        }

        .Settings .NotificationBox .NotificationField {
            float: left;
            width: 260px;
        }

    .Settings .RadioExclusion {
        float: left;
        margin: 12px 0px 0px 0px;
    }

    .Settings .ExclusionBox {
        float: left;
        margin: 0px 0px 10px 0px;
    }

        .Settings .ExclusionBox .ExclusionLabel {
            float: left;
            font-size: 16px;
            line-height: 45px;
            color: #3b3b3b;
            margin-right: 20px;
        }

        .Settings .ExclusionBox .ExclusionField {
            float: left;
            width: 160px;
            margin-right: 20px;
        }

    .Settings .PlayLimits {
    }

        .Settings .PlayLimits .TableLimits {
            display: table;
            width: 100%;
            font-size: 16px;
            line-height: 45px;
            color: #3b3b3b;
            margin-top: -10px;
        }

            .Settings .PlayLimits .TableLimits .RowLimits {
                display: table-row;
            }

                .Settings .PlayLimits .TableLimits .RowLimits .CellLimits {
                    display: table-cell;
                }

                .Settings .PlayLimits .TableLimits .RowLimits .CellLimits_01 {
                    width: 210px;
                }

                .Settings .PlayLimits .TableLimits .RowLimits .CellLimits_02 {
                }

                .Settings .PlayLimits .TableLimits .RowLimits .CellLimits_03 {
                }

                .Settings .PlayLimits .TableLimits .RowLimits .CellLimits_04 {
                }

                .Settings .PlayLimits .TableLimits .RowLimits .CellLimits_05 {
                }

                .Settings .PlayLimits .TableLimits .RowLimits .CellLimits_06 {
                }

                .Settings .PlayLimits .TableLimits .RowLimits .CellLimits_Spacer {
                    width: 20px;
                }

        .Settings .PlayLimits .FormLabel {
            display: none;
        }

        .Settings .PlayLimits .FormField {
            margin-bottom: 15px;
        }

/* Help - Used in FAQ Section*/
.Help {
}

    .Help .BigTitle {
        color: #11577E;
        margin: 0px 0px 10px 0px;
        font-size: 40px;
        line-height: 40px;
    }

    .Help .ItemHelp {
        cursor: pointer;
        padding: 0px;
        margin-top: 2px;
    }

        .Help .ItemHelp .HeadHelp {
            cursor: pointer;
            position: relative;
            background-color: #efeeea;
            color: #444;
            cursor: pointer;
            padding: 20px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 16px;
            transition: 0.4s;
            font-weight: 500;
        }

            .Help .ItemHelp .HeadHelp .Icon {
                width: 40px;
                position: absolute;
                top: 14px;
                right: 15px;
            }

                .Help .ItemHelp .HeadHelp .Icon img {
                    width: 100%;
                    display: block;
                }

                .Help .ItemHelp .HeadHelp .Icon .Icon_BulletPlus {
                    width: 100%;
                    display: block;
                }

                .Help .ItemHelp .HeadHelp .Icon .Icon_BulletMinus {
                    width: 100%;
                    display: none;
                }

        .Help .ItemHelp .TextHelp {
            display: none;
        }

            .Help .ItemHelp .TextHelp .Txt {
                padding: 20px;
            }

/* Wrapper */
.Wrapper {
    margin: 0px;
    padding: 0px;
    display: table;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background-color: #fff;
}

    .Wrapper .ItemTop {
        margin: 0px;
        padding: 0px;
        display: table-row;
        background-color: #fff;
    }

        .Wrapper .ItemTop .Block {
            display: table-cell;
            border-right: 1px solid #d8d7d3;
            border-bottom: 1px solid #d8d7d3;
            border-top: 1px solid #d8d7d3;
            box-sizing: border-box;
            vertical-align: middle;
            position: relative;
            color: #3b3b3b;
        }

            .Wrapper .ItemTop .Block:last-child {
                border-right: none;
            }

            .Wrapper .ItemTop .Block .Column {
                padding: 15px 0px;
                display: inline-block;
                font-size: 14px;
            }

        .Wrapper .ItemTop .NotSorted .Icon_Arrows {
            display: inline-block;
            background-image: url(/content/Images/Icon_Top_Arrows_00.png);
            background-size: 18px auto;
            background-repeat: no-repeat;
            background-position: center center;
            width: 22px;
            height: 20px;
            top: 5px;
            position: relative;
            cursor: pointer;
        }

        .Wrapper .ItemTop .Ascending .Icon_Arrows {
            display: inline-block;
            background-image: url(/content/Images/Icon_Top_Arrows_01.png);
            background-size: 18px auto;
            background-repeat: no-repeat;
            background-position: center center;
            width: 22px;
            height: 20px;
            top: 5px;
            position: relative;
            cursor: pointer;
        }

        .Wrapper .ItemTop .Descending .Icon_Arrows {
            display: inline-block;
            background-image: url(/content/Images/Icon_Top_Arrows_02.png);
            background-size: 18px auto;
            background-repeat: no-repeat;
            background-position: center center;
            width: 22px;
            height: 20px;
            top: 5px;
            position: relative;
            cursor: pointer;
        }

    .Wrapper .Item {
        margin: 0px;
        padding: 0px;
        display: table-row;
    }

    .Wrapper li:nth-of-type(even) {
        background-color: #f2f0f0;
    }

    .Wrapper .Item.Highlighted {
        background-color: #75ccf3;
    }

        .Wrapper .Item.Highlighted .Block {
            border-right: 1px solid #d8d7d3;
            color: #fff !important;
            font-weight: bold !important;
        }

    .Wrapper .Item .Block {
        position: relative;
        display: table-cell;
        border-right: 1px solid #d8d7d3;
        border-bottom: 1px solid #d8d7d3;
        box-sizing: border-box;
        vertical-align: middle;
    }

        .Wrapper .Item .Block:last-child {
            border-right: none;
        }

        .Wrapper .Item .Block .Column {
            width: 100%;
            box-sizing: border-box;
            padding: 15px 5px 15px 10px;
            display: inline-flex;
            font-size: 14px;
            flex-direction: column;
        }

            .Wrapper .Item .Block .Column .FreeText {
                font-size: 12px;
                color: #1076bc;
                border-radius: 4px;
                border: 1px solid #1076bc;
                background: #fff;
                padding: 5px 5px;
                text-transform: uppercase;
                margin-left: 10px;
                font-weight: bold;
            }

            .Wrapper .Item .Block .Column .Icon_Win {
                margin-left: 5px;
                top: 2px;
                position: relative;
            }

            .Wrapper .Item .Block .Column .Icon_Loss {
                margin-left: 5px;
                top: 2px;
                position: relative;
            }

    .Wrapper .Item.Highlighted .Block .Column .Icon_Win {
        background-image: url(/Content/Images/Icon_Arrow_Win_White.png);
    }

    .Wrapper .Item.Highlighted .Block .Column .Icon_Loss {
        background-image: url(/Content/Images/Icon_Arrow_Lose_White.png);
    }

    .Wrapper .Item .Block .CreatedOnDate {
        color: #3b3b3b;
    }

    .Wrapper .Item.Highlighted .Block .CreatedOnDate {
        color: #ffffff;
    }

    .Wrapper .ExpandedRow .Block {
        border-right: none;
    }

.TableTitle {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px;
    text-align: center;
    font-family: 'Oswald', 'Arial', sans-serif;
}

/* Default Table */
table, th, td {
    border: 1px solid #d8d7d3;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    margin-bottom: 25px;
}

th, td {
    padding: 15px;
    text-align: left;
    min-width: 50px;
}

/* FlexTable*/
.FlexTable {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}

    .FlexTable > div:not(.Loader) {
        width: 100%;
    }

    .FlexTable > div:last-child {
        border: none;
    }

.FlexTable__Title {
    text-align: center;
}

.FlexTable__Headers {
    display: flex;
}

.FlexTable__Header {
    flex: 1 0 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .FlexTable__Header:last-child {
        border: none;
    }

.FlexTable__Header {
    text-transform: uppercase;
}

.FlexTable__Content {
    overflow: auto;
    position: relative;
}

.FlexTable__Row {
    display: flex;
    position: relative;
}

    .FlexTable__Row:last-child {
        border: none;
    }

.FlexTable__Item {
    flex: 1 0 0%;
}

    .FlexTable__Item:last-child {
        border: none;
    }

.FlexTable__MobileLabel {
    display: none;
}

.FlexTable__Footers {
    display: flex;
}

.FlexTable__Footer {
    flex: 1 0 0%;
}

    .FlexTable__Footer:last-child {
        border: none;
    }

.FlexTable__SortIcons {
    display: flex;
    flex-direction: column;
}

.FlexTable__SortIcon {
    background-image: url(/content/images/ui-icons_888888_256x240.png);
    height: 15px;
    width: 15px;
    cursor: pointer;
}

    .FlexTable__SortIcon:hover {
        background-image: url(/content/images/ui-icons_2e83ff_256x240.png);
    }

.FlexTable__SortBy--ascending .FlexTable__SortIcon--ascending {
    background-image: url(/content/images/ui-icons_2e83ff_256x240.png);
}

.FlexTable__SortBy--descending .FlexTable__SortIcon--descending {
    background-image: url(/content/images/ui-icons_2e83ff_256x240.png);
}

.FlexTable__SortIcon--ascending {
    background-position-y: 223px;
    background-position-x: 0px;
}

.FlexTable__SortIcon--descending {
    background-position-y: 223px;
    background-position-x: -65px;
}

.FlexTable__Dropdowns {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

    .FlexTable__Dropdowns > div {
        flex: 1 0 0%;
        margin: 15px;
    }

.FlexTable__MobileSort__DropDown {
    display: none;
}

.FlexTable__Search {
    display: flex;
    padding: 15px;
    box-sizing: border-box;
}

.FlexTable .FreeText {
    font-size: 12px;
    color: #1076bc;
    border-radius: 4px;
    border: 1px solid #1076bc;
    background: #fff;
    padding: 5px 5px;
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: bold;
}

.SearchResultInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #d4e5f9;
    font-size: 16px;
    box-sizing: border-box;
}

.SearchResultInfo__SearchText {
    font-weight: bold;
    text-transform: capitalize;
    font-style: italic;
    padding: 0px 2px;
    letter-spacing: 1px;
}

.SearchResultInfo__ClearButton {
    background-image: url(/content/images/ui-icons_2e83ff_256x240.png);
    height: 20px;
    width: 20px;
    background-position-y: 114px;
    background-position-x: -95px;
}

    .SearchResultInfo__ClearButton:hover {
        background-color: #aac5e6;
    }

.FlexTable__Pagination {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    text-transform: uppercase;
}

.FlexTable__Pagination__Link {
    display: flex;
    align-items: center;
    padding: 3px 10px;
    cursor: default;
    color: #1076bc;
    font-weight: 600;
    border: 1px solid #fff;
}

    .FlexTable__Pagination__Link:hover {
        background-color: #1076bc;
        color: #fff;
    }

.FlexTable__Pagination__Link--selected {
    background-color: #1076bc;
    color: #fff;
}

.FlexTable__Pagination__Arrow {
    background-image: url(/content/images/ui-icons_2e83ff_256x240.png);
    height: 18px;
    width: 18px;
}

.FlexTable__Pagination__Link:hover .Pagination__Arrow {
    background-image: url(/content/images/ui-icons_222222_256x240.png);
}

.FlexTable__Pagination__Arrow--left {
    background-position-x: -99px;
    background-position-y: 1px;
}

.FlexTable__Pagination__Arrow--right {
    background-position-x: -28px;
    background-position-y: 1px;
}

.AlternateRowColour:nth-child(odd) .FlexTable__Item {
    background-color: #f4f4f4;
}

/* Expandable */
.FlexTable__ExpandableRow {
    display: flex;
    flex-direction: column;
}

.FlexTable__ExpandableRow--expanded .FlexTable__ExpandedRow {
    display: flex;
}

.FlexTable__ExpandedRow {
    display: none;
}

    .FlexTable__ExpandedRow.Border {
        border-top: 1px solid #d8d7d3
    }

.FlexTable__ItemValue {
    flex: 1 0 0%;
}

.FlexTable--borderOuter {
    border: 1px solid #d8d7d3;
}
    /* .FlexTable--borderOuter .FlexTable__Headers { border-bottom: 1px solid #d8d7d3; } */
    .FlexTable--borderOuter .FlexTable__Row {
        border-bottom: 1px solid #d8d7d3;
    }

    .FlexTable--borderOuter .FlexTable__ExpandableRow--expanded .FlexTable__ExpandedRow {
        border-bottom: 1px solid #d8d7d3;
    }

.FlexTable--borderInner .FlexTable__Headers {
    border-bottom: 1px solid #d8d7d3;
}

.FlexTable--borderInner .FlexTable__Row .FlexTable__Item {
    border-top: 1px solid #d8d7d3;
}

.FlexTable--borderInner .FlexTable__Header {
    border-right: 1px solid #d8d7d3;
}

    .FlexTable--borderInner .FlexTable__Header:last-child {
        border-right: none;
    }

.FlexTable--borderInner .FlexTable__Item {
    border-right: 1px solid #d8d7d3;
}

    .FlexTable--borderInner .FlexTable__Item:last-child {
        border-right: none;
    }

.FlexTable__ExpandableRow.AlternateRowColour .FlexTable__ExpandedRow .FlexTable__Item {
    border-top: none;
}

.FlexTable__ExpandableRow.AlternateRowColour .FlexTable_Title .FlexTable__Item {
    border-right: none;
    border-top: 2px solid #d8d7d3;
    font-weight: bold
}

.FlexTable__Row.Highlighted .FlexTable__Item {
    background-color: #75ccf3 !important;
    border-right: 1px solid #d8d7d3;
    color: #fff !important;
    font-weight: bold !important;
}

.FlexTable__Row.Highlighted .FlexTable__ItemValue {
    color: #fff !important;
}


.FlexTable .Icon_Win {
    margin-left: 5px;
    top: 2px;
    position: relative;
}

.FlexTable .Icon_Loss {
    margin-left: 5px;
    top: 2px;
    position: relative;
}

/* Template */
/*
<div class="FlexTable">
    <div class="FlexTable__Title">Title</div>
    <div class="FlexTable__Headers">
        <div class="FlexTable__Header">Header1</div>
        <div class="FlexTable__Header">Header2</div>
        <div class="FlexTable__Header">Header3</div>
        <div class="FlexTable__Header">Header4</div>
    </div>
    <div class="FlexTable__Content">
        <div class="FlexTable__Row">
            <div class="FlexTable__Item">
                <div class="FlexTable__MobileLabel">Header1</div>
                <div class="FlexTable__ItemValue">Item1</div>
            </div>
            <div class="FlexTable__Item">
                <div class="FlexTable__MobileLabel">Header2</div>
                <div class="FlexTable__ItemValue">Item2</div>
            </div>
            <div class="FlexTable__Item">
                <div class="FlexTable__MobileLabel">Header3</div>
                <div class="FlexTable__ItemValue">Item3</div>
            </div>
            <div class="FlexTable__Item">
                <div class="FlexTable__MobileLabel">Header4</div>
                <div class="FlexTable__ItemValue">Item4</div>
            </div>
        </div>
    </div>
    <div class="FlexTable__Footers">
        <div class="FlexTable__Footer">Footer1</div>
        <div class="FlexTable__Footer">Footer2</div>
        <div class="FlexTable__Footer">Footer3</div>
        <div class="FlexTable__Footer">Footer4</div>
    </div>
</div>
*/
/* GENERAL - END */


/* Cashier History */

#CashierHistoryTable {
    background-color: #ffffff;
    font-size: 14px;
}

    #CashierHistoryTable .FlexTable__Content {
        min-height: 200px;
    }

    #CashierHistoryTable .FlexTable__Item {
        padding: 15px 5px;
    }

    #CashierHistoryTable .FlexTable__MobileLabel {
        flex: 1 0 0%;
    }

    #CashierHistoryTable .FlexTable__ItemValue {
        flex: 3 0 0%;
    }

    #CashierHistoryTable .BalanceType .FlexTable__ItemValue {
        font-weight: bold;
        color: #1076bc;
        text-transform: uppercase;
    }

    #CashierHistoryTable .Amount .FlexTable__ItemValue {
        font-weight: bold;
    }

    #CashierHistoryTable .RequiredPlaythrough .FlexTable__ItemValue {
        display: flex;
        justify-content: center;
    }

    #CashierHistoryTable .FlexTable__ExpandableRow .ExpandButton {
      position: relative;
      top: 0;
      right: 0;
      background-image: url(/content/images/ui-icons_2e83ff_256x240.png);
      height: 20px;
      width: 20px;
      background-position-y: 114px;
      background-position-x: -30px;
    }

    #CashierHistoryTable .FlexTable__ExpandableRow--expanded .ExpandButton {
      background-position-x: -61px;
    }

/* Transactions History */
#TransactionsHistoryTable {
    background-color: #ffffff;
    font-size: 14px;
}

    #TransactionsHistoryTable .FlexTable__Content {
        min-height: 200px;
    }

    #TransactionsHistoryTable .FlexTable__Item {
        padding: 15px 5px;
    }

    #TransactionsHistoryTable .FlexTable__MobileLabel {
        flex: 1 0 0%;
    }

    #TransactionsHistoryTable .FlexTable__ItemValue {
        flex: 3 0 0%;
    }

    #TransactionsHistoryTable .Status .FlexTable__ItemValue {
        font-weight: bold;
        color: #1076bc;
        text-transform: uppercase;
    }

    #TransactionsHistoryTable .Amount .FlexTable__ItemValue {
        font-weight: bold;
    }

/* Credit Player History */
#CreditPlayerHistoryTable {
    background-color: #ffffff;
    font-size: 14px;
}

    #CreditPlayerHistoryTable .FlexTable__Content {
        min-height: 200px;
    }

    #CreditPlayerHistoryTable .FlexTable__Item {
        padding: 15px 5px;
    }

    #CreditPlayerHistoryTable .FlexTable__MobileLabel {
        flex: 1 0 0%;
    }

    #CreditPlayerHistoryTable .FlexTable__ItemValue {
        flex: 3 0 0%;
    }

        #CreditPlayerHistoryTable .FlexTable__ItemValue .DetListTable {
            display: table;
            width: 100%;
        }

            #CreditPlayerHistoryTable .FlexTable__ItemValue .DetListTable .LeftCell {
                display: table-cell;
                vertical-align: top;
            }

            #CreditPlayerHistoryTable .FlexTable__ItemValue .DetListTable .RightCell {
                display: table-cell;
                vertical-align: top;
                padding: 0px 10px 0px 20px;
                box-sizing: border-box;
            }

        #CreditPlayerHistoryTable .FlexTable__ItemValue .DetailsList {
            margin-bottom: 0px;
            padding-left: 3px;
            box-sizing: border-box;
        }

            #CreditPlayerHistoryTable .FlexTable__ItemValue .DetailsList li {
                margin-bottom: 0px;
                list-style: inherit;
            }

                #CreditPlayerHistoryTable .FlexTable__ItemValue .DetailsList li p {
                    margin-bottom: 15px;
                    font-weight: 700;
                    padding-left: 5px;
                    box-sizing: border-box;
                }

                #CreditPlayerHistoryTable .FlexTable__ItemValue .DetailsList li.Hide {
                    display: none;
                }

        #CreditPlayerHistoryTable .FlexTable__ItemValue .ShowDetListLink {
            color: #25aae1;
            font-size: 1.6em;
            font-weight: 700;
            text-decoration: none;
        }

            #CreditPlayerHistoryTable .FlexTable__ItemValue .ShowDetListLink .SubIcon {
                display: none;
            }

        #CreditPlayerHistoryTable .FlexTable__ItemValue .DetListLabel {
            color: #25aae1;
            font-weight: 700;
        }

        #CreditPlayerHistoryTable .FlexTable__ItemValue .DetListContainer.Show .ShowDetListLink .AddIcon {
            display: none;
        }

        #CreditPlayerHistoryTable .FlexTable__ItemValue .DetListContainer.Show .ShowDetListLink .SubIcon {
            display: block;
        }

        #CreditPlayerHistoryTable .FlexTable__ItemValue .DetListContainer.Show .DetailsList li.Hide {
            display: list-item;
        }

        #CreditPlayerHistoryTable .FlexTable__ItemValue .DetListContainer.Show .DetListLabel {
            display: none;
        }

    #CreditPlayerHistoryTable .Status .FlexTable__ItemValue {
        font-weight: bold;
        color: #1076bc;
        text-transform: uppercase;
    }

    #CreditPlayerHistoryTable .Amount .FlexTable__ItemValue {
        font-weight: bold;
    }

/* Bet Points History */
.Table_BetDSIPointsHistory {
    background-color: #ffffff;
    font-size: 14px;
}

    .Table_BetDSIPointsHistory .FlexTable__Content {
        min-height: 200px;
    }

    .Table_BetDSIPointsHistory .FlexTable__Item {
        padding: 15px 5px;
    }

    .Table_BetDSIPointsHistory .FlexTable__MobileLabel {
        flex: 1 0 0%;
    }

    .Table_BetDSIPointsHistory .FlexTable__ItemValue {
        flex: 3 0 0%;
    }

    .Table_BetDSIPointsHistory .Status .FlexTable__ItemValue {
        font-weight: bold;
        color: #1076bc;
        text-transform: uppercase;
    }

    .Table_BetDSIPointsHistory .Amount .FlexTable__ItemValue {
        font-weight: bold;
    }

/* Pending Bonuses */
.Table_AvailableBonuses {
    background-color: #ffffff;
    font-size: 14px;
}

    .Table_AvailableBonuses .FlexTable__Content {
        min-height: 200px;
    }

    .Table_AvailableBonuses .FlexTable__Item {
        padding: 15px 5px;
    }

    .Table_AvailableBonuses .FlexTable__MobileLabel {
        flex: 1 0 0%;
    }

    .Table_AvailableBonuses .FlexTable__ItemValue {
        flex: 3 0 0%;
    }

    .Table_AvailableBonuses .ReleaseRate .FlexTable__ItemValue {
        font-weight: bold;
    }

    .Table_AvailableBonuses .Amount .FlexTable__ItemValue {
        font-weight: bold;
    }

    .Table_AvailableBonuses .CurrentBalance .FlexTable__ItemValue {
        font-weight: bold;
    }

    .Table_AvailableBonuses .BetsPending .FlexTable__ItemValue {
        font-weight: bold;
    }

    .Table_AvailableBonuses .RequiredPlaythrough {
        flex: 2 0 0%;
    }

    .Table_AvailableBonuses .BetDSIPointsProgressContainer {
        margin: 0px 5px;
        display: flex;
    }

        .Table_AvailableBonuses .BetDSIPointsProgressContainer .Mult {
            color: inherit;
        }

        .Table_AvailableBonuses .BetDSIPointsProgressContainer .Perc {
            color: inherit;
        }

.TotalsAndSearchContainer {
    display: flex;
}

.MyBetsTotals {
    flex: 2 0 0%;
    background-color: #fff;
    padding: 15px;
}

.MyBetsTotals__Progress {
    flex: 1 0 0%;
}

.MyBetsTotals__Progress__Item {
    display: flex;
    padding-bottom: 15px;
}

    .MyBetsTotals__Progress__Item:last-child {
        padding-bottom: 0px;
    }

.MyBetsTotals__Progress__Item__Left {
    flex: 2 0 0%;
    display: flex;
    align-items: center;
}

.MyBetsTotals__Progress__Item__Right {
    flex: 5 0 0%;
    display: flex;
    align-items: center;
}

.MyBetsTotals__Progress__Label {
    text-transform: uppercase;
}

.MyBetsTotals__Progress__BarContainer {
    flex: 3 0 0%;
    height: 15px;
}

.MyBetsTotals__Progress__Bar {
    height: 100%;
}

.MyBetsTotals__Progress__Amount {
    flex: 3 0 0%;
    font-weight: 600;
    padding: 0px 5px;
}

.MyBetsTotals__Progress__Item {
    display: block;
    width: 100%;
}

.MyBetsTotals__Progress__Item__Bars {
    flex: 1;
}

.MyBetsTotals .TotalStake {
    margin-bottom: 10px;
}

.MyBetsTotals__Progress__Label {
    width: 170px;
}

.MyBetsSearchBar {
    flex: 1 0 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.MyBetsSearchBar__Container {
    width: 100%;
}

.MyBetsSearchBar .FlexTable__Search {
    flex: 1 0 0%;
    padding: 0px;
    justify-content: flex-end;
}

    .MyBetsSearchBar .FlexTable__Search input {
        width: 300px;
    }

.MyBetsSearchBar .FormField .EditBox02 {
    background-color: #fff;
}

.Border--primary {
    border: 1px solid #1076bc;
}
.BorderBottom--primary {
    border-bottom: 1px solid #1076bc !important;
}
.BorderTop--primary {
    border-top: 1px solid #1076bc !important;
}
.Border--primary-alt {
    border: 1px solid #68A7D7 !important;
}

.Border--secondary {
    border: 1px solid #efeeea;
}
.BorderBottom--secondary {
    border-bottom: 1px solid #efeeea !important;
}
.BorderTop--secondary {
    border-top: 1px solid #efeeea !important;
}

.WeekOverview {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

    .WeekOverview .Accordion__Section {
        background-color: #fff;
    }

.WeekOverview__DateSelection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-size: 18px;
}

.WeekOverview__DateSelection__Button {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    color: #37b1e3;
    font-weight: bold;
}

.WeekOverview__DateSelection__Button--Previous {
    justify-content: flex-start;
}

.WeekOverview__DateSelection__Button--Next {
    justify-content: flex-end;
}

.WeekOverview__DateSelection__Button.disabled {
    pointer-events: none;
    color: #c3baba;
}

.WeekOverview__Arrow {
    width: 8px;
    height: 16px;
    fill: #37b1e3;
}

.WeekOverview__DateSelection__Button--Previous .WeekOverview__Arrow {
    margin-right: 4px;
}

.WeekOverview__DateSelection__Button--Next .WeekOverview__Arrow {
    margin-left: 4px;
    transform: rotate(180deg);
}

.WeekOverview__DateSelection__Button.disabled .WeekOverview__Arrow {
    fill: #c3baba;
}

.WeekOverview__TitleContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    text-align: center;
    flex: 3 0 0px;
}

.WeekOverview__Month {
    padding: 0px 5px;
}

.WeekOverview__Year {
    padding-right: 5px;
}

.WeekOverview__Section {
}

.WeekOverview__Section__Title {
    text-transform: uppercase;
    padding: 14px;
}

.WeekOverview__Total__Amount {
    margin-left: 4px;
}

.WeekOverview__Days {
    display: flex;
    border-bottom: 1px solid #efeeea;
}

.WeekOverview__DayContainer {
    display: flex;
    flex-direction: column;
    flex: 1 0 0px;
    color: #2c383e;
    font-size: 13px;
    border-right: 1px solid #efeeea;
}

.WeekOverview__DayContainer--filterByDay:hover {
    border: 1px solid #1076bc;
    cursor: default;
    box-shadow: 0px 1px 10px rgba(43,59,93,0.3);
}

.WeekOverview__DayContainer:last-child {
    border-right: none;
}

.WeekOverview__DayContainer:nth-child(even) {
    background-color: #f4f4f4;
}

.WeekOverview__Item {
    flex: 1;
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.WeekOverview__Date {
    font-weight: 700;
    margin-right: 4px;
}

.WeekOverview__Day {
    font-size: 13px;
}

.WeekOverview__ValueContainer {
    color: #c3baba;
}

.WeekOverview__Days .WeekOverview__Currency {
    margin-right: 4px;
}

.WeekOverview__Total {
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase;
    padding: 15px;
    padding-right: 40px;
    letter-spacing: 2px;
}

.WeekOverview__WinLoss__Item--loss {
    color: #37b1e3;
    font-weight: bold;
}

.WeekOverview__WinLoss__Item--win {
    color: #37b1e3;
    font-weight: bold;
}

.WeekOverview__InOut__Item--in {
    color: #2c383e;
}

.WeekOverview__InOut__Item--out {
    color: #2c383e;
}

.WeekOverview__WinLossTotal {
    display: flex;
    color: #4a4a4a;
    font-weight: bold;
    margin-left: 4px;
}

.WeekOverview__CashInOutTotal {
    display: flex;
    color: #4a4a4a;
    font-weight: bold;
    margin-left: 4px;
}

.WeekOverview .InOut__Item__In {
    margin-left: 4px;
    display: none;
}

.WeekOverview .InOut__Item__Out {
    margin-left: 4px;
    display: none;
}

.WeekOverview__InOut__Item--in .InOut__Item__In {
    display: inline-block !important;
}

.WeekOverview__InOut__Item--out .InOut__Item__Out {
    display: inline-block !important;
}

/* Accordion */
.Accordion__Section {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background-color: inherit;
    font-family: inherit;
}

    .Accordion__Section.active,
    .Accordion__Section:hover {
    }

        .Accordion__Section:hover:after {
        }

    .Accordion__Section:after {
        content: '\002B';
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .Accordion__Section.active:after {
        content: "\2212";
    }

.Accordion__Panel {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    transition-property: max-height;
}

.SearchButton {
    background-image: url(/content/images/Icon_Search.png);
    background-size: contain;
    background-position: center;
    background-color: #25aae1;
}

.ParlayExpand__RowNumber {
    text-align: right;
    font-weight: 600;
}

.ParlayExpand__Description {
    text-align: left;
}

.BottomText {
    text-align: center;
    display: block;
    color: #929292;
    font-size: 12px;
    line-height: 16px;
    padding: 20px;
}

/* Filter */
.Filter {
    background-color: #D4E5FA !important;
}

.Filter__Header {
    font-size: 16px;
}
/* Change this stop expandable panel css class */
.Filter__ExpandIcon {
    color: #1076bc;
}

.Filter .Checkbox {
    padding: 5px 0px;
}

    .Filter .Checkbox input {
        margin-right: 15px;
    }

.Filter__Content__Box {
    background-color: #fff
}

.Filter__Content__Buttons .ApplyFilter {
    background-color: #25aae1;
    color: white;
}

.Filter .ClearCross {
    color: #9b9b9b
}

    .Filter .ClearCross:hover {
        color: #1076bc
    }

/* Bets Table */
.MyBets {
    position: relative;
    font-size: 14px;
}

.MyBets .FlexTable__Content {
    min-height: 200px;
    border-top: 1px solid #1076bc;
}

.MyBets .FlexTable__Item {
    padding: 15px 5px;
}

.MyBets .FlexTable .Result--won {
    color: #26af70;
    font-weight: bold;
}

.MyBets .FlexTable__MobileLabel {
    flex: 1 0 0%;
    color: #333;
}

.MyBets .FlexTable__ItemValue {
    flex: 3 0 0%;
}

.MyBets .Parlay__Row__SectionNumber {
    border-right: none;
    text-align: right;
}

.MyBets .Parlay__Row__Description {
    border-right: none;
}

/* Separator line between reverse bet pairs (except last pair) */
.MyBets .FlexTable__ExpandableRow--expanded .FlexTableSubGroupEnd:not(:last-child) {
    border-bottom: 1px solid #d8d7d3;
}

.MyBets .Parlay__Row__Outcome {
    border-right: none;
}

.MyBets .Parlay__Row__Outcome .FlexTable__ItemValue {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.MyBets .Parlay__Row__Outcome .FlexTable__ItemValue .SpacerSmall {
    display: none
}

.MyBets .Parlay__Row__Stake {
    border-right: none;
}

.MyBets .Parlay__Row__Result {
    border-right: none;
}

.MyBets .Parlay__Row__Result .FlexTable__ItemValue {
    text-transform: uppercase;
}

.MyBets .Stake__BalanceType {
    font-style: italic;
}

.MyBets .FlexTable .Description {
    position: relative;
}

.MyBets__TabContent {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.PendingBets .FlexTable__Content {
    overflow: initial;
}

.PendingBets .FlexTable .BetCode {
    flex: 1 0 0%;
}

.PendingBets .FlexTable .Date {
    flex: 1 0 0%;
}

.PendingBets .FlexTable .WagerType {
    flex: 2 0 0%;
}

.PendingBets .FlexTable .Description {
    flex: 4 0 0%;
}

.PendingBets .FlexTable .Outcome {
    flex: 1 0 0%;
    position: relative;
}

.PendingBets .FlexTable .Stake {
    flex: 2 0 0%;
}

.PendingBets .FlexTable .Status {
    flex: 1 0 0%;
    position: relative;
}

.PendingBets .FlexTable .Status .FlexTable__ItemValue {
    text-transform: uppercase;
}

.PendingBets .FlexTable__ExpandableRow .Description .FlexTable__ItemValue {
    font-weight: 600;
}

/* .PendingBets .FlexTable .Parlay__Row__SectionNumber { flex: 4 0 0%; }
.PendingBets .FlexTable .Parlay__Row__Description { flex: 4 0 0%; }
.PendingBets .FlexTable .Parlay__Row__Stake { flex: 1 0 0%; }
.PendingBets .FlexTable .Parlay__Row__Result { flex: 1 0 0%; } */
.PendingBets .FlexTable .BetCode,
.Parlay__Row__SectionNumber {
    color: #1076bc
}

.PendingBets .FlexTable__Header.BetCode {
    color: #2C383E
}

.PendingBets .FlexTable .ExternalID {
    color: #2C383E;
    font-size: 12px;
    margin-top: 5px
}


.BetHistory .FlexTable .BetCode {
    flex: 2 0 0%;
}

.BetHistory .FlexTable .Date {
    flex: 2 0 0%;
}

.BetHistory .FlexTable .Final {
    flex: 2 0 0%;
}

.BetHistory .FlexTable .Reflection {
    flex: 2 0 0%;
}

.BetHistory .FlexTable .WagerType {
    flex: 4 0 0%;
}

.BetHistory .FlexTable .Description {
    flex: 6 0 0%;
}

.BetHistory .FlexTable .PointsEarned {
    flex: 2 0 0%;
}

.BetHistory .FlexTable .RolloverContribution {
    flex: 3 0 0%;
}

.BetHistory .FlexTable .Outcome {
    flex: 2 0 0%;
    position: relative;
}

.BetHistory .FlexTable .Stake {
    flex: 3 0 0%;
}

.BetHistory .FlexTable .Result {
    flex: 3 0 0%;
}

.BetHistory .FlexTable .CurrentBalance {
    flex: 3 0 0%;
}

.BetHistory .FlexTable__ExpandableRow .Description .FlexTable__ItemValue {
    font-weight: 600;
}


@media(min-width: 769px) {
    .MyBets .FlexTable .Parlay__Row__SectionNumber,
    #PendingBets .FlexTable_Title .FlexTable__Item:first-child {
        flex: 4 0 0%;
    }

    .MyBets .FlexTable .Parlay__Row__Description,
    #PendingBets .FlexTable_Title .FlexTable__Item:nth-child(2) {
        flex: 12 0 0%;
        padding: 15px 25px;
    }

    .MyBets .FlexTable .Parlay__Row__Stake,
    #PendingBets .FlexTable_Title .FlexTable__Item:nth-child(3) {
        flex: 4 0 0%;
    }

    .MyBets .FlexTable .Parlay__Row__Result,
    #PendingBets .FlexTable_Title .FlexTable__Item:last-child {
        flex: 2 0 0%;
    }

    .BetHistory .FlexTable .Parlay__Row__SectionNumber {
        flex: 4 0 0%;
    }

    .BetHistory .FlexTable .Parlay__Row__Description {
        flex: 8 0 0%;
    }

    .BetHistory .FlexTable .Parlay__Row__Stake {
        flex: 2 0 0%;
    }

    .BetHistory .FlexTable .Parlay__Row__Result {
        flex: 2 0 0%;
    }
}

.BetHistory .Parlay__Row__Description {
    border-right: none;
    padding: 15px 25px;
}

.BetHistory .FlexTable_Title .FlexTable__Item:first-child {
    padding-left: 25px;
}

.BetHistory .FlexTable_Title .FlexTable__Item:last-child {
    padding-right: 25px;
}

.BetHistory .FlexTable .BetCode,
.Parlay__Row__SectionNumber {
    color: #1076bc
}

.BetHistory .FlexTable__Header.BetCode {
    color: #2C383E
}

.BetHistory .FlexTable .ExternalID {
    color: #2C383E;
    font-size: 12px;
    margin-top: 5px
}


.FlexTable__ExpandableRow .ExpandButton {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/content/images/ui-icons_2e83ff_256x240.png);
    height: 20px;
    width: 20px;
    background-position-y: 114px;
    background-position-x: -30px;
}

.FlexTable__ExpandableRow--expanded .ExpandButton {
    background-position-x: -61px;
}

#RecentBets {
    border-left: 1px solid #d8d7d3;
    border-right: 1px solid #d8d7d3;
}

    #RecentBets .FlexTable__Content {
        border-bottom: 1px solid #d8d7d3;
    }

    #RecentBets .FlexTable__Row:last-child {
        border-bottom: none;
    }

    #RecentBets .FlexTable__Footer {
        display: none;
    }

    #RecentBets .NoTableItem {
        padding: 45px 0px;
    }

/* Pagination */
.Pagination {
    width: 100%;
    background-color: #ffffff;
}

    .Pagination ul {
        width: 100%;
        margin: 0px;
        padding: 15px 0px;
        text-align: center;
        list-style-type: none;
    }

        .Pagination ul li.ColPrev {
            display: inline-block;
            margin: 0px;
            padding: 0px;
            vertical-align: top;
        }

            .Pagination ul li.ColPrev span {
                display: inline-block;
                width: 23px;
                height: 23px;
            }

            .Pagination ul li.ColPrev a {
                background-image: url(/content/Images/Icon_Pagination_Left.png);
                background-size: cover;
                display: inline-block;
                width: 23px;
                height: 23px;
            }

                .Pagination ul li.ColPrev a:hover {
                    background-image: url(/content/Images/Icon_Pagination_Left_Hover.png);
                }

        .Pagination ul li.ColCentre {
            display: inline-block;
            margin: 0px;
            padding: 0px;
            vertical-align: top;
        }

            .Pagination ul li.ColCentre .PageNumber {
                border-right: 1px solid #d8d7d3;
            }

                .Pagination ul li.ColCentre .PageNumber span {
                    font-size: 14px;
                    font-weight: bold;
                    line-height: 22px;
                    color: #3b3b3b;
                    padding: 0px 14px;
                }

                .Pagination ul li.ColCentre .PageNumber a {
                    font-size: 14px;
                    line-height: 22px;
                    color: #929292;
                    padding: 0px 14px;
                    text-decoration: none;
                }

                    .Pagination ul li.ColCentre .PageNumber a:hover {
                        color: #3b3b3b;
                    }

                .Pagination ul li.ColCentre .PageNumber:last-child {
                    border-right: none;
                }

        .Pagination ul li.ColNext {
            display: inline-block;
            margin: 0px;
            padding: 0px;
            vertical-align: top;
        }

            .Pagination ul li.ColNext span {
                display: inline-block;
                width: 23px;
                height: 23px;
            }

            .Pagination ul li.ColNext a {
                background-image: url(/content/Images/Icon_Pagination_Right.png);
                background-size: cover;
                display: inline-block;
                width: 23px;
                height: 23px;
            }

                .Pagination ul li.ColNext a:hover {
                    background-image: url(/content/Images/Icon_Pagination_Right_Hover.png);
                }

.PaginationV2 .Pagination {
}

    .PaginationV2 .Pagination ul {
        display: table;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

        .PaginationV2 .Pagination ul li.ColPrev {
            display: table-cell;
            padding-left: 6px;
        }

            .PaginationV2 .Pagination ul li.ColPrev span {
            }

            .PaginationV2 .Pagination ul li.ColPrev a {
            }

                .PaginationV2 .Pagination ul li.ColPrev a:hover {
                }

        .PaginationV2 .Pagination ul li.ColCentre {
            display: table-cell;
        }

            .PaginationV2 .Pagination ul li.ColCentre .PageNumber {
                display: inline-block;
                margin-bottom: 2px;
                margin-top: 4px;
            }

                .PaginationV2 .Pagination ul li.ColCentre .PageNumber span {
                }

                .PaginationV2 .Pagination ul li.ColCentre .PageNumber a {
                }

                    .PaginationV2 .Pagination ul li.ColCentre .PageNumber a:hover {
                    }

                .PaginationV2 .Pagination ul li.ColCentre .PageNumber:last-child {
                }

        .PaginationV2 .Pagination ul li.ColNext {
            display: table-cell;
            padding-right: 6px;
        }

            .PaginationV2 .Pagination ul li.ColNext span {
            }

            .PaginationV2 .Pagination ul li.ColNext a {
                width: 25px;
                height: 25px;
            }

                .PaginationV2 .Pagination ul li.ColNext a:hover {
                    width: 25px;
                    height: 25px;
                }

/* Deposit */
.Deposit {
}

    .Deposit .CheckBoxDeposit {
    }

        .Deposit .CheckBoxDeposit label.CheckBox {
            font-size: 11px;
            line-height: 19px;
            color: #555;
        }

    .Deposit .AmountCurrency {
        float: left;
        margin-bottom: 20px;
    }

        .Deposit .AmountCurrency .FormColumn_Amount {
            float: left;
            width: 220px;
        }

        .Deposit .AmountCurrency .FormColumn_CVC {
            float: left;
            width: 100px;
        }

        .Deposit .AmountCurrency .FormColumn_Currency {
            float: left;
            width: 180px;
        }

        .Deposit .AmountCurrency .FormSpacer_00 {
            float: left;
            width: 20px;
            height: 1px;
            display: block;
        }

    .Deposit .PaymentMethod {
        float: left;
    }

        .Deposit .PaymentMethod .Img_Deposit {
            border: 3px solid #ffffff;
            margin: 0px 15px 10px 0px;
            background-color: #fff;
            display: inline-block;
            border-radius: 4px;
            cursor: pointer;
            box-sizing: border-box;
        }

            .Deposit .PaymentMethod .Img_Deposit:hover {
                border: 3px solid #0072cd;
            }

            .Deposit .PaymentMethod .Img_Deposit.Highlighted {
                border: 3px solid #0072cd;
            }

            .Deposit .PaymentMethod .Img_Deposit img {
                height: 67px;
                display: block;
            }

    .Deposit .DepositMargin {
        margin: 28px 0px 0px 20px;
    }

    .Deposit .AmountCurrency.FullWidthOnMobile {
    }

/* Bonus */
.Bonus {
}

    .Bonus .SubTitle {
    }

    .Bonus .ImgBonus {
        width: 100%;
        margin-bottom: 20px;
    }

        .Bonus .ImgBonus img {
            width: 100%;
            display: block;
        }

    .Bonus .PanelBlock {
        display: table;
        width: 100%;
    }

        .Bonus .PanelBlock .PanelLeft {
            display: table-cell;
            vertical-align: top;
            padding: 0px 30px 0px 0px;
            box-sizing: border-box;
        }

        .Bonus .PanelBlock .PanelMiddle {
            display: table-cell;
            width: 1px;
            vertical-align: top;
            border-right: 1px solid #d8d7d3;
            height: 100%;
        }

        .Bonus .PanelBlock .PanelRight {
            display: table-cell;
            vertical-align: top;
            padding: 0px 0px 0px 30px;
            box-sizing: border-box;
        }

    .Bonus .FormBox {
        margin-bottom: 0px;
    }

    .Bonus.Deposit .AmountCurrency {
        margin-bottom: 0px;
    }

    .Bonus .Table_AvailableBonuses {
        overflow-x: auto;
        border-bottom: 1px solid #d8d7d3
    }

    .Bonus .FlexTable__Content {
        overflow: visible
    }

    .Bonus .Table_AvailableBonuses .FlexTable__Item {
        min-width: 110px
    }

    .Bonus .Table_AvailableBonuses .BonusCode {
        min-width: 145px
    }

    .Bonus .Highlighted {
        border-bottom: none;
    }

        .Bonus .Highlighted .FlexTable__Item {
            border-bottom: 4px solid #25aae1;
        }

    .Bonus .MobileExpand {
        display: flex;
        flex: 1;
    }

    .Bonus .Visible__SM {
        display: none;
    }

    .Bonus .FlexTable--borderInner .FlexTable__Row .FlexTable__Item:first-child {
        border-top: 1px solid #d8d7d3;
    }

/*  */
.MContent {
    display: table;
    width: 100%;
}

    .MContent .MMiddle {
        vertical-align: top;
        background-color: #fff;
        min-height: 700px;
    }

    .MContent .MLeft {
        display: table-cell;
        vertical-align: top;
        width: 355px;
    }

    .MContent .MSpacer {
        display: table-cell;
        vertical-align: top;
        width: 2%;
    }

    .MContent .MLeft {
        height: 700px;
        background-color: #fff;
    }

/* Message */
.InboxPanel {
    background-color: #fff;
}

    .InboxPanel .BoxTitle {
        position: relative;
        padding: 20px 30px 20px 30px;
    }

        .InboxPanel .BoxTitle h1 {
            font-size: 30px;
            line-height: 40px;
            margin: 0px;
            color: #fff;
            text-align: left;
        }

        .InboxPanel .BoxTitle .BtnPencil {
        }

            .InboxPanel .BoxTitle .BtnPencil a {
                position: absolute;
                top: 15px;
                right: 20px;
                display: block;
                background-image: url(/Content/Images/Icon_Pencil.png);
                background-size: cover;
                width: 40px;
                height: 40px;
            }

    .InboxPanel .InboxSwitch {
        display: table;
        width: 100%;
        border: 20px solid #213951;
        box-sizing: border-box;
        background-color: #213951;
    }

        .InboxPanel .InboxSwitch .Col {
            display: table-cell;
            width: 1px;
            font-size: 14px;
            text-align: center;
            vertical-align: middle;
            white-space: nowrap;
        }

            .InboxPanel .InboxSwitch .Col a {
                color: #627384;
                font-size: 14px;
                font-weight: 700;
                display: block;
            }

            .InboxPanel .InboxSwitch .Col.Highlighted {
            }

                .InboxPanel .InboxSwitch .Col.Highlighted a {
                    color: #ffffff;
                }

            .InboxPanel .InboxSwitch .Col a:hover {
                color: #ffffff;
                text-decoration: none;
            }

        .InboxPanel .InboxSwitch .ColSpacer {
            display: table-cell;
            vertical-align: middle;
            padding-left: 5px;
            padding-right: 5px;
        }

            .InboxPanel .InboxSwitch .ColSpacer .Vline {
                height: 12px;
                width: 1px;
                margin-left: auto;
                margin-right: auto;
                background-color: #627384;
            }

    .InboxPanel .InboxList {
    }

        .InboxPanel .InboxList ul {
            margin: 0px;
            padding: 0px;
        }

            .InboxPanel .InboxList ul li {
                background-color: #fff;
                margin: 0px;
                padding: 0px;
                border-bottom: 1px solid #d8d7d3;
                display: block;
                border-left: 4px solid transparent;
                box-sizing: border-box;
                position: relative;
            }

                .InboxPanel .InboxList ul li:nth-child(2n+1) {
                    background-color: #efeeea;
                    border-left: 4px solid transparent;
                }

                .InboxPanel .InboxList ul li.Highlighted {
                    border-left: 4px solid #25aae1;
                }

        .InboxPanel .InboxList a {
            text-decoration: none;
            padding: 12px 15px 12px 15px;
            display: block;
        }

        .InboxPanel .InboxList .Title {
            font-size: 14px;
            line-height: 20px;
            color: #3b3b3b;
            padding-right: 113px;
        }

        .InboxPanel .InboxList .Date {
            font-size: 11px;
            line-height: 12px;
            color: #1076bc;
            font-weight: 700;
            position: absolute;
            top: 16px;
            right: 20px;
        }

        .InboxPanel .InboxList .Text {
            font-size: 12px;
            line-height: 20px;
            color: #929292;
            margin-top: 10px;
        }

.NewMessages {
    background-size: cover;
    background-position: center;
    position: relative;
}

    .NewMessages .Block {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        width: 200px;
        margin-top: -55px;
        margin-left: -100px;
    }

        .NewMessages .Block .Img {
            background-image: url(/Content/Images/Icon_Email.png);
            background-size: cover;
            width: 80px;
            height: 80px;
            display: inline-block;
            position: relative;
        }

            .NewMessages .Block .Img .Number {
                border-radius: 50%;
                font-size: 16px;
                line-height: 29px;
                text-align: center;
                display: block;
                position: absolute;
                top: 0px;
                right: 0px;
                min-width: 30px;
                height: 30px;
            }

        .NewMessages .Block .Text {
            font-size: 14px;
            color: #3b3b3b;
            margin-top: 10px;
        }

.WriteMessage {
    min-height: 400px;
}

    .WriteMessage .BoxTitle {
    }

    .WriteMessage .Content {
        padding: 30px;
    }

.ReadMessage {
    padding: 30px;
    position: relative;
}

    .ReadMessage .Title {
        padding-right: 30px;
    }

    .ReadMessage .Cross {
        background-image: url(/Content/Images/Icon_Grey_Cross.png);
        background-size: cover;
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        display: none;
    }

    .ReadMessage .Date {
        font-size: 17px;
        line-height: 18px;
        color: #1076bc;
        font-weight: 400;
        margin-bottom: 15px;
    }

        .ReadMessage .Date .Vline {
            height: 12px;
            width: 2px;
            margin-left: 15px;
            margin-right: 15px;
            background-color: #1076bc;
            display: inline-block;
        }

    .ReadMessage .Subject {
        color: #3b3b3b;
        font-size: 17px;
    }

    .ReadMessage .Text {
        font-size: 14px;
        line-height: 20px;
        color: #a8a8a8;
        margin-top: 16px;
    }

.MessageSend {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 220px;
    margin-top: -60px;
    margin-left: -110px;
}

    .MessageSend img {
        display: inline-block;
        width: 80px;
        margin: 10px 0px;
    }

    .MessageSend p {
        margin: 0px;
        color: #3b3b3b;
        font-size: 14px;
        line-height: 20px;
    }

.ReplyOriginalMessage {
    padding: 0px 30px 30px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

    .ReplyOriginalMessage .ItemReply {
        border-top: 1px solid #d8d7d3;
        padding-top: 30px;
    }

        .ReplyOriginalMessage .ItemReply hr {
            background-color: #242424;
            height: 1px;
            width: 100%;
            display: block;
            border: none;
        }

        .ReplyOriginalMessage .ItemReply .Label {
            color: #a8a8a8;
            display: inline-block;
        }

.NoMessagesOnList {
    text-align: center;
    color: #929292;
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 60px;
}

    .NoMessagesOnList img {
        width: 60px;
        display: none;
    }

.SmallScreenIndicator {
    display: none;
    width: 0px;
}

.MContent .BtnAppNewMessage {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    background-image: url(/Content/Images/Icon_Pencil.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    display: none;
}
/* button for app only*/

/* Refer a Friend */
.Refer {
}

    .Refer .BoxTitle {
        position: relative;
    }

        .Refer .BoxTitle h2 {
            font-size: 24px;
            color: #ffffff;
            margin: 0px;
            font-weight: bold;
            text-transform: uppercase;
        }

/* My Referrals */
.Referrals {
    padding: 0px;
}

    .Referrals .DashtTable {
        display: table;
        width: 100%;
    }

        .Referrals .DashtTable .DashtCell_01 {
            display: table-cell;
            vertical-align: top;
            background: #fff;
        }

        .Referrals .DashtTable .DashtCell_02 {
            display: table-cell;
            vertical-align: top;
            width: 20px;
        }

        .Referrals .DashtTable .DashtCell_03 {
            display: table-cell;
            vertical-align: middle;
            width: 320px;
            background: #fff;
        }

    .Referrals .MakeReferral {
    }

        .Referrals .MakeReferral .Top .Inner {
            padding: 20px 30px 0px 30px;
        }

        .Referrals .MakeReferral .Top .Title {
            float: left;
            color: #ffffff;
            font-size: 30px;
            font-weight: 400;
            padding-top: 0px;
        }

        .Referrals .MakeReferral .Top .SubTitle {
        }

            .Referrals .MakeReferral .Top .SubTitle p {
                color: #ffffff;
                margin-bottom: 5px;
                float: left;
                font-size: 16px;
            }

        .Referrals .MakeReferral .Top .CampaignBox {
            float: right;
            margin: 0px 20px 0px 0px;
            width: 160px;
        }

            .Referrals .MakeReferral .Top .CampaignBox .sbSelector {
                border: 1px solid #627384;
                background: inherit;
                color: inherit;
            }

        .Referrals .MakeReferral .Top .NameBox {
            padding-top: 20px;
        }

            .Referrals .MakeReferral .Top .NameBox .FormField .EditBox {
                border: 1px solid #fff;
                background-color: #fff;
            }

        .Referrals .MakeReferral .Top .FormName {
            color: #fff;
        }

.MakeReferral .swiper-slide {
    width: auto;
}

    .MakeReferral .swiper-slide a {
        color: #627384;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        padding: 15px 30px;
        letter-spacing: 2px;
    }

        .MakeReferral .swiper-slide a:hover {
            color: #ffffff;
        }

.MakeReferral .Highlighted a {
    color: #ffffff;
    border-bottom: 4px solid #25aae1;
}

.Referrals .MakeReferral .Content {
    padding: 30px 30px;
}

    .Referrals .MakeReferral .Content .ShareWith_01 {
        display: block;
        color: #000;
    }

    .Referrals .MakeReferral .Content .ShareWith_02 {
        display: none;
    }

    .Referrals .MakeReferral .Content .ShareWith_03 {
        display: none;
    }

    .Referrals .MakeReferral .Content .ShareWith_04 {
        display: none;
    }

    .Referrals .MakeReferral .Content .FormBox {
        margin-bottom: 0px;
    }

    .Referrals .MakeReferral .Content .Txt {
        font-size: 14px;
        color: #666666;
        margin-bottom: 10px;
    }

.Referrals .EditFL {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
}

.Referrals .BtnCopy {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    line-height: 25px;
}

.Referrals .Chart {
}

    .Referrals .Chart .Inner {
        padding: 20px 30px;
    }

    .Referrals .Chart .Graph {
        text-align: center;
        padding-bottom: 20px;
        position: relative;
    }

        .Referrals .Chart .Graph .Total {
            color: #666666;
            font-size: 20px;
            font-weight: bold;
            position: absolute;
            top: 35px;
            background-color: #efeeea;
            border-radius: 50%;
            width: 80px;
            height: 80px;
            text-align: center;
            line-height: 80px;
            left: 50%;
            margin-left: -40px;
        }

    .Referrals .Chart.GraphStatistics .Graph .Total {
        color: #666666;
        font-size: 17px;
        font-weight: bold;
        position: relative;
        top: 0;
        background-color: #ffffff;
        border-radius: 50%;
        width: auto;
        height: auto;
        max-width: 120px;
        max-height: 120px;
        text-align: center;
        line-height: inherit;
        left: 0;
        margin-left: 0;
    }

    .Referrals .Chart.GraphStatistics .YourEarnings {
        border-radius: 50%;
        max-width: 120px;
        max-height: 120px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

        .Referrals .Chart.GraphStatistics .YourEarnings .Total {
            color: #25aae1
        }

.Referrals #GraphStatistics .ct-line {
    stroke-width: 1px;
}

.Referrals #GraphStatistics .ct-area {
    fill-opacity: 1;
    fill: #fff;
    stroke-width: 3px;
}

.Referrals #GraphStatistics .ct-series-a .ct-area {
    stroke: #25aae1;
}

.Referrals #GraphStatistics .ct-series-b .ct-area {
    stroke: #c2c2c2;
}

.Referrals #GraphStatistics .ct-label.ct-horizontal {
    transform: translate(-9px, 10px);
}

.InfoTable {
    display: table;
    width: 100%;
}

    .InfoTable .InfoCell {
        display: table-cell;
        vertical-align: middle;
        width: 33%;
        text-align: center;
    }

        .InfoTable .InfoCell .Img {
            width: 15px;
            height: 15px;
            border-radius: 2px;
            display: inline-block;
        }

        .InfoTable .InfoCell .Txt {
            color: #666666;
            font-size: 12px;
            position: relative;
            top: -3px;
            margin-left: 5px;
        }

.Referrals .Module {
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
    background: #fff;
}

    .Referrals .Module .Inner {
        padding: 20px 30px;
    }

    .Referrals .Module .Top {
        margin-bottom: 20px;
        position: relative;
    }

        .Referrals .Module .Top .Title {
            float: left;
            color: #3b3b3b;
            font-size: 30px;
            font-weight: 400;
            font-weight: normal;
            padding-top: 10px;
        }

        .Referrals .Module .Top .CampaignBox {
            float: right;
            margin: 0px 20px 0px 0px;
            width: 160px;
        }

        .Referrals .Module .Top .Switch {
            float: right;
        }

    .Referrals .Module.ReferralsMade {
        z-index: 5;
    }

    .Referrals .Module.Payout {
        z-index: 4;
    }

.Switch {
    font-size: 16px;
    font-weight: bold;
    display: table;
    cursor: pointer;
    font-weight: 500;
}

    .Switch .ToGraph {
        display: table-cell;
        vertical-align: middle;
        width: 75px;
        text-align: center;
        padding: 10px 10px;
        color: #1076bc;
        border: 1px solid #1076BC;
    }

        .Switch .ToGraph.Highlighted {
            background: #1076BC;
            color: #ffffff;
        }

    .Switch .ToTable {
        display: table-cell;
        vertical-align: middle;
        width: 75px;
        text-align: center;
        padding: 10px 10px;
        color: #1076bc;
        border: 1px solid #1076BC;
    }

        .Switch .ToTable.Highlighted {
            background: #1076BC;
            color: #ffffff;
        }

.Referrals .Module .Content {
    position: relative;
    min-height: 80px;
}

    .Referrals .Module .Content .GraphCont {
        display: block;
    }

    .Referrals .Module .Content .TableCont {
        display: none;
        color: green;
    }

.Referrals .CheckBoxModule {
    margin-top: 20px;
}

/* Dashboard */
.Dashboard {
    display: flex;
    flex-direction: column;
}

    .Dashboard .Section {
        background-color: #ffffff;
        margin-bottom: 25px;
        padding: 20px;
    }

    .Dashboard .Title {
        flex: 1 0 0px;
        font-size: 20px;
        line-height: 25px;
        max-width: 100%;
        text-align: left;
    }

    .Dashboard .CashBalance {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .Dashboard .VerificationBanner {
        padding: 20px;
        font-size: 16px;
        background-color: #ffec6c;
    }

        .Dashboard .VerificationBanner .Text {
            text-align: left;
        }

    .Dashboard .SubSection {
        margin: 15px 0px;
    }

    .Dashboard .DSIPoints .ProgressBar {
        border: 4px solid transparent !important;
    }

    .Dashboard #RecentBets {
        border-top: 1px solid #d8d7d3;
    }

    .Dashboard .MarginBottom:last-child {
        margin-bottom: 0px;
    }

.Banner__Content {
    padding: 15px;
    width: 100% /* IE 11 fix */;
}

    .Banner__Content div {
        margin-bottom: 10px;
    }

        .Banner__Content div:last-child {
            margin-bottom: 0px;
        }

.Banner__Content__Text {
    font-size: 18px;
    color: #000;
}

.Banner__Content__SubText {
    font-size: 14px;
}

.Banner__LeftImage img {
    width: 100px;
}

.Banner__RightImage {
    flex: 1 0 0px;
}

.Banner__RightImage__Image {
    flex: 1 0 0px;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 400px;
}

.Banner__RightImage__Image--celebration {
    background-image: url(/content/images/Bg_Welcome.png);
}

.BonusTable {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
    font-size: 14px;
}

    .BonusTable .Items {
        display: table-row-group;
    }

        .BonusTable .Items .Item {
            display: table-row;
            border-bottom: 1px solid #e1e1e1;
            height: 50px;
            position: relative;
        }

            .BonusTable .Items .Item.Active {
                font-weight: bold;
            }

            .BonusTable .Items .Item > div {
                display: table-cell;
                text-align: left;
                vertical-align: middle;
                min-width: 100px;
            }

                .BonusTable .Items .Item > div:first-child {
                    padding-left: 0px;
                }

                .BonusTable .Items .Item > div:last-child {
                    padding-right: 0px;
                }

            .BonusTable .Items .Item .Amount {
                text-align: center;
            }

            .BonusTable .Items .Item .ConvertButton {
                display: flex;
                justify-content: center;
                align-items: center;
            }

/* Dashboard V2 */
.DashboardV2 .Flex.Row {
    margin-bottom: 18px;
    flex-wrap: wrap;
}

    .DashboardV2 .Flex.Row:last-child {
        margin-bottom: 0;
    }

.DashboardV2 .Row .Column {
    width: 50%;
    margin-bottom: 18px;
}

.DashboardV2 .Column .Box .Column {
    margin-bottom: 0;
    width: auto;
    flex: 1;
}

.DashboardV2 .Row .Column:nth-child(odd) > .Box {
    margin-right: 9px
}

.DashboardV2 .Row .Column:nth-child(even) > .Box {
    margin-left: 9px
}

.DashboardV2 .Row .Column:last-child > .Box {
    margin-right: 0;
}

.DashboardV2 .Box {
    flex: 1;
    display: flex;
    color: #2e383d;
    font-family: 'Roboto';
}

.DashboardV2 .BoxBackground {
    height: 100%;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.11);
    padding: 11px 13px;
    background: #fff;
}

.DashboardV2 .FlexBoxTitle {
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

.DashboardV2 .BoxRow {
    border-top: 1px solid #d8d7d3;
    padding: 8px 0;
}

.DashboardV2 .Button {
    display: block;
}

.DashboardV2 .Slide {
    position: relative;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.11);
}

.DashboardV2 .PointsEarned {
    flex: 1;
    flex-direction: column;
}

    .DashboardV2 .PointsEarned .FlexBoxTitle {
        border-bottom: 0;
    }

.DashboardV2 .FlexView {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.DashboardV2 .YourPoints {
    padding-top: 10px;
}

.DashboardV2 .YourPoints,
.DashboardV2 .AccountLevel {
    flex: 1;
    display: flex;
    align-items: center;
}

    .DashboardV2 .YourPoints .Number {
        font-size: 24px;
        line-height: 25px;
    }

    .DashboardV2 .YourPoints .Description {
        display: flex;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.67px;
    }

    .DashboardV2 .YourPoints .Tooltip {
        margin-left: 5px;
    }

.DashboardV2 .Levels {
    padding: 9px 0 6px;
    width: 100%;
}

    .DashboardV2 .Levels .BarContainer {
        overflow: hidden;
        border: 1px solid #d8d8d8;
        position: relative;
        height: 18px;
    }

    .DashboardV2 .Levels .Level {
        flex: 1;
        position: relative;
    }

    .DashboardV2 .Levels .Bar {
        z-index: 1;
        height: 18px;
        overflow: hidden;
        width: 0;
        position: absolute;
        top: -1px;
        left: 0;
        background: #d8d8d8;
        font-size: 10px;
        color: #979797;
        line-height: 18px;
        letter-spacing: 1px;
    }

        .DashboardV2 .Levels .Bar span {
            transform: translateX(5px);
            display: block;
        }

    .DashboardV2 .Levels .BehindBar {
        color: #333;
        letter-spacing: 1px;
        position: absolute;
        z-index: 0;
        left: 5px;
        line-height: 18px;
        top: -1px;
    }

    .DashboardV2 .Levels .Level:last-child .BarContainer {
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px
    }

    .DashboardV2 .Levels .Level:first-child .BarContainer {
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px
    }

.DashboardV2 .Level:nth-child(1) .Bar {
    background: #fc8915;
    color: #fff
}

.DashboardV2 .Level:nth-child(2) .Bar {
    background: #9b9b9b;
    color: #fff
}

.DashboardV2 .Level:nth-child(3) .Bar {
    background: #3279b7;
    color: #fff
}

.DashboardV2 .Level:nth-child(1) .BarContainer {
    border-color: #fc8915
}

.DashboardV2 .Level:nth-child(2) .BarContainer {
    border-color: #9b9b9b
}

.DashboardV2 .Level:nth-child(3) .BarContainer {
    border-color: #3279b7
}

.DashboardV2 .Level .Name {
    font-size: 12px;
    color: #2c363b;
    line-height: 15px;
    text-transform: uppercase;
    padding-top: 3px;
}

.DashboardV2 .NextLevel .Number {
    font-size: 24px;
    color: #9b9b9b;
    line-height: 25px;
    padding-right: 10px;
}

.DashboardV2 .NextLevel p {
    font-size: 12px;
    color: #9b9b9b;
    letter-spacing: 0.67px;
    margin: 0;
    padding: 0;
    line-height: 12px;
}

.DashboardV2 .Tabs {
    width: 100%;
    flex-direction: column;
}

.DashboardV2 .TabsMenu {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}

    .DashboardV2 .TabsMenu .MenuItem {
        margin-right: 12px;
        border-bottom: 0;
        color: #898686;
        font-weight: 300
    }

        .DashboardV2 .TabsMenu .MenuItem:last-child {
            margin-right: 0;
        }

        .DashboardV2 .TabsMenu .MenuItem.Active {
            color: #333;
            font-weight: bold;
        }

            .DashboardV2 .TabsMenu .MenuItem.Active:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                height: 3px;
                background: #3279b7;
                width: 100%;
            }

.DashboardV2 .Tabs .Content {
    flex: 1;
    padding-top: 10px;
}

.DashboardV2 .Tab {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.DashboardV2 .Bonus {
    padding-top: 10px;
}

    .DashboardV2 .Bonus .Label {
        font-size: 12px;
        color: #2e383d;
        line-height: 15px;
    }

    .DashboardV2 .Bonus p {
        margin: 0;
        font-size: 11px;
        color: #9b9b9b;
    }

    .DashboardV2 .Bonus .Percentage {
        position: relative;
        flex: 1;
        margin-top: 3px;
        border-radius: 18px;
        height: 18px;
        background: #d8d8d8;
        overflow: hidden
    }

    .DashboardV2 .Bonus .Bar {
        z-index: 2;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        transition: 0.3s ease-in-out;
    }

    .DashboardV2 .Bonus .Total {
        width: 60px;
        padding-left: 4px;
        font-size: 20px;
        letter-spacing: 1.11px;
    }

    .DashboardV2 .Bonus .RolloverTop {
        z-index: 3;
        padding-left: 8px;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 18px;
        font-size: 10px;
        color: #ffffff;
        letter-spacing: 0.83px;
    }

    .DashboardV2 .Bonus .RolloverBottom {
        z-index: 1;
        padding-left: 8px;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 18px;
        font-size: 10px;
        color: #333;
        letter-spacing: 0.83px;
    }

.DashboardV2 .ShowAll {
    cursor: pointer;
    font-size: 13px;
    color: #4a90e2;
}

.DashboardV2 .AllRollovers {
    margin-top: 10px;
}

.DashboardV2 .Loyalty {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .DashboardV2 .Loyalty .LoyaltyContainer {
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: center;
    }

    .DashboardV2 .Loyalty .IconContainer {
        padding-top: 19px;
        padding-bottom: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: #333;
        font-weight: Bold;
        letter-spacing: 0.78px;
    }

        .DashboardV2 .Loyalty .IconContainer img {
            height: 70px;
            margin: 0 10px;
        }

.DashboardV2 .LoyaltyList:hover .ListItem {
    opacity: 0.8
}

.DashboardV2 .LoyaltyList .ListItem {
    cursor: default;
    transition: 0.2s ease-in-out;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    padding-left: 16px;
}

    .DashboardV2 .LoyaltyList .ListItem:last-child {
        padding-bottom: 0;
    }

    .DashboardV2 .LoyaltyList .ListItem:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        background-image: url(/Content/Images/check.png);
    }

    .DashboardV2 .LoyaltyList .ListItem:hover {
        opacity: 1;
    }

.DashboardV2 .NextLoyalty .ListItem:after {
    background: none;
    width: 2px;
    height: 8px;
    top: 3px;
    left: 3px;
    background: #d0021b
}

.DashboardV2 .NextLoyalty .ListItem:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 2px;
    background: #d0021b;
}

.DashboardV2 .NextLoyalty .IconContainer {
    justify-content: flex-start;
}

.DashboardV2 .PointsChart {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .DashboardV2 .PointsChart .ChartOverview {
        max-width: 150px;
        padding-left: 4px;
        font-size: 12px;
        font-style: Italic;
        line-height: 15px
    }

    .DashboardV2 .PointsChart .ChartContainer {
        flex: 1;
        position: relative;
        display: flex;
        justify-content: center;
    }

        .DashboardV2 .PointsChart .ChartContainer .CashWagers-ct,
        .DashboardV2 .PointsChart .ChartContainer .PointsEarned-ct {
            max-width: 230px;
            width: 100%;
            height: 0;
            padding-bottom: 230px;
            display: inline-block;
            position: relative;
        }

        .DashboardV2 .PointsChart .ChartContainer .SmallValue {
            opacity: 0;
        }

            .DashboardV2 .PointsChart .ChartContainer .SmallValue.show {
                opacity: 1;
            }

    .DashboardV2 .PointsChart text {
        color: #333;
        fill: #333;
    }

    .DashboardV2 .PointsChart .ChartTitle {
        opacity: 0;
        transition: 0.4s ease-in-out;
        position: absolute;
        top: 50%;
        left: 50%;
        font-weight: bold;
        transform: translate(-50%, -50%);
        max-width: 80px;
        max-height: 80px;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
    }

    .DashboardV2 .PointsChart .fadeIn {
        opacity: 1
    }

    .DashboardV2 .PointsChart .Flex {
        flex: 1;
        align-items: center;
    }

    .DashboardV2 .PointsChart .ChartItem {
        margin-left: 20px;
        position: relative;
        padding: 3px 0;
    }

        .DashboardV2 .PointsChart .ChartItem:after {
            content: '';
            position: absolute;
            top: 0;
            left: -16px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: #d8d8d8
        }

.DashboardV2 .swiper-container {
    width: 100%
}

    .DashboardV2 .swiper-container .swiper-slide {
        background: #d8d8d8;
        color: #fff;
        flex-direction: column;
        padding: 11px 13px;
    }

        .DashboardV2 .swiper-container .swiper-slide .FlexBoxTitle {
            color: #fff;
            border-bottom: 1px solid #fff;
            margin-right: 10px;
        }

.DashboardV2 .SlideContent {
    align-items: center;
    height: 100%;
}

    .DashboardV2 .SlideContent .Info {
        padding-top: 15px;
    }

.DashboardV2 .SlideBonus {
    flex: 1;
    width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .DashboardV2 .SlideBonus .Flex {
        align-items: center;
        word-wrap: break-word;
    }

    .DashboardV2 .SlideBonus .Number {
        font-size: 40px;
        font-weight: bold;
        padding-right: 15px;
    }

    .DashboardV2 .SlideBonus .Description {
        text-transform: uppercase;
        padding-right: 15px;
        overflow: visible;
        font-size: 18px;
    }

    .DashboardV2 .SlideBonus .ButtonContainer {
        display: inline-block;
        margin-top: 10px;
    }

.DashboardV2 .InfoItem {
    padding-bottom: 15px;
    padding-right: 10px;
}

    .DashboardV2 .InfoItem p {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
        padding: 0;
    }

.DashboardV2 .Button.Transparent {
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 7px 30px;
}


/* Firefox and IE doesn't show charts propertly without fixed height and width */
.DashboardV2 .CashWagers-ct svg,
.DashboardV2 .PointsEarned-ct svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* COLORS */
.DashboardV2 .Bonus:nth-child(3n+1) .Bar {
    background: #f56a48;
}

.DashboardV2 .Bonus:nth-child(3n+2) .Bar {
    background: #26b99a;
}

.DashboardV2 .Bonus:nth-child(3n+3) .Bar {
    background: #49abe6;
}

.DashboardV2 .Bonus:nth-child(3n+1) .Total,
.DashboardV2 .Referrals .InfoItem:nth-child(1) span {
    color: #f56a48;
}

.DashboardV2 .Bonus:nth-child(3n+2) .Total,
.DashboardV2 .Referrals .InfoItem:nth-child(2) span {
    color: #f3b647;
}

.DashboardV2 .Bonus:nth-child(3n+3) .Total,
.DashboardV2 .Referrals .InfoItem:nth-child(3) span {
    color: #26b99a;
}

.DashboardV2 .swiper-container .swiper-slide:nth-child(1) {
    background: #fc8915;
}

.DashboardV2 .swiper-container .swiper-slide:nth-child(2) {
    background: #26b99a;
}

.DashboardV2 .swiper-container .swiper-slide:nth-child(3) {
    background: #49abe6;
}

.DashboardV2 .swiper-container .swiper-slide:nth-child(4) {
    background: #f56a48;
}

.DashboardV2 .swiper-container .swiper-slide:nth-child(5) {
    background: #3279b7;
}

.DashboardV2 .swiper-container .swiper-slide:nth-child(6) {
    background: #dd6892;
}

.DashboardV2 .ct-series-a .ct-point,
.DashboardV2 .ct-series-a .ct-line,
.DashboardV2 .ct-series-a .ct-bar,
.DashboardV2 .ct-series-a .ct-slice-donut {
    stroke: #3279b7;
}

.DashboardV2 .ct-series-b .ct-point,
.DashboardV2 .ct-series-b .ct-line,
.DashboardV2 .ct-series-b .ct-bar,
.DashboardV2 .ct-series-b .ct-slice-donut {
    stroke: #fc8915;
}

.DashboardV2 .ct-series-c .ct-point,
.DashboardV2 .ct-series-c .ct-line,
.DashboardV2 .ct-series-c .ct-bar,
.DashboardV2 .ct-series-c .ct-slice-donut {
    stroke: #49abe6;
}

.DashboardV2 .ct-series-d .ct-point,
.DashboardV2 .ct-series-d .ct-line,
.DashboardV2 .ct-series-d .ct-bar,
.DashboardV2 .ct-series-d .ct-slice-donut {
    stroke: #26b99a;
}

.DashboardV2 .ct-series-e .ct-point,
.DashboardV2 .ct-series-e .ct-line,
.DashboardV2 .ct-series-e .ct-bar,
.DashboardV2 .ct-series-e .ct-slice-donut {
    stroke: #f56a48;
}

.DashboardV2 .ct-series-f .ct-point,
.DashboardV2 .ct-series-f .ct-line,
.DashboardV2 .ct-series-f .ct-bar,
.DashboardV2 .ct-series-f .ct-slice-donut {
    stroke: #d1eecc;
}

.DashboardV2 .ct-series-g .ct-point,
.DashboardV2 .ct-series-g .ct-line,
.DashboardV2 .ct-series-g .ct-bar,
.DashboardV2 .ct-series-g .ct-slice-donut {
    stroke: #f9c6ba;
}

.DashboardV2 .ct-series-h .ct-point,
.DashboardV2 .ct-series-h .ct-line,
.DashboardV2 .ct-series-h .ct-bar,
.DashboardV2 .ct-series-h .ct-slice-donut {
    stroke: #dd6892;
}

.DashboardV2 .PointsChart .ChartItem:nth-child(1):after {
    background: #3279b7;
}

.DashboardV2 .PointsChart .ChartItem:nth-child(2):after {
    background: #fc8915;
}

.DashboardV2 .PointsChart .ChartItem:nth-child(3):after {
    background: #49abe6;
}

.DashboardV2 .PointsChart .ChartItem:nth-child(4):after {
    background: #26b99a;
}

.DashboardV2 .PointsChart .ChartItem:nth-child(5):after {
    background: #f56a48;
}

.DashboardV2 .PointsChart .ChartItem:nth-child(6):after {
    background: #d1eecc;
}

.DashboardV2 .PointsChart .ChartItem:nth-child(7):after {
    background: #f9c6ba;
}

.DashboardV2 .PointsChart .ChartItem:nth-child(8):after {
    background: #dd6892;
}

.DashboardV2 .Referrals {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .DashboardV2 .Referrals .Info {
        padding-top: 15px;
    }

.DashboardV2 .EarnedReferrals {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .DashboardV2 .EarnedReferrals .Content {
        display: flex;
        align-items: center;
    }

.DashboardV2 .Referrals .Flex {
    align-items: center;
    flex: 1;
}

.DashboardV2 .EarnedReferrals .Number {
    font-size: 40px;
    font-weight: Bold
}

.DashboardV2 .EarnedReferrals .BigNumber {
    font-size: 60px;
    font-weight: Bold
}

.DashboardV2 .EarnedReferrals .Description {
    text-transform: uppercase;
    overflow: visible;
    padding-left: 15px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px
}

.DashboardV2 .EarnedReferrals .Flex {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    justify-content: center;
}

.DashboardV2 .Referrals .InfoItem span {
    font-size: 20px;
    font-weight: Bold;
    letter-spacing: 1.11px;
}

.DashboardV2 .Referrals .ButtonHolder {
    margin-top: 10px;
}

.DashboardV2 .EarnedReferrals .Button {
    display: inline-block;
    padding: 7px 30px;
}

.DashboardV2 .swiper-container .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
}

.DashboardV2 .SwiperLinksContainer {
    width: 100%;
}

    .DashboardV2 .SwiperLinksContainer .swiper-slide {
        flex: 1;
        min-width: 100px;
    }

.DashboardV2 .GridLink {
    position: relative;
    margin-top: 15px;
    font-family: 'Oswald';
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .DashboardV2 .GridLink .LinkIcon {
        margin-bottom: 11px;
        background: #2e383d;
        width: 41px;
        height: 41px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .DashboardV2 .GridLink .LinkIcon > div {
            width: 24px;
            height: 24px;
            background-size: 24px !important;
        }
        /* ICONS */
        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_01 {
            background: url(/Content/Images/Icon_Category_Big_White_01.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_02 {
            background: url(/Content/Images/Icon_Category_Big_White_02.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_03 {
            background: url(/Content/Images/Icon_Category_Big_White_03.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_04 {
            background: url(/Content/Images/Icon_Category_Big_White_04.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_05 {
            background: url(/Content/Images/Icon_Category_Big_White_05.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_06 {
            background: url(/Content/Images/Icon_Category_Big_White_06.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_07 {
            background: url(/Content/Images/Icon_Category_Big_White_07.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_08 {
            background: url(/Content/Images/Icon_Category_Big_White_08.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_09 {
            background: url(/Content/Images/Icon_Category_Big_White_09.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_10 {
            background: url(/Content/Images/Icon_Category_Big_White_10.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_11 {
            background: url(/Content/Images/Icon_Category_Big_White_11.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_12 {
            background: url(/Content/Images/Icon_Category_Big_White_12.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_13 {
            background: url(/Content/Images/Icon_Category_Big_White_13.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_14 {
            background: url(/Content/Images/Icon_Category_Big_White_14.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_15 {
            background: url(/Content/Images/Icon_Category_Big_White_15.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_16 {
            background: url(/Content/Images/Icon_Category_Big_White_16.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_17 {
            background: url(/Content/Images/Icon_Category_Big_White_17.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_18 {
            background: url(/Content/Images/Icon_Category_Big_White_18.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_19 {
            background: url(/Content/Images/Icon_Category_Big_White_19.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_20 {
            background: url(/Content/Images/Icon_Category_Big_White_20.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_21 {
            background: url(/Content/Images/Icon_Category_Big_White_21.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_22 {
            background: url(/Content/Images/Icon_Category_Big_White_22.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_23 {
            background: url(/Content/Images/Icon_Category_Big_White_23.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_24 {
            background: url(/Content/Images/Icon_Category_Big_White_24.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_25 {
            background: url(/Content/Images/Icon_Category_Big_White_25.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_26 {
            background: url(/Content/Images/Icon_Category_Big_White_26.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_27 {
            background: url(/Content/Images/Icon_Category_Big_White_27.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_28 {
            background: url(/Content/Images/Icon_Category_Big_White_28.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_29 {
            background: url(/Content/Images/Icon_Category_Big_White_29.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_30 {
            background: url(/Content/Images/Icon_Category_Big_White_30.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_31 {
            background: url(/Content/Images/Icon_Category_Big_White_31.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_32 {
            background: url(/Content/Images/Icon_Category_Big_White_32.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_33 {
            background: url(/Content/Images/Icon_Category_Big_White_33.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_38 {
            background: url(/Content/Images/Icon_Category_Big_White_38.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_48 {
            background: url(/Content/Images/Icon_Category_Big_White_48.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_49 {
            background: url(/Content/Images/Icon_Category_Big_White_49.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_50 {
            background: url(/Content/Images/Icon_Category_Big_White_50.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_51 {
            background: url(/Content/Images/Icon_Category_Big_White_51.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_52 {
            background: url(/Content/Images/Icon_Category_Big_White_52.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_53 {
            background: url(/Content/Images/Icon_Category_Big_White_53.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_54 {
            background: url(/Content/Images/Icon_Category_Big_White_54.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_55 {
            background: url(/Content/Images/Icon_Category_Big_White_55.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_56 {
            background: url(/Content/Images/Icon_Category_Big_White_56.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_57 {
            background: url(/Content/Images/Icon_Category_Big_White_57.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_58 {
            background: url(/Content/Images/Icon_Category_Big_White_58.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_59 {
            background: url(/Content/Images/Icon_Category_Big_White_59.png);
        }

        .DashboardV2 .GridLink .LinkIcon .Icon_Dashboard_60 {
            background: url(/Content/Images/Icon_Category_Big_White_60.png);
        }


    .DashboardV2 .GridLink:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .DashboardV2 .GridLink.WithSublinks span {
        position: relative;
    }

        .DashboardV2 .GridLink.WithSublinks span:before {
            content: '';
            position: absolute;
            bottom: 3px;
            right: -18px;
            background: url('/Content/Images/Icon_Nav_Grey_Arrow_Down.png');
            width: 14px;
            height: 9px;
            background-size: cover;
        }

.SwiperLinksContainer .SubLinks {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.19);
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

    .SwiperLinksContainer .SubLinks.Active {
        max-height: 1000px;
        transition: max-height 0.6s ease-in-out;
    }

    .SwiperLinksContainer .SubLinks .GridLink {
        margin-top: 0;
        padding: 5px 0;
    }

.DashboardV2 .RecentBets {
    margin-bottom: 20px;
    padding: 0;
    height: auto;
}

.DashboardV2 .DashboardTableTitle {
    background: #49abe6;
    padding: 9px;
    font-size: 24px;
    color: #fff;
}

.DashboardV2 .Tutorials {
    width: 100%;
}

    .DashboardV2 .Tutorials .Iframe {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

        .DashboardV2 .Tutorials .Iframe iframe,
        .DashboardV2 .Tutorials .Iframe object,
        .DashboardV2 .Tutorials .Iframe embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .DashboardV2 .Tutorials .Iframe {
        flex: 1;
    }

    .DashboardV2 .Tutorials .VideoList {
        width: 40%;
        min-width: 300px;
        padding-left: 15px
    }

    .DashboardV2 .Tutorials .VideoPlaylist {
        padding-top: 10px;
    }

    .DashboardV2 .Tutorials .ListItem {
        padding: 5px 0 5px 5px;
        cursor: pointer;
        position: relative
    }

        .DashboardV2 .Tutorials .ListItem:before {
            content: '';
            z-index: 0;
            position: absolute;
            transition: 0.2s ease-in-out;
            top: 0;
            left: 0;
            bottom: 0;
            width: 0;
            background: #eee;
            opacity: 0;
        }

        .DashboardV2 .Tutorials .ListItem:hover:before {
            width: 100%;
            opacity: 1;
        }

    .DashboardV2 .Tutorials .Poster {
        padding-right: 10px;
        position: relative;
    }

    .DashboardV2 .Tutorials .Description {
        position: relative;
    }

        .DashboardV2 .Tutorials .Description p {
            margin: 0;
            font-size: 12px;
            font-weight: Bold;
            line-height: 14px
        }


.DashboardV2 .PendingBets .FlexTable .BetCode {
    color: #3d4248;
}

.FlexTable {
    align-items: flex-start;
    overflow-x: auto;
}

    .FlexTable .FlexTable__Content {
        border-top: none;
    }

    .FlexTable .FlexTable__Header {
        border-bottom: 1px solid #4a90e2;
    }

    .FlexTable > div:not(.Loader) {
        width: 100vh;
        min-width: 100%;
    }

    .FlexTable .FlexTable__Content {
        min-height: 150px;
    }

    .FlexTable .FlexTable__ExpandableRow .FlexTable__ExpandedRow {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    }

    .FlexTable .FlexTable__ExpandableRow--expanded .FlexTable__ExpandedRow {
        max-height: 1000px;
        transition: max-height 1s ease-in-out;
    }

    .FlexTable .FlexTable__ExpandedRow {
        display: flex;
    }

    .FlexTable .BetCode {
        min-width: 100px
    }

    .FlexTable .Date {
        min-width: 90px;
    }

    .FlexTable .WagerType {
        min-width: 150px;
    }

    .FlexTable .Status {
        min-width: 100px;
    }

    .FlexTable .Outcome {
        min-width: 90px;
    }

    .FlexTable .Stake {
        min-width: 110px;
    }

    .FlexTable .Description {
        min-width: 230px;
    }

@media(max-width: 1500px) {
    .DashboardV2 .SlideBonus .Number {
        font-size: 30px;
    }

    .DashboardV2 .EarnedReferrals .Number {
        font-size: 30px;
    }

    .DashboardV2 .SlideBonus .Description {
        font-size: 20px;
    }
}

@media(max-width: 1300px) {
    .DashboardV2 .PointsChart {
        height: 100%;
    }

        .DashboardV2 .PointsChart .Flex {
            flex-wrap: wrap;
            height: 100%;
        }

        .DashboardV2 .PointsChart .ChartContainer {
            width: 50%;
            flex: initial
        }

        .DashboardV2 .PointsChart .ChartOverview {
            max-width: 100%;
            flex-wrap: wrap;
            flex-direction: row;
            width: 100%;
        }

        .DashboardV2 .PointsChart .ChartItem {
            width: 50%;
            padding: 3px 20px;
            margin-left: 0;
        }

            .DashboardV2 .PointsChart .ChartItem:after {
                left: 0;
            }

    .DashboardV2 .Box {
        flex-direction: column
    }

        .DashboardV2 .Box.Slide {
            flex-direction: row;
        }

    .DashboardV2 .Row .Column .Box .Box {
        margin: 0;
    }

    .DashboardV2 .Row .Column .Column {
        margin-bottom: 20px;
        width: 100%;
    }

        .DashboardV2 .Row .Column .Column:last-child {
            margin-bottom: 0;
        }

    .DashboardV2 .Referrals > .Flex {
        flex-direction: column;
    }

    .DashboardV2 .Referrals .Info {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-top: 10px;
    }

    .DashboardV2 .EarnedReferrals .Description {
        width: auto;
        flex: 1;
    }

    .DashboardV2 .EarnedReferrals .Number {
        font-size: 64px;
    }
}

@media (max-width: 1200px) {
    .DashboardV2 .SlideBonus .Flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .DashboardV2 .SlideBonus .Number {
        max-width: 100%;
    }

    .DashboardV2 .SlideBonus .Description {
        width: 100%;
        padding-right: 10px;
    }
}

@media(max-width: 1024px) {
    .DashboardV2 .Flex.Row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .DashboardV2 .Row .Column {
        width: 100%;
    }

        .DashboardV2 .Row .Column > .Box {
            margin: 0 0 20px 0
        }

        .DashboardV2 .Row .Column:nth-child(odd) > .Box,
        .DashboardV2 .Row .Column:nth-child(even) > .Box {
            margin: 0
        }

    .DashboardV2 .PointsChart .Flex {
        flex-wrap: nowrap;
        padding-top: 20px;
    }

    .DashboardV2 .PointsChart .ChartContainer {
        width: auto;
        flex: 1;
    }

    .DashboardV2 .PointsChart .ChartOverview {
        flex-direction: column;
        width: auto;
    }

    .DashboardV2 .Referrals > .Flex {
        align-items: flex-start;
    }

    .DashboardV2 .Tutorials .VideoPlaylist {
        flex-direction: column;
    }

    .DashboardV2 .Tutorials .VideoList {
        padding-left: 0;
        width: 100%;
    }

    .DashboardV2 .SwiperLinksContainer {
        margin-bottom: 20px;
    }

    .MyBetsTotals__Progress__Item > div {
        flex-direction: column
    }
}

@media(max-width: 940px) {
    .TotalsAndSearchContainer {
        flex-direction: column;
    }

        .TotalsAndSearchContainer .MyBetsSearchBar {
            order: 1;
        }

        .TotalsAndSearchContainer .MyBetsTotals {
            order: 3;
        }

        .TotalsAndSearchContainer .SpacerMedium {
            order: 2;
        }
}

@media(max-width: 768px) {
    .DashboardV2 .PointsChart .Flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .DashboardV2 .PointsChart .ChartContainer {
        width: 100%;
        flex: initial;
    }

    .DashboardV2 .PointsChart .ChartItem {
        width: 50%;
        padding: 3px 20px;
        margin-left: 0;
    }

    .DashboardV2 .PointsChart .ChartOverview {
        flex-direction: row;
        width: 100%;
    }

    .DashboardV2 .PointsChart .ChartItem:after {
        left: 0;
    }

    .DashboardV2 .EarnedReferrals .Description {
        padding-left: 0;
    }

    .DashboardV2 .Referrals .Flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .DashboardV2 .Referrals .ButtonHolder {
        margin-top: 15px;
    }

    .FlexTable > div:not(.Loader) {
        width: 100%;
    }

    /* Side Menu Mobile */
    .SideMenu:not(.BottomNav) .Item {
        padding-left: 20px;
    }

    .SideMenu .PanelText {
        padding-left: 10px;
    }

    .SideMenu .Dropdown_Menu ul {
        padding-left: 34px;
    }

        .SideMenu .Dropdown_Menu ul .PanelText {
            padding-left: 34px;
            order: 1;
            margin-left: 0;
        }

    .SideMenu .Dropdown_Menu a.Item {
        padding-left: 0;
    }

    .SideMenu .Dropdown_Menu .Notification_SideMenuProduct {
        left: 0;
    }
}

.InfoMessage {
    padding: 17px 22px;
    width: 100%;
}

    .InfoMessage .InfoMessageTitle {
        font-size: 18px;
        color: #333;
    }

    .InfoMessage .InfoMessageText {
        display: flex;
        align-items: center;
        font-size: 13px;
        color: #333;
        padding: 8px 0 10px;
    }

    .InfoMessage a {
        font-size: 13px;
        color: #4a90e2;
        font-weight: bold;
    }

    .InfoMessage.Warning {
        background: #feec6c;
    }

        .InfoMessage.Warning img {
            width: 45px;
            height: 45px;
            margin-right: 20px;
        }

    .InfoMessage.Success {
        background: #d8f0c0;
    }

    .InfoMessage.Error {
        background: #f0c0c4;
    }

.Verification .Info {
    font-size: 12px;
    padding: 10px 0 25px;
    line-height: 1.5
}

.Modal.ResendTextConfirm .Buttons {
    justify-content: flex-end;
}

.Verification .Loader--css > div {
    background-color: #fff;
}

    .Verification .Info a {
        color: #47abe7;
        text-decoration: underline;
    }

.Verification .Accordion {
    margin-bottom: 10px;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    transition: 0.2s ease-in-out;
}

    .Verification .Accordion:last-child {
        margin-bottom: 0;
    }

    .Verification .Accordion.Active {
        background: #fff;
        border: 1px solid #166ca5;
    }

.Verification .AccordionTitle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
}

.Verification .AccordionTitleText {
    padding-right: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Verification .AccordionTitleText .Tick {
        width: 20px;
        margin-left: 5px;
    }

.Verification .AccordionTitleIcon {
    width: 55px;
    height: 55px;
    position: relative;
}

    .Verification .AccordionTitleIcon img {
        width: 55px;
        height: 55px;
        position: absolute;
        transition: 0.3s ease-in-out;
        top: 0;
        left: 0;
    }

.Verification .Accordion .IcoWhite {
    z-index: 2;
    opacity: 0
}

.Verification .Accordion.Active .IcoWhite {
    opacity: 1;
}

.Verification .AccordionContent {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.Verification .Accordion.Active .AccordionContent {
    max-height: 10000px;
    transition: max-height 0.5s ease-in-out;
}

.Verification .AccordionContent p {
    font-size: 12px;
    color: #2e383d;
    padding: 0;
    margin: 0;
}

    .Verification .AccordionContent p a {
        cursor: pointer;
        font-size: 12px;
        color: #47abe7;
        text-decoration: none;
    }

.Verification .AccordionContainer {
    padding: 0 15px 20px;
}

.Verification .AccordionContent .AccordionDesc {
    padding: 10px 0 20px;
}

.Verification .AccordionIcon {
    transition: 0.2s ease-in-out;
    margin-right: 20px;
    background-image: url('/Content/Images/Icon_Header_Open.png');
    width: 30px;
    height: 30px;
    background-size: cover;
    transform: rotate(90deg)
}

.Verification .Accordion.Active .AccordionIcon {
    transform: rotate(270deg)
}

.Verification .PhoneNumber {
    font-size: 16px;
    padding-right: 10px;
}

.Verification .VerifyNumber .Resend {
    margin-top: -5px;
}

.Verification .EnterCode {
    margin-top: 30px;
}

    .Verification .EnterCode b {
        font-size: 13px;
    }

.Verification .Form .Country {
    margin-right: 10px;
}

.Verification .SaveNewNumber {
    margin-top: 20px;
}

.Verification .UpdatePhoneNumber {
    font-size: 13px;
    font-size: 13px;
    margin-bottom: 7px;
}

.Verification .AccordionContent .CurrentInfo {
    padding-bottom: 30px;
}

.Verification .Button {
    display: inline-block;
    font-weight: 400;
    min-width: 225px;
}

.Verification .InfoMessage {
    margin-top: 20px;
}

    .Verification .InfoMessage.Success,
    .Verification .InfoMessage.Error {
        padding: 4px 22px;
    }

        .Verification .InfoMessage.Success img {
            width: 20px;
            margin-right: 10px;
        }

.Verification .EnterCode .Code {
    width: 225px;
}

.Verification .EnterCode .Button {
    margin-top: 20px;
}

.Verification .Accordion.Verified .AccordionTitleText:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('/Content/Images/tick.png');
    background-size: cover;
}

.AddressVerification .InfoMessage {
    margin-top: 5px;
    margin-bottom: 20px;
}

.Verification .UploadDocument {
    padding: 15px 0;
    border-top: 2px solid #ebebeb;
}

.Verification .UploadedImage {
    flex: 0 0 125px;
    background-size: cover;
    margin-right: 25px;
    width: 125px;
    height: 125px;
    border: 1px solid #c8c8c8;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Verification .UploadedImage img {
        max-width: 100%;
        max-height: 100%;
    }

    .Verification .UploadedImage .UploadedImageContainer {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
    }

.Verification .UploadTitle {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
}

.Verification .UploadDesc {
    font-size: 12px;
    padding-bottom: 5px;
}

.Verification .AcceptedFormats {
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 15px;
}

.Verification .ChooseFileContainer {
    position: relative;
}

    .Verification .ChooseFileContainer input {
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        cursor: pointer;
        font-size: 0;
    }

    .Verification .ChooseFileContainer a {
        font-size: 12px;
        letter-spacing: 0.5px;
        font-weight: bold;
        color: #47abe7;
        cursor: pointer;
    }

.Verification .UploadedFileManage {
    font-size: 12px;
}

    .Verification .UploadedFileManage span {
        line-height: 1.3;
        padding-right: 5px;
    }

    .Verification .UploadedFileManage .FileName {
        font-weight: bold;
        padding-right: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .Verification .UploadedFileManage .DeletePicture {
        letter-spacing: 0.5px;
        font-weight: bold;
        color: #47abe7;
        margin-left: 10px;
        cursor: pointer;
    }

.Verification .UploadedFileSize {
    font-size: 13px;
    color: #000;
    opacity: 0.5;
}

.Verification .iradio_square-grey.disabled + label {
    opacity: 0.5;
}

.Verification .ConfirmID {
    padding-top: 15px;
    font-size: 13px;
    font-weight: bold;
}

.Verification .SendForVerification {
    padding-top: 40px;
}

.Verification .Border {
    border-top: 2px solid #ebebeb;
}

.Verification .RadioList {
    padding-bottom: 30px;
}

    .Verification .RadioList .ListItem {
        display: flex;
        height: 25px;
        align-items: center;
    }

    .Verification .RadioList label {
        font-size: 12px;
    }

.Verification .NewAddressForm {
    background: #f3f3f1;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 15px;
}

    .Verification .NewAddressForm .FormTitle {
        margin-bottom: 30px;
        font-weight: 100;
        font-size: 18px;
    }

    .Verification .NewAddressForm .EditBox02 {
        background: #fff;
    }

    .Verification .NewAddressForm .Form {
        max-width: 700px;
        flex-wrap: wrap;
    }

    .Verification .NewAddressForm .FormBox {
        flex: 0 0 50%;
        padding-right: 20px;
    }

        .Verification .NewAddressForm .FormBox:nth-child(even) {
            padding-right: 0px;
        }

.Verification .IdPlaceholder {
    background-image: url('/Content/Images/Icon_Id_placeholder.png');
}

.Verification .SelfiePlaceholder {
    background-image: url('/Content/Images/Icon_Selfie_placeholder.png');
}

.Verification .AddressPlaceholder {
    background-image: url('/Content/Images/Icon_Address_placeholder.png');
}

.Verification .CcPlaceholder {
    background-image: url('/Content/Images/Icon_Cc_placeholder.png');
}

.Verification .icheckbox_square-grey,
.Verification .iradio_square-grey {
    flex: 0 0 17px;
}

.Verification a.Button.Primary.Disabled {
    cursor: default;
    background-color: #9b9b9b;
}

.Verification .PhoneVerification .Number {
    display: inline-block;
}

    .Verification .PhoneVerification .Number input {
        width: 225px;
    }


@media(max-width: 500px) {
    .Verification .UploadDocument {
        display: block;
    }

    .Verification .UploadData {
        margin-top: 20px;
    }

    .Verification .Button {
        display: block;
        text-align: center;
    }

    .Verification .NewAddressForm .Form {
        flex-wrap: initial;
        flex-direction: column;
    }

    .Verification .NewAddressForm .FormBox {
        flex: 1;
        padding-right: 0;
    }
}

.LiveDSIChat {
    overflow: hidden;
    height: 300px;
    width: 400px;
    position: relative;
    margin-bottom: 20px;
}

    .LiveDSIChat .Message {
        margin-bottom: 20px;
    }

        .LiveDSIChat .Message:last-child {
            margin-bottom: 0;
        }

    .LiveDSIChat .ChatContainer {
        justify-content: flex-end;
        flex-direction: column;
        height: 100%;
    }

    .LiveDSIChat .Dialog {
        overflow-y: auto;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-top: 10px;
        flex: 1;
    }

        .LiveDSIChat .Dialog .Block {
            word-wrap: break-word;
            padding: 10px 5px;
            position: relative;
            color: #7d8d99;
            border-radius: 3px;
            max-width: 80%;
            min-width: 60%;
            font-size: 12px;
        }

        .LiveDSIChat .Dialog .Left .Block {
            background: #efeeea;
        }

            .LiveDSIChat .Dialog .Left .Block:after {
                content: '';
                position: absolute;
                bottom: -9px;
                right: 10%;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 12px 9px 0;
                border-color: transparent #efeeea transparent transparent;
            }

        .LiveDSIChat .Dialog .Right {
            justify-content: flex-end
        }

            .LiveDSIChat .Dialog .Right .Block {
                background: #c5e3f9;
            }

                .LiveDSIChat .Dialog .Right .Block:after {
                    content: '';
                    position: absolute;
                    bottom: -9px;
                    left: 10%;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 12px 0 0;
                    border-color: #c5e3f9 transparent transparent transparent;
                }

    .LiveDSIChat .NewMessage {
        position: relative;
        display: flex;
    }

        .LiveDSIChat .NewMessage .NewMessageInput {
            resize: none;
            max-height: 100px;
            overflow-y: auto;
            min-height: 50px;
        }

    .LiveDSIChat .SendMessage {
        min-width: 75px;
        flex: 0;
        margin-left: 5px;
        padding: 0 5px;
        cursor: pointer;
        border: none;
    }

    .LiveDSIChat .Absolute {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
    }

    .LiveDSIChat .NoResults {
        text-align: center;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

/* Jquery SelectBox */
.sbHolder {
    position: relative;
}

    .sbHolder:focus .sbSelector {
    }

.sbSelector {
    color: #3b3b3b;
    border: 1px solid #d8d7d3;
    background-color: #efeeea;
    border-radius: 0px;
    width: 100%;
    padding: 12px 30px 12px 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    -webkit-appearance: none;
    display: block;
}

    .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
        text-decoration: none;
        outline: none;
    }

.sbToggle {
    background: url(/Content/Images/Icon_Nav_Grey_Arrow_Down.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 17px;
    right: 10px;
    width: 13px;
    height: 9px;
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

    .sbHolderDisabled .sbHolder {
    }

    .sbHolderDisabled .sbToggle {
    }

.sbOptions {
    background-color: #efeeea;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100% !important;
    width: 100%;
    z-index: 20;
    overflow: hidden;
    border-right: 1px solid #d8d7d3;
    border-left: 1px solid #d8d7d3;
    box-sizing: border-box;
}

    .sbOptions li {
        width: 100%;
        padding: 0px;
        margin: 0;
        border-bottom: 1px solid #d8d7d3;
    }

        .sbOptions li:last-child {
        }

    .sbOptions a {
        color: #3b3b3b;
        outline: none;
        padding: 14px 0px 14px 15px;
        box-sizing: border-box;
        width: 100%;
        font-size: 14px;
        line-height: 1.3em;
        font-weight: normal;
        -webkit-appearance: none;
        display: block;
    }

        .sbOptions a:hover {
            color: #0077CC;
        }

        .sbOptions a:link, .sbOptions a:visited {
            text-decoration: none;
        }

    .sbOptions li.last a {
        border-bottom: none;
    }

    .sbOptions .sbDisabled {
        border-bottom: dotted 1px #515151;
        color: #999;
        display: block;
        padding: 7px 0 7px 3px;
    }

    .sbOptions .sbGroup {
        border-bottom: dotted 1px #515151;
        color: #EBB52D;
        display: block;
        font-weight: bold;
        padding: 7px 0 7px 3px;
    }

    .sbOptions .sbSub {
        padding-left: 17px;
    }

/* Play Mode */
.PlayMode .TextMode {
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    padding: 20px 30px;
}

    .PlayMode .TextMode a {
        color: inherit;
        text-decoration: underline;
    }

/* No Table Item */
.NoTableItem {
    text-align: center;
    padding: 100px 0px;
}

    .NoTableItem img {
        display: inline-block;
        width: 80px;
    }

    .NoTableItem .Text {
        width: 100%;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #3b3b3b;
        margin-top: 10px;
    }

/* Faq */
.ListFaq {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    border: solid 1px #d8d7d3;
}

    .ListFaq .ItemFaq {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        width: 33.33%;
        text-align: center;
        box-sizing: border-box;
        border-bottom: 1px solid #d8d7d3;
        border-right: 1px solid #d8d7d3;
        position: relative;
        top: 1px;
        left: 1px;
        vertical-align: top;
    }

        .ListFaq .ItemFaq a {
            text-decoration: none;
            display: block;
            padding: 50px 20px;
        }

        .ListFaq .ItemFaq .Img {
            display: block;
        }

            .ListFaq .ItemFaq .Img .Icon_Dashboard {
                width: 50px;
                height: 50px;
                display: inline-block;
                background-size: cover;
            }

        .ListFaq .ItemFaq .Text {
            font-size: 14px;
            color: #3b3b3b;
            text-transform: uppercase;
            margin: 10px 0px 0px 0px;
            display: block;
        }

/* Rules */
.RulesSection {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    border: solid 1px #d8d7d3;
}

    .RulesSection .RuleItem {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        width: 33.3%;
        text-align: center;
        box-sizing: border-box;
        border-bottom: 1px solid #d8d7d3;
        border-right: 1px solid #d8d7d3;
        position: relative;
        top: 1px;
        left: 1px;
        vertical-align: top;
    }

        .RulesSection .RuleItem a {
            text-decoration: none;
            display: block;
            padding: 50px 20px;
        }

        .RulesSection .RuleItem .Img {
            display: block;
        }

            .RulesSection .RuleItem .Img .Icon_Dashboard {
                width: 50px;
                height: 50px;
                display: inline-block;
                background-size: cover;
            }

        .RulesSection .RuleItem .Text {
            font-size: 14px;
            color: #3b3b3b;
            text-transform: uppercase;
            margin: 10px 0px 0px 0px;
            display: block;
        }

.BackToRulesBtn {
    margin-top: 25px;
}

/* Get Verified */
.WrapperGV {
}

    .WrapperGV .ItemGV {
        float: left;
        width: 31.33%;
    }

    .WrapperGV .SpacerGV {
        float: left;
        width: 3%;
        height: 1px;
        display: block;
    }

    .WrapperGV .ItemGV_Highlight_Green {
    }

        .WrapperGV .ItemGV_Highlight_Green .FormField {
            border: 1px solid green;
            border-radius: 4px;
        }

    .WrapperGV .ItemGV_Highlight_Red {
    }

        .WrapperGV .ItemGV_Highlight_Red .FormField {
            border: 1px solid red;
            border-radius: 4px;
        }

.TFAPageLeft {
    float: left;
    width: 300px;
    margin-bottom: 20px;
    margin-right: 30px;
}

    .TFAPageLeft img {
        width: 100%
    }
/* natural width 300px*/
.TFAPageRight {
    float: left;
    width: 300px;
    margin-bottom: 20px;
}

/* Telerik */
.t-icon {
    background-image: url(/Content/Images/Sprite_LightSkin.png);
}

.t-widget {
    background-color: #fff;
}

.t-alt {
    background-color: #f7f7f7;
}

.t-header, .t-grid-header {
    background: #fff;
    border-color: #242424;
    vertical-align: middle;
}

.t-grid {
    width: 100%;
}

    .t-grid td {
        border-color: #dddddd;
        vertical-align: middle;
        padding: 8px 20px;
        border-bottom-width: 1px;
    }

        .t-grid td:last-child {
            border-right: none;
        }

.t-widget, .t-link:link, .t-link:active, .t-link:visited, .t-popup {
    color: #8d8d8d;
    border: none;
}

    .t-toolbar, .t-grouping-header, .t-grid-pager, .t-widget .t-status {
        border-color: #fff;
        background-color: #fff;
    }

.t-state-hover, .t-state-hover:hover {
    background-color: #dddddd;
}

.t-header .t-state-hover {
    background: initial;
}

.t-state-selected {
    background: initial;
}

.FormBoxOpen {
    float: left;
    width: 70%;
    margin: 0px;
}

    .FormBoxOpen .FormField {
        border: 1px solid rgb(36, 36, 36);
        border-radius: 4px;
    }

        .FormBoxOpen .FormField .EditBox {
            height: 33px;
            line-height: 33px;
        }

.BtnOpen {
    float: right;
    width: 25%;
}

    .BtnOpen button {
        padding: 6px 0px;
        width: 100%;
    }

.t-grid-pager {
    border: none;
    padding: 20px 0px 5px 0px;
}

    .t-grid-pager .t-status .t-icon {
        background-image: url(/Content/Images/Icon_Refresh_02.png);
        background-size: cover;
        background-position: inherit;
    }

.t-grid-filter {
    margin: -2.2em -.0em -.3em 3px;
}

.t-popup {
    background-color: #fff;
    color: #8d8d8d;
}

.t-state-default {
    border-color: #dddddd;
}

.t-grid .t-filter-options {
    background: #213951;
    border-color: #213951;
    border-radius: 0px;
    border-width: 15px;
    box-shadow: none;
    width: 200px !important;
}

.t-grid .t-status {
    border-right: none;
}

.t-grid-header .t-header, .t-grid-header .t-last-header {
    background-color: #f7f7f7;
    border-color: #dddddd;
}

.t-grid-header .t-header {
    border-top: 1px solid #dddddd;
}

    .t-grid-header .t-header .t-link {
        padding: 10px 20px;
        line-height: initial;
        height: auto;
        text-transform: uppercase;
    }

.t-pager .t-numeric, .t-pager .t-page-i-of-n {
    margin: 0 10px;
}

.t-pager .t-page-size {
    margin-left: 10px;
}

.t-page-i-of-n input {
    margin: 0px 6px;
}

.t-filter-options select {
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    background-color: #f9f9fb;
    height: 40px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    color: #8d8d8d;
}

.t-filter-options input {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    padding: 10px;
    background-color: #f9f9fb;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    color: #8d8d8d;
    margin-bottom: 14px;
}

.t-filter-options label {
    color: #fff !important;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
}

.t-button {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #26af70;
    box-sizing: border-box;
    background: #26af70;
    padding: 13px 0px;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
}

    .t-button:hover {
        border: 1px solid #21a468;
        background: #21a468;
    }

.t-button-icontext .t-icon {
    display: none;
}

.t-filter-options .t-filter-help-text {
    color: #fff;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 20px;
}

.t-picker-wrap .t-icon {
    padding: 0px;
    margin-top: 13px;
}

.t-popup .t-item {
    font-size: 12px;
}

/* Home Panel 01 */
.HomePanel01 {
    display: flex;
    align-items: center;
    background-image: url(/Content/Images/Bg_Main.jpg);
    background-size: cover;
    background-position: center;
    resize: both;
    min-height: 100vh
}

    .HomePanel01 .BlockText {
        display: table-cell;
        vertical-align: middle;
        padding: 270px 60px;
        text-align: center;
    }

    .HomePanel01 .BlockForm {
        display: table-cell;
        vertical-align: middle;
        padding: 150px 60px 270px 60px;
        text-align: center;
    }

    .HomePanel01 .BlockText .Title {
        font-size: 60px;
        line-height: 60px;
        color: #fff;
        font-weight: 500;
        text-shadow: 0px 0px 14px #213951;
    }

    .HomePanel01 .BlockText .Text {
        font-size: 24px;
        line-height: 24px;
        color: #fff;
        font-weight: 500;
        text-shadow: 0px 0px 8px #213951;
        text-transform: uppercase;
        margin-bottom: 35px;
    }

    .HomePanel01 .BlockBanner {
        position: absolute;
        width: 100%;
        bottom: 100px;
        left: 0px;
        padding: 40px 60px;
        vertical-align: middle;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .HomePanel01 .BlockBanner .Container {
            max-width: 1000px;
            width: 100%;
            display: inline-flex;
        }

            .HomePanel01 .BlockBanner .Container .Content {
                min-height: 90px;
                align-items: stretch;
                -ms-flex-item-align: stretch;
                width: 100%;
            }

                .HomePanel01 .BlockBanner .Container .Content .Section {
                    width: calc((100% - 100px)/3);
                    background-image: url(/Content/Images/BlockBanner-center-min.png);
                }

                    .HomePanel01 .BlockBanner .Container .Content .Section .Label {
                        margin-left: 15px;
                        margin-right: 5px;
                        line-height: 30px;
                        color: white;
                        font-size: 20px;
                        text-transform: uppercase;
                        cursor: default;
                    }

                    .HomePanel01 .BlockBanner .Container .Content .Section .Number {
                        height: 40px;
                        width: 40px;
                        line-height: 40px;
                        font-size: 20px;
                        background-color: #2C383E;
                        color: #ffffff;
                        margin: 15px 0px 15px 0px;
                        border-radius: 20px;
                        flex-shrink: 2;
                        cursor: default;
                    }

                    .HomePanel01 .BlockBanner .Container .Content .Section .Icon {
                        height: 55px;
                        width: 55px;
                    }

                .HomePanel01 .BlockBanner .Container .Content .Icon img {
                    height: 100%;
                    width: 100%;
                }

            .HomePanel01 .BlockBanner .Container .left {
                width: 4px;
                height: 90px;
                background-image: url(/Content/Images/BlockBanner-left-min.png);
            }

            .HomePanel01 .BlockBanner .Container .right {
                width: 4px;
                height: 90px;
                background-image: url(/Content/Images/BlockBanner-right-min.png);
            }

            .HomePanel01 .BlockBanner .Container .Content .Arrow {
                width: 50px;
                flex-shrink: 2;
                background-image: url(/Content/Images/BlockBanner-arrow-min.png);
            }

    .HomePanel01 .BlockSlider {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
        height: 100px;
        padding: 0px 60px 0px 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .HomePanel01 .BlockSlider .swiper-logos {
            height: 100%;
        }

            .HomePanel01 .BlockSlider .swiper-logos .swiper-wrapper .swiper-slide {
                min-width: 160px;
                width: 16.6%;
            }

                .HomePanel01 .BlockSlider .swiper-logos .swiper-wrapper .swiper-slide .Img {
                    width: 100%;
                    padding: 0px 40px;
                }

                    .HomePanel01 .BlockSlider .swiper-logos .swiper-wrapper .swiper-slide .Img img {
                        width: 100%;
                        display: block;
                        opacity: 0.9;
                    }

/* Home Panel 02 */
.HomePanel02 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
}

    .HomePanel02 .Inner {
        padding: 60px 60px;
        width: 100%;
        max-width: 1000px;
    }

        .HomePanel02 .Inner .Item {
            padding: 0px 10px;
            text-align: center;
            flex: 1;
        }

            .HomePanel02 .Inner .Item .Icon {
                width: 100px;
            }

                .HomePanel02 .Inner .Item .Icon img {
                    height: 100%;
                    width: 100%;
                }

            .HomePanel02 .Inner .Item .Title {
                width: 100%;
                text-transform: uppercase;
                font-size: 20px;
                color: #11577e;
                font-weight: 500;
            }

            .HomePanel02 .Inner .Item .Text {
                width: 100%;
                margin-top: 20px;
                font-size: 14px;
                line-height: 24px;
                color: #77868b;
            }

/* Home Panel 03 */
.HomePanel03 {
    position: relative;
    width: 100%;
    background-image: url(/Content/Images/Bg_Home_07.jpg);
    background-size: cover;
    background-position: bottom;
}

    .HomePanel03 img {
        width: 100%;
        height: 100%;
    }

    .HomePanel03 .Inner {
        display: inline-block;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 80px 60px 50px 60px;
    }

        .HomePanel03 .Inner img {
            width: 100%;
            height: 100%;
            max-width: 850px;
        }

/* Home Panel 04 */
.HomePanel04 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fff;
}

    .HomePanel04 .Inner {
        width: 100%;
        max-width: 1000px;
        padding: 10px 60px 35px 60px;
    }

        .HomePanel04 .Inner .Section {
            padding: 0px 20px;
            text-align: left;
            flex: 1;
        }

            .HomePanel04 .Inner .Section .Title {
                margin-bottom: 15px;
                margin-top: 40px;
                font-size: 25px;
                color: #11577e;
                font-weight: 500;
            }

            .HomePanel04 .Inner .Section .Text {
                margin-bottom: 25px;
                font-size: 14px;
                line-height: 24px;
                color: #2C383E;
            }

        .HomePanel04 .Inner .ColumnSpacer {
            width: 30px;
        }

/* Site Map */
.siteMapList {
    margin: 0px;
    padding: 0px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

    .siteMapList .siteMapItem {
        list-style: disc url(/content/images/Icon_BulletPoint.png);
    }

        .siteMapList .siteMapItem a {
            font-size: 16px;
            line-height: 26px;
            color: #1076bc;
        }

/* Casino */
.CasinoNav {
    display: flex;
    flex-wrap: wrap;
}

    .CasinoNav .dropdown {
        position: relative;
        cursor: default;
        flex: 1;
        width: 100%;
        min-width: 100px;
        color: #627384;
    }

        .CasinoNav .dropdown:hover {
            color: #ffffff;
            cursor: default;
        }

    .CasinoNav .dropbtn {
        font-size: 14px;
        line-height: 22px;
        color: inherit;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        margin: 20px 0px;
        border-right: 1px solid #3d5771;
        cursor: pointer;
    }

    .CasinoNav .dropdown:last-child .dropbtn {
        border-right: none;
    }

    .CasinoNav .dropdown-content {
        display: none;
        position: absolute;
        font-size: 14px;
        background-color: #fff;
        width: inherit;
        box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
        z-index: 10;
        max-height: 500px;
        overflow: auto;
    }

        .CasinoNav .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            cursor: default;
        }

            .CasinoNav .dropdown-content a:hover {
                background-color: #f1f1f1;
            }

    .CasinoNav .dropdown:hover .dropdown-content {
        display: block;
    }

.CasinoContainer {
    flex: 1 0 auto;
    background: #fff;
    padding: 30px 15px 30px 30px;
    position: relative;
}

    .CasinoContainer .SuiteTitle {
        width: 100%;
    }

    .CasinoContainer .Game {
        display: inline-flex;
        flex-direction: column;
        width: 20%;
        padding-right: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

        .CasinoContainer .Game .placeholderImage {
            width: 100%;
        }

        .CasinoContainer .Game a {
            width: 100%;
            color: #929292;
            position: relative;
        }

            .CasinoContainer .Game a .Title {
                margin-top: 10px;
                font-size: 16px;
                text-align: center;
                color: inherit;
            }

            .CasinoContainer .Game a:hover .Title {
                color: #3b3b3b;
            }

        .CasinoContainer .Game .imageHolder img {
            width: 100%;
        }

    .CasinoContainer img {
        width: 100%;
    }

/* Datepicker */
.ui-datepicker th {
    min-width: initial;
}

.ui-datepicker td {
    min-width: initial;
}

/* Empty Content */
.EmptyContent {
    display: table;
    width: 100%;
    min-height: calc(100vh - 130px);
    height: calc(100vh - 130px);
}

    .EmptyContent .Cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 20px;
    }

    .EmptyContent .Img {
        display: block;
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
        display: inline-block;
        background-size: cover;
    }

    .EmptyContent .Title {
        display: block;
        color: #3b3b3b;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .EmptyContent .Txt {
        display: block;
        color: #a8a8a8;
        font-size: 14px;
        line-height: 20px;
    }

/* Affiliate */
.Affiliate {
}

    .Affiliate .MiddleBox {
        display: inline-block;
        background-color: #fff;
        position: relative;
        z-index: 10;
        max-width: 480px;
        width: auto;
    }

        .Affiliate .MiddleBox .MiddleBoxContent {
            padding: 20px 30px 40px 30px;
            position: relative;
        }

            .Affiliate .MiddleBox .MiddleBoxContent .Denotes {
                position: absolute;
                bottom: -30px;
                width: 100%;
                text-align: center;
                color: #929292;
                margin: 0px -20px;
            }

                .Affiliate .MiddleBox .MiddleBoxContent .Denotes .Asterisk {
                    padding: 0px 5px 0px 0px;
                }

/* Public Sportsbook */
.SportsbookContainer h2 {
    font-size: 30px;
}

.SportsbookContainer .SportsbookTables {
    flex: 4 0 200px;
}

    .SportsbookContainer .SportsbookTables .Headers {
        color: #3b3b3b;
        font-weight: 600;
    }

    .SportsbookContainer .SportsbookTables th, td {
        vertical-align: middle;
    }

.SportsbookContainer .SportsbookLines {
    margin-bottom: 40px;
    font-size: 16px;
    display: inline-block;
}

.AvailableBonuses {
    flex: 1 0 0;
    margin-top: 30px;
    position: relative;
    min-height: 300px;
    background: #ffffff;
}

    .AvailableBonuses .NoResults {
        position: absolute;
        left: 50%;
        margin-left: -84px;
    }

        .AvailableBonuses .NoResults .NoTableItem {
            padding: 0px;
            padding-top: 20px;
        }

.BetDSIPoints .ProgressBannerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    background-image: url(/Content/Images/Bg_Rewards.png);
    background-size: cover;
    background-position: center;
    color: #ffffff
}

    .BetDSIPoints .ProgressBannerContainer .Item {
        margin: 10px 0px;
        text-align: center;
    }

.BetDSIPoints .Title {
    font-size: 25px;
}

.BetDSIPoints .CurrentBalance {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Oswald', 'Arial', sans-serif;
}

.BetDSIPoints .NextLevel {
    margin-top: 0px !important;
}

.BetDSIPoints .Rewards .RewardLevel {
    box-sizing: border-box;
}

    .BetDSIPoints .Rewards .RewardLevel:first-child {
        border-top: none;
        padding-top: 0px;
    }

    .BetDSIPoints .Rewards .RewardLevel:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }

.BetDSIPoints .Rewards h2 {
    font-size: 20px;
}


.BetPointsProgress .ProgressBars {
    display: flex;
    width: 100%;
}

    .BetPointsProgress .ProgressBars .ProgressBar {
        flex: 1 0 0px;
        height: 10px;
        background-color: #efeeea;
        border: 4px solid rgb(0, 0, 0);
        border: 4px solid rgba(0, 0, 0, 0.5);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        box-sizing: content-box;
    }

    .BetPointsProgress .ProgressBars .Value {
        background-color: #f04a23;
        height: 100%;
    }

    .BetPointsProgress .ProgressBars .ProgressBar:first-child {
        border-radius: 10px 0px 0px 10px;
    }

        .BetPointsProgress .ProgressBars .ProgressBar:first-child .Value {
            border-radius: 4px 0px 0px 4px;
        }

    .BetPointsProgress .ProgressBars .ProgressBar:last-child {
        border-radius: 0px 10px 10px 0px;
    }

        .BetPointsProgress .ProgressBars .ProgressBar:last-child .Value {
            border-radius: 0px 4px 4px 0px;
        }

.BetPointsProgress .Labels {
    display: flex;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
}

    .BetPointsProgress .Labels .Label {
        flex: 1 0 0px;
        text-align: center;
    }

/* Security Details */
.SecurityDetails {
}

    .SecurityDetails .Group {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
        margin-bottom: -30px;
    }

        .SecurityDetails .Group .Column {
            width: 48%;
            margin-bottom: 30px;
        }

    .SecurityDetails .TwoFactorAuth {
    }

        .SecurityDetails .TwoFactorAuth .Subtitle {
            font-size: 20px;
            line-height: 24px;
            color: #3b3b3b;
            margin-bottom: 20px;
        }

        .SecurityDetails .TwoFactorAuth label {
            font-size: 14px;
            color: #3b3b3b;
        }

            .SecurityDetails .TwoFactorAuth label a {
                font-size: 14px;
                color: #3b3b3b;
            }


/* Non-modal sign up */
.IndexForm {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 30px;
    overflow: auto;
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: center;
    position: relative;
    min-height: 100px;
    max-width: 520px;
    margin: 25px auto;
}
/* Non-modal sign up END*/

.ActionNetwork {
    padding: 25px;
}

    .ActionNetwork p {
        font-size: 18px;
    }

    .ActionNetwork .Button {
        display: inline-block;
    }

.ActionNetwork--success p {
    text-align: center;
}

.ActionNetwork--success .Title {
    font-size: 22px;
}

.ActionNetwork--success .Icon {
    text-align: center;
    margin-bottom: 20px;
}

.ActionNetwork--success img {
    display: inline-block;
    width: 80px;
}

.WithdrawableBalanceContainer {
    padding: 15px;
    font-size: 20px;
    background-color: #fff;
}

.WithdrawableBalance {
    margin-bottom: 10px;
}

.WithdrawableBalance__Text {
    margin-right: 10px;
}

.WithdrawableBalance__BarContainer {
    flex: 1 0 auto;
    align-items: center;
}

.WithdrawableBalance__Bar {
    flex: 1 0 0px;
    background-color: #b9aa9d;
    margin-right: 10px;
    border-radius: 9px;
    height: 18px;
    position: relative;
}

.WithdrawableBalance__Bar__Fill {
    background-color: #33b64c;
    border-radius: 9px;
}

.WithdrawableBalance__Bar__Text {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
    margin: 0px 10px;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
}

.WithdrawableBalanceContainer__Summary {
    font-size: 16px;
}

.Contests {
    display: flex;
}

.Contests__Panel {
    flex: 1 0 0px;
    background-color: #fff;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
}

    .Contests__Panel:last-child {
        margin-right: 0px;
    }

.Contests__Banner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.Contests__Banner img {
    width: 100%;
    max-width: 350px;
    max-height: 200px;
}

.Contests__Superbowl__Banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Contests__Superbowl__Banner img {
    height: auto;
    width: 100%;
    max-width: 900px;
}
.Contests__Banner__Pool {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

  .Contests__Banner__Pool img {
    width: 100%;
    max-width: 200px;
    max-height: 300px;
    padding-top: 20px;
  }

.Contests__Content {
    padding: 15px;
}

.Contests__InfoBold {
    text-align: center;
    max-width: 450px;
    margin: 20px auto;
}

.Contests__HowToPlay__Title {
    font-size: 24px;
    margin-bottom: 15px;
}

.Contests__TermsAndConditionsLink {
    display: flex;
    justify-content: center;
    text-decoration: underline;
    font-size: 16px;
}

.Contests__FreeContestLink:hover {
    cursor: pointer;
}

.Contests__FreeContestLink {
    display: flex;
    justify-content: center;
    font-size: 17px;
    text-align: center;
    font-weight: bold
}

.Contests .Buttons {
    flex-wrap: wrap;
    justify-content: center;
}

    .Contests .Buttons .ImageButton {
        background-size: contain;
        width: 300px;
        height: 100px;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: center;
        border-radius: 8px;
        max-width: 100%;
        margin: 8px;
    }

        .Contests .Buttons .ImageButton:hover {
            box-shadow: 0px 0px 15px rgba(43,59,93,0.4);
        }

.ContestTermsAndContidiontsPage {
    background-color: #fff;
    padding: 25px;
}

/* Contest special */
.Contests__HowToPlay_Numbered ul {
    display: flex;
    flex-direction: row;
    gap: 15px;
    position: relative;
}
.Contests__HowToPlay_Numbered ul li {
    flex: 1;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: normal;
}
.Contests__HowToPlay_Numbered ul li::before {
    margin: 0 auto;
    font-size: 50px;
    background-color: #FFFFFF;
    line-height: normal;
    /* Content added below*/
}
/* Added for up to 10 bullet points */
.Contests__HowToPlay_Numbered ul li:nth-of-type(1)::before {
    /* 1 in a circle */
    content: "①";
}
.Contests__HowToPlay_Numbered ul li:nth-of-type(2)::before {
    /* 2 in a circle */
    content: "②";
}
.Contests__HowToPlay_Numbered ul li:nth-of-type(3)::before {
    /* 3 in a circle */
    content: "③";
}
.Contests__HowToPlay_Numbered ul li:nth-of-type(4)::before {
    /* 4 in a circle */
    content: "④";
}
.Contests__HowToPlay_Numbered ul li:nth-of-type(5)::before {
    /* 5 in a circle */
    content: "⑤";
}
.Contests__HowToPlay_Numbered ul li:nth-of-type(6)::before {
    /* 6 in a circle */
    content: "⑥";
}
.Contests__HowToPlay_Numbered ul li:nth-of-type(7)::before {
    /* 7 in a circle */
    content: "⑦";
}
.Contests__HowToPlay_Numbered ul li:nth-of-type(8)::before {
    /* 8 in a circle */
    content: "⑧";
}
.Contests__HowToPlay_Numbered ul li:nth-of-type(9)::before {
    /* 9 in a circle */
    content: "⑨";
}
.Contests__HowToPlay_Numbered ul li:nth-of-type(10)::before {
    /* 10 in a circle */
    content: "⑩";
}
.Contests__HowToPlay_Numbered ul:before {
    border-bottom: 1px dotted black;
    content: "";
    position: absolute;
    /* half height of ::before +5px */
    top: 30px;
    width: 75%;
    left: 12.5%;
}
/*------------  ---------------*/

/*-------Used in CMS-------*/
.SubTitleCMS {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
}

/* Rewards Page */
.RewardLevel {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8d7d3;
}

    .RewardLevel:first-child {
        border-top: 1px solid #d8d7d3;
    }

    .RewardLevel .Image {
        min-width: 100px;
        min-height: 100px;
        max-width: 350px;
        flex: 3;
    }

        .RewardLevel .Image img {
            display: block;
            width: 100%;
            height: auto;
        }

    .RewardLevel .Text {
        flex: 5;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.Rewards .ColumnSpacer {
    width: 30px;
}

/* Public Promotions Page */
.PublicPromotions {
}

    .PublicPromotions .Promotion {
        display: table;
        width: 100%;
        border-bottom: 1px solid #d8d7d3;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

        .PublicPromotions .Promotion .Image {
            display: table-cell;
            vertical-align: top;
            width: 47%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .PublicPromotions .Promotion .Text {
            display: table-cell;
            vertical-align: top;
            width: 47%;
        }

            .PublicPromotions .Promotion .Text .TopTitle {
                display: table;
                margin-bottom: 30px;
            }

                .PublicPromotions .Promotion .Text .TopTitle .Cell01 {
                    display: table-cell;
                    vertical-align: middle;
                    padding-right: 20px;
                }

                .PublicPromotions .Promotion .Text .TopTitle .Cell02 {
                    display: table-cell;
                    vertical-align: middle;
                }

            .PublicPromotions .Promotion .Text .Icon {
                width: 45px;
                height: 45px;
                display: inline-block;
                background-size: 60%;
                background-color: #1076bc;
                border-radius: 50%;
                background-repeat: no-repeat;
                background-position: center;
            }

            .PublicPromotions .Promotion .Text h2 {
                display: table-cell;
                font-size: 40px;
            }

            .PublicPromotions .Promotion .Text h4 {
                margin-bottom: 10px;
            }

            .PublicPromotions .Promotion .Text p {
            }

    .PublicPromotions .ColumnSpacer {
        display: table-cell;
        vertical-align: top;
        width: 6%;
    }

/* Accordian */
.Accordian {
    margin-bottom: 25px;
}

    .Accordian .Section {
        background-color: #efeeea;
        color: #11577e;
        cursor: pointer;
        padding: 20px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 16px;
        transition: 0.4s;
        font-family: 'Oswald', 'Arial', sans-serif;
        font-weight: 500;
    }

        .Accordian .Section.active,
        .Accordian .Section:hover {
            background-color: #929292;
            color: white;
        }

    .Accordian .Panel {
        padding: 1px 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-out;
        transition-property: max-height, padding;
    }

    .Accordian .Section:after {
        content: '\002B';
        color: #444444;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .Accordian .Section:hover:after {
        color: white;
    }

    .Accordian .Section.active:after {
        content: "\2212";
        color: white;
    }

/* Casino Payout Table */
.PayoutTable .Title {
    text-align: center;
    font-size: 16px;
}

.CasinoBanner {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    margin-top: 10px;
}

/* Baseball CMS page */
.BaseballParlayTable {
    flex: 1;
    margin: 0px 25px;
}

    .BaseballParlayTable td {
        min-width: 80px;
    }

.BaseballParlayTableFlexContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -25px;
}

/* Soccer Tables */
.SoccerGoalLinesTable {
    flex: 1;
    margin: 0px 25px;
}

    .SoccerGoalLinesTable th,
    .SoccerGoalLinesTable td {
        min-width: 100px;
    }

.SoccerGoalLinesTableFlexContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -25px;
}

/* CashierTable */
.CashierImageFlexContainer {
    display: flex;
    flex-wrap: wrap;
}

.CahierTableImage {
    display: block;
    max-width: 75px;
    max-height: 95px;
    width: auto;
    height: auto;
}

/* WagerLimitsTable */
.WagerLimitsTable {
    margin-top: 1px;
}

/* Tables with no border round the cells */
.TableNoBorder table,
.TableNoBorder th,
.TableNoBorder td {
    border: none;
}
/* -------Used in CMS END------- */

.TabContent {
    display: none;
}

.SwiperContentActive {
    display: block;
}

.Toggled {
    height: 0;
    overflow: hidden;
}

.HowItWorks {
    position: relative;
    padding: 0px 20px 0px;
    display: flex;
}

.HowItWorksTitle {
    padding: 20px 20px 0 20px;
    font-size: 24px;
    font-weight: 400;
}

.HowItWorks .Column {
    flex: 1 0 25%;
    text-align: center;
    padding: 15px 10px 0;
}

.HowItWorks .HITicon {
    height: 100px
}

.HowItWorks h4 {
    font-weight: 400;
    margin-bottom: 10px;
}

.MyReferralsTerms {
    padding: 5px 20px;
}

    .MyReferralsTerms h3 {
        color: #000;
        margin: 0;
        cursor: pointer;
        font-size: 16px;
    }

    .MyReferralsTerms .toggleIcon {
        float: right;
        line-height: 38px;
    }

    .MyReferralsTerms ul {
        padding: 0;
    }

        .MyReferralsTerms ul li {
            list-style-type: disc;
            padding: 5px 0px 0px 0px;
            margin: 0px 0px 0px 15px;
        }

    .MyReferralsTerms .TextHelp {
        padding-top: 15px;
    }

.CheckBoxModule {
    position: relative;
    padding-left: 25px;
}

    .CheckBoxModule .icheckbox_square-grey {
        position: absolute;
        left: 0;
    }

.YourReferrals {
    padding: 20px 20px 40px;
}

    .YourReferrals .HeadHelp {
        text-transform: uppercase;
    }

    .YourReferrals .listItem {
        padding: 15px 10px;
        line-height: 1.6;
        font-size: 12px;
        background: #f2f0f0;
        margin-bottom: 5px;
        position: relative;
    }

        .YourReferrals .listItem:after {
            content: '';
            background-image: url(/content/images/referral_waiting.svg);
            background-size: cover;
            width: 32px;
            height: 32px;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -16px;
        }

        .YourReferrals .listItem.completed {
            background: #def8eb;
        }

            .YourReferrals .listItem.completed:after {
                background-image: url(/content/images/referral_completed.svg);
                background-size: cover;
            }

    .YourReferrals .listItemName {
        font-weight: bold;
        text-transform: uppercase;
    }

.graphs-v2 .Txt {
    font-family: 'Oswald', 'Arial', sans-serif;
    margin: 0;
}

.graphs-v2 .chartName {
    color: #666666;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}

.graphs-v2 #CircleChart {
    height: 200px;
}

    .graphs-v2 #CircleChart svg {
        overflow: inherit
    }

.graphs-v2.Chart .Graph {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.referFriend {
    margin-bottom: 10px;
}

    .referFriend img {
        width: 100%
    }

    .referFriend .referMobile {
        display: none;
    }

    .referFriend .referTablet {
        display: none;
    }

    .referFriend .referLaptopXS {
        display: none;
    }

    .referFriend .referLaptopXL {
        display: none;
    }

    .referFriend .referDesktop {
        display: block;
    }

.referralsList {
    position: relative;
}
/*.referralsList .Loader { margin: 15px auto; }
.referralsList .Loader.visible { -webkit-animation: 2s ease 0s normal forwards 1 fadein; animation: 2s ease 0s normal forwards 1 fadein; }
@keyframes fadein{ 0% { opacity:0; } 100% { opacity:1; } }*/

.jPagination {
    margin-top: 20px
}

    .jPagination .pages {
        text-align: center;
    }

    .jPagination .page {
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        height: 34px;
        width: 34px;
        display: inline-block;
        font-size: 12px;
        line-height: 34px;
    }

    .jPagination span.page {
        background: #428bca;
        color: #fff;
    }

    .jPagination span.Preview,
    .jPagination span.Next {
        background: #fff;
        color: #333;
    }

    .jPagination a.page {
        color: #428bca;
    }

        .jPagination a.page:hover {
            text-decoration: none;
            background: #ddd;
        }

    .jPagination .page:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-left: 1px solid #ddd;
    }

    .jPagination .page:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.referFriendDesktop img {
    width: 100%
}

.referFriendDesktop {
    margin-bottom: 20px
}

.referFriendMobile {
    display: none;
}

.Referrals .referAFriendBonus .Top .SubTitle p,
.Referrals .referAFriendBonus .Top .Title {
    float: none;
}

.PersonalDetailsForm {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .PersonalDetailsForm .Column {
        width: 48%;
        float: left;
        border: 1px solid #ddd;
        padding: 20px;
    }

    .PersonalDetailsForm .FormSpacer_02 {
        width: 100%;
    }

.BankAccountDetails {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .BankAccountDetails .Column {
        width: 48%;
        float: left;
        border: 1px solid #ddd;
        padding: 20px;
    }

    .BankAccountDetails .FormSpacer_02 {
        width: 100%;
    }

.howToEarnByReferring {
    margin-bottom: 50px;
}

    .howToEarnByReferring .steps {
        display: flex;
    }

    .howToEarnByReferring .step {
        padding-right: 15px;
        display: flex;
    }

        .howToEarnByReferring .step .stepNumber {
            color: #fff;
            text-align: center;
            line-height: 45px;
            width: 45px;
            height: 45px;
            font-size: 24px;
            border-radius: 50%;
            flex: auto;
            margin-right: 15px;
            flex: 0 0 45px;
        }

        .howToEarnByReferring .step:nth-child(1) .stepNumber {
            background: #51a1d5
        }

        .howToEarnByReferring .step:nth-child(2) .stepNumber {
            background: #3977af
        }

        .howToEarnByReferring .step:nth-child(3) .stepNumber {
            background: #29587d
        }

        .howToEarnByReferring .step .stepInfo {
            flex: auto;
        }

            .howToEarnByReferring .step .stepInfo .stepTitle {
                margin: 0;
            }


.Button.referHeaderButton {
    background: none;
    border: 1px solid #25aae1;
    color: #25aae1;
}

    .Button.referHeaderButton:hover {
        background: #25aae1;
        color: #fff;
    }

    .Button.referHeaderButton:focus, .Button.referHeaderButton:active {
        box-shadow: none;
    }

.FormBuilder .lastName {
    width: 50%;
    float: right;
    display: inline-block;
    flex-direction: row;
    position: absolute;
    right: 0;
    top: 65px;
    padding-left: 5px;
}

.FormBuilder .firstName {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.FlexTable__Row .BonusCode, .FlexTable__Headers .BonusCode {
    min-width: 145px;
    max-width: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.howToEarnByReferring .buttonHolder {
    margin: 30px 0;
}





.SelectedBalance_New {
}

    .SelectedBalance_New a {
        color: #07c;
    }

    .SelectedBalance_New .ContentContainer {
        min-width: 360px;
    }

        .SelectedBalance_New .ContentContainer .ContentContainerTitle {
            font-weight: 400;
            font-family: 'Oswald', 'Arial', sans-serif;
            color: #21425c;
            font-size: 14px;
            padding: 0px 10px;
        }

        .SelectedBalance_New .ContentContainer .Item {
            color: #21425c;
            font-size: 14px;
            background-image: url(/content/images/Icon_Checkbox_New_01.png);
            background-position: 10px;
            background-repeat: no-repeat;
            background-size: 17px;
            padding-left: 37px;
            position: relative;
        }

            .SelectedBalance_New .ContentContainer .Item.Active {
                background-color: #f1f1f1;
                font-weight: 500;
                font-family: 'Oswald', 'Arial', sans-serif;
                color: #21425c;
                font-size: 14px;
                background-image: url(/content/images/Icon_Checkbox_New_02.png);
                background-position: 10px;
                background-repeat: no-repeat;
                background-size: 17px;
                padding-left: 37px;
                position: relative;
            }

        .SelectedBalance_New .ContentContainer .Section__Left {
            font-weight: 500;
            font-family: 'Oswald', 'Arial', sans-serif;
            color: #21425c;
            font-size: 14px;
        }

        .SelectedBalance_New .ContentContainer .ContentContainerTitle > div {
            border-bottom: 2px solid #f1f1f1;
            margin-bottom: 5px;
        }

    .SelectedBalance_New .Row {
        font-size: 13px;
        font-family: 'roboto';
        font-weight: 500;
        text-transform: none;
        padding: 5px 0px 5px 37px;
        margin: 0px;
    }

        .SelectedBalance_New .Row .Item {
            display: none;
        }

    .SelectedBalance_New .InfoRows {
        padding-bottom: 20px;
    }

        .SelectedBalance_New .InfoRows.Active {
            background-color: #f1f1f1;
        }

.SelectedBalance_New_Solo.SelectedBalance_New .InfoRows.Active {
    background-color: #ffffff;
}

.SelectedBalance_New .ContentContainer .Item > div {
    border-bottom: none;
}

.SelectedBalance_New .Item.Active .Section__Right {
    color: #77868B;
}

.SelectedBalance_New .ContentContainer .Item:hover .Section__Left {
    color: #25aae1;
}

.SelectedBalance_New .ContentContainer .Section__Right {
    font-weight: 500;
    margin: 5px 0;
}

    .SelectedBalance_New .ContentContainer .Section__Right p {
        font-size: 12px;
        font-weight: normal;
        line-height: 12px;
        margin: 0px;
        min-width: inherit;
        padding-left: 0px;
    }

    .SelectedBalance_New .ContentContainer .Section__Right .Description {
        line-height: 14px;
        font-family: 'Roboto', 'Arial', sans-serif;
        color: #504e53;
        font-size: 12px;
        font-weight: normal;
        white-space: normal;
        margin-bottom: 5px;
        align-items: center;
    }

        .SelectedBalance_New .ContentContainer .Section__Right .Description.Alt {
            margin-left: 10px;
            margin-bottom: 0px;
            line-height: 14px;
            display: flex;
            justify-content: flex-end;
        }

    .SelectedBalance_New .ContentContainer .Section__Right .BetDSIPointsProgressContainer {
        line-height: 18px;
    }

.SelectedBalance_New .ContentContainer .BorderBottom {
    /*width: 340px;*/
    width: calc(100% - 20px);
    height: 2px;
    background-color: #f1f1f1;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 10px;
}

.SelectedBalance_New .ContentContainer a:last-child .BorderBottom {
    display: none;
}


.SelectedBalance_New .BetDSIPointsProgressContainer .ProgressBarContainer .ProgressBar {
    background-color: #f1f1f1;
}

.SelectedBalance_New .BetDSIPointsProgressContainer .ProgressBarContainer .Value {
    background-color: #2c383e;
}

.SelectedBalance_New .BetDSIPointsProgressContainer .ProgressBarContainer .Full {
    background-color: #38c17b !important;
}

.SelectedBalance_New .Item.Active .ProgressBar {
    background-color: #ffffff;
}


.SelectedBalance_New_Solo .Row {
    padding: 5px 0px 5px 20px;
}

.SelectedBalance_New_Solo .ContentContainer .Item.Active {
    background-color: #ffffff;
    background-image: none;
    padding-left: 20px;
}





.SubNav_New {
}

    .SubNav_New .Item {
        background-image: url(/content/images/Icon_Checkbox_New_01.png);
        background-position: 10px 14px;
        background-repeat: no-repeat;
        background-size: 17px;
        padding: 5px 0px 5px 37px;
        position: relative;
        border-left: none;
        color: #a3a6a7;
        line-height: 14px;
    }

        .SubNav_New .Item:last-child {
            border-bottom: 1px solid #1d282c;
        }

        .SubNav_New .Item.Selected {
            background-image: url(/content/images/Icon_Checkbox_New_02.png);
            background-position: 10px 14px;
            background-repeat: no-repeat;
            background-size: 17px;
            padding: 5px 0px 5px 37px;
            position: relative;
            text-decoration: none;
            background-color: inherit;
            border-left: none;
            color: #ffffff;
        }

        .SubNav_New .Item:hover {
            background-color: inherit;
            border-left: none;
        }

        .SubNav_New .Item p {
            font-family: 'Roboto', 'Arial', sans-serif;
            margin: 0px 0px 10px 0px;
            font-size: 12px;
            line-height: 14px;
        }

    .SubNav_New .HideShowRadBtn .Item {
        background-image: none;
    }

    .SubNav_New .Row {
        font-family: 'Roboto', 'Arial', sans-serif;
        color: #a3a6a7;
        font-size: 12px;
        padding: 0px 0px 10px 37px;
    }

        .SubNav_New .Row a {
            color: #a3a6a7;
            text-decoration: none;
            cursor: default;
            pointer-events: none;
        }

        .SubNav_New .Row .Item {
            display: none;
        }


.SubNav_New_Solo {
}

    .SubNav_New_Solo .Item.Selected {
        background-image: none;
    }

.TwoFactorAuthentication .Button {
    width: 100%;
}

.SecurityDetailsPasswordConfirmation .BoxTitle {
    padding: 10px 0 20px 0;
}

.SecurityDetailsPasswordConfirmation .FieldInfo {
    text-align: left;
}

.confirmContest .Button {
    margin: 0 5px;
    margin-bottom: 10px
}

.ContestList {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

    .ContestList .ContestListItem {
        text-decoration: underline;
        margin-top: 10px;
        font-size: 14px;
        cursor: pointer;
        color: #25aae1;
    }

    .ContestList .Button {
        margin-top: 30px;
    }

.Contests__Content .col03 {
    margin-bottom: 30px
}

.NewHistoryWeeklyStats .Table__Container {
    display: flex;
    flex: 1;
    border-top: 1px solid #d8d7d3;
    border-left: 1px solid #d8d7d3;
}

.NewHistoryWeeklyStats .Table__Column {
    flex: 1;
    text-align: center;
    border-right: 1px solid #d8d7d3;
}

.NewHistoryWeeklyStats .Table__RowColumn,
.NewHistoryWeeklyStats .Table__Header {
    padding: 10px 5px;
    border-bottom: 1px solid #d8d7d3;
    white-space: nowrap;
    height: 38px;
}

.NewHistoryWeeklyStats .Table__RowColumn {
    color: #aaa9a7
}

.NewHistoryWeeklyStats .Table__Weekdays {
    display: flex;
    flex: 1;
}

.NewHistoryWeeklyStats .Table__Column:first-child .Table__RowColumn {
    color: #2C383E
}

.NewHistoryWeeklyStats .UnderTable {
    padding: 10px 5px;
    border-bottom: 1px solid #d8d7d3;
    border-right: 1px solid #d8d7d3;
    border-left: 1px solid #d8d7d3;
}

.WeeklyStatsButtonContainer {
    padding: 10px 0 10px;
}

    .WeeklyStatsButtonContainer .Button.Medium {
        display: inline-flex;
    }

    .WeeklyStatsButtonContainer a.Disabled {
        background: grey !important;
    }

.SelectTableDate {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

    .SelectTableDate input {
        padding: 11px 15px;
        border: 1px solid #d8d7d3;
        margin-right: 20px;
        background-color: #efeeea;
        background-image: url('../Content/Images/Icon_Category_Big_Blue_23.png');
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
    }

.WeeklyStatsContainer {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}


@media(max-width: 1200px) {
    .NewHistoryWeeklyStats .Table__Container {
        display: block;
    }

    .NewHistoryWeeklyStats .Table__Column {
        display: flex;
        border-right: none;
    }

    .NewHistoryWeeklyStats .Table__RowColumn,
    .NewHistoryWeeklyStats .Table__Header {
        flex: 1;
        border-right: 1px solid #d8d7d3;
        padding: 10px 0;
        font-size: 12px
    }
}


/* CircleRollButton */
.circleRollButton.Hover .circleRollButtonText {
    max-width: 400px !important;
    border-radius: 0 !important;
    margin: 20px 90px 20px 36px !important;
    opacity: 1 !important;
}
/* END CircleRollButton */






/** CERTIFICATES OF DEPOSIT START */



.MyBonds {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 30px;
}
/**/
.AvailableBalance {
    text-align: center
}

.MyBonds * {
    box-sizing: border-box;
}

.MyBonds .TermsAndConditions {
    display: flex;
    margin-top: 10px;
}

    .MyBonds .TermsAndConditions a {
        margin-left: 5px;
    }

.MyBonds .BackgroundImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.MyBonds .BackgroundImage1 {
    position: absolute;
    top: 100px;
    left: 40px;
    width: 150px;
}

.MyBonds .BackgroundImage2 {
    position: absolute;
    top: 100px;
    right: 40px;
    width: 150px;
}

.MyBonds .Top {
    display: flex;
    justify-content: center;
    z-index: 1;
    min-height: 40vh;
}

    .MyBonds .Top .ActionsContainer {
        position: relative;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

        .MyBonds .Top .ActionsContainer .Loader {
            display: none;
        }

            .MyBonds .Top .ActionsContainer .Loader.Visible {
                display: block;
            }

.DepositSlider {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    max-width: 550px;
    width: 100%;
}

.MyBonds .Top .InterestYouCanEarn {
    margin-top: 5px;
    margin-bottom: 15px;
}

    .MyBonds .Top .InterestYouCanEarn .InterestAmount {
        color: #1183d1;
        font-weight: bold;
    }

.MyBonds .Top .Middle {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
}

    .MyBonds .Top .Middle .Flex.CenterContent .Button {
        width: 100%;
    }

.MyBonds .Top .ErrorMessage {
    margin-bottom: 10px;
    color: #da3e3e;
}

.MyBonds .Top .CreateCertificateOfDeposit {
    flex-direction: column;
    width: 100%;
    max-width: 550px;
}

    .MyBonds .Top .CreateCertificateOfDeposit .TermsAndConditions label {
        cursor: pointer;
    }

.MyBonds .Bottom {
    margin-top: 30px;
    z-index: 1;
}

/*Slider input Start */

.SliderContainer {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}

#SliderValidationMessage {
    display: none;
}

.DepositSlider.SliderValidationMessage #SliderValidationMessage {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 50px;
}

.DepositSlider.SliderValidationMessage .MaxAmount, .DepositSlider.SliderValidationMessage .MinAmount {
    display: none;
}

.DepositSlider.SliderValidationMessage span.AmountText {
    display: none;
}

.DepositSlider.SliderValidationMessage .Slider {
    display: none;
}

.DepositSlider.SliderValidationMessage .ChosenAmount {
    display: none;
}

.DepositSlider.SliderValidation {
    display: none;
}

.DepositSlider.SliderValidationMessage .SliderValidation {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.SliderContainer .SliderFill {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 10px;
    border-radius: 3px;
    margin: 0 2px;
    background-color: #20ace2;
    z-index: 0;
}

.Slider {
    border-radius: 3px;
    background-color: #e1e1e1;
    height: 10px;
    width: 100%;
    margin: 0;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    background: linear-gradient(to right, #20ace2 0%, #20ace2 0%, #e1e1e1 0%, #e1e1e1 100%);
}

    .Slider::-webkit-slider-thumb {
        width: 22px;
        height: 22px;
        border: 3px solid white;
        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
        border-radius: 100%;
        -webkit-appearance: none;
        cursor: pointer;
        background: #0077c7;
    }

    .Slider::-moz-range-thumb {
        width: 22px;
        height: 22px;
        border: 3px solid white;
        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
        border-radius: 100%;
        -webkit-appearance: none;
        cursor: pointer;
        background: #0077c7;
    }

.DepositSlider .ChosenAmount {
    position: absolute;
    white-space: nowrap;
    top: 35px;
    left: 0;
    color: #25aae1;
    font-weight: bold;
    transform: translateX(-50%);
}

.DepositSlider .MinAmount {
    position: absolute;
    top: 55px;
    left: 0;
}

.DepositSlider .MaxAmount {
    position: absolute;
    top: 55px;
    right: 0;
}

/*Slider Input End*/

/*Durations*/
.DurationOptions {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.DurationsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 102%;
    margin-top: 10px;
}

.Duration {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    padding: 20px 10px;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
    cursor: pointer;
}

    .Duration label {
        margin-bottom: 10px;
    }

    .Duration.Selected {
        background-color: #e7f3f8;
        border: 1px solid #0077c7;
    }

    .Duration.LockedInMonths {
        white-space: nowrap;
    }

    .Duration.Selected .LockedInMonths {
        color: #25aae1;
    }

    .Duration label > div {
        margin-right: 0;
        transform: scale(1.3);
    }


    .Duration .DurationInterestAPY {
        display: flex;
        align-items: flex-end;
        color: #1183d1;
        margin-top: 5px;
    }

        .Duration .DurationInterestAPY .Interest {
            position: relative;
            font-size: 1.1rem;
        }

            .Duration .DurationInterestAPY .Interest .Number {
                font-weight: bold;
                line-height: 1.3rem;
                padding-right: 8px;
                margin-right: 5px;
            }

            .Duration .DurationInterestAPY .Interest .Percent {
                position: absolute;
                top: 2px;
                right: 5px;
                line-height: 14px;
                font-weight: bold;
                font-size: 11px;
            }
/*Deposits*/

.DepositsContainer {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-top: 10px;
    width: 102%;
}

    .DepositsContainer .Deposit {
        position: relative;
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .DepositsContainer .Deposit .Top {
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 0;
            height: 40px;
            padding: 20px 20px 0 20px;
            border: 1px solid #e1e1e1;
            border-bottom: none;
        }

        .DepositsContainer .Deposit.Matured {
            border-color: #45ce81;
        }

            .DepositsContainer .Deposit.Matured .Top {
                background-color: rgba(69, 206, 129,0.1);
                border-color: #45ce81;
            }

            .DepositsContainer .Deposit.Matured .Middle {
                background-color: rgba(69, 206, 129,0.1);
                padding: 15px 0;
                margin: 0;
                border-color: #45ce81;
            }

            .DepositsContainer .Deposit.Matured .TotalInterestEarned {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
            }

                .DepositsContainer .Deposit.Matured .TotalInterestEarned .TotalEarnedText {
                    margin-right: 5px;
                }

                .DepositsContainer .Deposit.Matured .TotalInterestEarned .InterestEarnedAmount {
                    font-weight: normal;
                    background-color: #45ce81;
                    color: #fff;
                    padding: 5px;
                }

            .DepositsContainer .Deposit.Matured .DepositAmount {
                display: none;
            }

            .DepositsContainer .Deposit.Matured .Bottom {
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #45ce81;
                color: #fff;
            }

                .DepositsContainer .Deposit.Matured .Bottom .Date {
                    color: #fff;
                }

            .DepositsContainer .Deposit.Matured .Amount {
                border-color: transparent;
            }

                .DepositsContainer .Deposit.Matured .Amount .ProgressFill {
                    border-color: transparent;
                }

                .DepositsContainer .Deposit.Matured .Amount .DepositRemaining {
                    display: none;
                }

            .DepositsContainer .Deposit.Matured .FinalAmountContainer {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                color: #000;
            }

                .DepositsContainer .Deposit.Matured .FinalAmountContainer .EndAmount {
                    font-size: 1.4rem;
                    color: #fff;
                }

                .DepositsContainer .Deposit.Matured .FinalAmountContainer .TickIcon {
                    width: 50px;
                    margin-bottom: 3px;
                }

                .DepositsContainer .Deposit.Matured .FinalAmountContainer .FinalAmount {
                    padding: 10px;
                    font-weight: normal;
                    background-color: #45ce81;
                    color: #fff;
                    margin-top: 10px;
                    min-width: 200px;
                }

            .DepositsContainer .Deposit.Matured .InterestAPY {
                background-color: #45ce81;
                color: #fff;
            }

        .DepositsContainer .Deposit.Cancelled {
            border-color: #ee6b29;
        }

            .DepositsContainer .Deposit.Cancelled .Top {
                background-color: rgba(69, 206, 129,0.1);
                border-color: #ee6b29;
            }

            .DepositsContainer .Deposit.Cancelled .Middle {
                background-color: rgba(69, 206, 129,0.1);
                padding: 15px 0;
                margin: 0;
                border-color: #ee6b29;
            }

            .DepositsContainer .Deposit.Cancelled .TotalInterestEarned {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
            }

                .DepositsContainer .Deposit.Cancelled .TotalInterestEarned .TotalEarnedText {
                    margin-right: 5px;
                }

                .DepositsContainer .Deposit.Cancelled .TotalInterestEarned .InterestEarnedAmount {
                    font-weight: normal;
                    background-color: #ee6b29;
                    color: #fff;
                    padding: 5px;
                }

            .DepositsContainer .Deposit.Cancelled .DepositAmount {
                display: none;
            }

            .DepositsContainer .Deposit.Cancelled .Bottom {
                background-color: #ee6b29;
            }

                .DepositsContainer .Deposit.Cancelled .Bottom .Date {
                    color: #fff;
                }

            .DepositsContainer .Deposit.Cancelled .Amount {
                border-color: transparent;
            }

                .DepositsContainer .Deposit.Cancelled .Amount .ProgressFill {
                    border-color: transparent;
                }

                .DepositsContainer .Deposit.Cancelled .Amount .DepositRemaining {
                    display: none;
                }

            .DepositsContainer .Deposit.Cancelled .FinalAmountContainer {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                color: #000;
            }

                .DepositsContainer .Deposit.Cancelled .FinalAmountContainer .EndAmount {
                    font-size: 1.4rem;
                    color: #fff;
                }

                .DepositsContainer .Deposit.Cancelled .FinalAmountContainer .TickIcon {
                    width: 50px;
                    margin-bottom: 3px;
                }

                .DepositsContainer .Deposit.Cancelled .FinalAmountContainer .FinalAmount {
                    padding: 10px;
                    font-weight: normal;
                    background-color: #ee6b29;
                    color: #fff;
                    margin-top: 10px;
                    min-width: 200px;
                }

            .DepositsContainer .Deposit.Cancelled .InterestAPY {
                background-color: #ee6b29;
                color: #fff;
            }

.InterestEarnedToDate {
    max-width: 75%;
}

.InterestEarnedAmount {
    color: #0077c7;
    font-weight: bold;
}

.InterestAPY {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
    background-color: #25aae1;
    position: absolute;
    top: 20px;
    right: 20px;
}

    .InterestAPY .Interest {
        position: relative;
        display: flex;
        color: white;
        font-size: 1.3rem;
        margin-bottom: 5px;
        transform: translateX(-2px)
    }

        .InterestAPY .Interest .Number {
            font-weight: bold;
            line-height: 1.3rem;
        }

        .InterestAPY .Interest .Percent {
            position: absolute;
            top: 0;
            right: -8px;
            line-height: 14px;
            font-weight: bold;
            font-size: 11px;
        }


/*Amount*/

.Deposit .Middle {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    overflow: hidden;
}

.AmountWrapper {
    position: relative;
    width: 250px;
    height: 125px;
}

.OverflowHidden {
    overflow: hidden;
}

.DepositsContainer .Deposit .Amount {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: 40px solid #e1e1e1;
    border-top-right-radius: 100vw;
    border-top-left-radius: 100vw;
    border-bottom: none;
    color: #25aae1;
    font-weight: bold;
    font-size: 1.7rem;
    width: 250px;
    height: 125px;
}

    .DepositsContainer .Deposit .Amount .ProgressFill {
        position: absolute;
        top: calc(-40px + 125px);
        left: -40px;
        border: 40px solid #0077c7;
        border-bottom-right-radius: 100vw;
        border-bottom-left-radius: 100vw;
        border-top: none;
        width: 250px;
        height: 125px;
        transform-origin: top center;
        transform: rotate(0deg);
    }

    .DepositsContainer .Deposit .Amount .DepositRemaining {
        margin-bottom: 10px;
        font-size: 1.3rem;
    }



.DepositAmount {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(25%, calc(100% + 10px));
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
    font-weight: normal;
}

.Deposit .Bottom {
    display: flex;
    padding: 10px 30px;
    align-items: center;
    background-color: #e1e1e1;
    justify-content: space-between;
    height: 30px;
    margin: 0px;
}

    .Deposit .Bottom .Date {
        color: #0077c7;
        font-weight: bold;
    }

.NoDepositsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-height: 300px;
    text-align: center;
}

    .NoDepositsContainer .Icon {
        width: 60px;
        margin-bottom: 10px;
    }

@media all and (max-width: 1200px) {
    .DepositsContainer {
        width: 100%;
    }

        .DepositsContainer .Deposit {
            width: 100%;
            margin-right: 0;
            margin-bottom: 2%;
        }

    .BackgroundImage1, .BackgroundImage2 {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .DurationsList .Duration {
        width: 48%;
    }
}

@media all and (max-width: 475px) {
    .Deposit .Bottom {
        flex-direction: column;
        height: auto;
    }

        .Deposit .Bottom span:first-child {
            margin-bottom: 10px;
        }

    .InterestAPY {
        padding: 5px 10px;
    }

    .InterestEarnedToDate {
        font-size: 0.8rem;
    }

    .Deposit.Matured .TotalInterestEarned {
        font-size: 0.8rem;
        max-width: 75%;
    }

        .Deposit.Matured .TotalInterestEarned .InterestEarnedAmountWrapper {
            padding-top: 5px;
        }

    .DepositAmount {
        transform: translate(0, calc(100% + 10px));
    }

    .AmountWrapper {
        transform: scale(0.85);
    }
}


/** CERTIFICATES OF DEPOSIT END */

.StandardFont {
    font-family: 'Roboto', 'Arial', sans-serif;
}